Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | sync with viewer-release | eli | |
2012-06-25 | CHUI-168 FIXED Added call of updateHeaderAndToolbar from postBuild for ↵ | AlexanderP ProductEngine | |
correct floater's title and standard buttons showing at start | |||
2012-06-25 | CHUI-167 FIXED Move onClose() from LLIMFloater to it's basic class ↵ | AlexanderP ProductEngine | |
(LLIMConversation) for correct using add/remove conversation list items also for LLNearbyChat | |||
2012-06-25 | tag merge of DRTVWR-170 | Oz Linden | |
2012-06-25 | CHUI-175 FIXED (Cannot use scroll bar on chat entry field when multi line ↵ | Paul ProductEngine | |
chat is added) - This change also fixes: CHUI-176 (Only bottom 2 lines of multi line chat allow for selecting in text chat entry) CHUI-177 (Text entry field in chat only accepts 256 characters) | |||
2012-06-24 | Add logging during tests (debug level, to test-specific files) | Oz Linden | |
2012-06-22 | Updating the latest llphysicsextensions pre-built package. | Todd Stinson | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | PATH-759: Removing XXX_STINSON_DEBUG_NAVMESH_ZONE ifdefs. | Todd Stinson | |
2012-06-22 | PATH-767,PATH-779: Adding a notification for when the rebake button appears. ↵ | Todd Stinson | |
Also, updating some tooltip copy. | |||
2012-06-22 | PATH-767: Updating the slurl icon tooltips and on-click notifications. | Todd Stinson | |
2012-06-22 | PATH-763: Updating the size and vertical positioning of the pathfinding ↵ | Todd Stinson | |
icons in the slurl bar. | |||
2012-06-22 | PATH-761: Better calling out the various status of the simulator status ↵ | Todd Stinson | |
through the highlight colors. | |||
2012-06-22 | PATH-760: Updating label copy for permanent objects to be affects navmesh. | Todd Stinson | |
2012-06-22 | PATH-743: Updating the cursors for path testing mode. | Todd Stinson | |
2012-06-22 | PATH-764,PATH-765: Adding in a context menu option on right-click of an ↵ | Todd Stinson | |
object to show in the linksets floater if all objects are non-characters, or to show in the characters floater if all objects are characters. | |||
2012-06-22 | MAINT-653 Fix for shadow acne at high altitudes | Dave Parks | |
2012-06-22 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
build fix for gcc added detection of duplicate widget registration | |||
2012-06-22 | Merge cleanup | Dave Parks | |
2012-06-22 | line endings fix | Brad Payne (Vir Linden) | |
2012-06-22 | merge | Brad Payne (Vir Linden) | |
2012-06-22 | merge | Dave Parks | |
2012-06-22 | CHUI-136 : Fix compilation issue showing up when warning treated as errors | merov | |
2012-06-22 | PATH-760: Adding another pathfinding test method to the selection manager. | Todd Stinson | |
2012-06-22 | CHUI-136 ADDITIONAL FIX (Implement new design for blocked list on the people ↵ | Paul ProductEngine | |
floater) - If mute item type is LLMute::BY_NAME it means that it's an object and we should show corresponding icon - Also added icon for blocked groups | |||
2012-06-22 | CHUI-136 FIXED (Implement new design for blocked list on the people floater) | Paul ProductEngine | |
- Created new LLBlockList class and replaced LLScrollContainer with it - Also created new LLBlockedListItem class which represents blocked objects and blocked avatars | |||
2012-06-22 | CHUI-127 ADDITIONAL FIX (Make chat field auto resizable) | Paul ProductEngine | |
- Fixed crash which occurred while navigating through history of sent messages | |||
2012-06-22 | CHUI-161 FIXED (Text entered in local chat is not visible to other users nearby) | Paul ProductEngine | |
- Applied Merov's fix. The problem was that text_editor was registered twice and, depending of the machine you ran, the viewer would pick one or the other. Mac users were unlucky enough to pick the wrong one all the time. | |||
2012-06-22 | CHUI-160 FIXED (Text entered in local chat text field scrolls up and becomes ↵ | Paul ProductEngine | |
only partially visible after hitting return) - Replaced LLLineEditor with LLChatEntry in nearby chat - Moved reshape method from LLIMFloater to the base LLIMConversation so that vertical reshaping work properly for both LLNearbyChat and LLIMFloater | |||
2012-06-22 | CHUI-100 Fix floater's key | AlexanderP ProductEngine | |
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
inventory item labels and icons displaying again | |||
2012-06-21 | PATH-760: Ensuring that the pathfinding attribute field works correctly with ↵ | Todd Stinson | |
multiple objects selected. | |||
2012-06-21 | PATH-760: Renaming some methods of LLSelectMgr. | Todd Stinson | |
2012-06-21 | PATH-761: Updating the name of the pathfinding console. | Todd Stinson | |
2012-06-21 | PATH-743: Altering the mouse cursor to give more feed back when in path ↵ | Todd Stinson | |
testing mode. | |||
2012-06-21 | merge back 3.3.3-release tag | Oz Linden | |
2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
2012-06-21 | tag merge of DRTVWR-168 | Oz Linden | |
2012-06-21 | Added tag 3.3.3-release for changeset 6428242e124b | Oz Linden | |
2012-06-21 | merge changes for DRTVWR-171 | Oz Linden | |
2012-06-21 | tag merge of DRTVWR-171 | Oz Linden | |
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
one more gcc build fix | |||
2012-06-20 | PATH-761: Implementing the new design for the pathfinding view floater. | Todd Stinson | |
2012-06-20 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
build fix for gcc | |||
2012-06-20 | STORM-1889: require all fields when importing spelling dictionary | Oz Linden | |
2012-06-20 | PATH-760: First pass at Leo's new design for the build floater. | Todd Stinson | |
2012-06-20 | MAINT-794 Move flexi idleUpdate and texture animation to their own update ↵ | Dave Parks | |
queues. | |||
2012-06-20 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
fixed final build errors | |||
2012-06-20 | MAINT-1150 FIX (Speculative) crash on (shutdown) in LLVOAvatar::avString() | callum | |
Reviewed by vir | |||
2012-06-20 | Updating to the latest physics extensions pre-built package. | Todd Stinson | |