Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llpanelprofile.cpp # indra/newview/llspatialpartition.cpp | |||
2023-10-17 | SL-20232 Allow deletion of worn items #1 | Andrey Kleshchev | |
2023-10-03 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorymodel.cpp # indra/newview/llvovolume.cpp | |||
2023-07-11 | SL-19986 Crash at LLConversationItemSession::findParticipant | Andrey Kleshchev | |
Observed on bugsplat, no repro. Something destroys LLConversationItem without cleaning list (some sessions reuse the item, but they aren't supposed to remove it). Either item should inform floater to be properly removed or should be stored as an LLPointer. | |||
2023-04-04 | SL-19273 Show empty folder message for empty folders regardless of filter state | Maxim Nikolenko | |
2023-02-27 | SL-19274 Add new double-click option to Inventory settings | Maxim Nikolenko | |
2023-02-24 | SL-19234 add Inventory settings floater | Maxim Nikolenko | |
2023-02-17 | SL-19105 WIP Single-folder inventory view | Maxim Nikolenko | |
2022-07-09 | SL-17741 Paste is not disabled when copying 'no copy' items | Andrey Kleshchev | |
We should allow to copy 'no copy' items for the ability to paste them as links, but regular 'paste' should be disabled in such case Also fixed library items enabling 'paste as link', we can not link library items. | |||
2021-04-01 | SL-15061 Crash deleting non-zero reference in LLConversationItemSession | Andrey Kleshchev | |
2021-01-06 | SL-14270 Crash on participant's updateName | Andrey Kleshchev | |
Session was deleted before viewer had a chance to create view for listener, so listener ended up not deleted and avaiting an uptade, then tryed to call for deleted session. | |||
2020-04-28 | SL-13119 Duplicate check was causing slowdowns | Andrey Kleshchev | |
2019-02-15 | SL-10351 Cleanup | andreykproductengine | |
2019-02-11 | SL-10351 Fixed Avatars muted by Group moderator become Blocked forever | andreykproductengine | |
2017-08-04 | SL-717 Additional search options for inventory window | Mnikolenko Productengine | |
2015-03-16 | Merge lindenlab/viewer-tools-update | Merov Linden | |
2014-10-18 | Update to build on Xcode 6.0: private field isMuted is not used | callum_linden | |
2014-08-12 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-07-14 | MAINT-4226 Group ban option is added to participant menu in Group chat. | Mnikolenko ProductEngine | |
2014-06-03 | DD-84 : Fix all active listing modification actions. Add specific message ↵ | Merov Linden | |
when listing will unlist. Make update skip consistency check when called from internal level (not public API). | |||
2013-12-09 | MAINT-3017 FIX Inventory filter for Recent tab does not persist between ↵ | Richard Linden | |
sessions as it used to. added names back to inventory filters, so they can be deserialized | |||
2013-08-26 | Merge downstream code from CHUIStorm release | simon | |
2013-04-19 | CHUI-849 : Use a time limit for filtering instead of number limit, use a ↵ | Merov Linden | |
different limit for visible and unvisible lists | |||
2013-04-18 | CHUI-849 : WIP : Filter limit on time instead of number of items | Merov Linden | |
2013-03-19 | Merge in viewer-beta to get CHUI code | Simon Linden | |
2013-02-27 | CHUI-788 FIXED Mute icon not shown in participant list in conversation floater | maksymsproductengine | |
2013-01-28 | CHUI-395 (Group moderators are not shown as Moderators in group conversation) | mberezhnoy | |
2013-01-08 | CHUI-612 FIXED Blank conversation names showing in conversation list | maksymsproductengine | |
2013-01-04 | Merge with viewer-chui | Merov Linden | |
2013-01-04 | CHUI-580 : Fixed : Avoid fetching names while reacting to display name ↵ | Merov Linden | |
checkbox change (overkill), make display name pref disabled when usePeopleAPI is off | |||
2012-12-20 | CHUI-429 : Fixed! Add a flag to filter multi/single selection situations in ↵ | Merov Linden | |
menu building. Implement in conversation contextual menu. | |||
2012-12-13 | Fixed path for correct assembly of the project | AlexanderP ProductEngine | |
2012-12-10 | CHUI-394 (Group moderation tools missing in right click menus) | MaximB ProductEngine | |
2012-11-14 | CHUI-479 : WIP : More tracing | Merov Linden | |
2012-11-14 | CHUI-479 : WIP : Add debug tracing into speaking indicator manager and ↵ | Merov Linden | |
monitors (to be deleted eventually). | |||
2012-10-30 | CHUI-459: Creating a fetchAvatarName() method for the ↵ | William Todd Stinson | |
LLConversationItemParticipant class to allow the class to query for the avatar display name directly. Also, added a field to store the avatar name cache callback connection so that we can disconnect properly on object destruction to avoid a crash with the callback attempting to access recently freed memory. | |||
2012-10-05 | CHUI-194 : WIP : Update the ad-hoc conversation line item title, add a new ↵ | Merov Linden | |
update_session event. Still some clean up to do. | |||
2012-10-04 | CHUI-381 : Implement add_participant and update_participant events handling. | Merov Linden | |
2012-10-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-03 | CHUI-358 : Fixed the removal of participants as they leave conversations. ↵ | Merov Linden | |
Used the event mechanism for this. | |||
2012-10-02 | CHUI-341 : Implement the use of LLEventStream and LLEventPump to signal ↵ | Merov Linden | |
conversation model changes, picked by LLIMFloaterContainer. Suppress pooling on draw(). | |||
2012-10-02 | CHUI-102: Now the user can select a conversation and use the ↵ | Gilbert Gonzales | |
right-click-menu to enable/disable voice. | |||
2012-10-01 | CHUI-102: Cleaned up code after code review. | Gilbert Gonzales | |
2012-09-28 | CHUI-102: Now the participants and one-on-one conversations have ↵ | Gilbert Gonzales | |
right-click-menus. These menus are functional as well, but 'chat history' does not yet work. | |||
2012-09-28 | CHUI-367 : Completed : Show user name tooltip in all situations so to avoid ↵ | Merov Linden | |
the conversation name showing up | |||
2012-09-28 | CHUI-342, CHUI-366 and CHUI-367 : WIP : Allow a NO_TOOLTIP value for ↵ | Merov Linden | |
tooltips, update display/user names and sort on display/user names | |||
2012-09-25 | CHUI-342 : Fixed : Use user name and display name correctly. Sort according ↵ | Merov Linden | |
to user names. | |||
2012-09-21 | CHUI-340 : Implement distance computation and update | Merov Linden | |
2012-09-21 | CHUI-340 : WIP : Fix sorting bugs on time for sessions, simplified the ↵ | Merov Linden | |
update time mechanism and clean up | |||
2012-09-20 | CHUI-340 : WIP : Implement time update on all IM typing cases | Merov Linden | |