summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-15CHUI-774 Fixed condition of the checking. Also the sound for Teleport offer ↵Mnikolenko ProductEngine
will be played correctly now.
2013-02-14Pull merge from lindenlab/viewer-chuiMerov Linden
2013-02-14CHUI-753 : Fixed (temptative) : Added some defensive coding in ↵Merov Linden
bringToFront() to make safer or avoid pointer casting.
2013-02-14CHUI-739 : Clean up : FUI toolbars not displayed when switching between CHUI ↵AlexanderP ProductEngine
and release viewer
2013-02-13mergeGilbert Gonzales
2013-02-13CHUI-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-13SH-3852 WIP - send non-complete timers only on av destruction or last ↵Brad Payne (Vir Linden)
message, so they don't get multiply counted
2013-02-13Pull merge from lindenlab/viewer-chuiMerov Linden
2013-02-13CHUI-770 : Fixed! Need to use the User Name and not the Account Name to save ↵Merov Linden
the favorites.
2013-02-13mergeBrad Payne (Vir Linden)
2013-02-13SH-3812 WIP, SH-3852 WIP - some metrics cleanup, added rebake when needed ↵Brad Payne (Vir Linden)
and sb system is unavailable, to avoid stale appearance problems
2013-02-13CHUI-739 Fixed! FUI toolbars not displayed when switching between CHUI and ↵AlexanderP ProductEngine
release viewer : parsing declare values of Enums
2013-02-14CHUI-771 Fixed! Conversation not scrolled to in conversation list when ↵AlexanderP ProductEngine
clicking on toast: add scrolling to selected widget
2013-02-13mergingCho
2013-02-13CHUI-769 FIXED The text of the dialog is changed.Mnikolenko ProductEngine
2013-02-13CHUI-761 FIXED Clear log button will not clear transcripts.Mnikolenko ProductEngine
2013-02-13Merge from viewer-betaprep
2013-02-13mergeBrad Payne (Vir Linden)
2013-02-13CHUI-737 FIXED Reselect current conversation when floater is opened.Mnikolenko ProductEngine
2013-02-13CHUI-765 FIXED User's name is added to the list in Nearby tab.Mnikolenko ProductEngine
2013-02-13SH-3852 WIP - modified metrics for update_appearance_from_cof and ↵Brad Payne (Vir Linden)
wear_inventory_category, end when bakes are fully loaded
2013-02-13CHUI-743 FIXED CHUI viewer ignores pre chui users Privacy settings to not ↵maksymsproductengine
keep IM logs and nearby chat logs
2013-02-12mergeGilbert Gonzales
2013-02-12CHUI-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-13CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute ↵Cho
this participant" Added new LLFloaterIMContainer::visibleContextMenuItem() connected to "Avatar.VisibleItem"
2013-02-13mergingCho
2013-02-13CHUI-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-12mergeNyx Linden
2013-02-12SH-3859 FIX adding or removing clothing in appearance edit mode are visibleNyx Linden
Added check to cancel any appearance update requests that occur while in appearance edit mode. Closing appearance edit mode does trigger an update, so should be safe to cancel intermediate requests without further changes.
2013-02-12SH-3852 WIP - removed agent_id from summary packetsBrad Payne (Vir Linden)
2013-02-12removed some redundant or deprecated timersBrad Payne (Vir Linden)
2013-02-12CHUI-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-12Pull merge from lindenlab/viewer-developmentMerov Linden
2013-02-12SH-2852 WIP - track avatar loading via load_<foo> timers, added distinction ↵Brad Payne (Vir Linden)
between partially and fully loaded textures
2013-02-12mergingCho
2013-02-12SH-3852 WIP - added more specific logging of completenesss of texture loadingBrad Payne (Vir Linden)
2013-02-12pull back 3.4.5-release tagOz Linden
2013-02-12CHUI-742 FIXED Update log location when closing Preference floater.Mnikolenko ProductEngine
2013-02-12Added tag 3.4.5-release for changeset a49c715243a3Oz Linden
2013-02-12mergingCho
2013-02-12CHUI-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-11Pull merge from lindenlab/viewer-chuiMerov Linden
2013-02-11CHUI-690 : Fixed! Prevent xml parsing error when building Places panel ↵Merov Linden
providing an option menu to the LLFolderView constructor
2013-02-11mergingCho
2013-02-11fix for build failure on test w/linuxBrad Payne (Vir Linden)
2013-02-11CHUI-760 FIX Conversation.log file not saved in user specified locationCho
Changed LLConversationLog::getFileName() to use LL_PATH_PER_ACCOUNT_CHAT_LOGS instead of LL_PATH_PER_SL_ACCOUNT
2013-02-11mergeBrad Payne (Vir Linden)
2013-02-11fix for mac build failureBrad Payne (Vir Linden)
2013-02-11CHUI-755 FIX Conversation log changes in a session are lost if viewer crashesCho
Added call to LLConversationLog::instance().cache() after LLLogChat::SaveHistory() in LLIMView::logToFile()
2013-02-11Updating appearance utilDon Kjer