summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderviewitem.cpp
AgeCommit message (Collapse)Author
2014-05-30Pull merge from lindenlab/viewer-releaseMerov Linden
2014-05-16DD-102 : Fix crash when emptying trash containing nested folders. Also avoid ↵Merov Linden
getting listings several times
2014-05-21MAINT-4064 FIXED Don't show Folder arrow for folders without visible children.Mnikolenko ProductEngine
2013-11-11Automated merge with http://bitbucket.org/lindenlab/viewer-releaseRichard Linden
2013-11-06merge with releaseRichard Linden
2013-10-15renamed TimeBlock to BlockTimerStatHandleRichard Linden
2013-10-04Pull merge of lindenlab/viewer-releaseMerov Linden
2013-10-01changed over to manual naming of MemTrackable statsRichard Linden
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats
2013-09-25better memory usage for LLTrace (tighter packing of recording arrays)Richard Linden
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml
2013-09-24converted memory tracking units to KB from BRichard Linden
added more memory tracking to LLFolderView and kin
2013-09-09merge with viewer-releaseRichard Linden
2013-09-05changed fast timer over to using macroRichard Linden
another attempt to move mem stat into base class
2013-08-26Merge downstream code from CHUIStorm releasesimon
2013-10-23Merge latest viewer-release with FBCsimon
2013-10-04MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵maksymsproductengine
Control named RenderAutoMuteFunctionsnot found
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-06-05merge with viewer-releaseRichard Linden
2013-05-09ACME-342 Format the PersonView so that it shows the avatar icon, SL name, FB ↵Gilbert Gonzales
icon, and FB name: Rendering now matches the UX spec.
2013-05-06ACME-275 : Fixed! Filtering on FB list works (tested with simulated data ↵Merov Linden
only so far)
2013-05-03ACME-275 : WIP : FilteringMerov Linden
2013-04-18CHUI-849 : WIP : Filter limit on time instead of number of itemsMerov Linden
2013-04-16CHUI-912, CHUI-849 : Propagate arrange request correctly, limit sort, ↵Merov Linden
improve filter perf, clear traces, add comments.
2013-04-11CHUI-912 : WIP : Fix resize test when folder is empty, add more traces (to ↵Merov Linden
be deleted)
2013-04-08CHUI-912 : WIP : Add traces to various aspects of the inventory filtering, ↵Merov Linden
sorting and arranging (to be deleted)
2013-03-19Merge in viewer-beta to get CHUI codeSimon Linden
2013-03-01CHUI-694 FIXED Handle ALT + Up/Down and ALT + Right/Left to switch ↵Mnikolenko ProductEngine
conversations in the list. Handle ALT + Enter to expand participant list of selected conversation.
2013-01-10Pull merge from richard/viewer-chuiMerov Linden
2013-01-09CHUI-649 : WIP : Cleanup code to make it readableMerov Linden
2013-01-09CHUI-652 : Fixed : Maintain multi selection consistent when click and drag ↵Merov Linden
an already selected item (drag multi select was broken)
2013-01-10CHUI-658 FIXED Don't highlight whole content of the folder after right ↵maxim@mnikolenko
clicking if it is flashing.
2013-01-07CHUI-659 : WIP : Cleanup llfolderviewitem of filter code as it all moved ↵Merov Linden
into llfolderviewmodel.
2013-01-07CHUI-659 : WIP : Clamp down on the number of rearrange we really need.Merov Linden
2012-12-19Pull merge from richard/viewer-chuiMerov Linden
2012-12-18CHUI-600 : WIP : Flash conversation item in different color than select and ↵Merov Linden
start flashing only when shown
2012-12-19CHUI-601 : Fixed : Crash when dismissing a conversation while a participant ↵AlexanderP ProductEngine
is selected DeletePointer() for the items was replaced by Function LLFolderViewItem::destroyView(): Function LLFolderViewItem::destroyView(), before removing the item, immediately removes it from the Selection List of the Root Folder. As a result, at the time of the call of sanitizeSelection(), will not need to try to handle the elements that have already been deleted.
2012-12-06mergeMaximB ProductEngine
2012-12-06CHUI-444 (Click target off when conversation list is minimized to icons)MaximB ProductEngine
2012-12-05CHUI-509 : Fixed : Add params to inventory widgets to control font colors ↵Merov Linden
(required for library items and links).
2012-12-03CHUI-571: Now when the 'Chat Preference' is set to 'Open Conversations ↵Gilbert Gonzales
window' the conversation line item with flash. The only time it does not flash is when the the conversation line item is already focused. Also fixed various focusing bugs when navigating between conversations and participants.
2012-11-26CHUI-528, CHUI-536, CHUI-538, CHUI-540: Fixed the changed item's ↵Merov Linden
highlighting that broke multiselection in inventory and in conversations.
2012-11-23CHUI-528, CHUI-536, CHUI-538, CHUI-540 ADD. FIX (Built single processor of ↵AlexanderP ProductEngine
different types of notifications): changed item's highlighting
2012-11-21CHUI-531 FIXED Poor fps in CHUI viewermaksymsproductengine
2012-11-16CHUI-487, CHUI-488 FIXED (Enable flashing FUI button behavior and Implement ↵AlexanderP ProductEngine
Flashing Conversations panel line item behavior): implemented FUI button flashing; clean up code
2012-11-16CHUI-487, CHUI-488 W.I.P. #3 (Enable flashing FUI button behavior and ↵AlexanderP ProductEngine
Implement Flashing Conversations panel line item behavior): implemented conversation's item flashing
2012-11-08Pull merge from viewer-chuiMerov Linden
2012-11-07CHUI-473, CHUI-482 FIXED (Clicking on nearby chat toast to open Conversation ↵AlexanderP ProductEngine
floater does not show Nearby Chat conversation selected in list; Nearby chat conversation is not selected in list by default when it is the only conversation ): implement. new logic in LLIMFloaterContainer for the syncronous select the conv. list's item and corresponding convers. floater; removed floater selecting from conv. items; fixed bug with item select
2012-11-03Pull merge from richard/viewer-chuiMerov Linden
2012-11-01CHUI-444 (Click target off when conversation list is minimized to icons)MaximB ProductEngine
2012-10-30CHUI-463 : Fixed. Allowed a model to be shared by several views.Merov Linden