Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-18 | CHUI-399 (When user has Pressing Letter Keys starts local chat setting on, ↵ | MaximB ProductEngine | |
first presses of letter keys do not open chat) fixed | |||
2012-10-17 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-17 | MAINT-1551 : WIP : More tests to elicit a correct answer from the backbone ↵ | Merov Linden | |
server | |||
2012-10-17 | CHUI-419 FIXED Selecting the drop down arrow to list participants for a ↵ | maksymsproductengine | |
conversation does not select that conversation | |||
2012-10-17 | CHUI-394 FIXED Group moderation tools missing in right click menus | maksymsproductengine | |
2012-10-16 | merging in latest changes | Gilbert Gonzales | |
2012-10-16 | Move const kw location | Jeff (Gioffredo Linden) | |
2012-10-16 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-16 | Make getValue const to fix Windows builds - and be more robust | Jeff (Gioffredo Linden) | |
2012-10-16 | CHUI-380: Realized that the when clicking the participant/conversation item ↵ | Gilbert Gonzales | |
that the active session wasn't being stored. This caused the right side conversation floater to not change when selecting a participant under a conersation. Resolution: now when clicking on a conversation or participant the active session is stored using setActiveSession(). | |||
2012-10-16 | CHUI-388 FIXED Do not add menu items to Participant Menu if own avatar is ↵ | maxim_productengine | |
selected in participant list. Do not show Menu if all menu items are disabled. | |||
2012-10-15 | Added tag 3.4.1-beta8 for changeset 1dc94555582f | Oz Linden | |
2012-10-15 | tag merge of DRTVWR-228 | Oz Linden | |
2012-10-15 | MAINT-1551 : WIP : Added a hack : send an accept invitation message so to ↵ | Merov Linden | |
trigger the sending of the agent list. | |||
2012-10-15 | CHUI-380: Bug fix after merge. When selecting the participant of a ↵ | Gilbert Gonzales | |
conversation focus would be lost on the converstation floater. This was because focus would be set to the participant folder item. Resolution: Now delegate focus from the particiapnt folder item to the conversation floater. | |||
2012-10-15 | MAINT-1551 : WIP : Merge | Merov Linden | |
2012-10-15 | MAINT-1551 : WIP : More IM comm tracing and attempt to fix | Merov Linden | |
2012-10-15 | CHUI-380: Merge fix, the addConverationListItem API was changedso that it ↵ | Gilbert Gonzales | |
does not by default select the new conversation item. Adjusted sessionAdded and sessionVoiceOrImStarted functions to specify that the first item should be selected when calling addConversationListItem(). | |||
2012-10-15 | MAINT-1551 : WIP : Trace IM messaging in and out. | Merov Linden | |
2012-10-15 | MAINT-1721 Fix for crash when clicking "back" button after editing appearance. | Dave Parks | |
Reviewed by VoidPointer | |||
2012-10-15 | merging in latest changes | Gilbert Gonzales | |
2012-10-15 | CHUI-380: Final commit for this issue. After code review changed some method ↵ | Gilbert Gonzales | |
names to be more accurate. Also using dynamic_cast instead of static_cast for safety. | |||
2012-10-15 | CHUI-400 FIXED Disable "Activate Group" menu item if selected group is the ↵ | maxim_productengine | |
active group | |||
2012-10-12 | CHUI-380: (In progress) Refactoring needed to fix focusing issues when ↵ | Gilbert Gonzales | |
selecting an existing conversation item. This commit resolves re-introducing bug CHUI-289. Will code review and cleanup code in next commit. | |||
2012-10-12 | Fix typo | Jeff (Gioffredo Linden) | |
2012-10-12 | Expose Chat history to VITA by adding getValue method to llchathistory object | Jeff (Gioffredo Linden) | |
2012-10-12 | Added tag 3.4.1-beta7 for changeset 524da902713e | Oz Linden | |
2012-10-12 | merge changes for DRTVWR-227 | Oz Linden | |
2012-10-12 | tag merge of DRTVWR-227 | Oz Linden | |
2012-10-12 | CHUI Project Viewer initial revision | Merov Linden | |
2012-10-12 | CHUI-385 FIXED All user's do not receive ad hoc messages after adding a user ↵ | maksymsproductengine | |
to a conversation | |||
2012-10-12 | CHUI-402 (Double-click on conversation participant should begin IM session) | MaximB ProductEngine | |
2012-10-11 | MAINT-1684: Correcting the calls to ll_aligned_free() which should have ↵ | William Todd Stinson | |
actually been to ll_aligned_free_16(). | |||
2012-10-11 | CHUI-380: Fixing a bug that occurred when right clicking nearby chat and ↵ | Gilbert Gonzales | |
then right clicking a participant under a conversation. This would result in both the participant and conversation to be highlighted. Still a work in progress. This change involves introducing an old bug CHUI 289 and finding a different approach to solving it. | |||
2012-10-11 | MAINT-1684: Attempt at correcting the linux crash on startup. Replacing the ↵ | William Todd Stinson | |
memory allocations and frees in the LLPrivateMemoryPool with aligned memory allocations and frees. | |||
2012-10-11 | merging in latest changes | Gilbert Gonzales | |
2012-10-11 | CHUI-380: Code cleanup after code review. | Gilbert Gonzales | |
2012-10-11 | CHUI-380: Before code review changes. Now the user selects a conversation or ↵ | Gilbert Gonzales | |
participant of a conversation the correct chat floater will appear. Focus will be redirected to the chat input text box automatically allowing the user to type into the input text box. | |||
2012-10-11 | CHUI-356 FIXED Call notifyObserverSessionIDUpdated() only after initing IM ↵ | maxim_productengine | |
floater with new session id | |||
2012-10-11 | CHUI-377 (Icons in message panel out of position when nearby chat ↵ | MaximB ProductEngine | |
conversation selected) Fixed bug with collapsing messages pane | |||
2012-10-10 | Added tag 3.4.1-beta6 for changeset 49ed253c80be | Oz Linden | |
2012-10-10 | tag merge of DRTVWR-179 | Oz Linden | |
2012-10-10 | DRTVWR-225 Cleanup assertions | Dave Parks | |
2012-10-10 | Pull and merge from ssh://hg@bitbucket.org/oz_linden/viewer-beta-drtvwr-179. | William Todd Stinson | |
2012-10-10 | merge changes | MaximB ProductEngine | |
2012-10-10 | CHUI-377 (Icons in message panel out of position when nearby chat ↵ | MaximB ProductEngine | |
conversation selected) FIXED | |||
2012-10-10 | merge changes for DRTVWR-226 | Oz Linden | |
2012-10-10 | tag merge of DRTVWR-226 | Oz Linden | |
2012-10-09 | CHUI-375 : Fixed default parameters changed in methods profile but not in ↵ | Merov Linden | |
binding calls. | |||
2012-10-09 | CHUI-393 : Suppress the sort participants by distance from you menu item. ↵ | Merov Linden | |
Kept the code around. |