Commit Graph

17 Commits (ca7abc4c3be9310f4e5fec00b7d6ffadaba58ff0)

Author SHA1 Message Date
Todd Stinson 6d84272d38 Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. 2012-08-23 15:11:10 -07:00
Gilbert Gonzales 41cba389f8 CHUI-269: Problem: When an item was purchased and delivered into the '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-16 12:14:25 -07:00
Gilbert Gonzales 52814c4e99 CHUI-273: Problem was that after renaming the item, the item was not triggering a sort. Resolution: Once the name of the item is set, trigger a sorting of the parent. 2012-08-10 17:09:14 -07:00
Richard Linden 88e81f9929 CHUI-223 WIP Selecting to cut an inventory item causes all open inventory windows to refresh
avoid moving selection when cutting
2012-08-01 20:07:42 -07:00
Richard Linden c009cf4f76 CHUI-223 WIP Selecting to cut an inventory item causes all open inventory windows to refresh
improved filtering behavior that should result in less flashes of emptiness
2012-08-01 19:42:22 -07:00
Richard Linden 898ec6cd36 CHUI-254 FIX Fix Inventory filter and item draw() to highlight matching substrings in inventory
made background highlighting sit behind label, so as not to obscure neighboring characters in label
2012-08-01 14:44:29 -07:00
Richard Linden 997812c7b0 merge with ssh://hg.lindenlab.com/richard/viewer-chui 2012-08-01 01:27:38 -07:00
Richard Linden a204059d2e CHUI-267 FIX Full inventory listing not always shown for test account
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL
removed sort order from filter, which was causing unneeded filtering
2012-08-01 01:14:27 -07:00
Merov Linden e9a484f98d CHUI-254 : Fix Inventory filter and item draw() to highlight matching substrings in inventory 2012-07-31 23:46:13 -07:00
Richard Linden de4b362839 Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui 2012-07-30 15:16:15 -07:00
Richard Linden 4285cc271e CHUI-217 FIX Items are not visible in Merchant Outbox
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 15:15:42 -07:00
Gilbert Gonzales 9fa3407c9c CHUI-213: When a new folder is added to inventory, its parent is assigned before calling dirtyFilter(). This allows dirtyFilter() to propogate the dirty flag up. 2012-07-30 11:35:01 -07:00
Seth ProductEngine 209fd15176 CHUI-244 FIX for propagating the dirty filter flag to the folder view item's 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-30 19:38:27 +03:00
Todd Stinson 0479e8d4ad Updating comments for merge conflicts after reviewing with Richard. 2012-07-27 14:28:31 -07:00
Todd Stinson 3e038cd71b Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. 2012-07-27 12:53:54 -07:00
Richard Linden f6dfd6bf0f CHUI-222 FIX Selecting None in inventory filters does not update until inventory selected 2012-07-25 18:20:54 -07:00
Richard Linden 1494a1058f CHUI-101 WIP Make LLFolderview general purpose
move llfolderview* into LLUI!
2012-07-03 23:55:39 -07:00