Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-13 | Backed out changeset db8e08f8ba36 | Leyla Farazha | |
adding main_view.xml change rev 4863 back | |||
2009-11-13 | Backed out changeset fb21e02f8f08 | Leyla Farazha | |
2009-11-12 | EXT-677 build l arrows don't work | richard | |
EXT-2388 - top of world does not update reviewed by james | |||
2009-11-12 | merge | richard | |
2009-11-11 | EXT-2049 - tighten up indentations on inventory | richard | |
2009-11-11 | Fix bad XML causing UI images not to load. | James Cook | |
2009-11-11 | merge: pulling changes from trunk | Nyx (Neal Orman) | |
2009-11-11 | fixing build - last commit had bad call to startAppearanceAnimation | Nyx (Neal Orman) | |
function definition of startAppearanceAnimation chagned - last patch missed eliminating the parameters at line 6594 in llvoavatar.cpp. This patch fixes the issue, confirmed builds and runs locally. | |||
2009-11-11 | Fixed typo. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2359 | |||
2009-11-11 | Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/ | Justin C. Rounds (Chuck) | |
2009-11-11 | Added tool-tip graphic. | Justin C. Rounds (Chuck) | |
2009-11-11 | DEV-34507 too many baked texture uploads | Nyx (Neal Orman) | |
Fixed a double-bake bug on hitting the "OK" button of the appearance editor Also cleaned up extraneous calls to requestLayersetUpload. Behavior should now be consistent with resident expectations. Code reviewed by Bigpapi | |||
2009-11-11 | EXT-2173 use of visual param animation inconsistent at best | Nyx (Neal Orman) | |
removed ambiguous parameter "set_by_user" from many places in codebase, renaming it to be upload_bake, which is a more accurate descriptor. This allowed me to see several inconsistencies in how this variable was being set - these errors were also fixed. User-visible result should be that baked textures are not reuploaded on changing avatar sex until the save button is pressed. primary win here is code clarity. Code reviewed by Bigpapi. | |||
2009-11-11 | unbreak build | richard | |
2009-11-11 | merge | richard | |
2009-11-11 | added stylized text to tooltips for showxuinames | richard | |
2009-11-11 | added viewports to LLRenderTarget to speed up animation of sidetray | richard | |
reviewed by Leyla | |||
2009-11-11 | EXT-2382 - fix for clipping of minimap | richard | |
2009-11-11 | Add widgets/ui_ctrl.xml that can set default font size across all widgets. | James Cook | |
Individual widgets/*.xml files will need to have explicit font="foo" params removed to start using the defaults. Discussed with Richard. | |||
2009-11-11 | Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ API | Nat Goodspeed | |
with an event API. In addition to the LLEventPump name on which to listen, LLEventAPI accepts a documentation string for event API introspection. Give every LLEventDispatcher::add() overload a new documentation string parameter for event API introspection. Convert every existing event API to new conventions, introducing suitable documentation strings for the API and each of its operations. | |||
2009-11-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-11 | Automated merge with file:///home/lynx/hg/general/viewer-2-0 | Lynx Linden | |
2009-11-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-11 | adding warning msg when fetching for folders with NULL uuid | angela | |
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-10 | merge | Steve Bennetts | |
2009-11-11 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-10 | Fix for DEV-42328 (Muting then Unmuting All Nearby Media resets nearby media ↵ | Monroe Linden | |
to Home URL). Fixed by having LLViewerMedia::updateMediaImpl() copy the media entry's current URL into the media impl's mMediaURL in the case where the impl has a non-empty media URL but the function doesn't do a navigate. | |||
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-11 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-10 | Merge changes from product-engine | Steve Bennetts | |
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-10 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-10 | FIX DEV-41991: do not allow media settings panel to come up if media data is ↵ | Rick Pasetto | |
in flight Review #33 This change marks the current selection "not editable" if any objects in the selection are currently "in flight" (i.e. their media data has not been fetched yet, or is in the process of being fetched). This involved adding API to LLMediaDataClient to query whether an object is in the process of being fetched (i.e. in the queue). I've added a unit test for this new API. | |||
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Erica | |
2009-11-10 | pushing changes to named font sizes prior to hardcoded font removal | Erica | |
2009-11-10 | merge | Leyla Farazha | |
2009-11-10 | EXT-1478 Tool-tip background and border colors are being ignored | Leyla Farazha | |
EXT-2082 Multifloater preview tab container extends outside window border EXT-773 odd notecard behaviour on closing an unsaved notcard reviewed by Richard | |||
2009-11-10 | Fix for DEV-42400 (Mouse pointer location does not map correctly to ↵ | Monroe Linden | |
non-square media faces). | |||
2009-11-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-11-11 | DEV-41358: Added user's preferred maturity level to search URL. | Lynx Linden | |
The Search URL now includes a "r=" query parameter to specify the user's preferred maturity rating. This can be "pg" or "pg,mature" or "pg,mature,adult". | |||
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-11 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-11-10 | Added PluginAttachDebuggerToPlugins debug setting. | Monroe Linden | |
Added accessors to get platform-specific process ID from LLProcessLauncher. Added an optional "debug" argument to LLPluginClassMedia::init() and LLPluginProcessParent::init() (defaults to false). Mac only: made the state machine in LLPluginProcessParent::idle() open a new window in Terminal.app with a gdb session attached to the plugin process upon successful launch. | |||
2009-11-10 | DEV-40001: Add support for a pre-login help topic. | Lynx Linden | |
Asking for help (e.g., pressing F1) before logging in will now display a specific pre-login help topic, "pre_login_help". This behavior was agreed upon with Rand to allow us to display a custom page to help the user log on successfully. | |||
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Erica | |
2009-11-10 | EXT-2355 Preferences: Inconsistent use of capital letters for second word of ↵ | Lis Pardi | |
labels | |||
2009-11-10 | Added media textures to textures.xml | Erica | |
2009-11-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |