summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2012-11-15merging in latest changesGilbert Gonzales
2012-11-15CHUI-489: Now sounds exist for teleport and inventory offers. The sound is ↵Gilbert Gonzales
specified in notifications.xml. Also changes for CHUI 486, which allow the user to set preferences for hearing sounds for a New Conversation, Incoming Voice Call, Teleport Offer and Inventory Offer.
2012-11-15CHUI-524: The root reason of crash was in the infinity recursion in the ↵maksymsproductengine
chain of calls LLFloater::setFocus->LLFloater::setFrontmost->LLFloaterView::bringToFront. And problem was not related to CHUI-362. Reviewed by Stinson.
2012-11-15CHUI-397 (Delay in removing names from participant list in nearby chat)MaximB ProductEngine
CHUI-440 (Nearby chat participant list does not clear after teleport when conversation floater is closed/minimized) fixed
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName
2012-11-12merging in latest changesGilbert Gonzales
2012-11-12Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.William Todd Stinson
2012-11-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-09CHUI-486: Now the new chat preferences in drop down lists and checkboxes are ↵Gilbert Gonzales
storable. These values are accessible globally using gSavedSettings.
2012-11-09CHUI-362 WIP (Torn off conversation name is highlighted when selected in ↵AlexanderP ProductEngine
conversation list with different conversation showing in message panel): implemented method for a switch off tabs (switching to an invisible state)
2012-11-08Pull merge from viewer-chuiMerov Linden
2012-11-07Pull from viewer-chui, had to resolve conflicts on llimfloatercontainer.cppMerov Linden
2012-11-07CHUI-473, CHUI-482 FIXED (Clicking on nearby chat toast to open Conversation ↵AlexanderP ProductEngine
floater does not show Nearby Chat conversation selected in list; Nearby chat conversation is not selected in list by default when it is the only conversation ): implement. new logic in LLIMFloaterContainer for the syncronous select the conv. list's item and corresponding convers. floater; removed floater selecting from conv. items; fixed bug with item select
2012-11-06CHUI-448 FIXED p2p IM chat conversations show a participant list with a caratmaksymsproductengine
2012-11-04Merge viewer-hui-441Merov Linden
2012-11-03Pull merge from richard/viewer-chuiMerov Linden
2012-11-02This does not pertain to a CHUI bug fix but Richard took a look at the ↵Gilbert Gonzales
behavior of the layout stack test and found a mathematical bug that caused panels in a layout stack to jitter as they were resized. Submitting in this branch.
2012-11-02CHUI-472: This is a fix for the following case: When a torn off floater has ↵Gilbert Gonzales
its conversation reduced to the minimum width, once re-docked the conversation does not expand. Solution: Discussed problem with Richard, and I'm submitting the changes required to fix the problem.
2012-11-02CHUI-475: Ensuring that objects that query the avatar name cache with a ↵William Todd Stinson
callback store the connection and disconnect on object destruction. This should help resolve some of the heap corruption we are seeing.
2012-11-01CHUI-444 (Click target off when conversation list is minimized to icons)MaximB ProductEngine
2012-10-31CHUI-474 : Fixed. Refresh the participants list in torn off dialog more often.Merov Linden
2012-10-30CHUI-463 : Fixed. Allowed a model to be shared by several views.Merov Linden
2012-10-30CHUI-415 FIXED Set focus to dependee floater before removing dependent ↵maxim_productengine
floater from it
2012-10-29Pull merge from richard/viewer-chuiMerov Linden
2012-10-26CHUI-439 (Conversation floater is automatically unminimized when a selected ↵MaximB ProductEngine
user is removed from nearby chat participant list after teleport) CHUI-438 (Conversation remains transparent after teleport with a participant selected in nearby chat)
2012-10-25CHUI-441 : WIP : Fix crashes when spawning torn off floaters, added widgets ↵Merov Linden
creation in the torn off floater for participants.
2012-10-23Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.William Todd Stinson
2012-10-23Backed out changeset: 174fccc7016dWilliam Todd Stinson
2012-10-23CHUI-418 FIXED Check that mViewModelItem is not NULLmaxim_productengine
2012-10-22Backed out changeset: 4202e227f8e4William Todd Stinson
2012-10-19CHUI-243: Add calls the parent class's implementation for onFocusReceived() ↵William Todd Stinson
and onFocusLost() to ensure that the focus change messages are properly propagated.
2012-10-19CHUI-418 FIXED Check the existence of mViewModelItem before calling ↵maxim_productengine
potentiallyVisible().
2012-10-17CHUI-410: Post code review submit, changed useLabel() to return bool instead ↵Gilbert Gonzales
of BOOL. Adjusted code accordingly.
2012-10-17merging in latest changesGilbert Gonzales
2012-10-17CHUI-410: Now when a converation floater is focused the default text 'To ↵Gilbert Gonzales
<Some User>' displays only when the text input field is empty.
2012-10-17Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.William Todd Stinson
2012-10-17CHUI-394 FIXED Group moderation tools missing in right click menusmaksymsproductengine
2012-10-16CHUI-388 FIXED Do not add menu items to Participant Menu if own avatar is ↵maxim_productengine
selected in participant list. Do not show Menu if all menu items are disabled.
2012-10-09CHUI-375 : Fixed default parameters changed in methods profile but not in ↵Merov Linden
binding calls.
2012-10-04CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵MaximB ProductEngine
does not resize list) *fixed missing parentheses from last push
2012-10-04CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵MaximB ProductEngine
does not resize list)
2012-10-01merging in latest changesGilbert Gonzales
2012-10-01merging in latest changesGilbert Gonzales
2012-10-01CHUI-102: Cleaned up code after code review.Gilbert Gonzales
2012-10-01CHUI-368 FIXED Lock icon shown when clicking on items in inventorymaksymsproductengine
2012-09-28CHUI-102: Now the participants and one-on-one conversations have ↵Gilbert Gonzales
right-click-menus. These menus are functional as well, but 'chat history' does not yet work.
2012-09-28CHUI-367 : Completed : Show user name tooltip in all situations so to avoid ↵Merov Linden
the conversation name showing up
2012-09-28CHUI-342, CHUI-366 and CHUI-367 : WIP : Allow a NO_TOOLTIP value for ↵Merov Linden
tooltips, update display/user names and sort on display/user names
2012-09-26Pull merge from richard/viewer-chuiMerov Linden