Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-15 | merging in latest changes | Gilbert Gonzales | |
2012-11-15 | CHUI-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-15 | CHUI-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-15 | CHUI-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-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly 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-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName | |||
2012-11-12 | merging in latest changes | Gilbert Gonzales | |
2012-11-12 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-11-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-09 | CHUI-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-09 | CHUI-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-08 | Pull merge from viewer-chui | Merov Linden | |
2012-11-07 | Pull from viewer-chui, had to resolve conflicts on llimfloatercontainer.cpp | Merov Linden | |
2012-11-07 | CHUI-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-06 | CHUI-448 FIXED p2p IM chat conversations show a participant list with a carat | maksymsproductengine | |
2012-11-04 | Merge viewer-hui-441 | Merov Linden | |
2012-11-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-11-02 | This 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-02 | CHUI-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-02 | CHUI-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-01 | CHUI-444 (Click target off when conversation list is minimized to icons) | MaximB ProductEngine | |
2012-10-31 | CHUI-474 : Fixed. Refresh the participants list in torn off dialog more often. | Merov Linden | |
2012-10-30 | CHUI-463 : Fixed. Allowed a model to be shared by several views. | Merov Linden | |
2012-10-30 | CHUI-415 FIXED Set focus to dependee floater before removing dependent ↵ | maxim_productengine | |
floater from it | |||
2012-10-29 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-26 | CHUI-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-25 | CHUI-441 : WIP : Fix crashes when spawning torn off floaters, added widgets ↵ | Merov Linden | |
creation in the torn off floater for participants. | |||
2012-10-23 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-23 | Backed out changeset: 174fccc7016d | William Todd Stinson | |
2012-10-23 | CHUI-418 FIXED Check that mViewModelItem is not NULL | maxim_productengine | |
2012-10-22 | Backed out changeset: 4202e227f8e4 | William Todd Stinson | |
2012-10-19 | CHUI-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-19 | CHUI-418 FIXED Check the existence of mViewModelItem before calling ↵ | maxim_productengine | |
potentiallyVisible(). | |||
2012-10-17 | CHUI-410: Post code review submit, changed useLabel() to return bool instead ↵ | Gilbert Gonzales | |
of BOOL. Adjusted code accordingly. | |||
2012-10-17 | merging in latest changes | Gilbert Gonzales | |
2012-10-17 | CHUI-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-17 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-17 | CHUI-394 FIXED Group moderation tools missing in right click menus | maksymsproductengine | |
2012-10-16 | CHUI-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-09 | CHUI-375 : Fixed default parameters changed in methods profile but not in ↵ | Merov Linden | |
binding calls. | |||
2012-10-04 | CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵ | MaximB ProductEngine | |
does not resize list) *fixed missing parentheses from last push | |||
2012-10-04 | CHUI-331 FIXED (Resizing conversation list when message panel is collapsed ↵ | MaximB ProductEngine | |
does not resize list) | |||
2012-10-01 | merging in latest changes | Gilbert Gonzales | |
2012-10-01 | merging in latest changes | Gilbert Gonzales | |
2012-10-01 | CHUI-102: Cleaned up code after code review. | Gilbert Gonzales | |
2012-10-01 | CHUI-368 FIXED Lock icon shown when clicking on items in inventory | maksymsproductengine | |
2012-09-28 | CHUI-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-28 | CHUI-367 : Completed : Show user name tooltip in all situations so to avoid ↵ | Merov Linden | |
the conversation name showing up | |||
2012-09-28 | CHUI-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-26 | Pull merge from richard/viewer-chui | Merov Linden | |