Commit Graph

48 Commits (05935d09124db6834ed7262b94de7558b6738590)

Author SHA1 Message Date
Kitty Barnett 27eca1082d FIRE-3223 When @showinv=n, the Inventory icon does not dim 2011-11-05 20:08:10 +01:00
Kitty Barnett 94d57e8df7 FIRE-3288 Display bug with RLV @showinv 2011-11-05 20:01:05 +01:00
Arrehn 8d561410d5 RLVa 1.4.1a catchup merge, from Kitty Barnett's tree. Fixes windlight and a number of other issues. 2011-09-16 12:23:10 -04:00
Kitty Barnett 276e151642 - internal : deprecate RlvWLSnapshot in favour of the new user WindLight preferences
--HG--
branch : RLVa
2011-09-04 23:25:04 +02:00
Kitty Barnett 8ce10d9d39 - changed : gray-out the "Sun" and "Enviroment Editor" submenus when @setenv=n restricted
--HG--
branch : RLVa
2011-09-04 23:13:29 +02:00
Kitty Barnett ec797db6aa Merged with RLVa-1.4 tip
--HG--
branch : RLVa
2011-08-26 11:08:21 +02:00
Kitty Barnett f6ebac5ada - internal : use LLView::findChild rather than LLView::getChild
-> the latter creates the control on the fly if it doesn't exist and keeps the assert from triggering

--HG--
branch : RLVa
2011-08-08 17:02:51 +02:00
Kitty Barnett 794207480e - fixed : silly GCC compiler warnings (thankies Arrehn)
-> GCC doesn't seem to like 'boost::is_any_of(";")' (appears to be a compiler bug)
    -> GCC doesn't support C++0x

--HG--
branch : RLVa
2011-08-08 15:49:04 +02:00
Arrehn 8d9fba43b9 Firestorm merge catchup 2011-08-27 06:00:46 -04:00
Arrehn 8de8a5f1cf Merge with RLVa 2.8, part 1
Known issues:
- RLV Debug method commented out
- RLV Windlight options not implemented
2011-08-27 01:21:37 -04:00
Arrehn fa58cafc14 Merge from Kitty Barnett's RLVa 1.4 2011-08-06 13:59:08 -07:00
Kitty Barnett 81a0df8422 - fixed : "RLVaLoginLastLocation" is reset to FALSE at shutdown (thankies Melancholy)
--HG--
branch : RLVa
2011-07-24 15:41:48 +02:00
Kitty Barnett e675491160 Merged with RLVa-1.3.1b tip
--HG--
branch : RLVa
2011-06-05 14:17:49 +02:00
Kitty Barnett d47980b3d7 - fixed : silly GCC compiler warnings (thankies Satomi and Arrehn)
--HG--
branch : RLVa
2011-06-05 12:51:59 +02:00
Kitty Barnett 0b8099dc75 - internal : hide locked debug settings with LLControlVariable::setHiddenFromSettingsEditor()
--HG--
branch : RLVa
2011-05-28 02:36:26 +02:00
Kitty Barnett e3add549f9 Merged with RLVa-1.3 tip
--HG--
branch : RLVa
2011-05-28 01:18:36 +02:00
Kitty Barnett e248153477 Merged with RLVa-1.3.1a tip
--HG--
branch : RLVa
2011-05-27 15:54:30 +02: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
Kitty Barnett 6b0b1c4df7 - fixed : RlvUIEnabler behaviour toggle handlers are called on every RLV_TYPE_ADD
--HG--
branch : RLVa
2011-05-27 14:31:10 +02:00
Kitty Barnett 1e1d5493de - review : review of RLVa code in LLSideTrayTab and LLSideTray
-> a lot of code could be dropped in favour of using the new 'setTabDocked' over our custom 'toggleTabDocked'
    -> 'onTabDestroy' is no longer strictly necessary since the new LLFloaterSideTrayTab class will redock a tab when it is closed (which happens as part of being destroyed)

--HG--
branch : RLVa
2011-05-27 11:38:14 +02:00
Kitty Barnett edef7c480d - internal : revert backing out the sidetray validation signal in changeset 43746f48573c
-> fallback which would have caught the bug fixed in the previous changeset (not technically needed but could help with TPVs that mangle the sidebar in different ways)

--HG--
branch : RLVa
2011-05-26 23:50:00 +02:00
Kitty Barnett d571b911e1 - changed : removed the experimental @displayname=n command
-> display name is changed through web profiles starting with SL-2.5

--HG--
branch : RLVa
2011-05-22 11:55:30 +02:00
Kitty Barnett c80812fb9f - internal : header dependency cleanup for rlvcommon.h and rlvhandler.h
--HG--
branch : RLVa
2011-05-22 11:34:34 +02:00
Kitty Barnett 36a97d0c8d - fixed : the nearby people sidebar tab embedded minimap instance isn't hidden when @showminimap=n restricted
--HG--
branch : RLVa
2011-05-22 02:17:54 +02:00
Kitty Barnett c55f28def1 - internal : updated copyright year
--HG--
branch : RLVa
2011-05-21 23:10:45 +02:00
Kitty Barnett d5538d9c4e - internal : adjusted RlvUIEnabler::onToggleShowInv() for Firestorm 2011-06-11 12:02:46 +02:00
Kitty Barnett 6bfecaea82 - internal : adjusted RlvUIEnabler::onToggleShowMinimap() for Firestorm 2011-06-11 11:58:56 +02:00
Kitty Barnett 18cae49069 - internal : removed the validation signal from LLSideTray::selectTabByName() since we won't activate a tab if it's tab button is disabled already now
--HG--
branch : RLVa
2010-12-15 00:19:22 +01:00
Kitty Barnett 519ecb29c8 - internal : review of RlvUIEnabler::onToggleShowInv()
-> don't perform any UI actions if the viewer is shutting down
    -> don't force-switch to the "Home" sidebar tab if the inventory sidebar tab is currently active since it might be undocked

