summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2013-01-17CHUI-680: Adjusted LLResponderRegistry to be derived from ↵Gilbert Gonzales
LLRegistrySingleton instead of LLResponderRegistry making its over version.
2013-01-17CHUI-685 removing some commented out codeGilbert Gonzales
2013-01-18merge!mberezhnoy
2013-01-18CHUI-661 User cannot select multiple p2p conversation names in list to start ↵mberezhnoy
conference chat
2013-01-17mergingGilbert Gonzales
2013-01-17CHUI-685 Problem: The notifications .xml file was cleared upon exit because ↵Gilbert Gonzales
removeIMNotification was being called and deleting inventory offers becaus they did not have a session id. Resolution: Now check to make sure that removeIMNotification only removes IMs (IMToast).
2013-01-17merging latest changesCho
2013-01-17CHUI-625 Participant drop down icon not visible when conversation is ↵AlexanderP ProductEngine
highlighted orange: redraw the arrow slightly later
2013-01-18Mergemaxim@mnikolenko
2013-01-18CHUI-681 FIXED Clear flash state only for selected widgetmaxim@mnikolenko
2013-01-17Pull from lindenlab/viewer-chuiMerov Linden
2013-01-17CHUI-682 : Fixed : Added LLMenuGL as a possible child of a toggle or ↵Merov Linden
contextual menu (for dynamic submenus).
2013-01-17CHUI-631 (Next conversation in list should be selected in Conversations ↵maxim@mnikolenko
floater after closing a conversation) Don't force selecting nearby chat after closing conversation
2013-01-16CHUI-682 : WIP : Instrument the menu display (or lack thereof).Merov Linden
2013-01-17merging latest changesCho
2013-01-17CHUI-292 FIX Extra space in object chiclet toasts in CHUI viewer compared ↵Cho
with release viewer In LLToastNotifyPanel, moved mInfoPanel->SetFollowsAll() immediately before call to snapToMessageHeight() as was previously the case in release viewer
2013-01-16MAINT-2247 Child object does not update rotation while selected.Kelly Washington
2013-01-16Pull from lindenlab/viewer-chuiMerov Linden
2013-01-16CHUI-683 : Default sort order for Blocked was wrong, unrecognized value was ↵Merov Linden
not tested.
2013-01-16MAINT-2242 Fix for shader compilation errors on Intel HD graphics chips.Dave Parks
2013-01-16CHUI-618 ADD FIX User sees no indication of offline messages received with ↵AlexanderP ProductEngine
conversation log preference turned off: forced flashing of conversation's item when offline message is present
2013-01-15merging changesGilbert Gonzales
2013-01-15CHUI-668: Code review changesGilbert Gonzales
2013-01-15merge changes for DRTVWR-284Oz Linden
2013-01-15Merge with lindenlab/viewer-chuiMerov Linden
2013-01-15CHUI-458 : Fixed : Tidy up the title overwrite by the selected conversationMerov Linden
2013-01-15merging in latest changesGilbert Gonzales
2013-01-15merge changes for DRTVWR-282Oz Linden
2013-01-15CHUI-567 FIXED "Translate chat", "Translation settings..." menu items are added.maxim@mnikolenko
2013-01-14CHUI-668: The user's most intrusive notification is not used anymore when ↵Gilbert Gonzales
coming out of DND mode with IMs. Adjusted code to just open the converseation floater (which was changed also in a prior fix by PE).
2013-01-14CHUI-458 : WIP : Allow change of the general conversations panel when the ↵Merov Linden
selected conversation needs it (e.g. P2P is typing)
2013-01-14mergemaximbproductengine
2013-01-14CHUI-662 (Multi select across conversations can result in (???) (???) in the ↵maximbproductengine
conversation list)
2013-01-14merging latest changesGilbert Gonzales
2013-01-11CHUI-668: Now when exiting DND mode, the user's most intrusive notification ↵Gilbert Gonzales
will be used to notify that user (if received IM's during DND mode). Nearby chat messages/settings are ignored.
2013-01-11CHUI-668: Not fully complete but as of this commit, have functionality to ↵Gilbert Gonzales
use the user's most intrusive chat notification upon exiting from DND mode with IM's. Also if in DND mode, clicking on a conversation line item or floater, will flush the DND notifications system of storing that conversation. This way upon existing DND mode already responded conversations won't be notified to the user.
2013-01-12CHUI-618 ADD FIX User sees no indication of offline messages received with ↵AlexanderP ProductEngine
conversation log preference turned off: changed in accordance with a new requirements (open conv. floater instead flashing)
2013-01-11MAINT-417 Backed out changeset: 7273a1ac51e8Dave Parks
2013-01-11Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2013-01-11MAINT-1481: Remove xmenity script and viewer_manifest.py references.Nat Goodspeed
2013-01-10Merge pull from lindenlab/viewer-betaMerov Linden
2013-01-10Pull merge from richard/viewer-chuiMerov Linden
2013-01-10CHUI-649 : Fixed : Added the contextual menu to in build content tabMerov Linden
2013-01-10MAINT-2209 Parcel name not updating after teleportKelly Washington
2013-01-10mergemaximbproductengine
2013-01-10CHUI-663 (Right click menus on participants inactive in conversation floater ↵maximbproductengine
for torn off conversation)
2013-01-09CHUI-649 : WIP : Cleanup code to make it readableMerov Linden
2013-01-09Pull merge from richard/viewer-chuiMerov Linden
2013-01-09MAINT-1481: remove linux-updater; move logic to Linux update_installNat Goodspeed
Now that the viewer's own background updater logic is responsible for downloading a new installer, the only functionality we still use in linux-updater that couldn't be expressed more simply in bash is the UI. But since most Linux distros capable of running SL at all have zenity, and all will have xmessage, we can handle even the UI part. Add xmenity wrapper script so update_install doesn't have to care which is present, and make the bash script that used to launch linux-updater do the real work.
2013-01-09CHUI-670: Prevent flashing of 'Chat' FUI button while in DND mode and ↵Gilbert Gonzales
receive IM.