Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-18 | CHUI-742 FIXED Do not update Log locations immediately after selecting a new ↵ | Mnikolenko ProductEngine | |
location. | |||
2013-02-14 | CHUI-773 Conversation line item does not flash for unselected conversation ↵ | AlexanderP ProductEngine | |
when Flash Toolbar Button preference is selected: add flashing in "toast" case when session floater is open but not selected | |||
2013-02-15 | CHUI-755 FIXED cache() is called to update conversation.log file after ↵ | Mnikolenko ProductEngine | |
deleting conversations. | |||
2013-02-15 | CHUI-774 Fixed condition of the checking. Also the sound for Teleport offer ↵ | Mnikolenko ProductEngine | |
will be played correctly now. | |||
2013-02-13 | CHUI-739 Fixed! FUI toolbars not displayed when switching between CHUI and ↵ | AlexanderP ProductEngine | |
release viewer : parsing declare values of Enums | |||
2013-02-14 | CHUI-771 Fixed! Conversation not scrolled to in conversation list when ↵ | AlexanderP ProductEngine | |
clicking on toast: add scrolling to selected widget | |||
2013-02-13 | merge | Gilbert Gonzales | |
2013-02-13 | CHUI-695: When the 'Accept' button is pressed the toast panel will be ↵ | Gilbert Gonzales | |
resized to the conversation floater dimensions after all buttons and text has been added to the toast panel | |||
2013-02-13 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-02-13 | CHUI-770 : Fixed! Need to use the User Name and not the Account Name to save ↵ | Merov Linden | |
the favorites. | |||
2013-02-13 | merging | Cho | |
2013-02-13 | CHUI-769 FIXED The text of the dialog is changed. | Mnikolenko ProductEngine | |
2013-02-13 | CHUI-761 FIXED Clear log button will not clear transcripts. | Mnikolenko ProductEngine | |
2013-02-13 | CHUI-737 FIXED Reselect current conversation when floater is opened. | Mnikolenko ProductEngine | |
2013-02-13 | CHUI-765 FIXED User's name is added to the list in Nearby tab. | Mnikolenko ProductEngine | |
2013-02-13 | CHUI-743 FIXED CHUI viewer ignores pre chui users Privacy settings to not ↵ | maksymsproductengine | |
keep IM logs and nearby chat logs | |||
2013-02-12 | merge | Gilbert Gonzales | |
2013-02-12 | CHUI-695: Viewer crash when accepting friend offer in conversations window. ↵ | Gilbert Gonzales | |
Problem was that LLIMToastNotifyPanel::snapToMessageHeight was calling LLToastPanel::reshape, which would then call LLIMToastNotifyPanel::reshape again. Resolution: Modified LLIMToastNotifyPanel::snapToMessageHeight to cleanly replicate what LLToastPanel::reshape was doing. | |||
2013-02-13 | CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute ↵ | Cho | |
this participant" Added new LLFloaterIMContainer::visibleContextMenuItem() connected to "Avatar.VisibleItem" | |||
2013-02-13 | merging | Cho | |
2013-02-13 | CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute ↵ | Cho | |
this participant" Made mute and unmute invisible instead of disabled when not available | |||
2013-02-12 | CHUI-758: Group notice received in DND mode causes crash on startup when ↵ | Gilbert Gonzales | |
auto-exiting DND mode. Crash occurred because two instances of the Group Notice notification were trying to be added from the persistent storage and then the DND storage. | |||
2013-02-12 | Pull merge from lindenlab/viewer-development | Merov Linden | |
2013-02-12 | merging | Cho | |
2013-02-12 | CHUI-742 FIXED Update log location when closing Preference floater. | Mnikolenko ProductEngine | |
2013-02-12 | merging | Cho | |
2013-02-12 | CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute ↵ | Cho | |
this participant" Reverted changes in menu_conversation.xml, llconversationmodel.cpp, and llfloaterimcontainer.cpp | |||
2013-02-11 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-02-11 | CHUI-690 : Fixed! Prevent xml parsing error when building Places panel ↵ | Merov Linden | |
providing an option menu to the LLFolderView constructor | |||
2013-02-11 | merging | Cho | |
2013-02-11 | CHUI-760 FIX Conversation.log file not saved in user specified location | Cho | |
Changed LLConversationLog::getFileName() to use LL_PATH_PER_ACCOUNT_CHAT_LOGS instead of LL_PATH_PER_SL_ACCOUNT | |||
2013-02-11 | CHUI-755 FIX Conversation log changes in a session are lost if viewer crashes | Cho | |
Added call to LLConversationLog::instance().cache() after LLLogChat::SaveHistory() in LLIMView::logToFile() | |||
2013-02-11 | merge | Gilbert Gonzales | |
2013-02-11 | CHUI-728 FIXED Don't display Nearby chat participants if Conversation pane ↵ | Mnikolenko ProductEngine | |
is collapsed. | |||
2013-02-11 | Fix for build issue under windows | maksymsproductengine | |
2013-02-08 | CHUI-735 : Fixed! Refactor the code to move isSelectionRemovable() to the ↵ | Merov Linden | |
LLInventoryPanel level. Use it when using the delete key. | |||
2013-02-08 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-02-08 | CHUI-746 : Fixed! Undid the MAINT-2276 hack now that submenus do work thanks ↵ | Merov Linden | |
to CHUI-682 | |||
2013-02-08 | merge | Gilbert Gonzales | |
2013-02-08 | CHUI-747: Script buttons in a toast overlap message text. Problem was due to ↵ | Gilbert Gonzales | |
the message container not being shifted upward when buttons were added to the control buttons container (which is beneath the message container). A small change in CHUI-695 caused this. | |||
2013-02-08 | merging | Cho | |
2013-02-09 | merging | mberezhnoy | |
2013-02-09 | CHUI-713 "Conversations" floater size doesn't persist between sessions | mberezhnoy | |
additional fix | |||
2013-02-08 | CHUI-703 FIX Notification buttons: "Join","Decline","Info" are duplicated ↵ | Cho | |
after relogin while group invitation Changed LLPersistentNotificationStorage::saveNotification() to use notification->asLLSD(true) to skip duplicates Changed LLDockControl::mDockWidget to be a LLHandle<LLView> instead of a LLView* to fix crash (from accessing deleted LLView) | |||
2013-02-07 | CHUI-736: When auto-exit DND mode upon startup, stored conversations are not ↵ | Gilbert Gonzales | |
highlighted. When the dnd im is processed, now flash the conversation line item. | |||
2013-02-07 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-02-07 | CHUI-735 : Fixed! Handle the backspace case, suppress the search string ↵ | Merov Linden | |
handling from LLFolderView (it's in the search edit field now). | |||
2013-02-07 | CHUI-722 Fixed! Add ? button to titlebar on floaters: Conversation Log, ↵ | AlexanderP ProductEngine | |
Nearby Chat History, and IM History | |||
2013-02-07 | CHUI-713 "Conversations" floater size doesn't persist between sessions | mberezhnoy | |
2013-02-06 | Pull merge from lindenlab/viewer-chui | Merov Linden | |