| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
| move llfolderview* into LLUI! | |||
| 2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
| removed viewer dependencies from folderview code | |||
| 2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| started to remove newview dependencies from llfolder* | |||
| 2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| refactored source files, moving logic into llfolderviewmodel*.cpp filter logic tweaks purging and moving inventory now properly cleans up view model | |||
| 2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| cleaned up some stale TODOs worked on getting initial inventory display to work consistently | |||
| 2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| fixed build | |||
| 2012-06-28 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
| filtering mostly working | |||
| 2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| moved filtering logic to viewmodel | |||
| 2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
| inventory item labels and icons displaying again | |||
| 2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
| one more gcc build fix | |||
| 2012-06-20 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| fixed final build errors | |||
| 2012-06-20 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
| more compilation fixes, just need to add getName() back to LLInventoryFilter et al | |||
| 2012-06-18 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| continuing fixing build errors general cleanup | |||
| 2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h | |||
| 2012-06-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
| 2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| llfolderview refactornig | |||
| 2012-06-07 | Merge : pull from lindenlab/viewer-release | Merov Linden | |
| 2012-04-14 | DRTVWR-136: Remove redundant remove_(item|category)() functions. | Nat Goodspeed | |
| Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions. | |||
| 2012-03-23 | fix for gcc | Richard Linden | |
| 2012-03-22 | CHUI-68 FIX Using arrow keys to scroll through inventory folders does not ↵ | Richard Linden | |
| scroll content in view as a side effect, "My Inventory" is not selected by default auto selection of filtered items now reliably turns itself off as soon as user scrolls or moves keyboard focus to inventory | |||
| 2012-03-16 | EXP-1841 : pull from current viewer-experience. | Merov Linden | |
| 2012-03-16 | CHUI-53 FIXED vertical scroll bar in inventory floater to appear when ↵ | Seth ProductEngine | |
| 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-07 | EXP-1912 : Fix the substring filtering I broke while trying to fix 1912 the ↵ | Merov Linden | |
| first time around. | |||
| 2012-03-06 | EXP-1767 WIP Received Items panel state does not persist between sessions | Richard Linden | |
| ensure that layout stack has updated its layout before manually resizing one of its elements (which was causing the manual resize to be stomped on by the newly triggered layout update) made layout stack animation occur even when layout stack not visible (inventory will appear in proper open/closed state) LLView::setShape() now only calls handleReshape() when dimensions change removed extraneous calls to LLLayoutStack::updateClass() so that it should be called only once per frame now, allowing it to limit animation updates to layout stacks to one per frame. fixed rendering glitches arising from reshaping LLFolderView while in the middle of its draw() method | |||
| 2012-03-05 | EXP-1917 : Fix items coming back in folders when quit after cut. | Merov Linden | |
| 2012-03-05 | EXP-1912 : Fix filtering of folders when those are being cut. | Merov Linden | |
| 2012-03-01 | EXP-1841 : Use instance instead of getInstance on LLClipboard singleton. | Merov Linden | |
| 2012-03-01 | Pull from viewer-experience | Merov Linden | |
| 2012-04-26 | merge with viewer-release | Richard Linden | |
| 2012-04-26 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
| removed hacks for object inventory folderview | |||
| 2012-02-17 | EXP-1902, EXP-1903 : Move items cut to the trash when clipboard reset. | Merov Linden | |
| 2012-02-10 | EXP-1863 : Fix the filtering of cut folders, also fix the move to trash of ↵ | Merov Linden | |
| folders in double cut scenarios | |||
| 2012-02-09 | EXP-1844 FIX Selecting a large number of inventory items can block the ↵ | Richard Linden | |
| viewer for a long time. only show hourglass and fetching text when downloading folders, not item metadata | |||
| 2012-02-08 | EXP-1873 : Move cut items to trash in cut/copy over cut situations. | Merov Linden | |
| 2012-02-07 | EXP-1873 : Implement cut in the inventory contextual menu. Works without ↵ | Merov Linden | |
| deleting the items but simply dimming them and moving them. Doesn't work for folders yet. | |||
| 2012-02-03 | EXP-1862 : Suppress LLInventoryClipboard, move its functions to the unified ↵ | Merov Linden | |
| LLClipboard and use this only | |||
| 2012-01-31 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
| 2012-01-27 | EXP-1747, EXP-1152 : Fixed visual glitches in computation of visible width ↵ | Merov Linden | |
| in inventory. | |||
| 2012-01-19 | EXP-1828 FIX -- Drag and drop to an open folder in the outbox causes it to ↵ | Leslie Linden | |
| close automatically * Updated auto-open behavior to ignore items that are already open. | |||
| 2012-01-17 | Merge with viewer-dd, attempt #1 | Leslie Linden | |
| 2012-01-13 | EXP-1770 WIP Drag and drop visual selection can be off across hierarchies | Richard Linden | |
| made shift-selection work consistently across folder boundaries | |||
| 2012-01-05 | EXP-1754 FIX -- Search text shown in Outbox floater after marketplace synch ↵ | Leslie Linden | |
| 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-04 | Merge from viewer-experience | Leslie Linden | |
| 2012-01-03 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
| 2012-01-03 | use lazy deletion of views via die() method to avoid some potential crashes | Richard Linden | |
| 2011-12-30 | EXP-1523 WIP Defensive fix for a crash at ↵ | Vadim ProductEngine | |
| LLFolderView::onItemsRemovalConfirmation(). | |||
| 2011-12-13 | EXP-1718 FIX -- Drag and drop within the outbox can result in folders being ↵ | Leslie Linden | |
| out of order * Outbox updates now result in a resort to keep drag and drop items and folders properly sorted * New icon for merchant outbox * New behavior to accept drag and drop files over the entire merchant outbox floater | |||
| 2011-09-26 | fixed toolbar context menu | Richard Nelson | |
| deprecated pointless LLView::deleteViewByHandle | |||
| 2011-09-15 | EXP-974 FIX Inventory Keystroke Behavior No Longer Working | Richard Linden | |
| 2011-09-07 | Merge from viewer-experience | Leslie Linden | |
