summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.cpp
AgeCommit message (Collapse)Author
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-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-01-05Automated merge with https://bitbucket.org/lindenlab/viewer-developmentRichard Linden
2012-01-03Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2012-01-03use lazy deletion of views via die() method to avoid some potential crashesRichard Linden
2011-12-23EXP-1762 FIXED Pre-select current window resolution.Vadim ProductEngine
2011-12-23EXP-1732 FIXED "Refresh to Save" message displayed in auto-refresh mode.Vadim ProductEngine
2011-12-16merge changes for vmrg-206Oz Linden
2011-12-14EXP-1635 FIXED Made it clear that inventory snapshots are limited to 512x512 px.Vadim ProductEngine
2011-12-14EXP-1639 FIXED Fixed a resolution rounding error.Vadim ProductEngine
The error sometimes led to the following issues with maximized viewer window on MS Windows: * displaying incorrect resolution * failure to update snapshot
2011-12-12merge changes for vmrg-202Oz Linden
2011-12-07EXP-1639 WIP Cleaning up to improve readability; added more debugging messages.Vadim ProductEngine
2011-12-01EXP-1639 WIP Added debugging messages.Vadim ProductEngine
2011-11-24merge changes for vmrg-193Oz Linden
2011-11-16EXP-1597 FIXED Reshape save status messages correctly.Vadim ProductEngine
2011-11-16EXP-1562 WIP Turned the Save button into flyout (Save / Save as).Vadim ProductEngine
By the way, fixed: * inability to save a snapshot to disk after pressing "Cancel" in the file picker. * displaying "Saved to computer!" after pressing "Cancel" in the file picker.
2011-11-16EXP-1562 WIP Disable custom resolution controls by default (when "Current ↵Vadim ProductEngine
Window" is pre-select).
2011-11-15EXP-1561 FIX Preview image looks stretchedRichard Linden
2011-11-15EXP-1590 FIXED Success / Failure message now appears on top, overlaying the ↵Vadim ProductEngine
preview image.
2011-11-14EXP-1573 FIXED Display "Refresh to save" hint when snapshot needs to be ↵Vadim ProductEngine
refreshed. By the way, removed redundant onCommitResolution() callback.
2011-11-11EXP-1564 FIXED The Advanced Options button now changes its icon when the ↵Vadim ProductEngine
Advanced Options panel is expanded. By the way, fixed the button position.
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-07STORM-1688 FIXED The camera icon next to the "refresh snapshot" button is ↵Vadim ProductEngine
now always visible.
2011-11-07STORM-1580 WIP Switched profile feed snapshot format to PNG for better clarity.Vadim ProductEngine
2011-11-03STORM-1580 WIP Removed the "Keep open after saving" checkbox that makes no ↵Vadim ProductEngine
sense anymore.
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 Another build fix.Vadim ProductEngine
2011-11-02STORM-1580 WIP Fixed build.Vadim ProductEngine
2011-11-02STORM-1580 WIP Initial commit for PO review.Vadim ProductEngine
2011-10-19mergeDave Parks
2011-10-11EXP-1293 Nearby chat toasts no longer appear.leyla_linden
EXP-1316 Minimized Snapshot floater has a snapshot preview image attached below. EXP-1318 Clicking on nearby chat toasts should bring up Nearby Chat history
2011-09-26fixed toolbar context menuRichard Nelson
deprecated pointless LLView::deleteViewByHandle
2011-09-14SH-2243 work in progress -- application side matrix stack managementDave Parks
2011-05-05Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵brad kittenbrink
a bunch of unnecesary header dependencies.
2011-02-01SH-483 Fix for varioius issues with hi-rez snapshots -- mainly disable the ↵Dave Parks
ability to take hi-rez snapshots if UI or HUD attachments are in the snapshot, and go back to old tile compositing method instead of using huge framebuffer objects.
2010-12-10STORM-378 ADDITIONAL FIX REVERTED Backed out changeset: f858446d207fSeth ProductEngine
2010-12-10STORM-378 FIX REVERTED Backed out changeset: 1bce3dd882dfSeth ProductEngine
2010-12-06STORM-378 : pull into viewer-betaMerov Linden
2010-12-03STORM-378 ADDITIONAL FIX Fixed playing snapshot animation and sound when a ↵Seth ProductEngine
snapshot is refreshed.
2010-12-01STORM-687 FIXED Applied floater transparency to snapshot preview texture ↵Vadim ProductEngine
(unless the floater is focused, see STORM-676 to know why).
2010-11-23STORM-378 FIXED Added playing snapshot animation and sound when snapshot ↵Seth ProductEngine
floater is open or refreshed and a snapshot is actually taken. Removed animation upon saving and sending a snapshot.
2010-10-10VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.Tofu Linden
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)