Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2012-12-19 | CHUI-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-06 | merge | MaximB ProductEngine | |
2012-12-06 | CHUI-444 (Click target off when conversation list is minimized to icons) | MaximB ProductEngine | |
2012-12-05 | CHUI-509 : Fixed : Add params to inventory widgets to control font colors ↵ | Merov Linden | |
(required for library items and links). | |||
2012-12-03 | CHUI-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-26 | CHUI-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-23 | CHUI-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-21 | CHUI-531 FIXED Poor fps in CHUI viewer | maksymsproductengine | |
2012-11-16 | CHUI-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-16 | CHUI-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-08 | Pull merge from viewer-chui | Merov Linden | |
2012-11-07 | CHUI-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-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-11-01 | CHUI-444 (Click target off when conversation list is minimized to icons) | MaximB ProductEngine | |
2012-10-30 | CHUI-463 : Fixed. Allowed a model to be shared by several views. | Merov Linden | |
2012-10-29 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-26 | CHUI-439 (Conversation floater is automatically unminimized when a selected ↵ | MaximB ProductEngine | |
user is removed from nearby chat participant list after teleport) CHUI-438 (Conversation remains transparent after teleport with a participant selected in nearby chat) | |||
2012-10-25 | CHUI-441 : WIP : Fix crashes when spawning torn off floaters, added widgets ↵ | Merov Linden | |
creation in the torn off floater for participants. |