summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.cpp
AgeCommit message (Collapse)Author
2011-05-07merge changes for storm-1093Oz Linden
2011-04-22STORM-1093 FIX "Dock" icon is still shown after a side panel has been docked ↵Vadim ProductEngine
with Ctrl+Shift+W. Reason: When an undocked side tray tab floater got closed with Ctrl+Shift+W, LLSideTray::setTabDocked() was called. It docked the floater but didn't update the dock/undock icon. Fix: Made setTabDocked() a general purpose method, not a hack suitable for using only as a floater close callback in the basic viewer mode. It now updates the dock/undock icon. Other changes: * Replaced numerous calls to toggleTabDocked with setDocked(), that is safer because does exactly what you want. * Got rid of a duplicated floater close callback.
2011-04-19EXP-631 FIX -- REGRESSION - Clicking people button in Basic mode does not ↵Leslie Linden
toggle the People panel to close EXP-640 FIX -- [PUBLIC] Ctrl+I doesn't close side tray LLSideTray::hidePanel now checks if the parent is the side tray or if it is a child to a detached tab to determine what panel to attempt to close. Reviewed by Leyla
2011-04-05merge changes for STORM-1051Oz Linden
2011-03-22STORM-1097 FIXED opening the floater containing a detached side bar tab.Seth ProductEngine
2011-03-17merge changes for storm-1016Oz Linden
2011-03-04STORM-1016 FIXED Crash after pressing ctrl-shift-w while there is an ↵Vadim ProductEngine
undocked sidepanel. Reason: The shortcut closes all floaters, including those wrapping undocked sidepanels. The sidepanels get destroyed as well, while they are still referenced by the side tray. Fix: Dock (i.e. move to side tray) the sidepanel before its floater gets destroyed.
2011-03-02SOCIAL-593 FIX Profile Window cannot be resized in minimal skinRichard Linden
floater view snapping rectangle is now driven by floater_snap_region view
2011-02-28SOCIAL-608 WIP Classified link is available in Basic modeRichard Linden
2011-02-24SOCIAL-551 WIP add buttons to open people and profile windowsRichard Linden
ShowSideTrayPanel action can now toggle undocked panels OpenSidePanelsInFloaters works now Clossing a sidepanel floater will not return contents to side tray close button enabled in minimal skin for side panel floaters
2011-02-16SWAT-484, SWAT-485: add LLSideTrayListener, a new LLEventAPI.Nat Goodspeed
Expand XUI-visible LLUICtrl::CommitCallbackRegistry operations to include "SideTray.Toggle" and "SideTray.Collapse". Give LLSideTrayListener friend access to LLSideTray so it can query the attached and detached tabs. Introduce tab_cast template to deal with the unavailability of the LLSideTrayTab class outside of llsidetray.cpp.
2011-01-26STORM-351 FIXED Scrolling flat list by mouse wheel changes zoom level in-worldpaul_productengine
- Prevent passing scroll event to in-world
2011-01-06STORM-514 FIXED Replaced missing textures names in Side Tray params.Seth ProductEngine
2010-12-24STORM-682 FIXED Fixed positioning notification toasts in mouse-look mode.Vadim ProductEngine
Toasts were positioned as if side tray was expanded. The fix is to reshape the so-called toasts screen channel (an area where toasts are drawn) on entering/leaving mouse-look mode, so that the screen channel can notice that side tray get in/visible.
2010-12-08merge with viewer-devRichard Linden
2010-12-03merging beta fixes after 2.4.0-beta1Oz Linden
2010-12-02mergeMonroe Linden
2010-12-01STORM-677 ADDITIONAL_FIX Force textures inside texture picker to be 100% ↵Vadim ProductEngine
opaque while the control is in a focused floater. Besides, made LLFloater handle opacity more like other controls do.
2010-11-29STORM-688 FIXED Sidebar becomes semitransparent if dock semitransparent side ↵Paul Guslisty
panel back to the Sidebar - Before docking the tab back to the sidetray, set floater's children to non-transparent state - After detaching tab from the sidetray there is no need to set manually floater's children transparency. It happens automatically when floater gets focus.
2010-11-24STORM-375 FIXED Fixed resetting of opened accordion on ↵Andrew Productengine
minimizing/unminimizing Appearance floater. The floater on minimization behaved the way consistent with Appearance panel in sidetray on visibility change. - To let LLSidepanelAppearance::updateToVisibility() determine whether to reset state or not, "reset_accordion" field was added to LLSD that it passed to it. It's value is different depending on where updateToVisibility() was called from. "visible" field was added to store boolean value that was passed before fix without name, but now can't be used that way.
2010-11-22STORM-461 FIXED Hide sidebar tab buttons in mouselook mode.Vadim ProductEngine
2010-11-15mergeRichard Linden
2010-10-06EXP-156 WIP Implement custom Skylight hintsRichard Nelson
2010-10-11pull viewer-beta into viewer-developmentMerov Linden
2010-10-11STORM-301 FIXED Fixed behaviour of camera on undocked 'My Appearance' tab ↵Andrew Productengine
minimizing. - Added signal to LLFloater that is emitted on minimize. - Set minimize callback for appearance tab floater in LLSideTrayTab::undock. Method from LLSidePanelAppearance that handles camera issues is called on minimization of floater.
2010-10-04Pull fixes from viewer-betaMerov Linden
2010-10-01STORM-264 FIXED Add lower-right corner resize marker for detached side panels.Seth ProductEngine
Detached SP now has a slightly reduced height not to make it flush with the bottom bar.
2010-09-28made mIsFocusRoot a XUI paramRichard Linden
2010-09-16mergeRichard Linden
2010-09-15STORM-157 FIXED A tab might be highlighted while SB was collapsed.Vadim Savchuk
Made sure that a tab can only be highlighted when sidebar is expanended.
2010-09-14STORM-155 Fixed attempt to show an invisible sidebar tab.Vadim Savchuk
Reason: when you detach the bottommost sidebar tab, the fake open/close tab gets selected, which is invisible. Fix: select a normal, visible tab.
2010-09-13merge storm-99Tofu Linden
2010-09-13STORM-101 FIXED Moved floater settings (rect, visibility, docked state) to ↵Vadim Savchuk
account-specific XML file. The settings are now stored to settings_per_account.xml. This change affects all floaters having save_rect/save_visibility/save_dock_state params set to "true", not just detached sidebar tabs as the ticket requests.
2010-09-13STORM-99 FIXED Fixed wrong name of item shown in confirmation popup when ↵Andrew Dyukov
sharing items from undocked sidetray inventory. I couldn't repro situation when select was disabled, but problem with wrong items reproduced for me all the time. It happened because all detached tab floaters were getting name "floater", so couldn't be found by sidetray's getPanel(), and even if inventory could be found is_inventorysp_active() in LLInventoryPanel::getActiveInventoryPanel() would not let us reach point of getting it. - Added setting name of floater to sidebar tab's name on it's detach. - Added search of detached inventory tab to LLInventoryPanel::getActiveInventoryPanel() and if it is detached, inventory panel is found there, and z-order of floater is stored and later compared with z-orders of "inventory" floaters(the ones that are opened via Ctrl+Shift+I).
2010-09-09STORM-92 FIXED Avoid redundant visibility changes when attaching/detaching ↵Vadim Savchuk
side tray tabs. Also happens to fix STORM-96 (Empty space appears in the top of Home side panel after redocking).
2010-09-03VWR-21060 FIXED creating dummy widget in Side Tray when attempting to get a ↵Sergei Litovchuk
detached tab.
2010-09-03VWR-21127 FIXED Implemented restoring sidebar tabs that were detached in ↵Vadim Savchuk
previous session. It is now possible to detach some sidebar tabs, exit the viewer, login again and see those tabs still detached. Also fixed incorrect saving of tabs dimensions implemented in the previous commit (766d6e749836). Reviewed by Sergey Litovchuk
2010-09-03VWR-21060 FIXED showing the panel in detached tab if it was in minimized ↵Sergei Litovchuk
state and was called via keyboard shortcut.
2010-09-02VWR-20696 ADDITIONAL FIX Fix dock/undock button image changing depending on ↵Sergei Litovchuk
tab state.
2010-09-01VWR-20696 ADDITIONAL FIX Added calling onOpen() for tabs being undocked.Sergei Litovchuk
Reviewed by Vadim Savchuk.
2010-09-01VWR-21127 WIP Implemented saving position and dimensions of detached sidebar ↵Vadim Savchuk
tabs. Reviewed by Sergey Litovchuk.
2010-09-01VWR-21060 FIXED opening side tray tabs via shortcut, menu item or button ↵Sergei Litovchuk
outside of Side Tray. Reviewed by Vadim Savchuk.
2010-08-30VWR-20970 FIXED Added SideTrayButton class to handle mouse hover events to ↵Sergei Litovchuk
"tear off" Side Tray tabs.
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-27VWR-20926 FIXED Fixed displaying the fake "Sidebar Toggle" tab when you ↵Vadim Savchuk
detach all sidebar tabs. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/880/
2010-08-27VWR-20696, VWR-20697 FIXED Fixed selecting re-docked tab and toggling its ↵Sergei Litovchuk
tag button state. Minor optimization of Side Tray expanding/collapsing upon toggling tab docked/undocked. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/879/.
2010-08-27VWR-20926 WIP Enabled sidebar to track detaching/attaching tabs.Vadim Savchuk
TODO: Sometimes wrong tab gets selected after attaching/detaching. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/878/
2010-08-26VWR-20696, VWR-20697 WIP Added undocking/redocking tabs from Side Tray.Sergei Litovchuk
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/877/.
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-08-12added remaining hints and fade in/fade out behaviorRichard Linden