summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatercamera.cpp
AgeCommit message (Collapse)Author
2021-06-17SL-15407 The previous view mode is not highlighted on the 'Camera controls'Andrey Kleshchev
2020-08-11SL-13731 FIXED Issue with selecting custom preset while in 'Object view' modeMnikolenko Productengine
2020-04-23SL-12904 Temporarily use LLSD to avoid crashes on older viewersMnikolenko Productengine
2020-04-20SL-12904 FIXED Camera Preset does not restore correctly when sittingMnikolenko Productengine
2020-04-10SL-12994 FIXED [Camera Presets] Zoom fraction should be saved as a part of ↵Mnikolenko Productengine
Camera preset, not as separate setting
2020-04-07SL-12991 [Camera Presets] Sort all Camera preset lists in the same wayMnikolenko Productengine
2020-03-04SL-12792 Made "save as a new preset" a default optionAndrey Lihatskiy
2020-01-08SL-12510 Revert changes and separate 'Save Graphic Preset' floaterMnikolenko Productengine
2019-12-18SL-12424 WIP Save mousewheel zoom fraction in presetmaxim_productengine
2019-12-10SL-12429 Use different setting name to prevent crash on old viewermaxim_productengine
2019-11-26SL-12186 Update camera controls if preset was selected from the pulldown menumaxim_productengine
2019-11-14Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-11-12SL-12186 WIP Added ability to reset default presets and updated item list in ↵maxim_productengine
'My camera presets' floater
2019-11-08SL-12186 WIP Add new 'My camera presets' floatermaxim_productengine
2019-11-08SL-12186 WIP Minor updates for 'Camera controls' and 'Save preset' floatersmaxim_productengine
2019-11-04SL-12186 WIP Updating UI for camera controls, including presetsMnikolenko Productengine
2019-06-20DRTVWR-493 LLHint to singletonandreykproductengine
2019-03-12Backout tabs v spaces changes.Graham Linden
'warn-on-failure:no-tabs'
2019-03-11Tabs -> spaces.Graham Linden
2018-02-02STORM-2145 Camera controls opacity is now workingJonathan Yap
2018-01-30STORM-2145 Split move and view panelsJonathan Yap
2017-02-23STORM-2145 Camera Presets -- some initial workJonathan Yap
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-04-13merge changes for 3.7.27-releaseOz Linden
2014-12-03MAINT-1871 FIXED Don't allow moving avatar while changing camera position.Mnikolenko ProductEngine
2014-10-18Update to build on Xcode 6.0: collection of removal of unused variables ↵callum_linden
[-Wunused-variable]
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-08-09MAINT-1118 FIXED Change panel mode before closing floatermaxim_productengine
2011-11-29Automated merge with ssh://hg.lindenlab.com/richard/viewer-experienceRichard Linden
2011-11-30EXP-1636 FIXED Extend menubar label changes to floater titles and FUI button ↵Vadim ProductEngine
labels.
2011-11-08LLHandle<Derived> is now implicitly convertable to LLHandle<Base> and ↵Richard Linden
LLHandle<Base> can be downcast to LLHandle<Derived> using the LLHandleProvider mixin
2011-10-18EXP-1409 FIX WASD controls don't move avatar while Move floater is in focusRichard Linden
moved "chrome" flags to xui separated hiding floater title from setting chrome toolbar toggle button now moves floaters to frontmost and doesn't necessarily rely on focus
2011-10-18EXP-1403 FIX View floater options do not functionRichard Linden
2011-10-11* New floater positioning code. Better than what's checked in but not great.Leslie Linden
* Floater updates for positioning and to revert some earlier string changes.
2011-10-11EXP-1281 FIXED (As a FUI user, I want all bottom bar floaters to become ↵Paul ProductEngine
independent) Made bottom bar dependent floaters independent from it. Also some LLTransientDockableFloaters are just LLFLoaters now. Note: IM Floater and SysWellWindow will be made independent within EXP-1276
2010-12-08merge with viewer-devRichard Linden
2010-12-06STORM-730 FIXED Made Movement Controls, Camera Controls and Nearby Voice ↵Vadim ProductEngine
floaters use active floater transparency.
2010-10-12Viewer changes for EXP-202 Close View hint when user interacts with the View ↵callum
tools - pan or zoom
2010-10-11EXP-166 FIXED Front an Side Preset Views not accessible in Skylight viewerRichard Nelson
2010-10-06EXP-156 WIP Implement custom Skylight hintsRichard Nelson
2010-09-28moved callback registration to class that implements itRichard Linden
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-16cleaned up LLUICtrlFactory...Richard Nelson
removed redundant functionality moved buildPanel to LLPanel
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-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-02Manual merge from default branch. Resolved conflicts in ↵Vadim Savchuk
indra/newview/llfloatercamera.cpp. --HG-- branch : product-engine
2010-07-30EXT-7796 ADDITIOANL FIXED Reopen reason - Camera Floater did not take into ↵Mike Antipov
account edit appearance mode while it is being built. FIX: Store the "edit appearance" mode as internal floater's flag and apply it while building to ensure that its controls have right "enable" state. Also added forcing of Pan Camera mode if floater is opened first time in Edit appearance mode. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/824/ --HG-- branch : product-engine