--HG--
branch : RLVa
2010-12-14 23:57:46 +01:00
Kitty Barnett c75351372b - internal : added a "bool fQuitting" parameter to behaviour toggle callbacks
-> in most cases the UI can be left alone if the viewer is shutting down (prevents other occurances of the crash that was fixed in the previous commit)
    -> currently only used by RlvUIEnabler::onToggleShowNames()

--HG--
branch : RLVa
2010-12-14 17:26:57 +01:00
Kitty Barnett ab55ffe3d3 Merged in leftover changeset from DisplayNames
--HG--
branch : RLVa
2010-12-09 22:01:26 +01:00
Kitty Barnett c4cd977586 - changed : force the use of display names when @shownames=n restricted
--HG--
branch : RLVa
2010-12-08 22:34:14 +01:00
Kitty Barnett 8107d05a21 - internal : moved notifyXXX() functions from RlvUIEnabler to RlvUtil
--HG--
branch : RLVa
2010-11-25 15:50:02 +01:00
Kitty Barnett 9a704c2ab1 - added : @displayname=n to prevent changing (or reverting) the current display name
--HG--
branch : RLVa
2010-11-02 23:16:54 +01:00
Kitty Barnett 7ddd377a00 - review : @shownames=n related code in LLAvatarList and LLAvatarListItem classes
--HG--
branch : RLVa
2010-11-01 04:06:56 +01:00
Kitty Barnett 1c2ef4090a Merged with default tip (Revision f20bf424bd86)
--HG--
branch : RLVa
2010-10-30 17:28:00 +02:00
Kitty Barnett 5c96e149f4 - internal : review of @viewnote, @viewscript and @viewtexture
--HG--
branch : RLVa
2010-10-07 22:48:03 +02:00
Kitty Barnett 96c57d7679 - added : blocked teleport notification for teleportViaLandmark, teleportViaLocation and teleportViaLocationLookAt
--HG--
branch : RLVa
2010-10-07 15:58:17 +02:00
Kitty Barnett 0d7bd720b2 - changed : restore mini-map visibility to its previous state on @showminimap=y
--HG--
branch : RLVa
2010-09-18 05:03:31 +02:00
Kitty Barnett 4ed8028ca6 - fixed : wearable list shouldn't be visible in the "Outfit Edit" sidebar panel when @showinv=n restricted
--HG--
branch : RLVa
2010-09-16 02:47:35 +02:00
Kitty Barnett 76969a99e9 - fixed : "Build" button on the bottom tray should visually disable when both @edit=n and @rez=n restricted (thankies Chloe)
-> see http://redmine.catznip.com/issues/2
- fixed : "Build" menu option under "Build" should visually disable when both @edit=n and @rez=n restricted

--HG--
branch : RLVa
2010-09-11 08:33:11 +02:00
Kitty Barnett c273067cee - fixed : inventory sidebar tab should be hidden if undocked when @showinv=n restricted
--HG--
branch : RLVa
2010-09-07 05:02:05 +02:00
Kitty Barnett da18b53d20 - fixed : teleporting to a new location shouldn't be reflected in the (peristent) teleport history when @showloc=n restricted
-> @showloc=n will clear any forward entries in the teleport history (ie A => B => C and then back to B will clear C)
    -> @showloc=n will not prevent teleporting back to previous locations when those locations were visited while not @showloc=n restricted

--HG--
branch : RLVa
2010-09-03 23:09:49 +02:00
Kitty Barnett d28b8427ca Merged in first set of changes from Review-1.2.1 branch
--HG--
branch : RLVa
2010-08-26 23:21:39 +02:00
Kitty Barnett 73ff8eb78b - review : tidied up a few RLVa code tags
--HG--
branch : RLVa
2010-08-25 16:30:04 +02:00
Kitty Barnett f01a8c4d78 - fixed : @showinv=n doesn't disable the "My Outfits" panel under the "Appearance" sidebar tab anymore
-> SL-2.1 changed the "My Outfits" panel from LLInventoryPanel to LLOutfitsList

--HG--
branch : RLVa
2010-08-24 18:17:06 +02:00
Kitty Barnett 1c6b4da6e0 - changed : only prevent teleporting home when both @tplm=n *and* @tploc=n restricted
- changed : visually disable the "Home" button on the navigation bar when unable to teleport home
- changed : visually disable the "Go Home" button on the worldmap floater when unable to teleport home

--HG--
branch : RLVa
2010-08-22 19:17:11 +02:00
Kitty Barnett b6a073c659 Initial commit of RLVa-1.2.0i
--HG--
branch : RLVa
2010-08-22 10:57:22 +02:00