Commit Graph

30 Commits (d0a51da8942c1908ecad3f718cf620dafd96c511)

Author SHA1 Message Date
Tank_Master 3603c4f992 Merge ll 3.6.11 2013-11-23 20:22:24 -08:00
dmitrykproductengine a6c4863a6a Build fix after patch for MAINT-3137 2013-09-13 13:11:41 +03:00
Oz Linden ddd5659f81 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
prep 8e3b190e91 merge 2013-03-11 15:17:13 -04:00
prep e0c9174609 merge 2013-03-11 15:05:47 -04:00
prep 207d9fd767 Viewer-chui merge 2013-03-11 14:45:53 -04:00
Richard Linden 756ab4cad5 SH-3864 FIX Closing the Inventory window exits outfit editing.
cleaned up logic when closing floatersidepanels
2013-02-21 16:50:11 -08:00
Tank_Master d4640277d0 Merge LL 3.5.3 release. 2013-07-09 16:24:58 -07:00
Kitty Barnett a9ffc0120a Merged with default tip (Revision 13149a524874)
--HG--
branch : RLVa
2013-05-06 23:54:58 +02:00
Kitty Barnett eb3e5179c4 - fixed : "Share" on any context menu opens the inventory floater even when @showinv=n restricted
-> showing a sidepanel panel will call the floater's validator if it isn't currently open

--HG--
branch : RLVa
2013-04-16 17:44:10 +02:00
Kitty Barnett be7c5c2cb9 Merged with viewer-sunshine tip (Revision 230637f9ff30)
--HG--
branch : RLVa
2013-03-05 23:22:31 +01:00
Kitty Barnett d74b2985a5 Merged with Appearance-MixedViewers tip
--HG--
branch : .RLVa
2013-03-03 13:13:22 +01:00
Kitty Barnett 4101c43f5f Merged with viewer-sunshine tip (Revision 87a6fc812214)
--HG--
branch : RLVa
2013-02-20 19:25:10 +01:00
Kitty Barnett e1526c4048 Merged with Appearance-Misc tip
--HG--
branch : .RLVa
2013-02-20 14:26:21 +01:00
Kitty Barnett e1b955226d Merged with viewer-sunshine tip (Revision bd1162cb6fbe)
--HG--
branch : RLVa
2013-02-11 23:04:05 +01:00
Kitty Barnett b368a21202 Merged with Appearance-Misc tip
--HG--
branch : .RLVa
2013-02-04 21:06:34 +01:00
prep@lindenlab.com 18ff702a99 Fix for SH-3591. 2012-12-13 16:53:38 -06:00
Brad Payne (Vir Linden) 9e1b5bcd2c SH-3312 FIX - closing floater with outfit edit now has same behavior as explicitly leaving outfit edit with backarrow 2012-08-29 18:20:29 -04:00
Richard Linden a0bb55adc6 merge with viewer-release 2012-04-26 14:39:52 -07:00
Vadim ProductEngine 3fdcb8751a CHUI-91 FIXED Moved block list to a separate People floater tab. 2012-04-13 23:31:01 +03:00
Kitty Barnett ddc6afdd81 Merged with default tip (Revision f8183e357a6f)
--HG--
branch : RLVa
2012-04-21 22:29:42 +02:00
Paul ProductEngine ca37970a3a EXP-1840 FIXED (When two inventory windows are open and "properties" are viewed, one window suddenly moves in front of the other window)
- Modified method LLFloaterSidePanelContainer::openChildPanel so that it doesn't open floater each time it's called. Otherwise each time opening child panel of already opened floater, openFloater() will reposition the floater.
2012-02-03 08:49:14 +02:00
Kitty Barnett 84933b3c92 - fixed : various issues and enhancements relating to @showloc
-> general block on showing the "agent" and "create_landmark" side panel
    -> World / Place Profile isn't blocked/grayed out
    -> World / About Land isn't grayed out
    -> World / Region isn't grayed out
    -> "Add Landmark" on the Places / Gear menu isn't blocked/grayed out
    -> "Add Landmark" on the Places / Add menu isn't blocked/grayed out
    -> region name is visible on the world map
    -> don't gray out access to "About Land" if the user is allowed to see it

--HG--
branch : RLVa
2012-02-08 16:49:33 +01:00
Paul ProductEngine c44db34a15 Merge 2011-09-28 17:14:50 +03:00
Paul ProductEngine 8fd2d69fdf EXP-1224 FIXED (Create and register a floater for People side tab)
- Added a floater for People side tab.
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
2011-09-27 22:51:43 +03:00
Seth ProductEngine 0f3221e25d EXP-1225 FIXED Added a floater for My Inventory side tab.
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
- Added LLFloaterSidePanelContainer::getPanel<T>() for getting custom type panels.
2011-09-27 21:05:05 +03:00
Paul ProductEngine b72c8df1f6 Fixed Linux TeamCity build 2011-09-26 19:38:12 +03:00
Paul ProductEngine 0cd1988ef7 EXP-1223 FIXED (Create and register a floater for Places side tab)
- Added xml for a new floater and registred it in the floaterreg

- Removed side tray dependencies

- Added static helper method: LLFloaterSidePanelContainer::showPanel
2011-09-22 14:41:44 +03:00
Seth ProductEngine 00ba099a9e EXP-1221 FIXED Added a floater container class that provides an interface for all former Side Tray panels.
The container implements a unified behavior similar to Side Tray tabs for all floaters:
- LLSD params are passed to the main panel (root panel containing other child panels) upon opening the floater via LLFloaterReg,
- LLSD params can be passed to one of the child panels using LLFloaterSidePanelContainer::openChildPanel()
- transient floaters (e.g. IM windows) should not hide when the container floater is clicked, so that it's possible to drag an inventory item from My Inventory floater to a docked IM window.
2011-09-21 19:28:16 +03:00