Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | CHUI-933 FIXED No notification of IMs when coming out of Do Not Disturb mode ↵ | PavelK ProductEngine | |
with Flash Toolbar button preference | |||
2013-04-19 | merge | mberezhnoy | |
2013-04-19 | CHUI-915 ([CHUIBUG]Control+W hides Conversations floater instead of closing ↵ | mberezhnoy | |
active tab) | |||
2013-04-19 | CHUI-946 FIXED Return FALSE if key is not handled here. | Mnikolenko ProductEngine | |
2013-04-19 | CHUI-808 FIXED Draggable separator between conversations and message pane is ↵ | maksymsproductengine | |
not discoverable: minor fix; | |||
2013-04-16 | CHUI-808 FIXED Draggable separator between conversations and message pane is ↵ | maksymsproductengine | |
not discoverable: - final solution; | |||
2013-04-18 | CHUI-938 FIXED Pop up (?) notification steals focus | maksymsproductengine | |
2013-04-10 | CHUI-899 (The size of conversations panel does not persist between sessions ↵ | mberezhnoy | |
if user relogin while messages pane is collapsed. ) | |||
2013-04-09 | CHUI-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-04-17 | CHUI-936 FIXED Do not show Conversation log floater if logging is disabled. | Mnikolenko ProductEngine | |
2013-04-12 | CHUI-916 FIXED Clear mMisspellRanges if spell check is not needed. | Mnikolenko ProductEngine | |
2013-04-12 | CHUI-934 FIXED Don't try to close Session floater if it is already doesn't ↵ | Mnikolenko ProductEngine | |
exist. | |||
2013-04-11 | CHUI-921 FIXED Default position of open floaters starts at left edge of ↵ | maksymsproductengine | |
viewer behind toolbar | |||
2013-04-10 | CHUI-932 FIXED Restore previous text only if there is no gesture. | Mnikolenko ProductEngine | |
2013-04-09 | CHUI-922 FIXED Panel width was increased | Mnikolenko ProductEngine | |
2013-04-09 | CHUI-923 FIXED Show toasts if Conversation floater is focussed and current ↵ | Mnikolenko ProductEngine | |
conversation is not selected. | |||
2013-04-08 | CHUI-748 (Right click does not produce context menu for landmarks in Trash ↵ | mberezhnoy | |
in Places Floater) | |||
2013-04-08 | CHUI-914 FIXED Restore previous text after gestures were triggered. | Mnikolenko ProductEngine | |
2013-04-03 | CHUI-820 FIXED Cannot snap or move collapsed conversation window to left or ↵ | maksymsproductengine | |
right edge of viewer window | |||
2013-04-04 | СHUI-818 FIXED For group toasts: show name of the group in Titlebar; add ↵ | Mnikolenko ProductEngine | |
[From User_DisplayName] before text of the message. | |||
2013-04-04 | fix build | AlexanderP ProductEngine | |
2013-04-03 | CHUI-841 FIXED No warning given that you cannot leave a group you are the ↵ | AlexanderP ProductEngine | |
last owner of in conversation floater and people floater Added check in LLGroupActions::leave() method for number of members in the group and whether avatar is the owner. Also added LLFetchGroupMemberData class which sends and handles async request for group member data and used in the above method. | |||
2013-04-03 | CHUI-838 FIXED (Opening chat history for groups only works once per session, ↵ | Mnikolenko ProductEngine | |
if at all) | |||
2013-04-03 | CHUI-911 FIXED [CHUIBUG]When Chat side of Conversations floater is reduced ↵ | AlexanderP ProductEngine | |
to it's minimum width the scroll bar is half-obscured. | |||
2013-04-02 | CHUI-811 FIXED [CHUIBUG]Too much spacing around the new chat UI elements | AlexanderP ProductEngine | |
2013-04-01 | CHUI-896 : ADD FIX : Line flashing and FUI button flashing not working ↵ | AlexanderP ProductEngine | |
correctly for CHUI notifications backed out 902caf2 and (partly) d498514; case "NOT_ON_TOP" was fixed | |||
2013-04-01 | merge | Gilbert Gonzales | |
2013-04-01 | CHUI-796 (User doesn't get all messages in 'do not disturb' mode): Now when ↵ | Gilbert Gonzales | |
a conversation is focused by clicking on it's line item, selecting a torn off floater or unminimized a torn off floater the stored notifications for that conversation will be removed. | |||
2013-04-01 | CHUI-907 : Fixed! Suppress inexistant menu item and duplicated registrar ↵ | Merov Linden | |
entry to avoid warning | |||
2013-04-01 | CHUI-907 : Prevent warning when parsing menus adding name to menu_item_check | Merov Linden | |
2013-04-01 | CHUI-904 FIXED Set the focus on the Nearby chat floater after setting ↵ | Mnikolenko ProductEngine | |
visibility. | |||
2013-04-01 | merge | mberezhnoy | |
2013-04-01 | CHUI-886 (Time in front of the name is not displayed when the Conversations ↵ | mberezhnoy | |
size is reduced to a minimum.) | |||
2013-03-29 | CHUI-807 : Trace add and remove sessions | Merov Linden | |
2013-03-29 | CHUI-807 : Add more defensive coding. Also trace in log the sessions created ↵ | Merov Linden | |
so we'll have a better idea of what people do with conversations if we see that crash again. | |||
2013-03-29 | Additional fix for CHUI-903 | Mnikolenko ProductEngine | |
2013-03-28 | CHUI-799 FIXED Notification is not given to user when they select only ↵ | AlexanderP ProductEngine | |
friends and groups can IM me preference | |||
2013-03-29 | CHUI-903 FIXED Don't show toasts if Session floater is torn-off and in focus. | Mnikolenko ProductEngine | |
2013-03-28 | CHUI-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-28 | CHUI-905 (Viewer crashes while using Insert keyboard key in chat): Problem ↵ | Gilbert Gonzales | |
was because when insert was used at the end of a string of text, this would attempt to delete something past the bounds of the string...as a side effect the size of the segment was increasing even though the string length never changed. The segment size would be greater than the string size and would eventually cause an invalid read outside the bounds of the string. | |||
2013-03-28 | CHUI-855 FIXED Text entry bar auto expand does not resize | maksymsproductengine | |
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-27 | merge | Gilbert Gonzales | |
2013-03-27 | CHUI-875 (Viewer experiences a 10s delay on dnd (do not disturb) ↵ | Gilbert Gonzales | |
notification loading): For now adding logging when reading from persistent notifications and from dnd notifications. | |||
2013-03-27 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-03-27 | CHUI-901 : Fixed! Do touch torn off state in restoreFloater() | Merov Linden | |
2013-03-27 | merge | Gilbert Gonzales | |
2013-03-27 | CHUI-851 ([CHUIBUG]Focussing issue and unresponsive tabs when focus is ↵ | Gilbert Gonzales | |
brought back to the HUB): Now when pressing enter a docked nearby chat floater will be focused and the conversation line item will be selected. When the nearby chat is not docked then only the floater will be focused. | |||
2013-03-27 | merge | mberezhnoy | |
2013-03-27 | CHUI-894 FIXED Call closeAll() for LLIMWellWindow to clear object notifications. | Mnikolenko ProductEngine | |