Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2012-09-26 | CHUI-347 FIXED drawing selected conversation item background. | Seth ProductEngine | |
Moved some duplicating pieces of code from LLFolderViewFolder::draw() and LLFolderViewItem::draw() to separate methods to reduce code duplication in LLConversationViewSession::draw(). Changed some static variables in LLFolderViewItem to static members for using them in derived LLConversationViewSession. | |||
2012-09-25 | CHUI-342 : Fixed : Use user name and display name correctly. Sort according ↵ | Merov Linden | |
to user names. | |||
2012-09-25 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-09-24 | CHUI-340 : Fix dupe items in the conversation model list. Refresh when ↵ | Merov Linden | |
resorting. | |||
2012-09-24 | CHUI-355 FIXED Nearby chat entries do not appear in torn off nearby chat ↵ | AlexanderP ProductEngine | |
window when opening from a toast: moved setIsSingleInstance() from constructor to postBuild() for prevent of a resetting it in buildFromXML(); implemented correct set of mReuseInstance; changed type of the key of LLIMConversation from LLUUID() to LLSD() | |||
2012-09-21 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-21 | CHUI-340 : WIP : Fix sorting bugs on time for sessions, simplified the ↵ | Merov Linden | |
update time mechanism and clean up | |||
2012-09-20 | CHUI-283: within LLFolderView::scrollToShowItem(), adjusted the calculation ↵ | Gilbert Gonzales | |
that scrolls to the selected item. My prior commit changed this calculation and adjusted it in this commit to preserve prior behavior. | |||
2012-09-20 | CHUI-283: Refactor of how the layout is determined for LLFolderViewItem. ↵ | Gilbert Gonzales | |
Changed constant members that defined the layout to non-const member varaibles, which are populated using a .xml file. | |||
2012-09-20 | CHUI-353: Regress Bug caused by a CHUI 283 commit. Problem: The font was ↵ | Gilbert Gonzales | |
rendering differently due to the folderviewitem::draw() method calling llview::draw(). I added llview::draw() initially but it is not longer needed. Resolution: Removing the call to llview::draw(). | |||
2012-09-18 | Regress Fix: After a CHUI 283 commit the inventory items suffix was ↵ | Gilbert Gonzales | |
overlapping text. Problem was that a variable storing the width of the text was not passed in as a reference, which always resulted in the suffix overlapping the prior text. | |||
2012-09-18 | CHUI-283: Now the avatar icon loads in the user's avatar image.Also the ↵ | Gilbert Gonzales | |
avatar image is of proper size. The participant of the conversation is offset correctly as well. | |||
2012-09-14 | CHUI-119 (Add Nearby chat to Conversations floater): addit. fix: use ↵ | AlexanderP ProductEngine | |
LLSD(LLUUID::null) instead LLSD::null as "default" floater's key | |||
2012-09-13 | merging in latest changes | Gilbert Gonzales | |
2012-09-13 | CHUI-283: Now upon the information icon and speaker icon do not overlap the ↵ | Gilbert Gonzales | |
username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup. | |||
2012-09-13 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Seth ProductEngine | |
2012-09-13 | CHUI-283: Now the information icon only appears upon mousehover. Also the ↵ | Gilbert Gonzales | |
information/speaker icon are right justified. | |||
2012-09-12 | merging in latest changes | Gilbert Gonzales | |
2012-09-12 | CHUI-335 FIXED (Alpha text allowed in page spinner in chat history viewer) | Paul ProductEngine | |
- Added XML parameter "allow_digits_only" to spinner control widget, which disables/enables ability to input alpha text. - Disabled ability to enter alpha text in page spinner in chat history viewer | |||
2012-09-11 | merging in latest changes | Gilbert Gonzales | |
2012-09-10 | CHUI-282 WIP Modified conversation view item and IM floater container so ↵ | Seth ProductEngine | |
that the folder view handles the positioning of items in conversations list. | |||
2012-09-10 | CHUI-283: Basic Implementation, just have hard coded avatar icon appearing ↵ | Gilbert Gonzales | |
and profile/info buttons visible. profile/info buttons do not have proper positioning or mouseclick events. |