summaryrefslogtreecommitdiff
path: root/indra/newview/llsnapshotlivepreview.cpp
AgeCommit message (Collapse)Author
2019-04-24SL-10994 Removed Facebook In-world SharingAndreyL ProductEngine
SL-11024 Fixed Twitter connect failure
2018-07-27MAINT-8924 FIXED Outfit snapshot upload closes inventorymaxim_productengine
2018-06-12MAINT-8727 FIXED Saving snapshot will cause disconnect if you do not choose ↵maxim_productengine
path in File picker quickly
2017-06-09MAINT-7477 FIXED [viewer-neko] Viewer crashes when saving snapshot to disk ↵Mnikolenko Productengine
and closing file picker window
2017-05-24MAINT-4375 Viewer saves an empty snapshots if disk is fulldaianakproductengine
2016-11-14Merged in lindenlab/viewer-cleanupAndreyL ProductEngine
2016-11-03MAINT-6580 Snapshot becomes blank after changing the size of Second Life windowandreykproductengine
2016-09-16Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-08-30Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-06-02MAINT-5194 Visual Outfit browserpavelkproductengine
Made refactoring of LLFloaterOutfitSnapshot and LLFloaterSnapshot
2016-05-10build fixMnikolenko Productengine
2016-05-10Merged in oz_linden/maint-5974Mnikolenko Productengine
2016-05-06linux build fixMnikolenko Productengine
2016-04-29MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flowpavelkproductengine
Initial version, further refactoring pending
2016-01-15Merge VRRider Linden
2015-11-02Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2015-10-19Merge from viewer release.Rider Linden
2015-08-28MAINT-5548 FIXED Don't update snapshot when resizing Viewer if snapshot ↵Mnikolenko ProductEngine
floater is closed.
2015-07-22MAINT-5357: Added yield between prepare and post in upload.Rider Linden
Removed some commented out code I had missed earlier Moved costing to virtual function in uploadinfo.
2015-07-15LSL Script upload from inventory.Rider Linden
2015-07-02Adjusting uploadinfo object for expansion.Rider Linden
Commit is prelim to allow merge from selfless.
2015-06-30Initial checkin for uploading via coroutine.Rider Linden
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-05-26MAINT-5096 FIXED Camming is broken in freeze frame mode once snapshot is ↵AndreyL ProductEngine
refreshed... Fix for freezing by ticking the "Freeze frame" checkbox
2015-05-15MAINT-5096 FIXED Camming is broken in freeze frame mode once snapshot is ↵AndreyL ProductEngine
refreshed...
2015-05-07MAINT-4812 Restore sending snapshot as email from the viewer.Mnikolenko ProductEngine
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-15MAINT-5072 FIXED snapshot window in snapshotMnikolenko ProductEngine
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-02-03MAINT-4812 FIXED Remove sending snapshot as email from the viewer.Mnikolenko ProductEngine
2014-12-18MAINT-4726 FIXED Strange camera roll when using freeze frame in snapshot floaterMnikolenko ProductEngine
2014-12-10Rename llround(..) to ll_round(..) because of a collision with MS llround ↵callum_linden
(long long round) in VS2013
2014-09-08Merge. Refresh from viewer-drano-http-4 after 3.7.15 release.Monty Brandenberg
2014-08-22Add an HTTP policy class for inventory operations using four (4)Monty Brandenberg
connections. Convert background and foreground fetches, both items and folders/inventory and library, to use new HTTP. Non-fetch inventory operations continue to use LLHTTPClient (at least for now). Error handling and retry on fetches wasn't 100% previously and that's still the case. I'll rip through this again to clean that up. Cleaned up logging in much of the inventory code with consistent labels on logging events and correct macros (removed deprecation warnings). This started as an attempt to get libcurl to do pipelining on POSTs and PUTs. Discovered that this is going to be very difficult to support in general in libcurl. May look at that again in the future.
2014-08-14BUG-6958: Fixed: Snapshot position is always <0,0,0>.NiranV
onIdle isn't called as much as they thought it is, it's only called when "Auto refresh" is on but not on normal manual snapshot refreshes.
2014-07-29Fixed: Last pack of outdated llwarns/lldebugs/llendl.NiranV
2014-07-29BUG-6839: Fixed:Snapshot filters do not work when saving snapshot to inventory.NiranV
I think filters actually weren't intended to be used for inventory snapshots...but anyway, now we do have filters for inventory snaps.
2014-06-23merge changes for 3.7.10-releaseOz Linden
2014-06-05MergeRicky Curtice
2014-05-19Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-13STORM-68 Apply default upload permission settings for ONLY Share with Group andJonathan Yap
Allow anyone to Copy to snapshot upload. The Next owner values will stay at full perms.
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-06Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵Merov Linden
errors
2014-03-04ACME-1343 : Reset the siz eof the preview texture to be the same as the ↵Merov Linden
saved snapshot
2014-02-26ACME-1327 : WIP : Update the big preview with size and refresh as wellMerov Linden
2014-02-25ACME-1327 : WIP : Added computation of the big preview, allow big preview to ↵Merov Linden
be resizable
2014-02-07ACME-1315 : Fix anisotropy in filters applied to thumbnail. Deleted some ↵Merov Linden
unused code
2014-02-03ACME-1295 : Implement an mAllowFullScreenPreview flag in snapshotMerov Linden
2014-01-30ACME-1293 : Use notification to signal from the snapshot panel to its ↵Merov Linden
container rather than grabbing global instances, use unique control_name for widgets, fix Post button visibility on Twitter
2014-01-28ACME-1282 : Prevent rendering of UI in SL Share snapshotsMerov Linden