summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.cpp
AgeCommit message (Collapse)Author
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
2010-04-01Automated MergeRoxie Linden
2010-03-25automated mergeLoren Shih
2010-03-24fixing windows line endingsLeyla Farazha
2010-03-24Hooked up Save As Profile PicLeyla Farazha
reviewed by Richard CC# 167
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-03-17Adding error handling to share to web feature.Leyla Farazha
Reviewed by Callum
2010-03-16fixing windows line endingsLeyla Farazha
2010-03-16New snapshot/social media floaterLeyla Farazha
reviewed by Richard
2010-02-04Fixed bug EXT-4806 (Snapshot floater has preview offset).Vadim Savchuk
Removed incorrect vertical offset modification in compact mode. --HG-- branch : product-engine
2010-02-01EXT-4774: Fixed the position of the snapshot preview thumbnail.Lynx Linden
The preview thumbnail no longer floats above the snapshot window when the window is in its small (less) mode.
2010-01-29EXT-4493: Mark snapshot as dirty when changing quality slider.Lynx Linden
2010-01-28CID-380Tofu Linden
Checker: UNINIT_CTOR Function: LLFloaterSnapshot::Impl::Impl() File: /indra/newview/llfloatersnapshot.cpp
2010-01-15EXT-4133 MissingString(AllEstatesYouOwn) when adding/removing from ↵Leyla Farazha
REGION/ESTATE, Estate tab reviewed by James
2009-12-21EXT-3623 - taking a snapshot on windows completely breakd the UIrichard
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Removed include llnotifications.h from llfloater.h trying to speed buildsJames Cook
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater.
2009-11-10mergeJames Cook
2009-11-10Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵James Cook
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard.
2009-11-09data driven layout of top-level UI elementsrichard
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James
2009-11-05refactored top level ui into main_view.xmlrichard
2009-11-05mergeangela
2009-11-04Redo Bao's broken mergeBryan O'Sullivan