Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-05-16 | CHUI-913 Additional fix | Mnikolenko ProductEngine | |
2013-05-15 | CHUI-913 FIXED Show toasts for torn-off windows that aren't collapsed. | Mnikolenko ProductEngine | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-04-24 | Follow-up code cleaning for LLToast work trying to get branch healthy. | simon | |
Reviewed by Kelly | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | CHUI-903 FIXED Don't show toasts if Session floater is torn-off and in focus. | Mnikolenko ProductEngine | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-27 | CHUI-486 ADD FIX Update Preferences -> Chat XUI | AlexanderP ProductEngine | |
1) when preference is "Pop up" - added toast according to Kurt's comment from 22/Dec/12; 2) fixed line item flashing and "Chat" button flashing in other cases according to original matrix. | |||
2013-03-15 | CHUI-830 FIXED Button for collapsing torn-off floater(to a single input ↵ | Mnikolenko ProductEngine | |
line) is added. Show toasts for new messages for that conversation, regardless of other prefs. | |||
2013-01-28 | CHUI-701 FIXED Don't show toasts and flashing, if conversation is opened but ↵ | maxim@mnikolenko | |
isn't focused. | |||
2012-12-07 | CHUI-579: Post code review. Renamed variables to make easier to read. | Gilbert Gonzales | |
2012-12-03 | CHUI-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-26 | CHUI-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-16 | CHUI-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-13 | CHUI-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-12 | CHUI-486: Now toasts only appear when proper 'Chat Preference' setting is ↵ | Gilbert Gonzales | |
set to 'Pop Up Message'. | |||
2012-11-09 | CHUI-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 |