Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-24 | CHUI-209 FIX for properly updating folder names in folder view after they ↵ | Seth ProductEngine | |
have been renamed. The old display name should be cleared before refreshing the views for both items and folders in folder view, otherwise the old name will be used upon renaming. | |||
2012-07-24 | fix for gcc builds | Richard Linden | |
2012-07-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-07-23 | CHUI-227 FIX Teleport offers sent are not received | Richard Linden | |
cleaned up serialization of LLSD to param block so that it can round-trip also, optimized LLXMLNode and fixed an assert | |||
2012-07-20 | CHUI-207 FIXED Emptying Lost and Found and Trash in inventory crashes viewer | AlexanderP ProductEngine | |
2012-07-19 | CHUI-229 [FIXED] Nearby chat conversation does not appear initially in ↵ | AlexanderP ProductEngine | |
conversation list if no other conversations are present | |||
2012-07-19 | CHUI-231, CHUI-233 [FIXED] - Modified and simplified algorithm of reshaping ↵ | AlexanderP ProductEngine | |
floater's body (content) and showing/hiding of the title for prevent of present and future issues with floater's repositioning | |||
2012-07-19 | CHUI-236 : WIP : Places panel works for My Inventory but still empty lists ↵ | Merov Linden | |
for Favorites Bar, My Landmarks and Library. | |||
2012-07-19 | CHUI-236 : WIP : Modify the handling of FT_ROOT_INVENTORY which was creating ↵ | merov_linden | |
havoc in LLInventoryModel instantiation. Still, some of those hack will have to come back on. | |||
2012-07-17 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-07-17 | CHUI-234 : Fix crashers in landmarks panel | Merov Linden | |
2012-07-17 | MAINT-1223 More aggressive rebuilding of render batches when alpha color ↵ | Dave Parks | |
values change. | |||
2012-07-17 | Fixed positioning of conversations into container | AlexanderP ProductEngine | |
2012-07-16 | MAINT-1223 Fix for alpha updates not triggering LoD updates. | Dave Parks | |
2012-07-13 | CHUI-207 FIXED cancellation of removal of the object that has already been ↵ | AlexanderP ProductEngine | |
removed | |||
2012-07-13 | CHUI-206 FIXED Viewer crash when selecting to cut inventory item, then ↵ | AlexanderP ProductEngine | |
selecting to cut another inventory item | |||
2012-07-13 | CHUI-205 FIXED conversations selection in the conversations list. | Seth ProductEngine | |
Each conversation item is added to the folder view which lists all conversations. | |||
2012-07-12 | MAINT-1262 Fix for crash when setting graphics to Low | Dave Parks | |
2012-07-12 | CHUI-170 Workaround for the permanently showing of the nearbychat's name in ↵ | AlexanderP ProductEngine | |
a conversations list when that floater is torn-off | |||
2012-07-12 | CHUI-199 FIXED Save positioning of conversations between sessions | AlexanderP ProductEngine | |
2012-07-11 | MAINT-794 Fix for assert on loading some types of objects before their parents. | Dave Parks | |
2012-07-11 | CHUI-203 FIXED Conversations floater resizing when it is opened with FUI ↵ | Seth ProductEngine | |
Chat button. | |||
2012-07-10 | Pull from richard/viewer-chui | Merov Linden | |
2012-07-10 | CHUI-201 FIX for crash when leaving a voice call via the end call prompt. | Seth ProductEngine | |
Fixed the problem with confirmLeaveCallCallback() firing after the chat floater is destroyed. | |||
2012-07-09 | Pull from richard/viewer-chui | Merov Linden | |
2012-07-09 | Pull from richard/viewer-chui-folderview | Merov Linden | |
2012-07-09 | CHUI-98 : WIP. Clean up conversation list data structure and comments | Merov Linden | |
2012-07-09 | merge changes for DRTVWR-177 | Oz Linden | |
2012-07-08 | merge changes for DRTVWR-176 | Oz Linden | |
2012-07-07 | Another Linux build fix. | Seth ProductEngine | |
2012-07-07 | Linux build fix. | Seth ProductEngine | |
LLFolderViewModelItem placed before the call to a method of this class in LLFolderViewModel::sort(). | |||
2012-07-06 | MAINT-1228 FIX Can not put more than one object into the contents of an object | callum | |
Reviewed by Paul PE | |||
2012-07-06 | CHUI-196 FIXED (Chat text entry area gets resized unexpectedly with certain ↵ | Paul ProductEngine | |
user display names) - Fixed label length calculating | |||
2012-07-06 | build fix | AlexanderP ProductEngine | |
2012-07-05 | CHUI-98 : WIP, use the refactored folder view for conversation view list | Merov Linden | |
2012-07-04 | CHUI-170 FIXED Save Torn off state of Nearby Chat between sessions | AlexanderP ProductEngine | |
2012-07-04 | CHUI-195 FIXED Starting ad-hoc conference call does not open Conversations ↵ | AlexanderP ProductEngine | |
floater | |||
2012-07-05 | CHUI-197 FIXED Conversation names updating when checked corresponding preference | AlexanderP ProductEngine | |
2012-07-05 | CHUI-200 FIXED Show correct and localized name of the nearby chat In the ↵ | AlexanderP ProductEngine | |
conversations list | |||
2012-07-04 | CHUI-136 ADDITIONAL FIX (Implement new design for blocked list on the people ↵ | Paul ProductEngine | |
floater) - Disabled object profile functionality according to the spec | |||
2012-07-04 | CHUI-189 FIXED (Blocked objects by name are not sorted correctly) | Paul ProductEngine | |
- Fixed sort criteria. It's needed to take into account that objects in mute list are represented by two types: LLMute::BY_NAME and LLMute::OBJECT | |||
2012-07-04 | CHUI-172 CHUI-183 FIX Disabled applying stored rect dimensions when Nearby ↵ | Seth ProductEngine | |
chat is hosted in Conversations floater. | |||
2012-07-04 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
partial fix for crash on startup | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! | |||
2012-07-03 | CHUI-164 : Fix crash when closing conversations using the conversation ↵ | Merov Linden | |
widget. Populated the sessionRemoved() method with code to close the floater and clean up the list. | |||
2012-07-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-07-03 | CHUI-174 : Fixed crash in forced response to notifications. Use an empty ↵ | Merov Linden | |
form in that case and allow the notification to not be in the notifications list. | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
removed viewer dependencies from folderview code | |||
2012-07-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-07-03 | CHUI-188 FIX for crash in adding chat participants. | Seth ProductEngine | |
Modified the duplicated participants check procedure LLIMFloater::canAddSelectedToChat() to use the list, updated by LLSpeakerMgr instead of LLIMSession::mInitialTargetIDs list, which is initialized at session start and not updated afterwards. |