Commit Graph

178 Commits (ca7abc4c3be9310f4e5fec00b7d6ffadaba58ff0)

Author SHA1 Message Date
Gilbert Gonzales bec60ef80e CHUI-295: Problem: The places panel implemention was incomplete and trying to make use of a class that was not fully implemented (placesfolderview). Resoltuion: Upon creation of the places panel, placesfolderview is created which contains the proper overloaded functions to show the correct menu when right clicking. 2012-08-20 16:11:03 -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
Todd Stinson 268d5bd4bd Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. 2012-08-09 17:04:00 -07:00
Gilbert Gonzales 02bdceb580 Linux compiliation fix, needed to create DirtyFilterFunctor outside of function parameter so that it can be legally passed as a reference. 2012-08-06 14:08:14 -07:00
Richard Linden a831cb5bee CHUI-273 FIX Inventory filtering changes not showing when changes are selected 2012-08-03 15:56:12 -07:00
Richard Linden af8d113557 CHUI-271 FIX Items that are cut and then removed from the clipboard without paste do not show in Trash until relog 2012-08-03 15:23:08 -07:00
Richard Linden c43eedd434 Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui 2012-08-02 20:47:02 -07:00
Richard Linden faac868b68 CHUI-223 FIX Selecting to cut an inventory item causes all open inventory windows to refresh 2012-08-02 20:45:52 -07:00
Todd Stinson c44aa1c966 CHUI-262: Reordering the steps to remove a view item and view item model during the deletion process to avoid a crash. 2012-08-02 17:26:09 -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 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
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
Richard Linden 3ba619053d CHUI-256 FIX Invalid param warnings in llfolderview when adding and deleting items from object inventory 2012-07-27 14:10:29 -07:00
AlexanderP ProductEngine 3ae21b429e CHUI-207 FIXED Emptying Lost and Found and Trash in inventory crashes viewer 2012-07-20 17:16:22 +03:00
Merov Linden efa73d4975 CHUI-236 : WIP : Places panel works for My Inventory but still empty lists for Favorites Bar, My Landmarks and Library. 2012-07-19 20:38:07 -07:00
AlexanderP ProductEngine 8fd35a0a08 CHUI-207 FIXED cancellation of removal of the object that has already been removed 2012-07-13 16:30:33 +03:00
Richard Linden 1494a1058f CHUI-101 WIP Make LLFolderview general purpose
move llfolderview* into LLUI!
2012-07-03 23:55:39 -07:00
Richard Linden a8defa513c CHUI-101 WIP Make LLFolderview general purpose
removed viewer dependencies from folderview code
2012-07-03 17:05:28 -07:00
Richard Linden 7fb39240d0 Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview 2012-07-03 14:49:31 -07:00
Richard Linden 7d0150f12d CHUI-101 WIP Make LLFolderView general purpose
started to remove newview dependencies from llfolder*
2012-07-02 19:37:28 -07:00
Richard Linden 1bd52dfbdc CHUI-101 WIP Make LLFolderView general purpose
refactored source files, moving logic into llfolderviewmodel*.cpp
filter logic tweaks
purging and moving inventory now properly cleans up view model
2012-07-02 17:57:29 -07:00
simon@Simon-PC.lindenlab.com f199b298b4 MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item names
renames parent folder instead.   Reviewed by Kelly
2012-07-02 16:40:18 -07:00
Richard Linden 062cae9a48 CHUI-101 WIP Make LLFolderView general purpose
cleaned up some stale TODOs
worked on getting initial inventory display to work consistently
2012-06-29 15:44:08 -07:00
Richard Linden ed7173c987 CHUI-101 WIP Make LLFolderview general purpose
filtering mostly working
2012-06-28 23:29:58 -07:00
Richard Linden cb865a7e13 CHUI-101 WIP Make LLFolderView general purpose
moved filtering logic to viewmodel
2012-06-27 18:56:10 -07:00
Richard Linden 4775084000 CHUI-101 WIP Make LLFolderview general purpose
inventory item labels and icons displaying again
2012-06-21 23:28:24 -07:00
Richard Linden a02f2e63f2 CHUI-101 WIP Make LLFolderview general purpose
one more gcc build fix
2012-06-21 10:11:55 -07:00
Richard Linden 3882e9c177 CHUI-101 WIP Make LLFolderview general purpose
more compilation fixes, just need to add getName() back to LLInventoryFilter et al
2012-06-20 00:19:05 -07:00
Richard Linden 9e49fb558f CHUI-101 WIP Make LLFolderview general purpose
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors
2012-06-19 22:36:12 -07:00
Richard Linden 59987bb051 CHUI-101 WIP Make LLFolderView general purpose
continuing fixing build errors
general cleanup
2012-06-18 19:01:59 -07:00
Richard Linden 379eec8841 CHUI-101 WIP Make LLFolderView general purpose
continuing fixing build errors
renamed llfoldervieweventlistener.h to llfolderviewmodel.h
2012-06-15 13:35:39 -07:00
Richard Linden 86103dd5d4 Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview 2012-06-15 09:56:47 -07:00
Richard Linden 9940ca5ae7 CHUI-101 WIP Make LLFolderView general purpose
llfolderview refactornig
2012-06-15 09:44:27 -07:00
Merov Linden 356c29c888 EXP-1841 : pull from current viewer-experience. 2012-03-16 13:43:42 -07:00
Seth ProductEngine 34c599858b CHUI-53 FIXED vertical scroll bar in inventory floater to appear when horizontal scroll bar hides last item in folder view.
Added a scroll container which provides the information about the height of currently displayed folder view contents. It is used for updating vertical scroll bar visibility in inventory panel.
2012-03-16 01:08:20 +02:00
Merov Linden a41507eef0 EXP-1841 : change mState to mGeneration in LLClipboard. 2012-03-01 23:10:06 -08:00
Merov Linden f0a1b43f22 EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. 2012-03-01 21:35:05 -08:00
Merov Linden 24789f11cc Pull from viewer-experience 2012-03-01 13:31:17 -08:00
Merov Linden c2922a402d EXP-1905, EXP-1911: Be a bit less forcefull when updating the filter after a change on the clipboard 2012-02-22 16:55:46 -08:00
Merov Linden d245dad7dd EXP-1863 : Fix the filtering of cut folders, also fix the move to trash of folders in double cut scenarios 2012-02-10 18:05:07 -08:00
Richard Linden 4523b31378 EXP-1844 FIX Selecting a large number of inventory items can block the viewer for a long time.
only show hourglass and fetching text when downloading folders, not item metadata
2012-02-09 12:58:43 -08:00
Merov Linden 91f77318db EXP-1873 : Implement the hiding of cut items on the clipboard 2012-02-08 15:44:02 -08:00
Leslie Linden b0db21a8ae EXP-1754 FIX -- Search text shown in Outbox floater after marketplace synch if all items removed.
* Added a setting to determine whether or not to display the standard empty inventory message.
  The message is on by default but turned off for the merchant outbox inventory panel.
