summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutbox.h
AgeCommit message (Collapse)Author
2015-09-24MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵Rider Linden
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.)
2014-03-25DD-40 : WIP : Refactor marketplace listings UI classes in their own cpp / h ↵Merov Linden
files
2014-03-21DD-16 : WIP : More code on sort/show menu but still not actionable.Merov Linden
2014-03-20DD-16 : WIP : Update sort / show menu, not actionable yet thoughMerov Linden
2014-03-18DD-40 : WIP : Got rid o the useless Drop Target text (not part of that UI)Merov Linden
2014-03-18DD-17, DD-40 : Style active listings in bold, implement a working ↵Merov Linden
initialization indicator
2014-03-13DD-42 : Rename merchant items to marketplace listings to be consistent with specMerov Linden
2014-03-06DD-7 : Initialize the Merchant Items floater checking the is a Merchant ↵Merov Linden
status correctly. No indication it's initializing (UI) but the code works
2014-03-06DD-4, DD-5, DD-6, DD-7, DD-8: WIP : Add Merchant Items panel and make it ↵Merov Linden
somewhat work, in a clunky sort of way
2013-11-13MAINT-3320 : WIP : Introduced a cleanOutbox() method to be called on outbox ↵Merov Linden
deletion
2013-11-11MAINT-3320 : WIP : Use handle for elements that'll get deleted under us, ↵Merov Linden
quite a bit of debug spam to clean later
2013-10-14Pull merge from lindenlab/viewer-releaseMerov Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-01-28MAINT-2287 : Fixed : Test the merchant/no merchant status without relying on ↵Merov Linden
outbox, Recreate missing outbox for a merchant, UI clean up on init.
2012-03-27CHUI-51 WIP notifications routig code cleanupRichard Linden
phase 1, removal of most of llnotificationhandler
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-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.
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-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