Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-21 | Convert BOOL to bool in llui | Ansariel | |
2024-02-17 | misc: BOOL to bool | Lars Næsbye Christensen | |
2023-12-06 | SL-18107 Allow dropping inventory onto a profile for sharing | Andrey Kleshchev | |
2022-06-29 | SL-17685 Drag and drop material support WIP | Dave Parks | |
2021-04-06 | SL-14770 Sorting group notices by date disconnects the viewer. | Andrey Kleshchev | |
getItemIndex() on each insertion can be very expensive, use std::set's find instead | |||
2020-07-23 | SL-13648 FIXED Issue with group notice date sorting | Mnikolenko Productengine | |
2020-07-09 | SL-13093 Add time info to the Date column in group notices | Mnikolenko Productengine | |
2018-09-26 | Merge | Rider Linden | |
2018-07-17 | MAINT-8883 Restore previous selection after updating the list | maxim_productengine | |
2018-07-16 | MAINT-8883 FIXED If someone sends a group notice immediately before you, it ↵ | maxim_productengine | |
wipes out the notice you are writing | |||
2018-06-21 | Merge | Rider Linden | |
2018-06-20 | Adding settings DAD type | Rider Linden | |
2016-11-14 | STORM-2141: Fix various inventory floater related issues: | Ansariel | |
* Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path * Closing new inventory windows don't release memory * During shutdown legacy and inoperable code for inventory window cleanup is called * Remove old and unused inventory legacy code | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2018-04-17 | MAINT-8458 FIXED Fields for new group notice dissapears immediately after ↵ | maxim_productengine | |
appearing | |||
2014-03-12 | merge with release | Richard Linden | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
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 | |
2012-12-05 | CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵ | Merov Linden | |
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | |||
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. | |||
2011-09-06 | EXP-1196 FIX Fix param block template ordering | Richard Linden | |
changed ordering of template loading relative to constructor setting of params moved a lot of constructor-set params to template files reviewed by Leslie | |||
2010-10-20 | Automated merge up from viewer-development | Loren Shih | |
2010-10-13 | correct licenses (fix problem with license change merge) | Oz Linden | |
2010-09-22 | Merge | Matthew Breindel (Falcon) | |
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-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-14 | merge | Dave Parks | |
2010-06-10 | Add "LL_MESH_ENABLED" preprocessor flag for toggling mesh code. Couple of ↵ | Dave Parks | |
merge fixes. | |||
2010-06-09 | EXT-7430 : Create art overlay for inventory icons that are links | Loren Shih | |
Took out explicit _Link icons and replaced with overlay. Removed links overlays from non-main-inventory-floater panels. | |||
2010-06-07 | Merge with render-pipeline | Dave Parks | |
2010-05-27 | update group notice panel and group notice to optionally use username if ↵ | Leyla Farazha | |
using display names | |||
2010-05-27 | added function for building a username from a legacy name and fixed group ↵ | Leyla Farazha | |
notice panel reviewed by James | |||
2010-05-24 | merge | Richard Nelson | |
2010-05-21 | EXT-6710 WIP Prepare to implementation - "Give inventory" related ↵ | Mike Antipov | |
functionality was moved from the LLToolDragAndDrop to a separate class - LLGiveInventory. To allow give several inventory items to several selected residents I need some functionality encapsulated in LLToolDragAndDrop class out of it. No functionality should be changed. LLToolDragAndDrop was updated to use new LLGiveInventory'methods instead of removed ones. There were moved methods related to: - give inventory item - give inventory category - log into chat Such functionality was moved: - is give acceptable - do inventory give operation - send give inventory request to server - process give inventory for protected items QA Notes: Functionality related to give inventory via drag and drop should be re-tested closely. Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/364/ --HG-- branch : product-engine | |||
2010-05-13 | merge pull from dessie/viewer-public, picking up SLE code | James Cook | |
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-05-11 | EXT-7306 : FIXED : Add shortcut-style icons for inventory links | Loren Shih | |
EXT-7312 : FIXED : INFRASTRUCTURE : Cleanup LLPanelObjectInventory Fixed a few minor bugs with LLInventoryIcon being called with incorrect arguments. Big cleanup of LLPanelobjectInventory to make better use of inheritance. Added LLInventoryIcon class and did some major refactoring for how it determines inventory icons from item bridges. | |||
2010-05-11 | EXT-7306 : FIXED : Add shortcut-style icons for inventory links | Loren Shih | |
EXT-7295 : FIXED : INFRASTRUCTURE : Cleaned up Inventory Icon code Inventory link icons were designed from scratch. Added LLInventoryIcon class and did some major refactoring for how it determines inventory icons from item bridges. | |||
2010-04-27 | merge from viewer-trunk | Tofu Linden | |
2010-04-26 | EXT-6969 Group notices can appear duplicated in group profile | Yuri Chebotarev | |
reviewed Mike Antipov https://codereview.productengine.com/secondlife/r/308/ --HG-- branch : product-engine | |||
2010-04-26 | merge from viewer-trunk | Tofu Linden | |
2010-04-23 | EXT-6970 Title of attachment from previously viewed group can be found in ↵ | Yuri Chebotarev | |
current group while viewing notices reviewed Mike Antipov https://codereview.productengine.com/secondlife/r/306/ --HG-- branch : product-engine | |||
2010-04-06 | YET another hairy merge from viewer-trunk. Conflicts resolved... so far. | Tofu Linden | |
2010-04-05 | EXT-6703 : LLInventory.h cleanup and create new LLInventoryDefines | Loren Shih | |
Took out enums and flags from LLInventory into LLInventoryDefines Did a bunch of header file reformatting for LLInventory.h Change made to simulator files as well. |