summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.cpp
AgeCommit message (Collapse)Author
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)
2010-09-16mergeRichard Linden
2010-08-31SNOW-680 VWR-10854 : Honour share with group and allow anyone to copy for ↵Merov Linden
snapshots
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-16moved buildFloater out of lluictrlfactory to llfloater.cppRichard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-30deprecated LLPanel::child*() methodsRichard Nelson
2010-06-28EXT-7498 WIP Snapshot SharingAimee Linden
Reviewed by Tofu.
2010-06-15final(?) merge to revert snapshot floater to 2.0.1 level.Tofu Linden
2010-06-15Backed out changeset 1acc14a5e7acTofu Linden
2010-06-15merge backout.Tofu Linden
2010-06-15Backed out changeset b447707f20f5Tofu Linden
2010-06-15merge backout.Tofu Linden
2010-06-15Backed out changeset 1c66b34b7fbeTofu Linden
2010-06-15merge backout.Tofu Linden
2010-06-15Backed out changeset c9dd9852d76bTofu Linden
2010-06-15Backed out changeset d632626f9b11Tofu Linden
2010-04-07Fixed major bug EXT-6534 (Snapshot to Disk with Custom Size, selecting ↵Mike Antipov
Constrain Proportions causes snapshot of the active window with a background to the correct size but the window the same size as original, instead of proportionally changing the active window size.) * The reason: completely broken functionality to keep all the GUI controls in sync with the saved settings and Preview image state. Issue occurred while upgrading snapshot/social media floater (changeset (1acc14a5e7ac) New snapshot/social media floater) * Fix: added disabling of floater's buttons depend on snapshot is up to date ("Share Snapshot", "Save Snapshot", "Set As Profile Pic", "Share To Web", "Email Snapshot", "Save To My Inventory", "Save To My Computer"). QA Note: other controls should be checked against necessity to disable them while changing snapshot settings. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/181/ --HG-- branch : product-engine