Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-06-22 | MAINT-5274 Missing folder arrow | andreykproductengine | |
2015-05-29 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2015-03-13 | MAINT-4980 WIP - add context menu filtering based on the selection group | Brad Payne (Vir Linden) | |
2014-09-28 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-07-30 | DD-75 : Prevent dropping on filtered tabs root. Adding an allow_drop option ↵ | Merov Linden | |
to inventory tab and folder view folders so that case can be taken into account. | |||
2014-07-29 | MAINT-4289 FIXED [BEAR] Recent Items "Reset Filters" not working correctly | andreykproductengine | |
reverted and remade MAINT-4218 | |||
2014-07-29 | MAINT-4289 FIXED [BEAR] Recent Items "Reset Filters" not working correctly | andreykproductengine | |
2014-07-24 | DD-128 : Fixed! Recycled allow_open into allow_wear and use an extra virtual ↵ | Merov Linden | |
methods on bridge items to know if items are wearable or not. | |||
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-04-15 | CHUI-912 : WIP : Try to change the return value of filter() so to trigger ↵ | Merov Linden | |
arrange on the fly. | |||
2013-03-19 | Merge in viewer-beta to get CHUI code | Simon 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-06 | merge | MaximB ProductEngine | |
2012-12-06 | CHUI-444 (Click target off when conversation list is minimized to icons) | MaximB ProductEngine | |
2012-12-05 | CHUI-509 : Fixed : Add params to inventory widgets to control font colors ↵ | Merov Linden | |
(required for library items and links). | |||
2012-11-28 | CHUI-548: Now a p2p conversation is aligned with the nearby chat arrow. Just ↵ | Gilbert Gonzales | |
had to check for a p2p conversation type and then adjust then decrease the indentation. Also made LLFolderViewItem::drawOpenFolderArrow() a non-virtual function and adjusted code accordingly. | |||
2012-11-21 | CHUI-531 FIXED Poor fps in CHUI viewer | maksymsproductengine | |
2012-11-16 | CHUI-487, CHUI-488 FIXED (Enable flashing FUI button behavior and Implement ↵ | AlexanderP ProductEngine | |
Flashing Conversations panel line item behavior): implemented FUI button flashing; clean up code | |||
2012-11-16 | CHUI-487, CHUI-488 W.I.P. #3 (Enable flashing FUI button behavior and ↵ | AlexanderP ProductEngine | |
Implement Flashing Conversations panel line item behavior): implemented conversation's item flashing | |||
2012-11-15 | CHUI-397 (Delay in removing names from participant list in nearby chat) | MaximB ProductEngine | |
CHUI-440 (Nearby chat participant list does not clear after teleport when conversation floater is closed/minimized) fixed | |||
2012-11-07 | Pull from viewer-chui, had to resolve conflicts on llimfloatercontainer.cpp | Merov Linden | |
2012-11-06 | CHUI-448 FIXED p2p IM chat conversations show a participant list with a carat | maksymsproductengine | |
2012-11-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-11-01 | CHUI-444 (Click target off when conversation list is minimized to icons) | MaximB ProductEngine | |
2012-10-25 | CHUI-441 : WIP : Fix crashes when spawning torn off floaters, added widgets ↵ | Merov Linden | |
creation in the torn off floater for participants. | |||
2012-09-26 | CHUI-347 FIXED drawing selected conversation item background. | Seth ProductEngine | |
Moved some duplicating pieces of code from LLFolderViewFolder::draw() and LLFolderViewItem::draw() to separate methods to reduce code duplication in LLConversationViewSession::draw(). Changed some static variables in LLFolderViewItem to static members for using them in derived LLConversationViewSession. | |||
2012-09-20 | CHUI-283: Refactor of how the layout is determined for LLFolderViewItem. ↵ | Gilbert Gonzales | |
Changed constant members that defined the layout to non-const member varaibles, which are populated using a .xml file. | |||
2012-09-18 | Regress Fix: After a CHUI 283 commit the inventory items suffix was ↵ | Gilbert Gonzales | |
overlapping text. Problem was that a variable storing the width of the text was not passed in as a reference, which always resulted in the suffix overlapping the prior text. | |||
2012-09-18 | CHUI-283: Now the avatar icon loads in the user's avatar image.Also the ↵ | Gilbert Gonzales | |
avatar image is of proper size. The participant of the conversation is offset correctly as well. | |||
2012-09-13 | merging in latest changes | Gilbert Gonzales | |
2012-09-13 | CHUI-283: Now upon the information icon and speaker icon do not overlap the ↵ | Gilbert Gonzales | |
username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup. | |||
2012-09-10 | CHUI-282 WIP Modified conversation view item and IM floater container so ↵ | Seth ProductEngine | |
that the folder view handles the positioning of items in conversations list. | |||
2012-09-10 | CHUI-283: Basic Implementation, just have hard coded avatar icon appearing ↵ | Gilbert Gonzales | |
and profile/info buttons visible. profile/info buttons do not have proper positioning or mouseclick events. | |||
2012-08-03 | CHUI-271 FIX Items that are cut and then removed from the clipboard without ↵ | Richard Linden | |
paste do not show in Trash until relog | |||
2012-08-01 | CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵ | Richard Linden | |
windows to refresh avoid moving selection when cutting | |||
2012-08-01 | build fix | Richard Linden | |
2012-08-01 | merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-08-01 | CHUI-267 FIX Full inventory listing not always shown for test account | Richard Linden | |
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL removed sort order from filter, which was causing unneeded filtering | |||
2012-07-31 | CHUI-254 : Fix Inventory filter and item draw() to highlight matching ↵ | Merov Linden | |
substrings in inventory | |||
2012-07-30 | CHUI-217 FIX Items are not visible in Merchant Outbox | Richard Linden | |
cleaned up a lot custom code for folder view item creation in inbox and outbox proper initialization of views from inventory panel starting folder | |||
2012-07-04 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
partial fix for crash on startup | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! |