Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-19 | MAINT-5753 FIXED Viewer crashes when opening a texture from object contents | Mnikolenko ProductEngine | |
2015-09-10 | MAINT-909 FIXED Opening a notecard with the same name as one that is already ↵ | Mnikolenko ProductEngine | |
open does not work | |||
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-04-14 | Pull merge from lindenlab/viewer-tools-update (includes viewer-release) | Merov Linden | |
2015-04-14 | Merge viewer-release, become version 3.7.28 | simon | |
2015-03-27 | MAINT-4718 FIXED Context menu Open button is always disabled for no-copy ↵ | Mnikolenko ProductEngine | |
textures in task inventory | |||
2015-01-19 | MAINT-1977 FIXED 'Open' menu item doesn't work for notecard (with 'anyone ↵ | andreykproductengine | |
can copy' permission) in object's content | |||
2014-12-29 | MAINT-1998 FIXED 'Open' menu item should be disabled if agent has no copy ↵ | andreykproductengine | |
permissions. | |||
2014-12-29 | MAINT-1998 FIXED 'Open' menu item is absent in pop-up menu for notecard ↵ | andreykproductengine | |
marked for sale from object's content | |||
2014-12-19 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-12-05 | MAINT-4718 FIXED Enable Open menu item even if texture is no-copy. | Mnikolenko ProductEngine | |
2014-11-26 | MAINT-1861 FIXED Texture doesn't appear in Inventory after using 'Copy to ↵ | andreykproductengine | |
inventory' button | |||
2014-11-05 | MAINT-202 FIXED Can't open scripts in copied objects individually on the viewer2 | andreykproductengine | |
2014-09-28 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-07-23 | MAINT-1849 FIXED Disable 'Rename' menu item when multiple items are selected. | Mnikolenko ProductEngine | |
2014-06-03 | DD-84 : Fix all active listing modification actions. Add specific message ↵ | Merov Linden | |
when listing will unlist. Make update skip consistency check when called from internal level (not public API). | |||
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-06 | MAINT-3977 FIXED Object does not display newly added contents if it was ↵ | andreykproductengine | |
edited that session and you teleported to another region and back and then added new contents. | |||
2014-02-24 | MAINT-2588 FIXED User cannot delete items from content of other object, ↵ | akl | |
using 'Delete' button on keyboard. | |||
2013-12-09 | MAINT-3017 FIX Inventory filter for Recent tab does not persist between ↵ | Richard Linden | |
sessions as it used to. added names back to inventory filters, so they can be deserialized | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | Viewer-chui merge | prep | |
2013-01-10 | CHUI-649 : Fixed : Added the contextual menu to in build content tab | Merov Linden | |
2013-01-07 | CHUI-659 : WIP : Verified (tested) and cleaned up some CHUI-101 refactoring ↵ | Merov Linden | |
code. | |||
2012-12-07 | CHUI-509, CHUI-585 : Fixed : Add font color parameters to received items and ↵ | Merov Linden | |
other inventory elements created | |||
2012-09-08 | Removed most llappearance -> llui dependencies (LLTrans remains). Moved ↵ | Don Kjer | |
LLInventoryIcon::EIconName into LLInventoryType. Moved LLInventoryIcon back to newview. Moved LLUI gl_* functions into llrender. | |||
2012-08-29 | CHUI-305: Problem: The 'resident picker' had multiple parents and due to the ↵ | Gilbert Gonzales | |
design of the resident picker it can have only one parent. Having multiple parents caused both parents to fight for depth ordering...which caused the flickering. Resolution: Now multiple 'resident pickers' can exist and they are coupled to the floater that spawned then. Meaning that when the parent floater closes, the 'resident picker' floater will also close. In addition, a shadow frustum eminates from the button that opened the 'resident picker'. | |||
2012-08-01 | CHUI-267 FIX Full inventory listing not always shown for test account | Richard Linden | |
changed LLFolderViewModelInterface::getFilter() to return a reference, since it is never NULL removed sort order from filter, which was causing unneeded filtering | |||
2012-07-27 | CHUI-256 FIX Invalid param warnings in llfolderview when adding and deleting ↵ | Richard Linden | |
items from object inventory | |||
2012-07-26 | CHUI-251: Adding back in the root 'Contents' folder under the Build floater ↵ | Todd Stinson | |
Content tab. | |||
2012-07-26 | CHUI-251: Resetting the object inventory panel after deleting the last object. | Todd Stinson | |
2012-07-25 | CHUI-252 FIX Deleting an item from object contents in build tools crashes viewer | Richard Linden | |
also improved selection behavior for object contents when deleting/adding items | |||
2012-07-25 | CHUI-222 FIX Selecting None in inventory filters does not update until ↵ | Richard Linden | |
inventory selected | |||
2012-07-25 | CHUI-239 FIX Viewer crash when opening object with contents | Richard Linden | |
2012-07-24 | CHUI-211: Problem was due to a non-heap variable being deleted and then ↵ | Gilbert Gonzales | |
referenced later (which was found by ProductEngine). Also the crash occurred at a specifc location llpangelobjectinventory::reset() during a static_cast, so now using a dynamic_cast as a safeguard. | |||
2012-07-03 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
move llfolderview* into LLUI! | |||
2012-07-02 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
started to remove newview dependencies from llfolder* | |||
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-28 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
cleaned up ownership of viewmodel more filtering fixes | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
inventory item labels and icons displaying again | |||
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-18 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors general cleanup |