Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-04 | Merge downstream code and become version 3.8.3 | andreykproductengine | |
2015-06-22 | MAINT-5274 Missing folder arrow | andreykproductengine | |
2015-06-11 | DD-410 : Do not extend inventory selections to items that are not visible | Merov Linden | |
2015-05-12 | MAINT-5205 FIXED ‘Share’ button isn't disabled when worn item and few ↵ | andreykproductengine | |
not worn items are selected | |||
2015-03-16 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-12-19 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-09-28 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-08-21 | fixing merge conflicts | andreykproductengine | |
2014-07-30 | DD-75 : Prevent dropping on filtered tabs root. Adding an allow_drop option ↵ | Merov Linden | |
to inventory tab and folder view folders so that case can be taken into account. | |||
2014-07-30 | MAINT-4218 Adding clothing from inventory closes THAT clothing folder and ↵ | andreykproductengine | |
hides THAT folder fixed issue with 'yet to be started filter' and 'dirty-visible' item. | |||
2014-07-29 | MAINT-4289 FIXED [BEAR] Recent Items "Reset Filters" not working correctly | andreykproductengine | |
reverted and remade MAINT-4218 | |||
2014-07-24 | DD-128 : Fixed! Recycled allow_open into allow_wear and use an extra virtual ↵ | Merov Linden | |
methods on bridge items to know if items are wearable or not. | |||
2014-07-14 | MAINT-4218 FIXED Adding clothing from inventory closes THAT clothing folder ↵ | andreykproductengine | |
and hides THAT folder | |||
2014-05-30 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-05-16 | DD-102 : Fix crash when emptying trash containing nested folders. Also avoid ↵ | Merov Linden | |
getting listings several times | |||
2014-05-21 | MAINT-4064 FIXED Don't show Folder arrow for folders without visible children. | Mnikolenko ProductEngine | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-10-04 | Pull merge of lindenlab/viewer-release | Merov Linden | |
2013-10-01 | changed over to manual naming of MemTrackable stats | Richard Linden | |
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats | |||
2013-09-25 | better 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-24 | converted memory tracking units to KB from B | Richard Linden | |
added more memory tracking to LLFolderView and kin | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
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-05 | merge with viewer-release | Richard Linden | |
2013-05-09 | ACME-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-06 | ACME-275 : Fixed! Filtering on FB list works (tested with simulated data ↵ | Merov Linden | |
only so far) | |||
2013-05-03 | ACME-275 : WIP : Filtering | Merov Linden | |
2013-04-18 | CHUI-849 : WIP : Filter limit on time instead of number of items | Merov Linden | |
2013-04-16 | CHUI-912, CHUI-849 : Propagate arrange request correctly, limit sort, ↵ | Merov Linden | |
improve filter perf, clear traces, add comments. | |||
2013-04-11 | CHUI-912 : WIP : Fix resize test when folder is empty, add more traces (to ↵ | Merov Linden | |
be deleted) | |||
2013-04-08 | CHUI-912 : WIP : Add traces to various aspects of the inventory filtering, ↵ | Merov Linden | |
sorting and arranging (to be deleted) | |||
2013-03-19 | Merge in viewer-beta to get CHUI code | Simon Linden | |
2013-03-01 | CHUI-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-10 | Pull merge from richard/viewer-chui | Merov Linden | |
2013-01-09 | CHUI-649 : WIP : Cleanup code to make it readable | Merov Linden | |
2013-01-09 | CHUI-652 : Fixed : Maintain multi selection consistent when click and drag ↵ | Merov Linden | |
an already selected item (drag multi select was broken) | |||
2013-01-10 | CHUI-658 FIXED Don't highlight whole content of the folder after right ↵ | maxim@mnikolenko | |
clicking if it is flashing. | |||
2013-01-07 | CHUI-659 : WIP : Cleanup llfolderviewitem of filter code as it all moved ↵ | Merov Linden | |
into llfolderviewmodel. | |||
2013-01-07 | CHUI-659 : WIP : Clamp down on the number of rearrange we really need. | Merov Linden | |
2012-12-19 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-12-18 | CHUI-600 : WIP : Flash conversation item in different color than select and ↵ | Merov Linden | |
start flashing only when shown |