summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelsnapshotinventory.cpp
AgeCommit message (Collapse)Author
2016-09-16MAINT-5232: Fix a couple new LLGlobalEconomy::Singleton references.Nat Goodspeed
2016-09-16Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-08-30MAINT-5232: LLGlobalEconomy is now an LLSingleton.Nat Goodspeed
It used to contain an LLSingleton called Singleton, requiring LLGlobalEconomy::Singleton::instance() to access it rather than the conventional LLGlobalEconomy::instance(). This has been fixed, so normalize references accordingly.
2016-08-30Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-08-16Merge VOB with 4.0.8-releasepavelkproductengine
2016-06-02MAINT-5194 Visual Outfit browserpavelkproductengine
Made refactoring of LLFloaterOutfitSnapshot and LLFloaterSnapshot
2016-05-24Merge VOB with release 4.0.6pavelkproductengine
2016-05-19Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-05-05MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flowpavelkproductengine
Removed odd controls like custom resolution spinners etc
2016-04-29MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flowpavelkproductengine
Initial version, further refactoring pending
2016-04-13MAINT-3286 FIXED Fix error message on snapshot save when user has no L$andreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-11-02Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-05-28MAINT-5232: Normalize LLGlobalEconomy's use of LLSingleton.Nat Goodspeed
LLSingleton currently presents two different usage styles: deriving MyClass from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy is the ONLY class using the typedef style -- and the apologetic comment talks about a potential maintenance that hasn't actually happened. Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
2015-04-03MAINT-5041 FIXED Current Window snapshot option is restored. Hide ↵Mnikolenko ProductEngine
height/width spinners when selecting this option.
2014-07-26STORM-2040: Removed: Unnecessary code for hiding/showing "Constrain ↵NiranV
proportions" checkbox. It's either shown/hidden internally in each panel or is simply disabled/enabled depending on the resolution choice, it doesn't make any sense having this extra bit of code additionally hiding it.
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-11-21EXP-1630 FIXED Only show snapshot size spinners and "Constrain proportions" ↵Vadim ProductEngine
checkbox when Custom resolution is selected.
2011-11-16EXP-1560 FIXED Removed misleading "Constrain proportions" checkbox from the ↵Vadim ProductEngine
"Save to My Inventory" panel.
2011-11-07STORM-1690 FIXED Constrain Proportions option was broken.Vadim ProductEngine
By the way: - Fixed a crash in the postcard floater (accessing destroyed buttons). - Minor code cleanups.
2011-11-03STORM-1580 WIP Updated texture upload progress according to the spec.Vadim ProductEngine
By the way, fixed displaying upload cost.
2011-11-03STORM-1580 WIP Implemented new "Working" and "Success/Failure" screens.Vadim ProductEngine
2011-11-02STORM-1580 WIP Initial commit for PO review.Vadim ProductEngine