summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutbox.cpp
AgeCommit message (Collapse)Author
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-12-06CHUI-494: WIP First pass at getting the suppression of events in DND working.William Todd Stinson
2012-08-01CHUI-267 FIX Full inventory listing not always shown for test accountRichard 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-30CHUI-217 FIX Items are not visible in Merchant OutboxRichard 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-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
llfolderview refactornig
2012-04-24CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outboxRichard Linden
2012-03-27CHUI-51 WIP notifications routig code cleanupRichard Linden
phase 1, removal of most of llnotificationhandler
2012-01-19EXP-1827 FIX -- Drag area in outbox does not always highlight green when ↵Leslie Linden
indicating a top level drop * Updated the outbox drop area highlight to include top level drops within the outbox inventory panel itself.
2012-01-18EXP-1816 FIX -- Drag area in outbox can remain highlighted after drag and ↵Leslie Linden
drop ends * Added handleHover function to clear highlight
2012-01-13EXP-1802 FIX -- Create labeled drop target region at bottom of merchant ↵Leslie Linden
outbox floater for easy top level drop access * Added generic drop zone that highlights green when its functionality will be used.
2012-01-11EXP-1778 FIX -- Link to Marketplace Error log in transfer failed viewer ↵Leslie Linden
notification * Added a link to the "imports" log from the "done with errors" notification when sending folders to the marketplace.
2012-01-11EXP-1791 FIX -- Handle case where initialization with SLM fails in the ↵Leslie Linden
Merchant Outbox floater in the viewer * Updated marketplace import to properly handle failed cases of authentications and invalid cookies. The import will reset to an uninitialized state and then trigger and initialization followed immediately by an import when appropriate.
2012-01-11EXP-1791 - Handle case where initialization with SLM fails in the Merchant ↵Leslie Linden
Outbox floater in the viewer * Added code to clear and re-initialize the SLM cookie when authentication errors are encountered. * Re-organized logic for outbox import a bit to hopefully be more robust when errors are encountered.
2012-01-05EXP-1757 FIX -- Merchant Outbox shows as empty when first ↵Leslie Linden
opening/initializing even when populated * Updated merchant outbox floater to not wait for initialization to complete before displaying outbox inventory contents.
2012-01-04EXP-1738 FIX -- Disable drag and drop to folders in the outbox that would ↵Leslie Linden
create a hierarchy that contains too many folders * Updated drag and drop to correctly handle moving to and from outbox as opposed to within the outbox when dealing with folder and item count limitations related to depth and total folder count.
2011-12-19EXP-1749 FIX -- Merchant outbox import completion messages are to be modal ↵Leslie Linden
dialogs * Merchant outbox completion messages now shown as modal dialogs rather than window shades.
2011-12-19EXP-1741 FIX -- Learn more link goes to page not found from Outbox for user ↵Leslie Linden
that is not a merchant an Agni EXP-1746 FIX -- Update Outbox messaging EXP-1748 FIX -- Close down on messaging with Spinner MKT-3403 support -- viewer tooltips updated to match errors in marketplace * Copy has been updated to match the design per Leo and Brooke * Marketplace URL's have also been updated * The outbox floater now reports a status string in the existing folder count control
2011-12-14EXP-1723 -- Improved drag and drop behavior for outbox floater.Leslie Linden
2011-12-13EXP-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-12-13EXP-1715 FIX -- Merchant outbox drag and drop has offset between mouse ↵Leslie Linden
position and selected folder EXP-1717 FIX -- Drag and drop within the outbox can result in an item created at the top level of the outbox Folders are now created for items dragged around within the merchant outbox if their drop target is the top level outbox inventory panel itself.
2011-12-12EXP-1648 FIXLeslie Linden
* Merchant outbox no longer crashes for non-merchants. * Folder count is hidden for non-merchants. * Drag and drop to merchant outbox floater is disabled for non-merchants.
2011-12-12Fixed marketplace URL trailing '/' and updated to latest window shade code ↵Leslie Linden
from viewer-experience
2011-12-12EXP-1682 FIXLeslie Linden
EXP-1683 FIX EXP-1705 FIX EXP-1707 FIX * Outbox folder count now uses inventory API directly rather than inventory folder view for folder count and item status * Asynchronous fetches are triggered for the outbox content when the window is opened and when it receives focus * Marketplace URL's for empty and non-merchant outbox view have been updated * "Copy to Merchant Outbox" and "Delete" context menu items should be fully functional now with item counts, etc.
2011-12-09Moved outbox import confirmations to window shades on the merchant outbox ↵Leslie Linden
floater, rather than modal dialogs.
2011-12-09* Changed background opacity of outbox and inventory to match.Leslie Linden
* Removed superfluous marketplace layout stack, leftover from inbox/outbox in same inventory window.
2011-12-09* Removed old inventory window outbox.Leslie Linden
* Added centered progress indicator for outbox.
2011-12-08Initial functional merchant outbox floaterLeslie Linden
2011-11-29Initial merchant outbox buttonLeslie Linden