summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
AgeCommit message (Collapse)Author
2015-11-19MAINT-5297 Backed out changeset: bfef055de5f5AndreyL ProductEngine
2015-11-19MAINT-5297 Backed out changeset: dd9e3cbf10e5AndreyL ProductEngine
2015-11-19MAINT-5847 Backed out changeset: 114068a17d38AndreyL ProductEngine
2015-11-12MAINT-5847 FIXED Crash on attempt to IM related to global toggle of people iconsAndreyL ProductEngine
2015-09-02MAINT-5297 Allow global toggle of 'View People Icons' - Global switch partAndreyL ProductEngine
--HG-- branch : develop
2015-09-01MAINT-5297 Allow global toggle of 'View People Icons' - Chat window partAndreyL ProductEngine
--HG-- branch : develop
2014-12-16MAINT-3483 FIXED Cursor is not in input field, after double click on ↵Mnikolenko ProductEngine
resident in Nearby chat
2014-03-12merge with releaseRichard Linden
2013-11-19SH-4634 FIX Interesting: Viewer crashes when receiving teleport offerRichard Linden
renamed fast timers to have unique names, changes instance tracker to never allow duplicates
2013-10-30Merge downstream code from viewer-bearsimon
2013-10-28MAINT-3343 FIXED Expand/Collapse message pan only on left click.Mnikolenko ProductEngine
2013-10-28MAINT-3343 FIXED Expand/Collapse message pan only on left click.Mnikolenko ProductEngine
2013-08-23MAINT-3031: Toggle Expanding CHUI when Icon is CLickedPavelK ProductEngine
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-07-10CHUI-984 FIX Clicking on voice icon no longer brings up voice volume sliderPavelK ProductEngine
2013-07-08CHUI-982 FIXED Clicking on conversation in conversation list to bring focus ↵maksymsproductengine
to conversation removes text entry prompt for chat bar
2013-06-06CHUI-896 ADD FIX Line flashing and FUI button flashing not working correctly ↵PavelK ProductEngine
for CHUI notifications Fixed line flashing when conversations floater is open but does not have focus
2013-05-27CHUI-867 FIXED Set focus to Session floater(if it is torn off) after ↵Mnikolenko ProductEngine
clicking appropriate conversation item.
2013-04-17CHUI-933 FIXED No notification of IMs when coming out of Do Not Disturb mode ↵PavelK ProductEngine
with Flash Toolbar button preference
2013-04-11Merge in downstream code (chui fixes, materials)simon
2013-04-09CHUI-797 FIXED Only one separated conversation window is shown after exiting ↵PavelK ProductEngine
from mouselook view Added all separated conversation floaters to skip list used in gFloaterView->popVisibleAll(skip_list) in llagent.cpp since LLFloaterIMContainer::setVisible() takes control of them by itself.
2013-03-28CHUI-896 FIXED Line flashing and FUI button flashing not working correctly ↵AlexanderP ProductEngine
for CHUI notifications: added flashing of the line item after conv. floater opens
2013-03-19Merge in viewer-beta to get CHUI codeSimon Linden
2013-03-12mergemberezhnoy
2013-03-11CHUI-840 (Right clicking on unselected group conversation can have ↵mberezhnoy
unpredictable results for menu options)
2013-03-08CHUI-772 FIX User sees no notification of conversation activity not visible ↵Cho
in long scrolling conversation list Added call to mConversationsRoot->arrange() in LLFloaterIMContainer::isScrolledOutOfSight()
2013-03-05CHUI-772 FIX User sees no notification of conversation activity not visible ↵Cho
in long scrolling conversation list Added call to setSelectedSession() from LLConversationViewParticipant::handleMouseDown()
2013-02-27CHUI-788 FIXED Mute icon not shown in participant list in conversation floatermaksymsproductengine
2013-02-22CHUI-772 FIX User sees no notification of conversation activity not visible ↵Cho
in long scrolling conversation list Renamed LLFLoaterIMContainer::isConversationItemWidgetvisible() to isScrolledOutOfView() with opposite return value
2013-02-22CHUI-772 FIX User sees no notification of conversation activity not visible ↵Cho
in long scrolling conversation list Added LLFLoaterIMContainer::isConversationItemWidgetvisible() which is now used in LLConversationViewSession::startFlashing() to flash chat toolbar button if out of view
2013-02-22CHUI-781 FIXED Select conversation if user selects participant that belongs ↵Mnikolenko ProductEngine
to this conversation.
2013-02-22CHUI-702 FIXED Calling requestArrange() in refresh() has to fix the problem.Mnikolenko ProductEngine
2013-02-19CHUI-702 FIXED Call requestArrange() after showing Voice indicator to avoid ↵Mnikolenko ProductEngine
overlapping.
2013-01-24merging into latest changesmberezhnoy
2013-01-23CHUI-678 (Voice indicators not shown for participants in torn off conference ↵mberezhnoy
conversations)
2013-01-17CHUI-625 Participant drop down icon not visible when conversation is ↵AlexanderP ProductEngine
highlighted orange: redraw the arrow slightly later
2013-01-18CHUI-681 FIXED Clear flash state only for selected widgetmaxim@mnikolenko
2013-01-03CHUI-616 (Left Click on participant name in torn off conference moves focus ↵maximbproductengine
to conversation floater)
2012-12-19CHUI-600 : Fix the orange (provided by Leo), fix the conversation item ↵Merov Linden
flashing (when shown)
2012-12-19Pull merge from richard/viewer-chuiMerov Linden
2012-12-18CHUI-600 : WIP : Flash conversation item in different color than select and ↵Merov Linden
start flashing only when shown
2012-12-14Pull merge from richard/viewer-chuiMerov Linden
2012-12-14CHUI-596 : Added a new flash state so we can keep a conversation highlighted ↵Merov Linden
after the flash time ends. Clears the flash state for all conversation on select.
2012-12-14CHUI-520: Now when have a P2P conversation torn off a voice indicator icon ↵Gilbert Gonzales
will be displayed allowing the user to adjust the voice volume when clicked. Also did a code cleanup on conversationview.h/cpp which was showing the speaking indicator icon too soon when joining another voice session. This was due to calling switchIndicator(..) directly inside ::onCurrentVoiceSessionChanged. The proper solution is to wait for SpeeakingIndicatorManager::switchSpeakerIndicators() call switchIndicators().
2012-12-12CHUI-557 (Cannot expand conversation from minimized state by clicking on ↵MaximB ProductEngine
selected conversation)
2012-12-07CHUI-417: Problem: Speaking indicator icons were out of position because ↵Gilbert Gonzales
they were not taking into account the reduced width when a vertical scrollbar appeared. Resolution: Now when the ::arrange() function is called, this implies that the width of a conversation line item has changed...so within this function call updateChildren(). updateChildren() will reposition the speaker icon and info button based upon the adjusted width.
2012-12-04mergingMaximB ProductEngine
2012-12-03merging in latest changesGilbert Gonzales
2012-12-03CHUI-571: Now when the 'Chat Preference' is set to 'Open Conversations ↵Gilbert Gonzales
window' the conversation line item with flash. The only time it does not flash is when the the conversation line item is already focused. Also fixed various focusing bugs when navigating between conversations and participants.
2012-12-03CHUI-532 FIXED (Viewer crash when user in conversation is removed from ↵AlexanderP ProductEngine
participant list because they logged out or teleported away) delayed destroy of the timer