Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-18 | CHUI-283: Now the avatar icon loads in the user's avatar image.Also the ↵ | Gilbert Gonzales | |
avatar image is of proper size. The participant of the conversation is offset correctly as well. | |||
2012-09-18 | CHUI-348 FIXED (Voice call icon still shows in conversation log) | Paul ProductEngine | |
- Removed code responsible for showing voice icon | |||
2012-09-18 | CHUI-339 FIXED (2 entries shown in conversation log for ad hoc conference ↵ | Paul ProductEngine | |
for user that starts the conference) | |||
2012-09-17 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-17 | CHUI-340 : WIP : Sorting implemented. Type and name work. Date and distance ↵ | Merov Linden | |
still need the relevant values to be computed. | |||
2012-09-17 | pull back fixes from 3.4.0-beta7 | Oz Linden | |
2012-09-17 | merging in latest changes | Gilbert Gonzales | |
2012-09-14 | CHUI-192 : Implement menus and settings for sorting. The sort itself is not ↵ | Merov Linden | |
performed though. Wait for CHUI-340 for this. | |||
2012-09-14 | merging in latest changes | Gilbert Gonzales | |
2012-09-14 | CHUI-283: Now the info/speaker icon are better positioned within the ↵ | Gilbert Gonzales | |
participant item. Also the participant item now matches the height of the session (conversation) item. | |||
2012-09-14 | Added tag 3.4.0-beta7 for changeset 733ceac77583 | William Todd Stinson | |
2012-09-14 | tag merge of DRTVWR-215 | William Todd Stinson | |
2012-09-14 | Added tag 3.4.1-beta1 for changeset baa627938dbb | Oz Linden | |
2012-09-14 | CHUI-261 Additional fix (Nearby chat controls and log are not visible on ↵ | AlexanderP ProductEngine | |
next login after tearing off and docking nearby chat in previous session): prevent start LLNearbyChat before start its container | |||
2012-09-14 | merge fixes for alignment test | Oz Linden | |
2012-09-13 | merging in latest changes | Gilbert Gonzales | |
2012-09-13 | CHUI-283: Now upon the information icon and speaker icon do not overlap the ↵ | Gilbert Gonzales | |
username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup. | |||
2012-09-13 | Port over Simon's fix for alignment test | Dave Parks | |
2012-09-14 | CHUI-282 WIP Removed the hack added for CHUI-308 to resize the folder view ↵ | Seth ProductEngine | |
in conversation list. Fixed some glitches after automated merge. | |||
2012-09-13 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Seth ProductEngine | |
2012-09-13 | MAINT-1561: BUGFIX Another target omega fix for an issue detected with a ↵ | William Todd Stinson | |
clock pendulum. | |||
2012-09-13 | merging in latest changes | Gilbert Gonzales | |
2012-09-13 | CHUI-283: Now the information icon only appears upon mousehover. Also the ↵ | Gilbert Gonzales | |
information/speaker icon are right justified. | |||
2012-09-13 | CHUI-282 WIP Fixed conversation list items selection. | Seth ProductEngine | |
Fixed displaying session participants only when session item is open. | |||
2012-09-13 | CHUI-334 FIXED (Date not shown in the chat log for current date entries) | Paul ProductEngine | |
Before the "%Y/%m/%d" was always cutted from timestamp string for today's date. Now I added flag whether we should cut off timestamp or not. | |||
2012-09-13 | CHUI-332 [Overlap of icons in chrome when collapsing and expanding ↵ | AlexanderP ProductEngine | |
conversation list]: force header resizing after show/hide minimize button | |||
2012-09-13 | CHUI-321 FIXED (Indicate within the Call Log why there's nothing in it) | Paul ProductEngine | |
I. On "LogInstantMessages" variable set to false: 1. save call log to file 2. clear call log 3. show message: "Conversations are not being logged. To log conversations in the future, select "Save IM logs in my computer" under Preferences > Privacy." On "LogInstantMessages" set to true: 1. clear message 2. reload all saved call log entries II. Refactored the way LLConversationLog reacts on "LogInstantMessages" value change | |||
2012-09-12 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-12 | CHUI-308 : Temp fix while waiting for a scroll container to be implemented | Merov Linden | |
2012-09-12 | re-merge changes to disable tcmalloc | Oz Linden | |
2012-09-12 | merging in latest changes | Gilbert Gonzales | |
2012-09-12 | CHUI-283: Now the speaker icon and information icon are functional. | Gilbert Gonzales | |
2012-09-12 | merge increment of version number | Oz Linden | |
2012-09-12 | Added tag 3.4.0-release for changeset d02759655d6b | Oz Linden | |
2012-09-12 | Automated merge with http://bitbucket.org/oz_linden/viewer-beta-notcmalloc | Dave Parks | |
2012-09-12 | MAINT-1503 Minimal set of changes needed to safely disable tcmalloc | Dave Parks | |
2012-09-12 | Fixing merge conflicts related to restoring DRTVWR-167 changes | Brad Payne (Vir Linden) | |
2012-09-12 | initial attempt to restore changes that make removing tcmalloc possible; not ↵ | Oz Linden | |
tested | |||
2012-09-12 | CHUI-335 FIXED (Alpha text allowed in page spinner in chat history viewer) | Paul ProductEngine | |
- Added XML parameter "allow_digits_only" to spinner control widget, which disables/enables ability to input alpha text. - Disabled ability to enter alpha text in page spinner in chat history viewer | |||
2012-09-11 | merging in latest changes | Gilbert Gonzales | |
2012-09-11 | CHUI-336 FIXED (Remove Description label and field from Chat history viewer) | Paul ProductEngine | |
- Removed lineeditor and text box from code and xml | |||
2012-09-11 | Added tag 3.3.4-beta6 for changeset 62b07aa81b19 | Oz Linden | |
2012-09-11 | CHUI-326 FIXED (One entry per conversation with a user in conversation log ↵ | Paul ProductEngine | |
timestamped with most recent utterance/activity.) - Modified LLConversationLog to show only one entry per conversation with user. I.e. there can't be two conversations with the same session_id in LLConversationLog. - Got rid of processing voice sessions - Refactored creation of conversation in LLConversationLog - Refactored a little bit LLConversation and LLConversationLog: function names and made some functions private | |||
2012-09-11 | merge changes for DRTVWR-213 | Oz Linden | |
2012-09-11 | tag merge of DRTVWR-213 | Oz Linden | |
2012-09-11 | merge changes for DRTVWR-212 | Oz Linden | |
2012-09-11 | tag merge of DRTVWR-212 | Oz Linden | |
2012-09-10 | CHUI-283: Now displaying the speaker icon instead of the profile icon | Gilbert Gonzales | |
2012-09-10 | Attempt to fix Linux build | Merov Linden | |
2012-09-10 | Pull merge from richard/viewer-chui | Merov Linden | |