prep@lindenlab.com
8c35b1b58b
WIP: sh-4035 backed out changes to appearance window confirmation
2013-06-14 12:34:45 -05:00
prep
c81b685b42
Fix for sh-4221 Sometimes ctrl+q needed to be hit twice
2013-06-03 16:10:46 -04:00
prep@lindenlab.com
c498f53d9a
Sh-4035: Updated implementation according to new specs. Fixed a couple of outstanding bugs.
2013-05-28 11:51:11 -05:00
Brad Payne (Vir Linden)
a04a706c1b
merge
2013-05-21 16:18:48 -04:00
prep@lindenlab.com
69df2f1b04
SH-4035: Hooked up logic to handle 'me->appearance'. Refactored out some commonly used code in llfloatersidepanelcontainer
2013-05-13 11:54:37 -05:00
prep@lindenlab.com
3f1d360a04
SH-4035: Removed prompt to save if av just has outfit changes. Hooked up logic to handle ctrl+w and ctrl+shift+w confirmation prompts
2013-05-10 13:57:02 -05:00
Oz Linden
ddd5659f81
merge changes for DRTVWR-294
2013-04-19 10:11:29 -04:00
prep
8cf67fe50c
Fix for SH-4104: Inventory window does not close
2013-04-17 10:33:33 -04:00
prep
985b7277e8
WIP SH-4035: confirmation when closing appearance window when changes present
2013-04-08 17:10:46 -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