Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-20 | reapply 15b05dc53770: MAINT-646 Profile based optimization -- add a lookup ↵ | Dave Parks | |
map for joints to remove hotspot in LLJoint::findJoint | |||
2012-09-20 | reapply 230c111ab816: Add some timers. | Dave Parks | |
2012-09-20 | reapply 4f8ca653a394: Fix for linux build. | Dave Parks | |
2012-09-20 | reapply 38b7779af5f9: MAINT-646 Faster traversal of render batch lists. | Dave Parks | |
2012-09-20 | Added tag 3.4.1-beta1 for changeset 5adb2b8f96c3 | Oz Linden | |
2012-09-19 | CHUI-340 : WIP : Update time stamp for IM and voice utterance | Merov Linden | |
2012-09-19 | pull back beta7 hotfix merge and new 3.4.0-release tag | Oz Linden | |
2012-09-19 | Added tag 3.4.0-release for changeset 97977c67245f | Oz Linden | |
2012-09-19 | merge beta7 pathfinding hotfixes | Oz Linden | |
2012-09-19 | CHUI-338 FIXED (LLAvatarNameResponder warning shown in debug console when ↵ | Paul ProductEngine | |
using spinner to page through chat history viewer) - Trying to restore avatarID by its name before appending message to chat history. - Also prevented requesting avatar name by null LLUUID in LLAvatarIconCtrl::setValue | |||
2012-09-18 | Regress Fix: After a CHUI 283 commit the inventory items suffix was ↵ | Gilbert Gonzales | |
overlapping text. Problem was that a variable storing the width of the text was not passed in as a reference, which always resulted in the suffix overlapping the prior text. | |||
2012-09-18 | merging in latest changes | Gilbert Gonzales | |
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 | SWAT-711: Create Mac app bundle symlinks only for .dylib files that exist. | Nat Goodspeed | |
Previous viewer_manifest.py unconditionally created Mac symlinks for all expected .dylib files. Recent change to revert to statically linking llcommon means we no longer build libllcommon.dylib, therefore we no longer copy it, therefore any symlink to that library will be broken by definition. Change to create symlinks for .dylib files that were successfully copied. | |||
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 | MAINT-1456,MAINT-1519,PATH-879: BUGFIX Correcting behavior for objects moved ↵ | William Todd Stinson | |
by scripts so that the drawable is properly updated with the updated location. | |||
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 | increment version to 3.4.2 | 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 | |