Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
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 | |||
2013-01-23 | CHUI-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-20 | CHUI-379 : Fix Mac and Linux build failures | Merov Linden | |
2013-01-18 | CHUI-379 FIXED Restore Voice Morphing menu | maksymsproductengine | |
2013-01-17 | Pull from lindenlab/viewer-chui | Merov Linden | |
2013-01-17 | CHUI-682 : Fixed : Added LLMenuGL as a possible child of a toggle or ↵ | Merov Linden | |
contextual menu (for dynamic submenus). | |||
2013-01-16 | CHUI-650 (Floaters not returning to active transparency after becoming inactive) | maxim@mnikolenko | |
- Checking is added(comparing to previous fix) to avoid crash. | |||
2013-01-15 | CHUI-679 FIX Crash when script floater appears in CHUI viewer | Cho | |
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-11 | CHUI-650 : Revert : revert the change as it creates infinite recursive calls | Merov Linden | |
2013-01-11 | CHUI-650 FIXED Set focus to floater when bringToFront() is called(even if ↵ | maxim@mnikolenko | |
it's already in front). | |||
2013-01-10 | CHUI-672 : Fixed : LLMultiFloater members need to be initialized in constructor. | Merov Linden | |
2013-01-10 | Pull merge from richard/viewer-chui | Merov Linden | |
2013-01-09 | CHUI-649 : WIP : Cleanup code to make it readable | Merov Linden | |
2013-01-09 | CHUI-652 : Fixed : Maintain multi selection consistent when click and drag ↵ | Merov Linden | |
an already selected item (drag multi select was broken) | |||
2013-01-08 | Merge pull from richard/viewer-chui | Merov Linden | |
2013-01-08 | CHUI-659 : Fixed : Reimplemented open selection on hitting return the right way | Merov Linden | |
2013-01-08 | CHUI-660: Post code review changes | Gilbert Gonzales | |
2013-01-10 | CHUI-658 FIXED Don't highlight whole content of the folder after right ↵ | maxim@mnikolenko | |
clicking if it is flashing. | |||
2013-01-08 | CHUI-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-08 | merge changes for DRTVWR-250 | Oz Linden | |
2013-01-07 | CHUI-659 : WIP : Cleanup llfolderviewitem of filter code as it all moved ↵ | Merov Linden | |
into llfolderviewmodel. | |||
2013-01-07 | CHUI-659 : WIP : Clamp down on the number of rearrange we really need. | Merov Linden | |
2013-01-07 | CHUI-659 : WIP : Verified (tested) and cleaned up some CHUI-101 refactoring ↵ | Merov Linden | |
code. | |||
2013-01-04 | Merge with viewer-chui | Merov Linden | |
2013-01-04 | Merge with viewer-chui | Merov Linden | |
2013-01-04 | merging in latest changes | Gilbert Gonzales | |
2013-01-04 | CHUI-499: Now when existing DND mode, stored IM's will not show a toast but ↵ | Gilbert Gonzales | |
instead flash the conversation line item and Chat FUI button. | |||
2013-01-04 | CHUI-643 FIXED Collapsed conversations floater has huge right padding: ↵ | AlexanderP ProductEngine | |
prevent of a rewriting mOriginMinWidth and mOriginMinHeight to default values | |||
2013-01-03 | CHUI-499: Fixed a serialization problem where the a notification's ↵ | Gilbert Gonzales | |
objectInfo was not being serialized/deserialized. | |||
2012-12-28 | CHUI-566 ADD. FIX Flashing and color on Conversations FUI button and ↵ | AlexanderP ProductEngine | |
conversation line item Cancel sticking of color, if the button is pressed, or when a flashing of the previously selected button is ended | |||
2012-12-20 | CHUI-429 : Fixed! Add a flag to filter multi/single selection situations in ↵ | Merov Linden | |
menu building. Implement in conversation contextual menu. | |||
2012-12-19 | CHUI-600 : Fixed! Modified the button flash state so it sticks after the ↵ | Merov Linden | |
animation and is dismissed on toggle | |||
2012-12-19 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-12-18 | CHUI-600 : WIP : Flash conversation item in different color than select and ↵ | Merov Linden | |
start flashing only when shown | |||
2012-12-19 | CHUI-601 : Fixed : Crash when dismissing a conversation while a participant ↵ | AlexanderP ProductEngine | |
is selected DeletePointer() for the items was replaced by Function LLFolderViewItem::destroyView(): Function LLFolderViewItem::destroyView(), before removing the item, immediately removes it from the Selection List of the Root Folder. As a result, at the time of the call of sanitizeSelection(), will not need to try to handle the elements that have already been deleted. | |||
2012-12-17 | CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵ | Merov Linden | |
prevent filling up the callback queue | |||
2012-12-17 | Merge with viewer-chui | Merov Linden | |
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
2012-12-15 | CHUI-591 FIXED Issues with resizing conversations floater | maksymsproductengine | |
2012-12-14 | CHUI-599 : Use the account name in all places that are not UI related but ↵ | Merov Linden | |
use avatar names to index, search and other code only uses. | |||
2012-12-14 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-12-14 | CHUI-566 Flashing and color on Conversations FUI button and conversation ↵ | AlexanderP ProductEngine | |
line item | |||
2012-12-18 | CHUI-499: Adding ability to serialize the communication notifications to ↵ | William Todd Stinson | |
local disk per user. | |||
2012-12-17 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui. | William Todd Stinson | |
2012-12-14 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui. | William Todd Stinson | |
2012-12-13 | CHUI-574, CHUI-575 : Fixed inventory regressions : select the first filtered ↵ | Merov Linden | |
item when searching the inventory, simply made the folder selection secondary to item selection. |