Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
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 | |||
2024-01-03 | SL-18058 Post-merge functionality restore #2 | Andrey Kleshchev | |
2023-12-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llpanelprofile.cpp # indra/newview/llspatialpartition.cpp | |||
2023-10-25 | SL-20513 Cleanup LLAvatarPropertiesProcessor #1 | Andrey Kleshchev | |
2023-10-20 | SL-20163 Rework LLAvatarPropertiesProcessor::sendRequest() | Alexander Gavriliuk | |
2023-07-25 | SL-18058 Updated profile picture not shown in Conversation floater | Andrey Kleshchev | |
2016-05-06 | merge 4.0.4-release and MAINT-5974 | Oz Linden | |
2016-03-29 | MAINT-6257 Textures loading issues. | andreykproductengine | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2015-12-09 | MAINT-4018 Improvements to icon fetching. | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-18 | merge changes for MAINT-4734 | pavelkproductengine | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-03-17 | MAINT-4734 (Separate transaction notices from group notice/invites) | pavelk_productengine | |
1) stripped off attachment field; 2) made logos (group's, sender's, etc) in expanded view the same size as in condensed view; 3) turned on notification showing upon click; 4) fixed cropped right border of Invite and Transactions notifications; 5) enabled "Collapse All" button; 6) stripped off unnecessary icons. | |||
2014-08-22 | MAINT-4288 FIXED Backed out changeset for MAINT-4018 (c92d43623c2c) | maksymsproductengine | |
2014-05-23 | MAINT-4018 FIXED Mini profile pictures tend to fail to load fully, and ↵ | andreykproductengine | |
sometimes not at all. Profile icons are no longer discarded uless they are too big. Icons will refresh correctly if needed. | |||
2013-11-05 | fixed focus issue on inventory | Richard 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-03-11 | Viewer-chui merge | prep | |
2012-12-17 | CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵ | Merov Linden | |
prevent filling up the callback queue | |||
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
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-11-09 | CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵ | AlexanderP ProductEngine | |
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler | |||
2012-11-02 | CHUI-475: Ensuring that objects that query the avatar name cache with a ↵ | William Todd Stinson | |
callback store the connection and disconnect on object destruction. This should help resolve some of the heap corruption we are seeing. | |||
2012-09-19 | CHUI-338 FIXED (LLAvatarNameResponder warning shown in debug console when ↵ | Paul ProductEngine | |
using spinner to page through chat history viewer) - Trying to restore avatarID by its name before appending message to chat history. - Also prevented requesting avatar name by null LLUUID in LLAvatarIconCtrl::setValue | |||
2012-09-03 | Renamed LLVOAvatarDefines to LLAvatarAppearanceDefines | Don Kjer | |
2012-09-03 | Extracted texture baking system into llappearance library. | Don Kjer | |
2011-12-05 | SH-2747 FIX | Brad Payne (Vir Linden) | |
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-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-17 | EXT-7811 FIX Crash to desktop during SL login | Richard Linden | |
2010-05-25 | DEV-50013 Avatar icons use username for tooltip | James Cook | |
Reviewed with Leyla. | |||
2010-02-01 | Support returning full_name (and SLID) for LLCacheName::get() calls | James Cook | |
Changed callback signature to full_name instead of first_name,last_name Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism Change Pay dialog names to SLURL links Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit Consolidate name first + " " + last concatenation in LLCacheName::buildFullName() Reviewed with Kelly | |||
2010-01-18 | EXT-4470 Several bad assumptions that LL_PATH_PER_SL_ACCOUNT is always good ↵ | Tofu Linden | |
(which it isn't until after login) To be reviewed by Soft! | |||
2009-12-26 | Reduced header dependency from the "llimview.h" | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-12-01 | fix for normal EXT-1713 Nearby Chat: Objects have tooltips (???)(???) | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-26 | EXT-2691 Resident's icon appears for objects in the nearby chat | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-11-11 | fixed minor bug EXT-2147 Group and Avatar Place Holder Icons defined in the ↵ | Andrew Polunin | |
specs should be used in place of currect placeholders --HG-- branch : product-engine | |||
2009-11-09 | Fixed Nice to have bug EXT-1907-Context menu for avatar in Friends tab ↵ | Eugene Kondrashev | |
appears only if right mouse click was performed over avatar's icon area. Remove default avatar context menu. --HG-- branch : product-engine | |||
2009-11-06 | fixed EXT-2295 "'Group Chat' btn makes chicklet appear only" | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-10-29 | fix EXT-1661: Avatars' icons should be cached only once per 24 hours, but ↵ | Xiaohong Bao | |
not every time the viewer is restarted. to be reviewed by steve. | |||
2009-10-25 | * Changes to enable differentiating between icon texture priority and other ↵ | Steve Bennetts | |
UI texture priority. * Still need to only request smaller mip maps of icon textures | |||
2009-10-19 | Merging revisions 2046-2068 of ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1414 EXT-1213 EXT-1539 EXT-1253 EXT-1446 EXT-1438 EXT-1233 EXT-1466 EXT-1446 EXT-1512 EXT-1231 * Dev: EXT-719 (landmarks) EXT-747 EXT-1446 EXT-1378 EXT-397 EXT-1476 * IM changes | |||
2009-10-14 | merge -r 2005-2011 https://svn.aws.productengine.com/secondlife/pe/stable-2 ↵ | Steven Bennetts | |
-> viewer-2.0.0-3 * Bugs: EXT-1472 EXT-996 | |||
2009-09-28 | DEV-40528 Viewer 2 floods server with AvatarPropertiesRequest messages ↵ | James Cook | |
causing database load. Icon cache was only being used to provide images more quickly, not to suppress network traffic. Made it suppress network traffic, which may result in stale icons occasionally. Converted online/offline tooltip to use LLAvatarTracker. Will port to viewer-2-qa-1. Reviewed with Richard. |