summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
AgeCommit message (Collapse)Author
2013-01-04CHUI-499: Now when existing DND mode, stored IM's will not show a toast but ↵Gilbert Gonzales
instead flash the conversation line item and Chat FUI button.
2012-12-28CHUI-566 ADD. FIX Flashing and color on Conversations FUI button and ↵AlexanderP ProductEngine
conversation line item Cancel sticking of color, if the button is pressed, or when a flashing of the previously selected button is ended
2012-12-21CHUI-566 Flashing and color on Conversations FUI button and conversation ↵AlexanderP ProductEngine
line item: change behavior for the case "If conversations (container) floater open but not on top"
2012-12-21CHUI-619 FUI button and conversation line items blink at different rates:AlexanderP ProductEngine
changed rate
2012-12-20CHUI-618 User sees no indication of offline messages received with ↵AlexanderP ProductEngine
conversation log preference turned off: flashing of CHUI button if offline messages was received
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-17CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵Merov Linden
prevent filling up the callback queue
2012-12-17CHUI-580 : WIP : Protect callback connections passed to ↵Merov Linden
LLAvatarNameCache::get() where necessary
2012-12-14CHUI-566 Flashing and color on Conversations FUI button and conversation ↵AlexanderP ProductEngine
line item
2012-12-18Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui.William Todd Stinson
2012-12-18CHUI-499: Adding ability to serialize the communication notifications to ↵William Todd Stinson
local disk per user.
2012-12-18CHUI-385: Problem: When the new session was created with multiple ↵Gilbert Gonzales
participants the old conversation floater was being recycled. When the conversation floater was re-initialized it did not remove and update the chat messages. Resolution: When the conversation floater is recycled simply call reloadMessages().
2012-12-17Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui.William Todd Stinson
2012-12-15CHUI-505 : Fixed : Don't open Call Log on login if the user doesn't want a ↵AlexanderP ProductEngine
Call Log: Checked the setting status
2012-12-15CHUI-598 : Fixed : Conversation log file created even when keep conversation ↵AlexanderP ProductEngine
log preference is off : Checked the status of the another ("KeepConversationLogTranscripts") setting too.
2012-12-11CHUI-494: Removing the creation of a new session while receiving an IM in ↵William Todd Stinson
DND mode.
2012-12-07Pull merge from richard/viewer-chuiMerov Linden
2012-12-07CHUI-579: Found a small bug in my last commit causing nearby chat im's to ↵Gilbert Gonzales
show two toast messages. Now the upper right toast (im toasts) will only show when the session id is non NULL (Nearby chat has a session value that is NULL).
2012-12-07CHUI-579: Post code review. Renamed variables to make easier to read.Gilbert Gonzales
2012-12-07merging in latest changesGilbert Gonzales
2012-12-06CHUI-579: When the 'Pop up message' preference is set the conversation line ↵Gilbert Gonzales
item and/or FUI button flash depending on what is focused. Also when the 'Flash the toolbar button' preference is set the FUI button will flash or the line item will flash depending upon what is focused.
2012-12-06CHUI-505 FIXED Open Call Log if user has new events while out:AlexanderP ProductEngine
force open Conversation Log Floater when received a saved offline message
2012-12-05Pull merge from dev repoMerov Linden
2012-12-05CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵Merov Linden
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up.
2012-12-04CHUI-571: Fixed bug where when the converation floater was torn off and a ↵Gilbert Gonzales
new im received, the incorrect conversation would be displayed and focused. In order to do this removed the conversation floater panels from being focused immediately when set visible. Also there was a bug when showing the stub panel for torn off conversations. The tab container was not setting the stub panel index properly to 0, which is where the stub panel existed in the tab container's list. This is post code review submit. Will submit another with minor code review changes.
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-11-28CHUI-546 FIXED Blank IM toast shown when a nearby chat toast is shown:AlexanderP ProductEngine
Prosessing of the nearby chat was exluded from on_new_message()
2012-11-26CHUI-529: Post code review changes. When showing a floater using ↵Gilbert Gonzales
LLFloater::showInstance() instead of setVisibleAndFrontmost(). Also made setVisibleAndFrontmost() public since both setVisible and setFrontmost are public functions.
2012-11-26merging in latest changes, resolved llimview.cpp conflictGilbert Gonzales
2012-11-23CHUI-528, CHUI-536, CHUI-538, CHUI-540 ADD. FIX (Built single processor of ↵AlexanderP ProductEngine
different types of notifications): clean up code
2012-11-23Additional fix for CHUI-490 (Show "Display Name (user.name)" for the user ↵maxim@mnikolenko
that is calling)
2012-11-20CHUI-528, CHUI-536, CHUI-538, CHUI-540 Built single processor of different ↵AlexanderP ProductEngine
types of notifications
2012-11-20CHUI-490 FIXED Small ui changes. Changed sound that is playing when floater ↵maxim_productengine
is opened. Call startIM() when user clicks on "Open IM instead" button.
2012-11-19CHUI-495: Ensuring that a user in do-not-disturb mode can receive voice ↵William Todd Stinson
calls from current conversations.
2012-11-16merging in latest changesGilbert Gonzales
2012-11-16CHUI-529: Now the conversations floater will appear when the chat preference ↵Gilbert Gonzales
is set for friend, non-friend, conference, group and nearby chat.
2012-11-16CHUI-518: FIX Removing the LLIMMgr::getInstance() as the containing method ↵William Todd Stinson
is already a non-static member method of the same class.
2012-11-16Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.William Todd Stinson
2012-11-15CHUI-518: WIP First pass as implementing auto-reject voice calls in do not ↵William Todd Stinson
disturb mode.
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-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-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-13merging in latest changesGilbert Gonzales
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-12CHUI-486: Now toasts only appear when proper 'Chat Preference' setting is ↵Gilbert Gonzales
set to 'Pop Up Message'.
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-11-08Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.William Todd Stinson