summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-01-07CHUI-659 : WIP : Reimplemented favorite landmark sorting to follow favorites ↵Merov Linden
bar index sorting.
2013-01-07FIX INTL-110 remove utf8 BOMeli
2013-01-07FIX INTL-110 fix corrupted chinese character in translationeli
2013-01-07CHUI-659 : WIP : Verified (tested) and cleaned up some CHUI-101 refactoring ↵Merov Linden
code.
2013-01-04Merge with viewer-chuiMerov Linden
2013-01-04Merge with viewer-chuiMerov Linden
2013-01-04CHUI-580 : Fixed : Avoid fetching names while reacting to display name ↵Merov Linden
checkbox change (overkill), make display name pref disabled when usePeopleAPI is off
2013-01-04merging in latest changesGilbert Gonzales
2013-01-04CHUI-499: Now when existing DND mode, stored IM's will not show a toast but ↵Gilbert Gonzales
instead flash the conversation line item and Chat FUI button.
2013-01-05CHUI-643 FIXED Collapsed conversations floater has huge right padding: clean ↵AlexanderP ProductEngine
up; remove debug code
2013-01-04CHUI-643 FIXED Collapsed conversations floater has huge right padding: ↵AlexanderP ProductEngine
prevent of a rewriting mOriginMinWidth and mOriginMinHeight to default values
2013-01-05CHUI-643 W.I.P. Collapsed conversations floater has huge right padding: ↵AlexanderP ProductEngine
corrected of a imcontainer's resize calculating
2013-01-04mergemaximbproductengine
2013-01-04CHUI-608 (Conversations floater can be resized too small once a conversation ↵maximbproductengine
is torn off)
2013-01-04CHUI-637 FIXED Call requestArrange() to update widget state.maxim@mnikolenko
2013-01-03CHUI-656 : Fixed. getTypedInstance() will create an instance if not found. ↵Merov Linden
Do not use that in destructors (bad...) or in places where creation is not required. Use findTypedInstance() instead.
2013-01-03CHUI-654 : Fixed! Select the Nearby Chat directly when one conversation only ↵Merov Linden
left, don't finesse with a root UUID that might not be NULL
2013-01-03CHUI-499: Fixed a serialization problem where the a notification's ↵Gilbert Gonzales
objectInfo was not being serialized/deserialized.
2013-01-03CHUI-628 FIXED Open conversation log menu option not active in conversation ↵AlexanderP ProductEngine
floater when nearby chat is selected: Determination of the availability menu item was moved to the right place
2013-01-03CHUI-631 FIXED 'Nearby chat' is not selected in Conversations floater after ↵AlexanderP ProductEngine
closing separate conversation if list of participants was expand in Conversations floater: force select 'Nearby chat' when session floater is destroyed
2013-01-03CHUI-636 FIXED Enable group context menu options, if uuid is empty and ↵maxim@mnikolenko
selected model item is group chat. In addition enable Chat history item for ad-hoc and group conversations.
2013-01-03Mergemaxim@mnikolenko
2013-01-03CHUI-608 (Conversations floater can be resized too small once a conversation ↵maximbproductengine
is torn off)
2013-01-03CHUI-616 (Left Click on participant name in torn off conference moves focus ↵maximbproductengine
to conversation floater)
2013-01-02CHUI-499: Removing debug codeGilbert Gonzales
2013-01-02merging in latest changesGilbert Gonzales
2012-12-28CHUI-453 FIXED Tooltip on chevron in torn-off conversation is incorrect: ↵AlexanderP ProductEngine
implemented suitable tool-tips; fixed a small separate bug ("tooltip_to_separate_window"/"tooltip_to_main_window" for Tear-Off Button: was shown reverse)
2012-12-28CHUI-566 ADD. FIX Flashing and color on Conversations FUI button and ↵AlexanderP ProductEngine
conversation line item Cancel sticking of color, if the button is pressed, or when a flashing of the previously selected button is ended
2012-12-28CHUI-639 FIXED Min. width is increased to avoid overlappingmaxim@mnikolenko
2012-12-26CHUI-629 FIXED Resolve build problems;maksymsproductengine
2012-12-26CHUI-629 FIXED Windows crash on exit when closing viewer with conversation ↵maksymsproductengine
log open with unread offline messages
2012-12-26CHUI-617 FIXED Update Gear button state after initing session.maxim@mnikolenko
mConversationsRoot creation is moved to postBuild().
2012-12-26CHUI-632 FIXED Disable Gear button if nothing is selectedmaxim@mnikolenko
2012-12-25CHUI-623 FIXED No vertical scrollbar in conversation listmaksymsproductengine
2012-12-24CHUI-627 FIXED Unnecessary attributes are deleted in xmlmaxim@mnikolenko
2012-12-24CHUI-583 FIXED Link will be opened in external browser if this preference is ↵maxim@mnikolenko
set.
2012-12-21merging in latest changes'Gilbert Gonzales
2012-12-21SH-3357 Texture fetch debugger not running correctly under drano-Monty Brandenberg
http phase 1 Some missing counter initialization kept the debugger from entering the startup state giving the appearance of a do- nothing floater. Also found some unbound recursion that might need looking at in the future. (There's a comment.)
2012-12-21SH-3331 Fix incorrect overrun message when sending body with HTTPMonty Brandenberg
request. During readcallback, would generate an overrun-type message about reading position beyond end-of-data. Mistake was is messaging when state is exactly at end of data (which is expected) versus an overrun. Both result in declaring end-of-data to libcurl. Also changed some of the status logging for the metrics payload to be less chatty on success, more informative on error.
2012-12-21merging in latest changesGilbert Gonzales
2012-12-21CHUI-622 FIXED Default size of conversation log floater seems largemaksymsproductengine
2012-12-21CHUI-411 Entries in chat history viewer do not show all dates of entries and ↵AlexanderP ProductEngine
some entries show on multiple pages Type of variable for the time saving was changed from S32 to long int ("capacity" of S32-timer is only ~18 hours!)
2012-12-21CHUI-621 FIXED Notification chiclet UI errormaksymsproductengine
2012-12-21CHUI-566 Flashing and color on Conversations FUI button and conversation ↵AlexanderP ProductEngine
line item: change behavior for the case "If conversations (container) floater open but not on top"
2012-12-21CHUI-619 FUI button and conversation line items blink at different rates:AlexanderP ProductEngine
changed rate
2012-12-20mergining in latest changesGilbert Gonzales
2012-12-20mergeMaximB ProductEngine
2012-12-20CHUI-605 : Fixed : Keep conversation log requires restart to change ↵AlexanderP ProductEngine
preference: connected LLConversationLog::enableLogging() as listener to "LogInstantMessages" control changes
2012-12-20Pull merge from richard/viewer-chuiMerov Linden
2012-12-20CHUI-429 : Fixed! Add a flag to filter multi/single selection situations in ↵Merov Linden
menu building. Implement in conversation contextual menu.