Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
line) is added.
Show toasts for new messages for that conversation, regardless of other prefs.
|
|
isn't focused.
|
|
|
|
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.
|
|
LLFloater::showInstance() instead of setVisibleAndFrontmost(). Also made setVisibleAndFrontmost() public since both setVisible and setFrontmost are public functions.
|
|
is set for friend, non-friend, conference, group and nearby chat.
|
|
strings 'toast', 'flash', 'none'. These values are used whether to show a notification or not.
|
|
set to 'Pop Up Message'.
|
|
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
|