summaryrefslogtreecommitdiff
path: root/indra/newview/llsnapshotlivepreview.cpp
AgeCommit message (Collapse)Author
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
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 : Make SL Share snapshot use faster thumbnail computation and displayMerov Linden
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
2014-01-16ACME-1236 : Small LLImageFilter clean upMerov Linden
2014-01-16ACME-1237 : Use translation service for filter names so they can be ↵Merov Linden
localized and as also look proper in English. General filter manager cleanup
2014-01-13ACME-1244 : WIP : Execute filters in Flickr panel. Testable but code beeds ↵Merov Linden
clean up.
2013-12-21MAINT-3587 FIXED settings.xml still references avatarsunited.com for ↵maksymsproductengine
snapshot upload
2013-12-20ACME-1236 : WIP : Implement colorTransform filter, grayscale and sepia using ↵Merov Linden
it, add parameter to llimage_libtest to use filters
2013-12-18ACME-1236 : WIP : Added Gray Scale as an experimental filter in Flickr. Lots ↵Merov Linden
of ugly hacks for now
2013-12-11ACME-1233 : Set the quality for jpeg images send to Facebook correctlyMerov Linden
2013-12-05Renamed floater_social to floater_facebook for ACME-1205Cho
2013-11-06fixed some warningsRichard Linden
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-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-25ACME-587 Add the 'refresh' button on top the imageGilbert Gonzales
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.