summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelappearance.cpp
AgeCommit message (Collapse)Author
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-03-12mergeBrad Payne (Vir Linden)
2014-03-12merge with releaseRichard Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-08-16merge with viewer-releaseNyx Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-20merge with releaseRichard Linden
2013-06-18SH-4275: Fixed regression - appearances are no longer broadcasted before ↵prep@lindenlab.com
exiting appearance editor
2013-06-14WIP: sh-4035 backed out changes to appearance window confirmationprep@lindenlab.com
2013-06-05merge with viewer-releaseRichard Linden
2013-06-03SH-4035 spec change. If you revert after quiting, SL shutsdown.prep
2013-05-28Sh-4035: Updated implementation according to new specs. Fixed a couple of ↵prep@lindenlab.com
outstanding bugs.
2013-05-21mergeBrad Payne (Vir Linden)
2013-05-13SH-4035: Removed prompt to save if av just has outfit changes and you click ↵prep@lindenlab.com
on the back button
2013-05-13SH-4035: Hooked up logic to handle 'me->appearance'. Refactored out some ↵prep@lindenlab.com
commonly used code in llfloatersidepanelcontainer
2013-05-10SH-3931 WIP Interesting: Add graphs to visualize scene load metricsRichard Linden
renamed LLView::handleVisibilityChange to onVisibilityChange to reflect standard naming conventions for handlers vs. reactors
2013-05-10SH-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-05-01Merge vwr-dev-matGraham Madarasz
2013-04-30Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-17Fix for SH-4124: Closing appearance panel also closes the edit wearable ↵prep
panel if it was active
2013-04-17Fix for SH-4123: outfit update corrected for edit/save/abandon sequenceprep
2013-04-16Fix for SH-4108 - observer does not see the outfit change when closing ↵prep@lindenlab.com
appearance panel.
2013-04-12Sh-4035: Fix for skin changes not being reverted after cancelprep@lindenlab.com
2013-04-10SH-4035:Added ignore message to notificationprep@lindenlab.com
2013-04-09SH-4035: Removed unneeded functional callprep@lindenlab.com
2013-04-09SH-4035: Bug fix to handle closing the panel when editing a specific wearableprep@lindenlab.com
2013-04-08WIP SH-4035: confirmation when closing appearance window when changes presentprep
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-25SH-4034 FIX Outfit changes broadcast without exiting appearance edit modeNyx Linden
Backing out MAINT-1099 fix. Added line causes us to temporarily exit and re-enter outfit editing mode every time we edit a wearable, which has a host of unintended consequences. Reviewed the original bug, and their fix should not have any impact on the original bug. Repro of the original bug does not repro, with or without the patch. The patch causes regressions but not fixes so removing it. Will send MAINT-1099 back to QA for verification - there is an alternate solution if this causes a regression.
2013-03-20SH-3978 FIX Unsaved changes/save options not shown after adding new pants.Nyx Linden
UI was incorrectly assuming that saving a wearable meant that the outfit did not need to be saved as well. Updated panel switching to actually check whether the outfit matches the base outfit.
2013-03-11Viewer-chui mergeprep
2013-01-30Pull merge from lindenlab/viewer-developementMerov Linden
2013-01-24merging in viewer-beta.Nyx Linden
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh.
2013-01-14SH-3632:Undo change is now disabled after you save and return to the edit ↵prep
out fit panel (this behavior is now make sunshine-internal consistent with 3.4.1)
2013-01-09SH-3600. Undo change is disabled upon reentry into the appearance panelprep
2012-12-13Fix for SH-3591.prep@lindenlab.com
2012-12-12Fixes for SH-3591 & SH-3620prep
2012-09-06Extracted mWearableDatas from LLAgentWearables into ↵Don Kjer
llappearance/LLWearableData. Moved LLDriverParam into llappearance
2012-09-03Extracted texture baking system into llappearance library.Don Kjer
2012-08-16MAINT-1099 FIXED Toggle on MyOutfits panel before showing Wearable panel for ↵maxim_productengine
new item
2012-07-11SH-3258 WIP initial work: refactoring appearance editing modeNyx (Neal Orman)
Added flags for appearance editing status as well as which textures we should be using at a time. Also refactored so we are not using camera state to track appearance editing mode. Need to add more handling for which textures we actually use.
2012-06-27CHUI-101 WIP Make LLFolderView general purposeRichard Linden
moved filtering logic to viewmodel
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h
2012-06-15CHUI-101 WIP Make LLFolderView general purposeRichard Linden
llfolderview refactornig
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-27EXP-1226 FIXED (Create and register a floater for Appearance side tab)Paul ProductEngine
- Added xml for a new floater Appearance and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::getPanel
2011-07-05EXP-971 FIX New Direct Delivery item does not sort as most recent item in ↵Richard Linden
Recent Tab if that tab is open when item delivered
2011-03-30Increased butt physics range.Loren Shih
Added more logic to not center camera during edit physics mode.
2011-01-21merge out from viewer-developmentOz Linden