Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-12 | SL-12186 WIP Added ability to reset default presets and updated item list in ↵ | maxim_productengine | |
'My camera presets' floater | |||
2019-11-08 | SL-12186 WIP Add new 'My camera presets' floater | maxim_productengine | |
2019-11-08 | SL-12186 WIP Minor updates for 'Camera controls' and 'Save preset' floaters | maxim_productengine | |
2019-11-04 | SL-12186 WIP Updating UI for camera controls, including presets | Mnikolenko Productengine | |
2019-03-12 | Backout tabs v spaces changes. | Graham Linden | |
'warn-on-failure:no-tabs' | |||
2019-03-11 | Tabs -> spaces. | Graham Linden | |
2018-02-02 | STORM-2145 Camera controls opacity is now working | Jonathan Yap | |
2018-01-30 | STORM-2145 Split move and view panels | Jonathan Yap | |
2017-02-23 | STORM-2145 Camera Presets -- some initial work | Jonathan Yap | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2014-12-03 | MAINT-1871 FIXED Don't allow moving avatar while changing camera position. | Mnikolenko ProductEngine | |
2014-10-18 | Update to build on Xcode 6.0: collection of removal of unused variables ↵ | callum_linden | |
[-Wunused-variable] | |||
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-08-09 | MAINT-1118 FIXED Change panel mode before closing floater | maxim_productengine | |
2011-11-29 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-11-30 | EXP-1636 FIXED Extend menubar label changes to floater titles and FUI button ↵ | Vadim ProductEngine | |
labels. | |||
2011-11-08 | LLHandle<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-18 | EXP-1409 FIX WASD controls don't move avatar while Move floater is in focus | Richard 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-18 | EXP-1403 FIX View floater options do not function | Richard 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-11 | EXP-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-08 | merge with viewer-dev | Richard Linden | |
2010-12-06 | STORM-730 FIXED Made Movement Controls, Camera Controls and Nearby Voice ↵ | Vadim ProductEngine | |
floaters use active floater transparency. | |||
2010-10-12 | Viewer changes for EXP-202 Close View hint when user interacts with the View ↵ | callum | |
tools - pan or zoom | |||
2010-10-11 | EXP-166 FIXED Front an Side Preset Views not accessible in Skylight viewer | Richard Nelson | |
2010-10-06 | EXP-156 WIP Implement custom Skylight hints | Richard Nelson | |
2010-09-28 | moved callback registration to class that implements it | Richard Linden | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-02 | Manual merge from default branch. Resolved conflicts in ↵ | Vadim Savchuk | |
indra/newview/llfloatercamera.cpp. --HG-- branch : product-engine | |||
2010-07-30 | EXT-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 | |||
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-12 | EXT-7796 FIXED disabling/enabling presets and camera modes on switching ↵ | Igor Borovkov | |
to/from camera customize mode Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/732/ --HG-- branch : product-engine | |||
2010-06-08 | EXT-5629 FIXED Made sensitivity of +/- zoom buttons from camera floater ↵ | Andrew Dyukov | |
consistent with viewer 1.23 - Changed actions happening when minus or plus are held- now onSliderValueChanged() is not used for zoom via buttons. Zooming in and out now happens as it did in 1.23 in LLJoystickCameraZoom::onHeldDown(), but only "Zoom in slow" and Zoom out slow" were borrowed from there, because fast versions are not needed- they do not happen in 1.23. - Removed LLJoystickCameraZoom class, because it's not used anywhere. If need for it ever rises, it can be easily restored. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/530/ --HG-- branch : product-engine | |||
2010-05-27 | EXT-2260 FIXED Changed camera floater according to new style | Andrew Dyukov | |
- Implemented new widget- panel_camera_item, to use in camera floater. They are used inside of two panels. Their order is configurable via XML. Mouse down callbacks and images which are used for selected and and unselected items are also set in XML. - Now there are only 3 buttons instead of four at the bottom of the floater- pan and orbit are now shown simultaneously. - Implemented correct work of object view after moving from camera modes to presets list (and back). It wasn't workin completely correct in old version of floater. - Integrated new art. Reviewed by Igor Borovkov at https://codereview.productengine.com/secondlife/r/436/ --HG-- branch : product-engine | |||
2010-03-23 | EXT-2959 : Full out camera functions from llagent to llagentcamera | Loren Shih | |
First check-in; only compiles, nothing more. | |||
2010-02-25 | Work on normal bug EXT-4518 (movement & camera floaters should have window ↵ | Mike Antipov | |
titles) -- done for Camera floater. -- also updated tooltip for Presets button --HG-- branch : product-engine | |||
2010-02-24 | Fixed bug EXT-5158 (View/preset camera icons are gray-scale when selected ↵ | Vadim Savchuk | |
should show color version). --HG-- branch : product-engine | |||
2010-02-05 | EXT-5025 - Tooltips block mouse clicks | richard | |
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla | |||
2010-01-05 | EXT-3667 Usability : Returning back from mousehook does not set the user ↵ | Igor Borovkov | |
back to See as Avatar --HG-- branch : product-engine | |||
2009-11-27 | Fixed normal bug EXT-2727 (View tool should remember state) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2009-11-12 | Initial implementation of normal task EXT-2159 (Create Vertical Slider to ↵ | Eugene Mutavchi | |
use for zoom in / out controls in view) --HG-- branch : product-engine | |||
2009-10-29 | EXT-1352 Add image art to floater backgrounds. | James Cook | |
Implemented "legacy_header_height" hack to account for new art being 25 pixels tall instead of legacy 18 pixels -- it auto-sizes the floaters to be taller. Made all floaters have resize handles, just disable and make invisible if unused. This simplifies the floater construction logic. Floater header height now lives in floater.xml, not as a global saved setting. Reviewed with Richard. | |||
2009-10-23 | Merging revisions 2156-2183 of ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0-3, respecting ancestry * Bugs: EXT-1590 EXT-1694 EXT-1660 EXT-1646 EXT-1694 EXT-1316 EXT-1775 EXT-1798 EXT-1799 EXT-1117 EXT-1571 EXT-1572 * Dev: EXT-1757 EXT-991 EXT-1758 EXT-1770 EXT-1192 EXT-1613 EXT-1611 EXT-1256 EXT-1758 EXT-747 |