Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
cleaned up some stale TODOs worked on getting initial inventory display to work consistently | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-27 | MAINT-1204 Fix for crash on selecting a texture anywhere other than the ↵ | Dave Parks | |
build tools. | |||
2012-06-22 | merge | Dave Parks | |
2012-06-20 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
more compilation fixes, just need to add getName() back to LLInventoryFilter et al | |||
2012-06-19 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors | |||
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h | |||
2012-06-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
llfolderview refactornig | |||
2012-05-22 | MAINT-119 FIXED (PUBLIC]no-transfer textures not searchable via texture picker) | Paul ProductEngine | |
- Implemented Richard's and Leo's spec - Also fixed an issue when applying no-transfer texture for an object using texture picker, creates redundant copies of the texture in the object's content | |||
2012-04-13 | merge changes for drtvwr-135 | Oz Linden | |
2012-04-02 | storm-64: Local Textures | Vaalith Jinn | |
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-02-08 | STORM-1809 The word "Multiple" does NOT show in the edit window when editing ↵ | Jonathan Yap | |
prims or linksets with mixed textures in LL V3 | |||
2012-01-31 | EXP-1513 FIX Underscore ( _ ) fails to show in first chat entry in Local Chat | Richard Linden | |
2011-07-07 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-06-22 | STORM-1305 WIP Fixed texture control to not display hand cursor outside of ↵ | Vadim ProductEngine | |
the texture. Also click outside of the texture will not show the picker anymore. | |||
2011-06-17 | EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView* | Richard Linden | |
cleaned up and refactored inventory code a bit reviewed by Leyla | |||
2010-12-07 | Automated merge up from viewer-development | Loren Shih | |
2010-12-01 | STORM-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-25 | STORM-677 FIXED Made texture picker control transparent if the floater it ↵ | Vadim ProductEngine | |
resides in is transparent. Also added transparency support to the texture picker floater. | |||
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-09-27 | merge | Dave Parks | |
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-08 | DEV-53094 FIX Selecting texture picker causes viewer to crash | Richard Nelson | |
overzealous elimination of xml parsing | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-25 | merge | Dave Parks | |
2010-08-16 | moved buildFloater out of lluictrlfactory to llfloater.cpp | Richard Nelson | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-02 | Redo the same merge as in changeset "2026f824953f", but this time with ↵ | Christian Goetze (CG) | |
feeeeling. | |||
2010-07-30 | Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1 | Kent Quirk | |
2010-07-27 | Backed out changeset: 58571b4e704b | Richard Linden | |
2010-07-22 | EXT-5403 FIXED texture picker to scroll to selected texture initially after ↵ | Sergei Litovchuk | |
being open. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/736/. --HG-- branch : product-engine | |||
2010-07-30 | merge | Richard Nelson | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-30 | merge | Richard Nelson | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-14 | merge | Dave Parks | |
2010-07-12 | EXT-5403 FIXED Disabled auto selecting first filtered item because it takes ↵ | Sergei Litovchuk | |
away selection from the item set by LLTextureCtrl owning the texture picker floater. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/679/. --HG-- branch : product-engine | |||
2010-07-01 | EXT-5403 FIXED Removed marking filter applied to inventory panel as default ↵ | Sergei Litovchuk | |
to fix scrolling to currently selected texture. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/679/. --HG-- branch : product-engine | |||
2010-06-30 | EXT-7827 FIXED (Search floater with capital characters in search field opens ↵ | Andrew Polunin | |
from 'Pick: Texture' floater) Changed 'upper_case_search_string' to the 'search_string' Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/674/ --HG-- branch : product-engine | |||
2010-06-24 | EXT-7046 FIX User profile using wrong placeholder/generic profile pic art | Richard Linden | |
2010-06-10 | Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵ | Dave Parks | |
merge fixes. | |||
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-05-27 | EXT-7504 WIP Force decloud after timeout using lower res textures | Loren Shih | |
EXT-7526 FIXED Add baked texture information to texture view First attempt at low res textures after timeout. Added debug setting to control whether low res texture timeout is used. Added baked texture load information to texture view debug display. Trivial name changes to some variables. |