summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.cpp
AgeCommit message (Collapse)Author
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-07MAINT-4812 Restore sending snapshot as email from the viewer.Mnikolenko ProductEngine
2015-05-06Fixed Mac build after tools update - stripped unsused symbolspavelkproductengine
2015-04-28Merge viewer-release, become version 3.7.29Mnikolenko ProductEngine
2015-04-13merge changes for 3.7.27-releaseOz Linden
2015-04-07MAINT-5059 FIXED Update snapshot as well as thumbnail.Mnikolenko ProductEngine
2015-02-24merge changes for 3.7.25-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-12-08MAINT-4342 FIXED Height text-box value decreases after it was set to a ↵andreykproductengine
specific value
2014-11-12MAINT-4660 FIXED making Photosandreykproductengine
2014-09-17MAINT-4341 FIXED Pixel width and height of the preview is not matched to ↵andreykproductengine
value of Width or Height text-box in the “Snapshot to inventory” window
2014-08-20STORM-2060/STORM-2076: Added: Commenting to explain why we use the height ↵NiranV
spinner instead of the width one.
2014-08-20STORM-2060/STORM-2076: Changed: Code to a more appropiate, shorter version. ↵NiranV
Thanks Oz.
2014-08-20STORM-2060/STORM-2076: Fixed: Whole detection logic not working because of ↵NiranV
reasons i cannot seem to understand in this hypercube like snapshot floater.
2014-08-15STORM-2060: Fixed: Height spinner not being detected as first changed.NiranV
2014-08-15BUG-7020: Fixed: Snapshot floater being resized while it's minimized.NiranV
2014-08-09STORM-2066: Fixed: Selecting a resolution dropdown bigger than the maximum ↵NiranV
window resolution with toggled "Show UI in Snapshot" freezes the Viewer.
2014-08-08STORM-2060: Fixed: Width/Height spinners resetting every time type a custom ↵NiranV
value while 'custom' is not set in the resolution dropdown.
2014-08-08STORM-2057/2058/2061: Changed: Always update snapshot and thumbnail on every ↵NiranV
change. Making everything only show up the "need to refresh" message seems impossible with the current onIdle system of the preview other than making incredibly hacky stuff.
2014-07-30STORM-2040: Fixed: Width and Height spinners always reverting to previous ↵NiranV
values when entering a custom value while anything else than "Custom" is selected in the size dropdown. Do NOT. Ever. Change. Our. Resolution. Again. Unless we ask you to with the proper dropdown entries.
2014-07-30STORM-2047: Removed: Advanced button code. It's obselete now since our UI ↵NiranV
does it all by itself.
2014-07-25Changed: Snapshot floater layout.NiranV
Changed: Snapshots to disk default to 'Custom' (Window Resolution) Added: Big Auto-scaling integrated image Preview. Can be toggled. Added: Fixed german translations for the new floater layout. Removed: Need to have SnapshotFiltersEnabled to see the filter dropdown. Removed: SnapshotFiltersEnabled debug.
2014-05-19Pull merge from lindenlab/viewer-releaseMerov Linden
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-02-13ACME-1277 : Final set of filters, added a SnapshotFiltersEnabled debug settingMerov Linden
2014-02-11MAINT-2754 FIXED Call findInstance() instead of getInstance().Mnikolenko ProductEngine
2014-01-31ACME-1296 : Remove Filters from Advanced Snapshot panelMerov Linden
2014-01-30Pull merge from lindenlab/viewer-acmeMerov 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-29ACME : Add filters to Snapshot Advanced panel for demoMerov Linden
2014-01-28ACME-1195 : Complete perf improvements. Also we do not regrab/refresh when ↵Merov Linden
we don't have to (e.g. change format) in particular when changing filter. Better control that way and faster UI.
2014-01-28ACME-1195 : WIP : Lazy evaluate intermediate images in snapshot preview so ↵Merov Linden
perf is better in common cases, allow thumbnail to be computed from grabed frame (for SL Share), thumbnail display still buggy in SL Share
2013-12-21MAINT-3587 FIXED settings.xml still references avatarsunited.com for ↵maksymsproductengine
snapshot upload
2013-12-05Renamed floater_social to floater_facebook for ACME-1205Cho
2013-11-06merge with releaseRichard Linden
2013-11-04added Twitter floater for ACME-1146, ACME-1147, ACME-1148, ACME-1149, and ↵Cho
ACME-1150
2013-11-02added Flickr floater for ACME-1136, ACME-1137, ACME-1138, ACME-1140, and ↵Cho
ACME-1141
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-02removed remaining LLFacebookConnect references from llfloatersnapshot.cpp ↵Cho
for ACME-660
2013-06-27ACME-628 Removing unneeeded headers files and used forward declarations for ↵Gilbert Gonzales
llfloatersnapshot.h, llfloatersocial.h and llsnapshotlivepreview.h.
2013-06-26ACME-628 Removing unneeeded headers files from llsnapshotpreview, llsnapshot ↵Gilbert Gonzales
and llfloatersocial
2013-06-24ACME-593: Now the photo tab of the facebook panel displays a screenshot ↵Gilbert Gonzales
based upon when the facebook floater was opened.
2013-06-24ACME-593 Populate the image with the actual screenshot image: Placed ↵Gilbert Gonzales
LLSnapshotLivePreview class into file llsnapshotlivepreview.h/cpp so that it could be utilized by other classes.
2013-06-14ACME-520 : Add more extended state in LLFacebookConnect and handle it ↵Merov Linden
consistently and transparently from the public interface
2013-06-12cleaned up FBC snapshot feature and made it work with new direct upload ↵Cho
route on FBC API
2013-06-06ACME-464 : Fixed : We connect to FB when bringing up the Upload to FB ↵Merov Linden
Snapshot panel
2013-06-05merge with viewer-releaseRichard Linden