Arrehn
9fd0edb326
Initial 2.8.3+ merge, Tozh & Arrehn
...
Issues: Graphics preferences tab, lighting, depth of field
Issues: Color preferences tab, new direct chat
Issues: Build floater Mesh build tab
Issues: German translations of build, viewer menus
Issues: pipeline issues with mac, possibly other things
Issues: uploading content / temp content
Issues: Windlight quickprefs, parcel windlight, RLVa windlight
2011-08-26 11:18:49 -04:00
Arrehn
fa58cafc14
Merge from Kitty Barnett's RLVa 1.4
2011-08-06 13:59:08 -07:00
Richard Linden
63a857f0c7
EXP-1054 FIX Entering search term in search box in Viewer UI does not produce search results if search window is already open
...
use new parameters when opening existing floater
2011-07-28 19:09:48 -07:00
Richard Nelson
fd9f3b9fe9
EXP-1021 FIX Position of web content browser dictates position of profile panel - profile panel position changes do not persist
...
EXP-1030 FIX Search button toggle can get out of synch in bottom bar
made llinstancetracker::iterator do own nested level management (removing need for separate guard)
added support for filename= to floaters
can pass in arbitrary window_class to floaters
2011-07-26 14:26:27 -07:00
Richard Linden
38ba526cc5
EXP-1009 WIP Teleport links from Search floater and destination guide in viewer fail with intrusted browser error in viewer
2011-07-13 17:59:53 -07:00
Tozh
730739f18b
Group info floaters.
2011-06-29 03:02:51 -04:00
Kitty Barnett
1e73066654
- review : partial review of RlvUIEnabler and related scattered code blocks
...
--HG--
branch : RLVa
2011-05-27 15:48:16 +02:00
Arrehn
3774c0d6ba
Minor refactoring: Improved method of checking for sidebar tabs that should be visible when minimized.
...
TODO: Better refactoring, this behavior should be in a floater attribute.
--HG--
branch : Firestorm_2.4.1
2011-01-28 00:37:10 -05:00
Arrehn
2dc911ac0c
Skins with sidebars now can minimize their floaters back to bars. Should make this a runtime change.
...
--HG--
branch : Firestorm_2.4.1
2011-01-27 23:32:10 -05:00
Arrehn
0e58b51aaa
FIX: More robust method of insuring undocked minimized sidebar panels are hidden, even across sessions.
...
--HG--
branch : Firestorm_2.4.1
2011-01-27 13:26:39 -05:00
Arrehn
5f280b79b2
Minimized windows persist in minimized form. For people who like to undock the sidebar.
2011-01-09 20:35:10 -05:00
Kitty Barnett
1c2ef4090a
Merged with default tip (Revision f20bf424bd86)
...
--HG--
branch : RLVa
2010-10-30 17:28:00 +02:00
Kitty Barnett
f7ff27e313
Merged with default tip (Revision b8cd74d2bcc8)
...
--HG--
branch : RLVa
2010-09-15 23:22:10 +02:00
Vadim Savchuk
baeded61a7
STORM-101 FIXED Moved floater settings (rect, visibility, docked state) to account-specific XML file.
...
The settings are now stored to settings_per_account.xml.
This change affects all floaters having save_rect/save_visibility/save_dock_state params set to "true",
not just detached sidebar tabs as the ticket requests.
2010-09-13 20:06:48 +03:00
Richard Linden
1911993cc7
merge
2010-09-16 19:45:57 -07:00
Monroe Linden
b62b10dd26
Post-convert merge by convert_monolith.py from ./viewer-experience
2010-08-27 16:58:33 -07:00
Kitty Barnett
b6a073c659
Initial commit of RLVa-1.2.0i
...
--HG--
branch : RLVa
2010-08-22 10:57:22 +02:00
Richard Nelson
02d8197019
changed buildPanel/buildFloater to member functions buildFromFile
...
streamlined LLUICtrlFactory's interface
2010-08-20 10:14:28 -07:00
Richard Nelson
124bc854dd
moved buildFloater out of lluictrlfactory to llfloater.cpp
2010-08-16 17:44:23 -07:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Alexei Arabadji
c63233106b
EXT-7090 FIXED Made snapshot preview and minimap(like in 1.23) floaters showable in mouselook mode.
...
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/449/
--HG--
branch : product-engine
2010-05-27 14:47:27 +03:00
angela
0fe35e068f
EXT-4684 Beacons are not shown when beacons floater is minimized
2010-03-09 15:59:27 +08:00
Ychebotarev ProductEngine
371885c373
fix for normal EXT-4810 Block hot-keys in mouse-look mode
...
--HG--
branch : product-engine
2010-02-02 14:35:37 +02:00
Nat Goodspeed
062d0a13db
Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API
...
with an event API. In addition to the LLEventPump name on which to listen,
LLEventAPI accepts a documentation string for event API introspection.
Give every LLEventDispatcher::add() overload a new documentation string
parameter for event API introspection.
Convert every existing event API to new conventions, introducing suitable
documentation strings for the API and each of its operations.
2009-11-11 07:41:50 -05:00
Yuri Chebotarev
f8d1644a41
fix for major bug ext-2209 Nearby Chat log is broken
...
--HG--
branch : product-engine
2009-11-05 13:17:12 +02:00
Yuri Chebotarev
f1d834c50d
fix for normal task EXT-239 Save chat window state and position between sessions
...
--HG--
branch : product-engine
2009-11-03 17:31:26 +02:00
Vadim Savchuk
28c0bcf7e6
Merge from default branch
...
--HG--
branch : product-engine
2009-11-02 17:16:03 +02:00
Yuri Chebotarev
2e12c9a53a
fix Normal Task EXT-239 Save chat window state and position between sessions
...
--HG--
branch : product-engine
2009-11-02 14:35:57 +02:00
Rick Pasetto
c54faf2823
Fix crash in LLMultiFloater::setCanResize()
...
Reviewed (conceptually) by Richard and James
2009-10-30 16:01:58 -07:00
Yuri Chebotarev
ff97c31995
fix task EXT-1960 Region messages, should they be displayed in the local chat?
...
and working on
EXT-239 Save chat window state and position between sessions (not finished)
--HG--
branch : product-engine
2009-10-30 17:00:23 +02:00
Nat Goodspeed
4ea9361aa8
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-10-17 12:23:38 -04:00
Nat Goodspeed
2a5c25cb3a
New LLFloater methods capture LLFloaterReg visibility tests.
...
The logic was redundantly expressed in LLFloaterReg -- and would be
useful elsewhere -- so was introduced as LLFloater::isShown(). Thanks to
Richard and James for suggesting the terminology.
2009-10-17 11:56:26 -04:00
Mark Palange (Mani)
3e10fa4d51
merge from latest svn/viewer-2-0 to hg/viewer-2-0
2009-10-16 16:42:45 -07:00
Steven Bennetts
4c89e73893
Fixed a problem where floaters that failed to load their XML would still be opened. This was particularly a problem with Modal Dialogs since the UI would loose focus with no floater to respond to.
...
Reviewed by Leyla
2009-10-08 22:39:17 +00:00
Nat Goodspeed
2da8eb43d5
Wrap a subset of the LLFloaterReg API with an event API
2009-08-14 14:40:43 -04:00
Richard Nelson
eb853f55c0
svn merge -r 128442:129343 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-18 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3
2009-08-04 01:12:59 +00:00
Steven Bennetts
e4dc104e32
EXT-70 Camera and Movement controls don't save their positions
...
DEV-35250 Quitting from the login screen forgets window placement and visibility (e.g. movement and camera floaters)
reviewed by Leyla
2009-07-10 21:18:42 +00:00
Steven Bennetts
9ec432034d
merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
...
ignore-dead-branch
2009-06-21 08:04:56 +00:00