Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-14 | WIP: sh-4035 backed out changes to appearance window confirmation | prep@lindenlab.com | |
2013-06-03 | Fix for sh-4221 Sometimes ctrl+q needed to be hit twice | prep | |
2013-05-28 | Sh-4035: Updated implementation according to new specs. Fixed a couple of ↵ | prep@lindenlab.com | |
outstanding bugs. | |||
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-05-13 | SH-4035: Hooked up logic to handle 'me->appearance'. Refactored out some ↵ | prep@lindenlab.com | |
commonly used code in llfloatersidepanelcontainer | |||
2013-05-10 | SH-4035: Removed prompt to save if av just has outfit changes. Hooked up ↵ | prep@lindenlab.com | |
logic to handle ctrl+w and ctrl+shift+w confirmation prompts | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-17 | Fix for SH-4104: Inventory window does not close | prep | |
2013-04-08 | WIP SH-4035: confirmation when closing appearance window when changes present | prep | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | merge | prep | |
2013-03-11 | merge | prep | |
2013-03-11 | Viewer-chui merge | prep | |
2013-02-21 | SH-3864 FIX Closing the Inventory window exits outfit editing. | Richard Linden | |
cleaned up logic when closing floatersidepanels | |||
2012-12-13 | Fix for SH-3591. | prep@lindenlab.com | |
2012-08-29 | SH-3312 FIX - closing floater with outfit edit now has same behavior as ↵ | Brad Payne (Vir Linden) | |
explicitly leaving outfit edit with backarrow | |||
2012-04-26 | merge with viewer-release | Richard Linden | |
2012-04-13 | CHUI-91 FIXED Moved block list to a separate People floater tab. | Vadim ProductEngine | |
2012-02-03 | EXP-1840 FIXED (When two inventory windows are open and "properties" are ↵ | Paul ProductEngine | |
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. | |||
2011-09-28 | Merge | Paul ProductEngine | |
2011-09-27 | EXP-1224 FIXED (Create and register a floater for People side tab) | Paul ProductEngine | |
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer. | |||
2011-09-27 | EXP-1225 FIXED Added a floater for My Inventory side tab. | Seth ProductEngine | |
- Replaced calls to LLSideTray with LLFloaterSidePanelContainer. - Added LLFloaterSidePanelContainer::getPanel<T>() for getting custom type panels. | |||
2011-09-26 | Fixed Linux TeamCity build | Paul ProductEngine | |
2011-09-22 | EXP-1223 FIXED (Create and register a floater for Places side tab) | Paul ProductEngine | |
- Added xml for a new floater and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::showPanel | |||
2011-09-21 | EXP-1221 FIXED Added a floater container class that provides an interface ↵ | Seth ProductEngine | |
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. |