summaryrefslogtreecommitdiff
path: root/indra/newview/llnamelistctrl.cpp
AgeCommit message (Collapse)Author
2022-09-21Merge branch 'master' into DRTVWR-539Mnikolenko Productengine
2022-03-02Merge branch 'master' into DRTVWR-539Mnikolenko Productengine
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py
2022-02-28Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp
2022-01-27SL-16669 FIXED Wrong context menu is opened for objects owned by the groupMnikolenko Productengine
2021-07-19SL-15297 performance floater UI update #2Mnikolenko Productengine
2021-06-25SL-15297 WIP restore selection after updating the list & don't show avatars ↵Mnikolenko Productengine
in the list as disabled when complexity is not limited
2021-06-11SL-15297 WIP Implement performance floaterMnikolenko Productengine
2021-05-27SL-13179 FIXED Sorting residents banned on the parcel by duration is incorrectMnikolenko Productengine
2019-09-10Merged in lindenlab/viewer-releaseandreykproductengine
2019-08-10DRTVWR-493 LLUI to LLParamSingletonandreykproductengine
2018-09-14SL-1288 show the "Mini-Inspector" of LLNameListCtrl only on a frontmost floatersAndreyL ProductEngine
2019-05-08SL-10850 FIXED The "Mini-Inspector" button in the access tab is displaying ↵maxim_productengine
over the Snapshot floater
2018-07-05MAINT-8587 FIXED "(waiting)" instead of a group name in the Allowed Groups list.maxim_productengine
2018-04-23MAINT-8441 Generate Confirmation message when adding a person to a estate listAndreyL ProductEngine
2016-03-16merge changes for DRTVWR-417Oz Linden
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-11-10remove execute permission from many files that should not have itOz Linden
2015-08-12SL-193 FIXED Show info icons for experiences in Key,Allowed,Blocked lists.Mnikolenko ProductEngine
2015-01-28MAINT-4824 FIXED Show remaining time before resident's nameMnikolenko ProductEngine
2014-07-12fixing merge confictsmaksymsproductengine
2014-07-10merge changes for 3.7.12-releasemaksymsproductengine
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-01-21MAINT-3187: Name list controls do not properly resolve avatar namesAnsariel
2014-05-08viewer-release merge (to 3.7.8)Baker Linden
2013-09-30Merge with voorhees (viewer-release)Baker Linden
2013-09-13- Added ban date to ban list uiBaker Linden
- Code cleanup
2013-09-09- Start of code cleanupBaker 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-19MergeXiaohong Bao
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard 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-09Merge viewer-betasimon
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-25Pull in downstream CHUI code from viewer-developmentsimon
2013-01-14MAINT-2223 FIX Scroll list columns resize feature brokenRichard Linden
column dirty flag was not set when user resized a column
2012-12-17CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵Merov Linden
prevent filling up the callback queue
2012-12-17CHUI-580 : WIP : Protect callback connections passed to ↵Merov Linden
LLAvatarNameCache::get() where necessary
2012-12-05CHUI-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-12MAINT-1897 Poor performance viewing large group member listsKelly 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-12MAINT-1897 Poor performance viewing large group member listsKelly Washington
* Clean up 'is group' extra data in namelists.
2012-08-03Merge with lindenlab/viewer-developmentsimon@Simon-PC.lindenlab.com
2012-07-27MAINT-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-25MAINT-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-06EXP-1196 FIX Fix param block template orderingRichard 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-10STORM-833 FIXED "i" button overlapping text in name list controls like Group ↵Seth ProductEngine
Members list.
2010-09-27MergeLeyla Farazha
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-23made Params parsers not act as singletonsRichard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-21DEV-50468 ??? (???) shown in create group window under members by defaultLeyla Farazha