Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-10-03 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorymodel.cpp # indra/newview/llvovolume.cpp | |||
2023-07-13 | SL-20009 - race condition - calling cards could be created without name | Roxie Linden | |
This happens when a calling card is created before the name is in the name cache. | |||
2023-03-10 | SL-18629 WIP Replacing UDP creation messages with callback based AIS | Andrey Kleshchev | |
2022-02-05 | SL-16799 Clean up use of hardcoded folder names | Andrey Kleshchev | |
2018-02-26 | Added settings inventory object with subtype | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2015-12-01 | linux build fix | Mnikolenko ProductEngine | |
2015-11-27 | MAINT-5871 FIXED Duplicate Calling Card created for each friend on login. | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2013-11-15 | SH-4621 WIP | Brad Payne (Vir Linden) | |
2013-08-16 | merge with viewer-release | Nyx Linden | |
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-06-13 | SH-4250 WIP - logging tweaks and cleanup | Brad Payne (Vir Linden) | |
2013-05-01 | Merge vwr-dev-mat | Graham Madarasz | |
2013-04-30 | Merge 3.5.1 into Materials | Graham Madarasz | |
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-14 | CHUI-599 : Use the account name in all places that are not UI related but ↵ | Merov Linden | |
use avatar names to index, search and other code only uses. | |||
2012-12-10 | SH-3606 WIP - replaced several LLInventoryCallback subclasses with ↵ | Brad Payne (Vir Linden) | |
boost::func equivalents | |||
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-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
llfolderview refactornig | |||
2011-03-18 | STORM-1086 FIXED Agent's own calling card created on startup is placed into ↵ | Seth ProductEngine | |
Calling Cards folder. If there is an agent's calling card found within Calling Cards and sub-folders no more copies of this calling card are created. | |||
2011-02-22 | STORM-28 FIXED Added the ability to send agent's own calling card to others. | Seth ProductEngine | |
- Added creating own calling card for the user to be able to share it with other residents. - Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel. - Calling cards for non-friends are not removed upon calling cards synchronization with friends list. - Enabled "Share" menu item for calling cards in inventory. | |||
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-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
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-07-29 | EXT-7706 FIXED Implemented delayed friends cards synchronization and filling ↵ | Mike Antipov | |
People/Friends tab with data until it is visible to user first time. * Moved location of synchronization of the Friends/All inventory folder with friends list from startup to first requesting of data. * Also updated "update Friends list" logic to be really trigged only when Friends tab is visible to user. NOTE: * Friends List/All is filled with some delay on first opening. TODO: refactoring is needed to switch code of updating People/nearby list to use the same approach as for Friends. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/805/ --HG-- branch : product-engine | |||
2010-05-28 | WIP Fix miscellaneous display names in UI | James Cook | |
2010-04-06 | EXT-6728 : Have LLInventoryFetchItems/DescendentsObserver inherit from a ↵ | Loren Shih | |
base abstract LLInventoryFetchObserver class Added a new abstract class LLInventoryFetchObserver from which LLInventoryFetchItems and LLInventoryFetchDescendents inherit. Also changed isEverythingComplete to isFinished and made some other minor superficial changes. | |||
2010-04-06 | EXT-6727 : Allow LLInventoryObservers to target a single item (instead of a ↵ | Loren Shih | |
vector of items) Added new constructors to LLInventoryFetch types to allow passing in a single item. | |||
2010-04-06 | EXT-4151 : Immediately check if a fetchObserver filter is done, else add to ↵ | Loren Shih | |
observer list automatically FetchObservers now take in a list of IDs to check against. Made some naming changes. | |||
2010-04-06 | EXT-4151 : Immediately check if a fetchObserver filter is done, else add to ↵ | Loren Shih | |
observer list automatically Preliminary work to clean up naming conventions. | |||
2010-03-30 | EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class | Loren Shih | |
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions | |||
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
2010-03-03 | Fixed major subtask (bug) EXT-5829 (Switching language in preferences ↵ | Mike Antipov | |
creates new calling cards folders for each language) - Reason: Inventory folders (Friends & All) were created WITH localized names. - Fix: create these folders with hard-coded name (like other protected Inventory Folders). They are localized in FolderView --HG-- branch : product-engine | |||
2009-11-16 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-16 | Fixed normal bug EXT-2376 (Friends List folder not being correctly ↵ | Eugene Mutavchi | |
identified/fetched) --HG-- branch : product-engine | |||
2009-11-13 | Post merge compile fixes | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-13 | Fixed EXT-2320 "Viewer creates empty Friends folders every startup". | Sergei Litovchuk | |
- Added check for "Friends" folder and all its contents to be fetched from server. Only after fetch is complete friends cards are synchronized with agent's buddies list. --HG-- branch : product-engine | |||
2009-11-09 | check for NULL UUID for friendListFolderID | angela | |
2009-11-04 | Merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Steve Bennetts | |
2009-11-04 | Redo Bao's broken merge | Bryan O'Sullivan | |
2009-11-04 | Fixed normal bug EXT-2061 ("All" list doesn't contain any friends while ↵ | Mike Antipov | |
"Online" list isn't empty in "Friends" tab on People Panel) - added code to force fetching of Inventory "Friends/All" folder in case it is incomplete on startup. --HG-- branch : product-engine |