summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-15CHUI-479 : WIP : Introduce a publicly available ↵Merov Linden
LLSpeakingIndicatorManager::updateSpeakingIndicators() method so to reset all indicators when creating new dialogs.
2012-11-15CHUI-489: Found a bug in last commit for this issue. The sound notification ↵Gilbert Gonzales
(for inventory/teleport offer) would be played for the toast popup as well as once the conversations floater was opened. And also when a button was clicked in the conversation floater to 'accept' or 'deny' the offer. Now only playing the sound notification when the initial offer has been made.
2012-11-15merging in latest changesGilbert Gonzales
2012-11-15CHUI-489: Now sounds exist for teleport and inventory offers. The sound is ↵Gilbert Gonzales
specified in notifications.xml. Also changes for CHUI 486, which allow the user to set preferences for hearing sounds for a New Conversation, Incoming Voice Call, Teleport Offer and Inventory Offer.
2012-11-15CHUI-524: The root reason of crash was in the infinity recursion in the ↵maksymsproductengine
chain of calls LLFloater::setFocus->LLFloater::setFrontmost->LLFloaterView::bringToFront. And problem was not related to CHUI-362. Reviewed by Stinson.
2012-11-15Backed out changeset: 80bab29003f8 Removing hack fix for CHUI-524.William Todd Stinson
2012-11-15CHUI-442 FIXED Nearby chat does not open conversations floater when clicking ↵maksymsproductengine
first nearby chat toast in a session
2012-11-16CHUI-525 FIXED Tootlips are added for Info buttonsmaxim_productengine
2012-11-15CHUI-524: FIX Removing a function call that results in a circular logic loop ↵William Todd Stinson
and an eventual stack overflow crash.
2012-11-15merging into latest changesMaximB ProductEngine
2012-11-15CHUI-487, CHUI-488 W.I.P. #2 (Enable flashing FUI button behavior and ↵AlexanderP ProductEngine
Implement Flashing Conversations panel line item behavior): build new class LLFlashTimer based on LLSysWellChiclet::FlashToLitTimer; prepared it for general purpose; replaced LLSysWellChiclet::FlashToLitTimer to LLFlashTimer
2012-11-15CHUI-397 (Delay in removing names from participant list in nearby chat)MaximB ProductEngine
CHUI-440 (Nearby chat participant list does not clear after teleport when conversation floater is closed/minimized) fixed
2012-11-14CHUI-479 : WIP : More tracingMerov Linden
2012-11-14CHUI-487, CHUI-488 W.I.P. #1 (Enable flashing FUI button behavior and ↵AlexanderP ProductEngine
Implement Flashing Conversations panel line item behavior): build new class LLFlashTimer based on LLSysWellChiclet::FlashToLitTimer; prepared it for general purpose; replaced LLSysWellChiclet::FlashToLitTimer to LLFlashTimer
2012-11-14MergeMerov Linden
2012-11-14CHUI-479 : WIP : Add debug tracing into speaking indicator manager and ↵Merov Linden
monitors (to be deleted eventually).
2012-11-14CHUI-479 : WIP : Small refactoring to allow participant to be added to ↵Merov Linden
session whether or not its parent folder is.
2012-11-14CHUI-501 FIXED Add link to Privacy tab from Comms floatermaksymsproductengine
2012-11-14Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-14CHUI-389 FIXED Added parameter for sessionAdded to get access to ↵maxim_productengine
has_offline_msg value. Set UnreadIMs icon to visible if messages were sent while offline.
2012-11-14Added tag 3.4.2-beta4 for changeset 73b84b9864dcOz Linden
2012-11-13tag merge of DRTVWR-243Oz Linden
2012-11-13CHUI-486: Post code review changes for last submit, just added in some ↵Gilbert Gonzales
parenthesis for conditional statements, thus making them more clear.
2012-11-13MAINT-1890: Adding a more descriptive comment to this hack fix for future ↵William Todd Stinson
reference.
2012-11-13MAINT-1891: FIX Updating the LLPipeline::clearRebuildGroups() to preserve ↵William Todd Stinson
HUD groups. clearRebuildGroups() is called during the teleport process. In the previous state, HUD objects were being incorrectly removed from the rebuild groups during the teleport process. This change will preserve HUD groups and should resolve this issue.
2012-11-14CHUI-508 FIXED Attach to and Attach to HUD menus not showing in inventory ↵maksymsproductengine
floater to select attachment point
2012-11-13merging in latest changesGilbert Gonzales
2012-11-13CHUI-512 FIXED (New incoming conversations take focus in message panel only ↵AlexanderP ProductEngine
and do not show toasts). Rejected update message when floater hasn't focus
2012-11-13CHUI-486: Code cleanup, instead of using values such as 0, 1, 2 now using ↵Gilbert Gonzales
strings 'toast', 'flash', 'none'. These values are used whether to show a notification or not.
2012-11-13CHUI-447 FIXED Set session name as avatar's display name, if session is ↵maxim_productengine
created by getting new message.
2012-11-13CHUI-460 FIXED Reselect floater after toggling the participant list open or ↵maxim_productengine
closed
2012-11-12MAINT-1890: A hacky fix for flexi-prim updates after teleport by ignoring ↵William Todd Stinson
the sUpdateDelay value and simply updating all flexi-prims. This change most likely reduces frame rate.
2012-11-12CHUI-486: Now toasts only appear when proper 'Chat Preference' setting is ↵Gilbert Gonzales
set to 'Pop Up Message'.
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Remove debug spam
2012-11-12MAINT-1894: FIX This *should* fix a crash in the LLVolume::resizePath() ↵William Todd Stinson
method. The callstacks indicated that the std library was throwing a length exception on the std::vector::resize() call. Most likely cause was that the recent changes for flexi-prims were causing the mRenderRes to become negative. And thus, the 1<<mRenderRes calculation was generating a really large value for num_render_sections.
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* LLScrollListControl to use LLAvatarNameCache instead of gCacheName
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Use LLAvatarNameCache in group UI to match what namelists use and prevent double lookups * Remove LLSD -> Prams legacy pattern which is super slow. * Member list on general tab only adds to the list after names are known
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Fix bad font name in llpanelgrouplandmoney
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* llpanelgroupinvite to use LLAvatarNameCache isntead of legacy gCacheName
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Clean up 'is group' extra data in namelists.
2012-11-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Split avatar name requests up among multiple frames to prevent overloading the nameserver and having requests time out.
2012-11-12merging in latest changesGilbert Gonzales
2012-11-12Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.William Todd Stinson
2012-11-12CHUI-362 FIXED (Torn off conversation name is highlighted when selected in ↵AlexanderP ProductEngine
conversation list with different conversation showing in message panel): connect new method "returnFloaterToHost" to click on quasi-URL "Bring it back"
2012-11-09CHUI-479 : WIP : Fixed the missing agent appearance in torn off dialogs by ↵Merov Linden
adding a consistency check and rebuild.
2012-11-09Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta.William Todd Stinson
2012-11-09Pull merge from viewer-chuiMerov Linden
2012-11-09CHUI-450 : Fixed how the list of speakers is updated, always add the agent ↵Merov Linden
avatar in it, takes voice activation into account
2012-11-09merging in latest changesGilbert Gonzales