Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-21 | STORM-322 FIXED Fixed problem with redundant search entries shown in ↵ | Andrew Productengine | |
People/Groups/Roles/Members. Bug was caused by adding members with uncached names to search results- when name was uncached, method that added ids to member list, didn't respect the filter. - Fixed by adding members only when their names are cached and match the filter. If name is not cached, LLCacheName::get() is called for such user id, and when name is cached, it calls function that handles adding of user to list depending on filter. - Added default sorting of members by name, added saving of sort order to settings. | |||
2010-10-21 | STORM-224 FIXED Changed label "Fabric" to read "Texture" in wearable editing ↵ | Vadim ProductEngine | |
panels. | |||
2010-10-20 | STORM-402 : merge with viewer-development | Merov Linden | |
2010-10-20 | STORM-390 : merge with viewer-development | Merov Linden | |
2010-10-20 | STORM-263 : merge to viewer-development | Merov Linden | |
2010-10-20 | STORM-281 : merge to viewer-development + fix indentation | Merov Linden | |
2010-10-20 | STORM-417 : merge with viewer-development | Merov Linden | |
2010-10-20 | STORM-419 : merge with viewer-development | Merov Linden | |
2010-10-20 | STORM-424 : merge Boroondas changeset to viewer-development | Merov Linden | |
2010-10-20 | STORM-423: fix raw file association in strings.xml | Merov Linden | |
2010-10-20 | STORM-417 FIXED Port of SNOW-140 to SG 2.0 : Forced updates not working on Mac | Vadim ProductEngine | |
The point of this patch is to make the Mac updater code a bit more flexible and reliable than it is right now. The issue is double: * reliability: the string comparison code on the bundle identifier is not UTF8 compliant * flexibility: the bundle identifier is hard coded to match the bundle identifier of LL viewer (i.e. com.secondlife.indra.viewer) so it can't work for another viewer (in particular, it didn't work for Snowglobe). The "bundle identifier" is one of those Mac only thing stored in the Info.plist of a "bundle" (the ".app" folder that's bundling an executable and all its resources and is seen as an application when browsing with the Mac OS X Finder). The patch fixes both issues: * compare correctly UTF8 encoded strings * allow the bundle ID to be passed as a parameter to the updater The patch has really no consequence on LL viewer. It's more a matter of having cleaner, better code. Author: Cypren Christenson Ported and reviewed by: Merov Linden | |||
2010-10-20 | STORM-419 FIXED <anonymous>' is used uninitialized in this function in ↵ | Vadim ProductEngine | |
lldarray.h Author: Robin Cornelius Ported by: Techwolf Lupindo Reviewed by: Merov Linden | |||
2010-10-20 | bump Development version to 2.4 | Oz Linden | |
2010-10-20 | pull changes back from 2.3 beta | Oz Linden | |
2010-10-20 | STORM-311 FIXED "Share" button in My Inventory SP was not updated on Current ↵ | Vadim ProductEngine | |
Outfit changes. When you wear an inventory item, the code that disables/enables the button was called as soon as the item got linked to COF, before it actually appeared on your avatar. However to determine whether to enable the button, the code checked avatar appearence. I fixed it to take the COF link into account, i.e. to treat items linked to COF as worn (=not shareable), no matter has appearance been updated or not. | |||
2010-10-19 | STORM-281 : Fix Map FOV frustum when UI size not equal to 1 | Merov Linden | |
2010-10-19 | Bumped viewer version to 2.3.0 | Dessie Linden | |
2010-10-19 | STORM-402 FIXED Fixed adding of people whom you sent IM to Recent list. | Andrew Productengine | |
This regression was caused by fix of STORM-126 in changeset 09f13edf6aa8 where adding of people from mInitialTargetIDs was removed. And it was used to add people whom you P2P im'ed. - Used mInitialTargetIDs to add people whom you P2P im'ed. | |||
2010-10-19 | STORM-390 FIXED "Place Profile" appeared instead of "Resident Profile" after ↵ | Vadim ProductEngine | |
clicking on user name in a nearby chat toast. Now clicking an avatar name opens avatar profile; clicking an object name opens object inspector. This change rolls back the fix of STORM-358. | |||
2010-10-18 | automated merge | Roxie Linden | |
2010-10-18 | STORM-406: Fix for fmod inclusion in llaudio cmake | Merov Linden | |
2010-10-18 | STORM-406 : fmod build issue, merge Boroondas change | Merov Linden | |
2010-10-18 | Point the events profiles and other components to the new events | Roxie Linden | |
web pages | |||
2010-10-16 | merged VWR-23459 (fixed crash for certain command line options when compiled ↵ | Boroondas Gupte | |
against Boost-1.42) | |||
2010-10-16 | VWR-23459 FIXED Viewer compiled against Boost-1.42 crashes when certain ↵ | Boroondas Gupte (original fix by Aleric Inglewood) | |
command line options are given used Aleric's SG2 changeset from http://svn.secondlife.com/trac/linden/changeset/3600 patching file doc/contributions.txt Hunk #1 succeeded at 73 with fuzz 2. patching file indra/newview/llcommandlineparser.cpp Hunk #1 succeeded at 268 with fuzz 1 (offset -8 lines). Edited doc/contributions.txt to create an entry for Aleric and moved the issue ID there (patch wasn't able to place it at the right position, lacking any context). | |||
2010-10-16 | merged VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUE | Boroondas Gupte | |
2010-10-16 | merged VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUE | Boroondas Gupte | |
2010-10-16 | VWR-23455: Don't download FMOD unless INSTALL_PROPRIETARY is TRUE | Boroondas Gupte | |
2010-10-15 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | pull fix for STORM-211 | Oz Linden | |
2010-10-15 | pull fix for STORM-279 | Oz Linden | |
2010-10-15 | pull fix for STORM-376 | Oz Linden | |
2010-10-15 | Merge | Leyla Farazha | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | pull fix for STORM-304 / STORM-386 | Oz Linden | |
2010-10-15 | fixing ims not logging with display names off | Leyla Farazha | |
2010-10-15 | automated merge | Roxie Linden | |
2010-10-15 | STORM-386 FIXED Disabled higlighting URLs in object names inside the "<name> ↵ | Vadim ProductEngine | |
has said something new" textbox that pops up in NEARBY CHAT window. | |||
2010-10-15 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-10-14 | more debug code for SH-207: viewer crash in LLVertexBuffer::mapBuffer. | Xiaohong Bao | |
2010-10-14 | for SH-335: create a debug tool to track of memory availability. | Xiaohong Bao | |
2010-10-15 | STORM-263 FIXED popup menu of Cog button in lower-left of sidebar panel ↵ | Seth ProductEngine | |
closing on second click - Changed type of gear menu buttons from LLButton to LLMenuButton in all sidebar panels where gear menu button is used. - Added setMenuPosition(), setMenu() and updateMenuOrigin() to the LLMenuButton. - Moved actions common for displaying a context menu to LLMenuButton::toggleMenu(). - In all sidebar panels where LLButton was replaced with LLMenuButton the following steps were taken: 1. setting gearMenu and its position relative to the menuButton with LLMenuButton::setMenu() 2. setting mouse down callback for the menuButton if needed. 3. calculating the menu origin point with LLMenuButton::updateMenuOrigin() in mouse down callback | |||
2010-10-14 | Merge from http://hg.secondlife.com/viewer-identity (display names) | Leyla Farazha | |
2010-10-14 | DN-174Some length of Display Name (username) can cause the name to disappear ↵ | Leyla Farazha | |
off of the Buy object floater | |||
2010-10-14 | merge up to latest viewer-development | Oz Linden | |
2010-10-14 | DN-177 Cannot click on Name in Friend Request to view profile - and no ↵ | Leyla Farazha | |
profile pic in friend request | |||
2010-10-14 | automated merge | Roxie Linden | |
2010-10-14 | merge fix for STORM-367 | Oz Linden | |