Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-12 | CHUI-916 FIXED Clear mMisspellRanges if spell check is not needed. | Mnikolenko ProductEngine | |
2013-04-11 | CHUI-921 FIXED Default position of open floaters starts at left edge of ↵ | maksymsproductengine | |
viewer behind toolbar | |||
2013-04-08 | CHUI-748 (Right click does not produce context menu for landmarks in Trash ↵ | mberezhnoy | |
in Places Floater) | |||
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-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-26 | CHUI-846 ([crashhunters] crash in LLFontGL::maxDrawableChars): Added logging ↵ | Gilbert Gonzales | |
for bug to further track down problem when it occurs. Need to debug further based off information. | |||
2013-03-25 | merge | mberezhnoy | |
2013-03-25 | CHUI-885 (View Profile,Send IM and Add friend are not functional in context ↵ | mberezhnoy | |
menu for allowed or banned users of the parcel.) | |||
2013-03-21 | CHUI-881 ([CHUIBUG]Viewer crashes when user drag and drop the participant ↵ | Gilbert Gonzales | |
from the people floater to the one of the tool bars): Problem was that the item dragged from the people list was not of type inventoryitem. Instead of casting to an inventoryitem and checking if the item being dragged is a widgit, instead look at the cargo type (which also specifies that the dragged item is a widgit but doesn't need to typecast). | |||
2013-03-16 | CHUI-863 : Clean up dead code that's creating failures on gcc-4.6 builds on ↵ | merov | |
Linux | |||
2013-03-15 | CHUI-807 : More defensive code. Don't assume anything while iterating ↵ | Merov Linden | |
through panels. | |||
2013-03-12 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-03-12 | CHUI-845 : Avoid some xml param parsing error that seems to be linked with ↵ | Merov Linden | |
crashers | |||
2013-03-12 | CHUI-809 FIXED Changes in menu items to make them consistent. Do not start ↵ | Mnikolenko ProductEngine | |
IM if selected person is self. | |||
2013-03-11 | CHUI-810 : Merged Marine Kelley's patch on selected text and use of return ↵ | merov_linden | |
key in chat | |||
2013-03-08 | merge | Gilbert Gonzales | |
2013-03-08 | CHUI-835 (ctrl-h does not select nearby chat conversation in list): Modified ↵ | Gilbert Gonzales | |
setVisibleAndFrontMost() to now take a arguement for the key that was pressed (if one was pressed). This allows the floater to select the converation line item when becoming visible/frontmost. | |||
2013-03-07 | merge | mberezhnoy | |
2013-03-07 | CHUI-823 ([CHUIBUG]Triple-clicking on the scroll back button in the CHUI ↵ | mberezhnoy | |
causes all the conversation to be selected) | |||
2013-03-06 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-03-06 | CHUI-705 : Fixed! Force hide context menu when deleting line editor widget | Merov Linden | |
2013-03-05 | CHUI-809 FIXED "Start IM" menu item is added | Mnikolenko ProductEngine | |
2013-03-01 | CHUI-807 : Fixed (attempt) : Defensive coding to prevent potential crash | Merov Linden | |
2013-03-01 | CHUI-694 FIXED Handle ALT + Up/Down and ALT + Right/Left to switch ↵ | Mnikolenko ProductEngine | |
conversations in the list. Handle ALT + Enter to expand participant list of selected conversation. | |||
2013-02-23 | CHUI-568 : Fixed! Implemented Ctrl-H for Nearby Chat, taking into account ↵ | Merov Linden | |
the existence of other conversations and docked/torn off state | |||
2013-02-21 | CHUI-568 : WIP : Introduced Ctrl-T and Ctrl-H for conversations and nearby chat | Merov Linden | |
2013-02-18 | CHUI-729 FIXED Messages pane displays incorrect after changing size and relogin | maksymsproductengine | |
2013-02-14 | CHUI-753 : Fixed (temptative) : Added some defensive coding in ↵ | Merov Linden | |
bringToFront() to make safer or avoid pointer casting. | |||
2013-02-11 | CHUI-751 FIXED Triple click is now handled. | Mnikolenko ProductEngine | |
2013-02-08 | CHUI-731 FIXED Viewer crashed while deleting text from IM message | maksymsproductengine | |
2013-02-08 | CHUI-703 FIX Notification buttons: "Join","Decline","Info" are duplicated ↵ | Cho | |
after relogin while group invitation Renamed LLDockControl::mDockWidget to mDockWidgetHandle for clarity | |||
2013-02-08 | CHUI-703 FIX Notification buttons: "Join","Decline","Info" are duplicated ↵ | Cho | |
after relogin while group invitation Changed LLPersistentNotificationStorage::saveNotification() to use notification->asLLSD(true) to skip duplicates Changed LLDockControl::mDockWidget to be a LLHandle<LLView> instead of a LLView* to fix crash (from accessing deleted LLView) | |||
2013-02-07 | CHUI-735 : Fixed! Handle the backspace case, suppress the search string ↵ | Merov Linden | |
handling from LLFolderView (it's in the search edit field now). | |||
2013-02-06 | Pull merge from lindenlab/viewer-chui | Merov Linden | |
2013-02-06 | CHUI-735 : Fixed! Move the delete key handling from the llfolderview to the ↵ | Merov Linden | |
llinventorypanel level. | |||
2013-02-06 | CHUI-707: "Chat" toolbar button stop flashing after setting toolbar buttons ↵ | AlexanderP ProductEngine | |
view to "Icons only": save/restore flashing states | |||
2013-02-04 | CHUI-732 : Fixed! Do not iterate through selection while modufying it at the ↵ | Merov Linden | |
same time, use a temp set. | |||
2013-02-01 | CHUI-720 FIX User can open "Add friend" by pressing on a line in context ↵ | Cho | |
menu for user that already is friend Added check for getVisible() and getEnabled() before passing along handleMouseDown() and handleMouseUp() callbacks to other menu items in LLMenuItemSeparatorGL | |||
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-29 | merge | Gilbert Gonzales | |
2013-01-25 | CHUI-667 Upon exit from DND mode, a maximum of one sound should be played. ↵ | Gilbert Gonzales | |
Solution. Added a deferred sound class which will have sound id's added to it and upon unmuting the deferred sounds will be played. | |||
2013-01-25 | merging latest changes | Cho | |
2013-01-25 | merging latest changes | Cho | |
2013-01-25 | CHUI-291 FIX New auto-replace feature does not work with chui text input ↵ | Cho | |
boxes in conversation floater Modified LLAutoReplace to pass back a string for replacement instead of modifying the input string | |||
2013-01-25 | CHUI-291 FIX New auto-replace feature does not work with chui text input ↵ | Cho | |
boxes in conversation floater Fixed autoreplace in LLTextEditor so it updates correctly and works with undo | |||
2013-01-23 | CHUI-291 FIX New auto-replace feature does not work with chui text input ↵ | Cho | |
boxes in conversation floater Moved autoreplace hooks from LLLineEditor to LLTextEditor, and modified LLAutoReplace accordingly |