Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-07 | MAINT-5934 FIXED Have to open About Land twice to get parcel ban timings to ↵ | Mnikolenko ProductEngine | |
load in parcel ban list when banned names are not cached | |||
2015-08-12 | SL-193 FIXED Show info icons for experiences in Key,Allowed,Blocked lists. | Mnikolenko ProductEngine | |
2015-01-28 | MAINT-4824 FIXED Show remaining time before resident's name | Mnikolenko ProductEngine | |
2014-07-12 | fixing merge conficts | maksymsproductengine | |
2014-07-10 | merge changes for 3.7.12-release | maksymsproductengine | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |
2014-01-21 | MAINT-3187: Name list controls do not properly resolve avatar names | Ansariel | |
2014-05-08 | viewer-release merge (to 3.7.8) | Baker Linden | |
2013-09-30 | Merge with voorhees (viewer-release) | Baker Linden | |
2013-09-13 | - Added ban date to ban list ui | Baker Linden | |
- Code cleanup | |||
2013-09-09 | - Start of code cleanup | Baker Linden | |
- Added refresh button to ban list panel - Added an additional signal to LLNameListCtrl to indicate when the entire name cache is complete. | |||
2013-08-19 | Merge | Xiaohong Bao | |
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-05-09 | Merge viewer-beta | simon | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-25 | Pull in downstream CHUI code from viewer-development | simon | |
2013-01-14 | MAINT-2223 FIX Scroll list columns resize feature broken | Richard Linden | |
column dirty flag was not set when user resized a column | |||
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-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Improve draw performance of scroll lists by only drawing what is visible * Reduce frequency of expensive column width calculations Fixes by Richard | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Clean up 'is group' extra data in namelists. | |||
2012-08-03 | Merge with lindenlab/viewer-development | simon@Simon-PC.lindenlab.com | |
2012-07-27 | MAINT-1175 FIX Severe performance issues on 3.3.2 (258114) Release and 3.3.3 ↵ | Richard Linden | |
(259197) Beta in "Add scroll list item" removed linear scan for namelist items and used weak reference (LLHandle) instead | |||
2012-06-25 | MAINT-30 Estate access lists for groups and residents are blank when "Allow ↵ | Kelly Washington | |
public access" is checked. MAINT-1200 Resident names not sorted in About Land (or Estate management) floater's allowed/banned boxes reviewed with Simon | |||
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 | |||
2011-02-10 | STORM-833 FIXED "i" button overlapping text in name list controls like Group ↵ | Seth ProductEngine | |
Members list. | |||
2010-09-27 | Merge | Leyla Farazha | |
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-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-23 | made Params parsers not act as singletons | Richard Nelson | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-21 | DEV-50468 ??? (???) shown in create group window under members by default | Leyla Farazha | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-04 | made LLStringUtil::null const | Richard Nelson | |
2010-05-21 | Rename LLAvatarName::getNameAndSLID() to getCompleteName() | James Cook | |
Discussed with Leyla/Richard | |||
2010-05-13 | DEV-50013 General "name list" support for display name +/- SLID | James Cook | |
Added lookups via new name cache system. Added optional short_name parameter to show only display names in the list (don't need this yet). Removed top-level global refresh of all name list controls when legacy name cache receives names -- it was inefficient and we don't need it anymore. Reviewed with Leyla. | |||
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-04-22 | Fixed major bug EXT-6900(Temporary bans do not show minute countdown in ↵ | Eugene Mutavchi | |
Parcel Ban List) - fixed the passing of suffix argument to LLNameListCtrl::addNameItemRow(). Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/296/ --HG-- branch : product-engine | |||
2010-03-29 | Merge latest viewer-hotfix, approximately equal to Viewer 2.0 final | James Cook | |
2010-03-26 | Fixed bug EXT-6268 (Group spawns Resident inspector when called from About ↵ | Vadim Savchuk | |
Land > Objects for group deeded object) Reason: groups were added to the list as avatars, which led to invoking incorrect inspector on hover. Also added a fix for potential crash on hovering name list items. Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/110/ --HG-- branch : product-engine | |||
2010-03-18 | EXT-6347 - Crash when clicking on member's section of Oskar Linden Fanclub | Richard Nelson | |
reviewed by Callum | |||
2010-03-08 | Merge with viewer 2 beta 4 | James Cook | |
2010-03-03 | remove hardcoded numbers | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-03-03 | fix for normal EXT-1391 Group Info: Avatar name should end with ellipsis if ↵ | Ychebotarev ProductEngine | |
it doesn't fit free space --HG-- branch : product-engine | |||
2010-02-11 | Merge | James Cook | |
2010-02-10 | CID-411 | Tofu Linden | |
Checker: UNUSED_VALUE Function: LLNameListCtrl::refresh(const LLUUID &, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int) File: /indra/newview/llnamelistctrl.cpp dead code. | |||
2010-02-06 | EXT-5055 LLInstanceTracker promotes some dangerous patterns - detect them | Tofu Linden | |
2010-02-04 | fix for normal EXT-3807 ABOUT LAND/OBJECTS: (i) icon is badly positioned | Ychebotarev ProductEngine | |
--HG-- branch : product-engine |