summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-13Backed out changeset fb21e02f8f08Leyla Farazha
2009-11-12EXT-677 build l arrows don't workrichard
EXT-2388 - top of world does not update reviewed by james
2009-11-12mergerichard
2009-11-12don't use LLWidgetTypeRegistry for now (useful only for schema generation)richard
reverted ui_ctrl registration for creation of dummy LLUICtrls
2009-11-11EXT-2049 - tighten up indentations on inventoryrichard
2009-11-11Fix bad XML causing UI images not to load.James Cook
2009-11-11merge: pulling changes from trunkNyx (Neal Orman)
2009-11-11fixing build - last commit had bad call to startAppearanceAnimationNyx (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-11Fixed typo.Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-2359
2009-11-11Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-11-11Added tool-tip graphic.Justin C. Rounds (Chuck)
2009-11-11DEV-34507 too many baked texture uploadsNyx (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-11EXT-2173 use of visual param animation inconsistent at bestNyx (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-11unbreak buildrichard
2009-11-11mergerichard
2009-11-11added stylized text to tooltips for showxuinamesrichard
2009-11-11fix wrapping of text segment containing multiple newlines and ending on a ↵richard
newline reviewed by leyla
2009-11-11added viewports to LLRenderTarget to speed up animation of sidetrayrichard
reviewed by Leyla
2009-11-11EXT-2382 - fix for clipping of minimaprichard
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/James Cook
2009-11-11Add 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-11Fix for DLL linkage error in new LLEventAPI class.brad kittenbrink
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat 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-11Rename private methods to avoid ambiguity with subclassesNat Goodspeed
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Automated merge with file:///home/lynx/hg/general/viewer-2-0Lynx Linden
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11adding warning msg when fetching for folders with NULL uuidangela
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10Fix for Windows compile error.Steve Bennetts
2009-11-10mergeSteve Bennetts
2009-11-11Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10Fix 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-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-10Merge changes from product-engineSteve Bennetts
2009-11-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-10Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2009-11-10FIX 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-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Erica
2009-11-10pushing changes to named font sizes prior to hardcoded font removalErica
2009-11-10mergeLeyla Farazha
2009-11-10EXT-1478 Tool-tip background and border colors are being ignoredLeyla 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-10Fix for DEV-42400 (Mouse pointer location does not map correctly to ↵Monroe Linden
non-square media faces).
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-11DEV-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-10Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-11-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Lynx Linden
2009-11-10Added 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.