Commit Graph

19 Commits (618bb404fcac4e2b489e5ce3e8bbedd0202a4f2c)

Author SHA1 Message Date
andreylproductengine 6bbb86811e MAINT-3842 FIXED Using "Close Window" (Ctrl + W) shortcut while in Appearance mode doesn't visually revert any changes... 2014-03-21 04:55:55 +02: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
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
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
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