Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | CHUI-349 (Crash when clicking on nearby chat toast): | AlexanderP ProductEngine | |
removed a faulty method LLIMFloater::addToIMContainer; replaced it's calls to calls of its correct twin - LLIMFloater::addToHost | |||
2012-09-28 | Mer ge pull from richard/viewer-chui | Merov Linden | |
2012-09-28 | CHUI-366 : Completed : Update participants names when the display name pref ↵ | Merov Linden | |
is toggled on and off. | |||
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-28 | CHUI-370, CHUI-372 ADDITIONAL FIX (Viewer crash when voice calling another ↵ | AlexanderP ProductEngine | |
user from people panel then opening conversation floater or when starting a IM chat when conversation floater has not been previously opened): fixed nearby chat positioning | |||
2012-09-26 | CHUI-364 : WIP : Suppress unused code | Merov Linden | |
2012-09-24 | CHUI-340 : Fix dupe items in the conversation model list. Refresh when ↵ | Merov Linden | |
resorting. | |||
2012-09-21 | CHUI-340 : Implement distance computation and update | Merov Linden | |
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-21 | CHUI-289 ADD. FIX (Newly added conversation is not selected in conversation ↵ | AlexanderP ProductEngine | |
list): Select item which was added from avatar picker | |||
2012-09-17 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-17 | CHUI-340 : WIP : Sorting implemented. Type and name work. Date and distance ↵ | Merov Linden | |
still need the relevant values to be computed. | |||
2012-09-17 | merging in latest changes | Gilbert Gonzales | |
2012-09-14 | CHUI-192 : Implement menus and settings for sorting. The sort itself is not ↵ | Merov Linden | |
performed though. Wait for CHUI-340 for this. | |||
2012-09-14 | merging in latest changes | Gilbert Gonzales | |
2012-09-14 | CHUI-283: Now the info/speaker icon are better positioned within the ↵ | Gilbert Gonzales | |
participant item. Also the participant item now matches the height of the session (conversation) item. | |||
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-14 | CHUI-282 WIP Removed the hack added for CHUI-308 to resize the folder view ↵ | Seth ProductEngine | |
in conversation list. Fixed some glitches after automated merge. | |||
2012-09-13 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Seth ProductEngine | |
2012-09-13 | merging in latest changes | Gilbert Gonzales | |
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-13 | CHUI-282 WIP Fixed conversation list items selection. | Seth ProductEngine | |
Fixed displaying session participants only when session item is open. | |||
2012-09-13 | CHUI-332 [Overlap of icons in chrome when collapsing and expanding ↵ | AlexanderP ProductEngine | |
conversation list]: force header resizing after show/hide minimize button | |||
2012-09-12 | CHUI-308 : Temp fix while waiting for a scroll container to be implemented | Merov Linden | |
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. | |||
2012-09-09 | Pull merge richard/viewer-chui | Merov Linden | |
2012-09-09 | CHUI-285 : Complete. Fix participants repositioning. | Merov Linden | |
2012-09-07 | CHUI-285 : Implement sort, alphabetical only for the moment | Merov Linden | |
2012-09-05 | CHUI-285 : Clear the needs refresh flag when refreshing, comment clean up. | Merov Linden | |
2012-09-04 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-04 | CHUI-285 : Create participant widgets in the conversation list | Merov Linden | |
2012-09-04 | CHUI-311 FIXED (Make conversation list panel size persist between sessions): ↵ | AlexanderP ProductEngine | |
save current width in the setting_per_account.xml | |||
2012-08-31 | merging in latest changes | Gilbert Gonzales | |
2012-08-31 | CHUI-154 FIXED (Add link to chat preferences from Conversation floater) | Paul ProductEngine | |
- Added link to chat preferences from Conversation floater | |||
2012-08-30 | CHUI-285 : LLIMFloaterContainer is now using LLParticipantList fully | Merov Linden | |
2012-08-30 | CHUI-305: Minor changes after code review. Using templated findChild() ↵ | Gilbert Gonzales | |
instead of getChildView(). Also using settings.xml to store common custom variables. | |||
2012-08-29 | merging in latest changes | Gilbert Gonzales | |
2012-08-29 | CHUI-305: Problem: The 'resident picker' had multiple parents and due to the ↵ | Gilbert Gonzales | |
design of the resident picker it can have only one parent. Having multiple parents caused both parents to fight for depth ordering...which caused the flickering. Resolution: Now multiple 'resident pickers' can exist and they are coupled to the floater that spawned then. Meaning that when the parent floater closes, the 'resident picker' floater will also close. In addition, a shadow frustum eminates from the button that opened the 'resident picker'. | |||
2012-08-29 | CHUI-285 : WIP : Get the conversation floater to use the same ↵ | Merov Linden | |
LLParticipantList as the IM and call dialog | |||
2012-08-23 | CHUI-98 : Defining the various llconversation sub classes in their ↵ | Merov Linden | |
respective file | |||
2012-08-23 | CHUI-282 : Use views for UI manipulation, not models | Merov Linden | |
2012-08-23 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-08-23 | CHUI-282 : WIP : Further separate view from model for llconversation items | Merov Linden | |
2012-08-22 | CHUI-282 : WIP : Isolated llconversationview classes and suppressed the ↵ | Merov Linden | |
dependency of model to widgets | |||
2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
2012-08-22 | code style fix | AlexanderP ProductEngine | |