summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitslist.cpp
AgeCommit message (Collapse)Author
2024-04-10Merge branch 'main' into marchcat/y-mergeAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp
2023-10-31SL-20537 Add hover-preview for My Outfit listMaxim Nikolenko
2023-10-24SL-20468 Add ability to overwrite an existing outfitMaxim Nikolenko
2023-10-11SL-20432 Filtering My Outfits with big number of items freezes UIAlexander Gavriliuk
2023-10-10SL-20288 Lags in Appearance floaterAlexander Gavriliuk
2023-05-17SL-19721 use LLOutfitObserver to handle cof changesMaxim Nikolenko
2023-02-22SL-19108 Cleanup Outfit Galery #2Andrey Kleshchev
2023-02-21SL-19108 Update Simple snapshot floaterAndrey Kleshchev
2022-10-27DRTVWR-570 Mac build fix: unused variables cleanupAndrey Lihatskiy
2021-07-20Merge branch 'master' into DRTVWR-521-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp # indra/llui/llnotifications.h # indra/newview/llappviewer.cpp # indra/newview/llappviewermacosx.cpp
2020-11-10SL-14303 Fix LLWearableType to not spam in logsAndrey Kleshchev
2020-09-14SL-13930 Appearance sort order should be similar to Inventory sort orderMnikolenko Productengine
2020-01-16SL-12569 - Fixed more places where texture upload cost was hardcoded in UIBrad Payne (Vir Linden)
2018-12-13SL-10236 The "Attach To", "Attach To HUD", and "Wear" options aren't greyed outandreykproductengine
2018-02-06MAINT-8004 Make replace work regardless of current attachmentsAndrey Kleshchev
2017-12-19MAINT-8105 FIXED Button "Wear" is allowed in the empty outfit galleryMnikolenko Productengine
2017-04-20MAINT-6477 VOB - Click on an outfit folder from Outfit Gallery tab does not ↵pavelkproductengine
open folder or enlarge image
2016-11-22MAINT-6949 Visual Outfit Browser - rename worn outfit is not reflected in ↵Mnikolenko Productengine
gallery view
2016-06-10MAINT-6475 Add menu item for changing sort priorityMnikolenko Productengine
2016-06-06MAINT-6474 FIXED No easy way to remove an image from a VOB FolderMnikolenko Productengine
2016-05-24Merge VOB with release 4.0.6pavelkproductengine
2016-04-29MAINT-6226 Incorporate a customized Snapshot feature to Outfit Browser flowpavelkproductengine
Initial version, further refactoring pending
2016-04-05MAINT-6228 Update Photo/Image Upload feature for Outfit Browserpavelkproductengine
1) Added "Select Photo" to outfit gear menu 2) Incorporated Texture Picker
2016-03-04MAINT-5194 Visual Outfit Browserpavelkproductengine
1) Made code clean-up 2) Removed constants in code via #define and introduced parametres which can ne set in XML instead 3) Made refactoring of some methods 4) Removed non-functional item "Load assets" from outfit gear-menu
2016-02-05MAINT-5194 Visual Outfit Browserpavelkproductengine
Merge with changes for Mac
2016-02-05MAINT-5194 Visual Outfit Browserpavelkproductengine
Corrected typo "foto" to "photo"
2016-02-04MAINT-5194 Visual Outfit Browserpavelkproductengine
Fixed Mac specific build issues
2015-12-11Initial version of Visual Outfit Browserpavelkproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-03-12merge with releaseRichard Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-08-22MAINT-56 FIXED collapse_all_folders() and expand_all_folders() functions are ↵maxim_productengine
added, which are called by menu items in gear menu.
2012-04-14DRTVWR-136: Remove redundant remove_(item|category)() functions.Nat Goodspeed
Incoming changes from two different project repos left viewer-development with LLInventoryModel::removeItem() and removeCategory() plus free functions remove_item() and remove_category() in llinventoryfunctions.cpp. remove_category() was actually the better implementation; migrated its body into LLInventoryModel::removeCategory(). Clearly the previous state of affairs -- with LLInventoryModel::removeItem() plus a remove_category() free function in a very different source file -- fooled two different developers into overlooking the other of the pair. Unfortunately we each added different "missing" functions, leaving us with a complete set of four. Fix existing references to remove_item() and remove_category() free functions.
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-06-06EXP-859 FIX -- Save setting for last time inbox expandedLeslie Linden
EXP-841 PROGRESS -- Create outbox sync button with basic enable/disable logic and animation EXP-866 PROGRESS -- Create inbox observer to dynamically update inbox item count and badge value EXP-872 PROGRESS -- Hide inbox and outbox unless applicable Inbox expansion time is now saved as setting variable "LastInventoryInboxExpand". New outbox sync button art. Observers for items and categories are now implemented in the LLSidepanelInventory but the exact method of use is still to be determined. Functions are in place to show and hide the inbox and outbox panels but the logic around the decision is TBD. The resize bar for the inbox/outbox is now disabled when both inbox and outbox are collapsed. Reviewed by Leyla.
2010-10-28STORM-459 FIXED Delete outfit confirmation message doesn't appear if use ↵Paul Guslisty
context or gear menu on 'My Outfits' tab Added confirmation dialog before deleting outfit from context menu and gear menu button of My Appearance -> My Outfits - Deleted method that shows confirmation dialog in LLPanelOutfitsInventory. Moved it to the LLOutfitsList. Now confirmation dialog called before calling LLOutfitsList::removeSelected. - Replaced native methods of deleting outfit in gear menu and context menu with LLOutfitsList::removeSelected.
2010-10-22STORM-426 FIXED Menu button no longer looked pressed while its menu is ↵Seth ProductEngine
displayed by another control. - LLMenuGL in menu button replaced by LLToggleableMenu that handles visibility change upon clicks inside specific button rect. - Added visibility change signal to LLToggleableMenu to update menu button pressed state. - Added using menu handle in LLMenuButton.
2010-10-15STORM-263 FIXED popup menu of Cog button in lower-left of sidebar panel ↵Seth ProductEngine
closing on second click - Changed type of gear menu buttons from LLButton to LLMenuButton in all sidebar panels where gear menu button is used. - Added setMenuPosition(), setMenu() and updateMenuOrigin() to the LLMenuButton. - Moved actions common for displaying a context menu to LLMenuButton::toggleMenu(). - In all sidebar panels where LLButton was replaced with LLMenuButton the following steps were taken: 1. setting gearMenu and its position relative to the menuButton with LLMenuButton::setMenu() 2. setting mouse down callback for the menuButton if needed. 3. calculating the menu origin point with LLMenuButton::updateMenuOrigin() in mouse down callback
2010-09-16mergeRichard Linden
2010-09-16mergeTofu Linden
2010-09-16STORM-186 FIXED The "Take Off - Remove from current outfit" option of the My ↵Vadim Savchuk
Outfits gear menu now ignores item selection, taking aff all wearables.
2010-09-16STORM-183 FIXED The "Replace Current Outfit" option of the My Outfits gear ↵Vadim Savchuk
menu (which is only applicable to outfits) wasn't disabled for selected wearables.
2010-09-10STORM-93 FIXED Added Take Off function to the gear menu and implemented this ↵Paul Guslisty
functionality using helper methods: canTakeOffSelected() - checking whether selected item(s) can be taken off hasItemSelected() - checking whether any item selected getSelectedItemsUUIDs() - returns selected items ids
2010-09-09CID-503Tofu Linden
Checker: REVERSE_INULL Function: LLOutfitsList::refreshList(const LLUUID &) File: /indra/newview/lloutfitslist.cpp
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-26mergeRichard Linden
2010-08-25outfits accordions now have proper contentsRichard Linden