2012-01-05 15:40:27 -08:00
Leslie Linden a7b04c9dd4 * Removed old inventory window outbox.
* Added centered progress indicator for outbox.
2011-12-09 10:31:16 -08:00
Paul ProductEngine f75708a9c8 EXP-1598 FIXED (items from a second inventory window cannot be shared)
- Now select proper inventory floater (from all opened inventory floaters) to share items from.
2011-12-08 18:48:22 +02:00
Merov Linden 7c2bbfc4fc EXP-1498, EXP-1595, EXP-1596 : Hide empty system folders in a dynamic way, turn the setting ON by default 2011-11-18 17:22:40 -08:00
Merov Linden 28344855dc EXP-1498 : Always create the folder widget, move empty filtering to foltering code. Still update issues though. 2011-11-17 19:48:39 -08:00
Merov Linden db371c9824 EXP-1498 : Hide empty system folders. System folders can be specifically marked to be hidden if empty in the LLViewerFolderDictionary constructor. 2011-11-11 23:58:37 -08:00
Leslie Linden cef45c1823 EXP-1548 folder FIX -- Clicking show on inventory offer does not open inventory (or received items panel) on test grid Ravi set to use Received Items folder for transfers 2011-11-09 11:04:00 -08:00
Leslie Linden 5dcdb2dd02 EXP-1548 FIX -- Clicking show on inventory offer does not open inventory (or received items panel) on test grid Ravi set to use Received Items folder for transfers
EXP-1555 FIX -- Double-click is inconsistent between inventory and Received Items
EXP-1547 FIX -- drag/drop inventory to agent - delivers to Objects, not Received items.

* "Show" button from p2p transfer now opens inventory window and inbox panel, setting focus to the item
* Double-click on inbox inventory items now falls through to default item behavior
2011-11-07 14:43:59 -08:00