Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-20 | DD-19 : Implement preliminary audit / validation display | Merov Linden | |
2014-04-18 | DD-68 : Simply unlist if active version folder moved out of listing | Merov Linden | |
2014-04-17 | DD-54 : WIP : Improved validation to wrap items and stock items within ↵ | Merov Linden | |
version folders if necessary. Also hooked up the audit button with the validation code though all printout happens in the log | |||
2014-04-15 | DD-65, DD-55: Treat activation/deactivation separately for listing and ↵ | Merov Linden | |
version folders. Also use max instead of stock for suffix for non stock folders. | |||
2014-04-14 | DD-20 : Prevent pasting incompatible items in stock folders | Merov Linden | |
2014-04-13 | DD-59 : Takes care of the case of a stock folder at the level of a listing ↵ | Merov Linden | |
folder | |||
2014-04-13 | DD-59 : Modify the validation function to create stock folders for each ↵ | Merov Linden | |
types and create them at the right nesting depth | |||
2014-04-11 | DD-59 : WIP : Fixed consistency check bug | Merov Linden | |
2014-04-11 | DD-59 : WIP : Added marketplace consitency check and cleaning when updating ↵ | Merov Linden | |
a marketplace folder | |||
2014-04-11 | DD-57 : Update stock folder count when item moved back to inventory | Merov Linden | |
2014-04-10 | DD-16 : Implement sort by stock count in merketplace | Merov Linden | |
2014-04-09 | DD-13 : Clean up Associate/Disassociate listing. Also clarify the update ↵ | Merov Linden | |
folder code in marketplace | |||
2014-04-08 | DD-18 : Make the stock count take the listing status and version status into ↵ | Merov Linden | |
account so to be accurate and more resilient | |||
2014-04-08 | DD-18 : Compute stock for all levels, get folders to update more ↵ | Merov Linden | |
consistently on all actions in the marketplace | |||
2014-04-06 | DD-15 : Allow version folder to be made active/inactive, add new methods to ↵ | Merov Linden | |
marketplace to make all that a bit more clear and clean | |||
2014-04-04 | DD-14 : Add all right click menu items for marketplace. Make Add, Activate ↵ | Merov Linden | |
and Deactivate work. Right click fails on non folder items though in marketplace | |||
2014-04-03 | DD-24 : Fix the tests that decide what is resalable and what is a stock item | Merov Linden | |
2014-04-02 | DD-20 : WIP : Improve Cut and Paste for marketplace. Still some use cases ↵ | Merov Linden | |
that are not working well | |||
2014-04-01 | DD-20 : WIP : Implemented the cut and paste code for marketplace. Stock ↵ | Merov Linden | |
update still not working as expected. | |||
2014-03-31 | DD-18 : WIP : Making stock folders update work better | Merov Linden | |
2014-03-31 | DD-18 : WIP : Implement stock folder counting but no propagation so far, ↵ | Merov Linden | |
also update is not working | |||
2014-03-31 | DD-24 : Make stock folder really work and stick. Improve validation. Handle ↵ | Merov Linden | |
edge cases when moving under root | |||
2014-03-28 | DD-24 : Add FT_MARKETPLACE_STOCK as a new type for folders, implement the ↵ | Merov Linden | |
promotion code for Drag and Drop, display of stock folders and embryonic marketplace validation | |||
2014-03-14 | DD-43, DD-44 : implement update_marketplace_category() and get it called ↵ | Merov Linden | |
swhen appropriate | |||
2014-03-13 | MAINT-3812 FIXED "Remove from outfit" is unavailable for folders containing ↵ | andreylproductengine | |
only gestures | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-06 | SH-4234 FIX - the only persistent failure seen was caused by a broken link ↵ | Brad Payne (Vir Linden) | |
in the outfit. Modified updateIsDirty() to ignore broken links. | |||
2013-05-24 | SH-4027 WIP - initial implementation of item update via AIS. | Brad Payne (Vir Linden) | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-23 | CHUI-687: post code review changes. Now upon deletion of an item, DND mode ↵ | Gilbert Gonzales | |
must be enabled in order to remove a notification from the DND history. | |||
2013-01-23 | CHUI-687: Problem: User sees inventory offer notifications for deleted items ↵ | Gilbert Gonzales | |
when logging in from do not disturb mode. Resolution: If an item that is deletes has a DND notification saved, then remove that notification so that it doesn't appear onec the user exists DND mode. | |||
2012-12-13 | CHUI-574, CHUI-575 : Fixed inventory regressions : select the first filtered ↵ | Merov Linden | |
item when searching the inventory, simply made the folder selection secondary to item selection. | |||
2012-11-19 | CHUI-470 : Fixed : Enable contextual menu in torn off conversations | Merov Linden | |
2012-08-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-07-20 | MAINT-570 Remove unused memory tracking system LLMemType | Dave Parks | |
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
started to remove newview dependencies from llfolder* | |||
2012-07-02 | MAINT-971 : [PUBLIC]Renaming a new inventory item while filtering item names | simon@Simon-PC.lindenlab.com | |
renames parent folder instead. Reviewed by Kelly | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h | |||
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-04-13 | fix merge conflict in remove_item | Oz Linden | |
2012-04-13 | merge changes for drtvwr-136 | Oz Linden | |
2012-03-27 | CHOP-854: move change_(item|category)_parent() into LLInventoryModel. | Nat Goodspeed | |
It's not really clear why they're in llinventoryfunctions.{h,cpp} instead of LLInventoryModel, and in fact LLInventoryModel::removeItem() already contains code essentially cloned from change_item_parent() -- or perhaps vice-versa. This changeset addresses only migrating the functions, and fixing up existing references, to simplify code review. | |||
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-02-16 | EXP-1896 : Prevent recursively copying of folders onto themselves | Merov Linden | |
2012-02-09 | EXP-1863 : Implemented cut, copy, paste for folders. Issues with folder ↵ | Merov Linden | |
filtering though. | |||
2012-02-08 | EXP-1873 : Move cut items to trash in cut/copy over cut situations. | Merov Linden | |
2012-02-03 | EXP-1862 : Suppress LLInventoryClipboard, move its functions to the unified ↵ | Merov Linden | |
LLClipboard and use this only | |||
2012-01-17 | EXP-1804 FIX -- Drag and drop operations can be blocked by modal dialogs | Leslie Linden | |
* Added support for marketplace notifications that don't display the dialog until the next frame, leaving room for the drag and drop operation to properly complete before the notification shows up and interferes. |