Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-12-03 | CHUI-571: Now when the 'Chat Preference' is set to 'Open Conversations ↵ | Gilbert Gonzales | |
window' the conversation line item with flash. The only time it does not flash is when the the conversation line item is already focused. Also fixed various focusing bugs when navigating between conversations and participants. | |||
2012-11-26 | CHUI-528, CHUI-536, CHUI-538, CHUI-540: Fixed the changed item's ↵ | Merov Linden | |
highlighting that broke multiselection in inventory and in conversations. | |||
2012-11-23 | CHUI-528, CHUI-536, CHUI-538, CHUI-540 ADD. FIX (Built single processor of ↵ | AlexanderP ProductEngine | |
different types of notifications): changed item's highlighting | |||
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-08 | Pull merge from viewer-chui | Merov Linden | |
2012-11-07 | CHUI-473, CHUI-482 FIXED (Clicking on nearby chat toast to open Conversation ↵ | AlexanderP ProductEngine | |
floater does not show Nearby Chat conversation selected in list; Nearby chat conversation is not selected in list by default when it is the only conversation ): implement. new logic in LLIMFloaterContainer for the syncronous select the conv. list's item and corresponding convers. floater; removed floater selecting from conv. items; fixed bug with item select | |||
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-30 | CHUI-463 : Fixed. Allowed a model to be shared by several views. | Merov Linden | |
2012-10-29 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-26 | CHUI-439 (Conversation floater is automatically unminimized when a selected ↵ | MaximB ProductEngine | |
user is removed from nearby chat participant list after teleport) CHUI-438 (Conversation remains transparent after teleport with a participant selected in nearby chat) | |||
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-10-01 | CHUI-368 FIXED Lock icon shown when clicking on items in inventory | maksymsproductengine | |
2012-09-26 | Pull merge from richard/viewer-chui | Merov Linden | |
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-25 | CHUI-342 : Fixed : Use user name and display name correctly. Sort according ↵ | Merov Linden | |
to user names. | |||
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-20 | CHUI-353: Regress Bug caused by a CHUI 283 commit. Problem: The font was ↵ | Gilbert Gonzales | |
rendering differently due to the folderviewitem::draw() method calling llview::draw(). I added llview::draw() initially but it is not longer needed. Resolution: Removing the call to llview::draw(). | |||
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 | 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-13 | CHUI-283: Now the information icon only appears upon mousehover. Also the ↵ | Gilbert Gonzales | |
information/speaker icon are right justified. | |||
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-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | Todd Stinson | |
2012-08-16 | CHUI-269: Problem: When an item was purchased and delivered into the ↵ | Gilbert Gonzales | |
'Received Items' panel, the badge icon and new item count would not show. This was due to the creation date of the folders not being set when a new item was added. Resolution: Now when an item is added into the 'Received Items' panel, the folder hierachy is updated, triggering the badge icon and new item count to show. | |||
2012-08-10 | CHUI-273: Problem was that after renaming the item, the item was not ↵ | Gilbert Gonzales | |
triggering a sort. Resolution: Once the name of the item is set, trigger a sorting of the parent. | |||
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 | CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵ | Richard Linden | |
windows to refresh improved filtering behavior that should result in less flashes of emptiness | |||
2012-08-01 | CHUI-254 FIX Fix Inventory filter and item draw() to highlight matching ↵ | Richard Linden | |
substrings in inventory made background highlighting sit behind label, so as not to obscure neighboring characters in label | |||
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 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
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-30 | CHUI-213: When a new folder is added to inventory, its parent is assigned ↵ | Gilbert Gonzales | |
before calling dirtyFilter(). This allows dirtyFilter() to propogate the dirty flag up. | |||
2012-07-30 | CHUI-244 FIX for propagating the dirty filter flag to the folder view item's ↵ | Seth ProductEngine | |
parent. The filter dirty flag is set after a new child item is added to ensure that this item already has a parent and the dirty flag can be bubbled up. | |||
2012-07-27 | Updating comments for merge conflicts after reviewing with Richard. | Todd Stinson | |
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-25 | CHUI-222 FIX Selecting None in inventory filters does not update until ↵ | Richard Linden | |
inventory selected | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! |