summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2013-03-08CHUI-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-06Pull merge from lindenlab/viewer-chuiMerov Linden
2013-03-06CHUI-705 : Fixed! Force hide context menu when deleting line editor widgetMerov Linden
2013-03-05CHUI-809 FIXED "Start IM" menu item is addedMnikolenko ProductEngine
2013-03-01CHUI-807 : Fixed (attempt) : Defensive coding to prevent potential crashMerov Linden
2013-03-01CHUI-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-23CHUI-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-21CHUI-568 : WIP : Introduced Ctrl-T and Ctrl-H for conversations and nearby chatMerov Linden
2013-02-18CHUI-729 FIXED Messages pane displays incorrect after changing size and reloginmaksymsproductengine
2013-02-14CHUI-753 : Fixed (temptative) : Added some defensive coding in ↵Merov Linden
bringToFront() to make safer or avoid pointer casting.
2013-02-11CHUI-751 FIXED Triple click is now handled.Mnikolenko ProductEngine
2013-02-08CHUI-731 FIXED Viewer crashed while deleting text from IM messagemaksymsproductengine
2013-02-08CHUI-703 FIX Notification buttons: "Join","Decline","Info" are duplicated ↵Cho
after relogin while group invitation Renamed LLDockControl::mDockWidget to mDockWidgetHandle for clarity
2013-02-08CHUI-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-07CHUI-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-06Pull merge from lindenlab/viewer-chuiMerov Linden
2013-02-06CHUI-735 : Fixed! Move the delete key handling from the llfolderview to the ↵Merov Linden
llinventorypanel level.
2013-02-06CHUI-707: "Chat" toolbar button stop flashing after setting toolbar buttons ↵AlexanderP ProductEngine
view to "Icons only": save/restore flashing states
2013-02-04CHUI-732 : Fixed! Do not iterate through selection while modufying it at the ↵Merov Linden
same time, use a temp set.
2013-02-01CHUI-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-30Pull merge from lindenlab/viewer-developementMerov Linden
2013-01-29mergeGilbert Gonzales
2013-01-25CHUI-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-25merging latest changesCho
2013-01-25merging latest changesCho
2013-01-25CHUI-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-25CHUI-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-23CHUI-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
2013-01-23CHUI-687: Problem: User sees inventory offer notifications for deleted items ↵Gilbert Gonzales
when logging in from do not disturb mode. Resolution: If an item that is deletes has a DND notification saved, then remove that notification so that it doesn't appear onec the user exists DND mode.
2013-01-20CHUI-379 : Fix Mac and Linux build failuresMerov Linden
2013-01-18CHUI-379 FIXED Restore Voice Morphing menumaksymsproductengine
2013-01-17Pull from lindenlab/viewer-chuiMerov Linden
2013-01-17CHUI-682 : Fixed : Added LLMenuGL as a possible child of a toggle or ↵Merov Linden
contextual menu (for dynamic submenus).
2013-01-16CHUI-650 (Floaters not returning to active transparency after becoming inactive)maxim@mnikolenko
- Checking is added(comparing to previous fix) to avoid crash.
2013-01-15CHUI-679 FIX Crash when script floater appears in CHUI viewerCho
LLPostponedNotification now inherits from LLMortician so it can postpone its deletion. This prevents a crash when looking up an avatar name in the case where the name already exists in the cache.
2013-01-11CHUI-650 : Revert : revert the change as it creates infinite recursive callsMerov Linden
2013-01-11CHUI-650 FIXED Set focus to floater when bringToFront() is called(even if ↵maxim@mnikolenko
it's already in front).
2013-01-10CHUI-672 : Fixed : LLMultiFloater members need to be initialized in constructor.Merov Linden
2013-01-10Pull merge from richard/viewer-chuiMerov Linden
2013-01-09CHUI-649 : WIP : Cleanup code to make it readableMerov Linden
2013-01-09CHUI-652 : Fixed : Maintain multi selection consistent when click and drag ↵Merov Linden
an already selected item (drag multi select was broken)
2013-01-08Merge pull from richard/viewer-chuiMerov Linden
2013-01-08CHUI-659 : Fixed : Reimplemented open selection on hitting return the right wayMerov Linden
2013-01-08CHUI-660: Post code review changesGilbert Gonzales
2013-01-10CHUI-658 FIXED Don't highlight whole content of the folder after right ↵maxim@mnikolenko
clicking if it is flashing.
2013-01-08CHUI-660: Problem: Upon auto-existing DND mode upon startup, the ↵Gilbert Gonzales
notification form elements (buttonts) were added to the form. But then deserialized form elements were also being added to the form causing duplicate buttons. As a solution, only add on the deserialized form elements that exceed the amount in the template.
2013-01-08merge changes for DRTVWR-250Oz Linden
2013-01-07CHUI-659 : WIP : Cleanup llfolderviewitem of filter code as it all moved ↵Merov Linden
into llfolderviewmodel.
2013-01-07CHUI-659 : WIP : Clamp down on the number of rearrange we really need.Merov Linden
2013-01-07CHUI-659 : WIP : Verified (tested) and cleaned up some CHUI-101 refactoring ↵Merov Linden
code.