summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.cpp
AgeCommit message (Collapse)Author
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-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-07-27Backed out changeset: 58571b4e704bRichard Linden
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-09EXT-8237 FIX Opening up Edit Outfit- Add More->Shirt causes FPS to drop from ↵Richard Linden
60fps to 18fps for a really long time EXT-8235 FIX HUGE long delay when reopening and/or closing edit outfit sidepanel if "Add More..." is active EXT-7695 FIX UI lockup after add wearable, right click av -> Change Outfit reviewed by Vir
2010-06-30EXT-8045 FIX check if sidetray is createdYuri Chebotarev
reviewed by Alexei Arabadji at https://codereview.productengine.com/secondlife/r/668/ --HG-- branch : product-engine
2010-06-14EXT-7727 FIX reset sidetray tab to home_tab when login is complete.Yuri Chebotarev
Aslo add parameter to callback to prevent showing appearance panel when creating initial outfit - _sometimes_ this callback was called _after_ login was finished. rewieved by Mike Antipov at https://codereview.productengine.com/secondlife/r/574/ --HG-- branch : product-engine
2010-06-04EXT-7547 FIX update allowing padding according to sidebar stateYuri Chebotarev
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/492/ --HG-- branch : product-engine
2010-06-01EXT-7516 FIXED Completely removed bottomtray's "Sidebar" button and related ↵Mike Antipov
settings/functionality Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/474/ --HG-- branch : product-engine
2010-05-19EXT-7104 WIP Implemented reaction on Sidebar button clickMike Antipov
Implementation details: * Added new setting SidebarWithButtonsVisibility * Sidebar bottom tray button changes its value on click (toggle state - value is TRUE) * SideTray listens changes of this setting's value and change its and its buttons visibility * expand/collapse Sidebar state is stored between changes of the setting. Reviewed by Yuri Chebotarev at https://codereview.productengine.com/secondlife/r/403/ --HG-- branch : product-engine
2010-03-23EXT-2959 : Full out camera functions from llagent to llagentcameraLoren Shih
First check-in; only compiles, nothing more.
2010-02-17fixed EXT-5378 “Transient exception manager doesn't work if switch to ↵Alexei Arabadji
tabbed IM window”, added side tray tab to global group of transient exception list; added LLIMFloaterContainer to IM group of transient exception list; made VCP belongs to IM transient group; --HG-- branch : product-engine
2010-01-18Refactored fix for (EXT-4156) [BSI] Friendslist doesn't toggle open/close on ↵Sergei Litovchuk
shortcut - Moved side panel toggling from viewer menu to side tray class. --HG-- branch : product-engine
2010-01-13EXT-3739 Task panel tabs in incorrect order, Home tab is missingTofu Linden
2010-01-12Removed some diagnostic code that got inadvertently left inBrad Payne (Vir Linden)
2010-01-11For EXT-4068: [BSI] right click several times on an inventory item produces ↵Brad Payne (Vir Linden)
several second hang. Improved speed of panel finding by restricting search to only panels, saving time when inventory is very large
2009-12-14Fixed low bug EXT - 3929 ('Home' tongue in the Side tray doesn't have a tool ↵Paul Guslisty
tip) --HG-- branch : product-engine
2009-12-03automated merge for avp->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-03EXT-2410 : Accepting an offered item should open the inventorySPLoren Shih
Added a new "Quiet" query for folder types, so I don't have to special case all the folders where we don't want UI notifications from inventory offers. Fixed a bug where a sidepanel was considered active even if the sidetray was closed. --HG-- branch : avatar-pipeline
2009-12-03EXT-2410 : Accepting an offered notecard should open the inventorySPLoren Shih
Added logic to choose the side panel if it's open, or open the side panel if no other inventory panels are open. --HG-- branch : avatar-pipeline
2009-11-27fix for low Bug EXT-2756 side tray button are gray instead of whiteYuri Chebotarev
--HG-- branch : product-engine
2009-11-24Merge from product-engineSteve Bennetts
2009-11-24Work on task EXT-2092 (Task Panel tabs should toggle visibility of the panel).Vadim Savchuk
Made the People and Me task panels support the desired tri-state behavior. Until all the other task panels support that behavior, it is disabled. --HG-- branch : product-engine
2009-11-23EXT-2460 - mouselook mode - remove unused UI elementsrichard
EXT-2504 - black bars present at top and bottom when in mouselook reviewed by Leyla
2009-12-02DEV-43439: Initial web-based Home side tray panelLynx Linden
Moved LLSideTrayInfoPanel from llsidetray.cpp into its own llpanelhome.{cpp|h} module. Updated the XUI for the Home tab to simply embed a web view. Thanks to Erica for the initial cut at this XUI.
2009-11-13EXT-2428 : Wearing a look should update the "Current Look" sidepanel stringLoren Shih
Both double-clicking on an outfit to wear, and wearing an outfit from side panel, will now update the current look string. --HG-- branch : avatar-pipeline
2009-11-11Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-11mergerichard
2009-11-11Manual merge.Vadim Savchuk
Resolved conflicts in panel_bottomtray.xml and llavataractions.cpp. --HG-- branch : product-engine
2009-11-11Fixed low bug EXT-1499 (Finalize the Home panel and add tooltips to the tab ↵Andrew Dyukov
grabs). --HG-- branch : product-engine
2009-11-10Merge changes from product-engineSteve Bennetts
2009-11-10added filenames to xui names output when using filename="" in XUIrichard
reviewed by Richard
2009-11-10mergeYuri Chebotarev
--HG-- branch : product-engine
2009-11-09renamed LLLayoutStack::idle to LLLayoutStack::updateClassrichard
converted mWorldViewPlaceholder to a LLHandle<LLView> improved layout of panel_bottomtray reviewed by James
2009-11-09data driven layout of top-level UI elementsrichard
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James