summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-10-13Another attempt at fixing unit test, this one is weirder.Rick Pasetto
Don't schedule the queue timer in the tick() of the retry timer. Instead, schedule it in the RetryTimer's destructor. This is an artifact of how the LLEventTimer's loop is handled.
2009-10-13merge from remote repoRick Pasetto
2009-10-13Fix signature of LLError::setTagLevel()Rick Pasetto
2009-10-13"Fix" unit test: you can't count on timers being scheduled to not actually ↵Rick Pasetto
also fire in the same 'pump'
2009-10-14EXT-1393 "none" does not appear in object group listLeyla Farazha
EXT-1479 I18N: string in /en/widgets/location_input.xml wont honor its translation and made tabs height customizable reviewed by Richard
2009-10-13Setting checked in version of llviewerversion.h to 2.0.0(0)Steve Bennetts
2009-10-14better heuristics for ShowXuiNames tooltipsRichard Nelson
reviewed by Brad
2009-10-14EXT-261 Labels in avatar_lad.xml are not localizableRamzi Ramey
There seems to be too many strings added; some are just name=s of nodes with no localization associated.
2009-10-14Partial fix DEV-36156 Overlapping element view in XUI Preview tool. If you ↵James Cook
turn on "Show Rectangles" and click the ">>" button it will highlight overlapping elements in cyan, though the right-side detail panel is still broken. XUI only, not reviewed.
2009-10-14changed clipping on fast timer view to show x axis labelsRichard Nelson
2009-10-14use sliderctrl not slider when referencing texture memory ctrlsRichard Nelson
reviewed by Angela
2009-10-13mergeSteve Bennetts
2009-10-13Made VersionChannelName not persist to reduce confusion.Steve Bennetts
2009-10-13EXT-1351 DEV-38496 Add "show rectangles" check to UI Preview Tool, which ↵James Cook
draws outlines of widgets and makes tooltips show their names and sizes. Used for localization to catch string truncations and fix them. Reviewed with Leyla.
2009-10-13Adding debugging info to LLViewerMediaImpl::navigateToSteve Bennetts
2009-10-13Remove dropshadow from viewer textLisabeth Pardi
EXT-1337
2009-10-13Disable boost::lexical_cast warningRick Pasetto
2009-10-13Remove dropshadow from viewer textLisabeth Pardi
EXT-1337
2009-10-13Remove dropshadow from viewer textLisabeth Pardi
EXT-1337
2009-10-13DEV-38453 (part8) add 8 new strings in strings.xml that we already have ↵Ramzi Ramey
translated. add some strings in panel_edit_profile.xml that we already have translated. NO CHANGES TO ENGLISH
2009-10-13EXT-1322 L$ balance button needs to dynamically size based on contentErica Olsen
2009-10-13better ShowXuiNames tooltip heuristicsRichard Nelson
reviewed by James
2009-10-13I18N: Pref > Graphics > windowsize combo will not honor its translationsRamzi Ramey
These werent constructed with a label=, so it was falling back to the display of the value= parameter. Only label=s are localized.
2009-10-13L10N: salvage a useful tooltip in the Build window along with its ↵Ramzi Ramey
localizations, that will also go into the new Help server for Tier 1 languages. TEXT ONLY CHANGE; NO CODE CHANGED.
2009-10-13DEV-388867, DEV-39246Rick Pasetto
Escape key cancels zoom, zoom in closer I also refactored the code a little to be able to experiment with more zoom levels. Review #13
2009-10-13DEV-38453 (part8) add 1 new string in strings.xml that we already have ↵Ramzi Ramey
translated. NO CHANGES TO ENGLISH
2009-10-13EXT-261 Labels in avatar_lad.xml are not localizable -- Last little L10N ↵Ramzi Ramey
consistency changes to the EN strings.
2009-10-13Reduced "Medium" font size, which is a temporary fix until menu font can be ↵Justin Rounds
defined specifically. http://jira.secondlife.com/browse/EXT-1315
2009-10-13L10N: clean up/consistent wording of more EN strings. Two instances in the ↵Ramzi Ramey
menu should refer to the same name used elsewhere. TEXT CHANGE ONLY; NO CODE CHANGED
2009-10-13Potential fix for unit test (though I can't run it :( )Rick Pasetto
2009-10-13L10N: clean up/consistent wording of more EN strings. TEXT CHANGE ONLY; NO ↵Ramzi Ramey
CODE CHANGED
2009-10-13EXT-1499 Partial Fix: parts 1 & 2 only.Ramzi Ramey
Finalize the Home panel text to make it accurate.
2009-10-13fix an inventory window rendering quality issue introduced in the ↵Adam Moss
avatar-pipeline/currently-worn-folder-10 - it was drawing each inventory window row twice superimposed.
2009-10-13Merge from remote repoRick Pasetto
2009-10-13Adjusted height of location input field to match spec visually, related to ↵Justin Rounds
http://jira.secondlife.com/browse/EXT-1318
2009-10-13Adjusted position of Favorites button as per ↵Justin Rounds
http://jira.secondlife.com/browse/EXT-1318
2009-10-13merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1992 https://svn.aws.productengine.com/secondlife/pe/stable-2@2004 -> viewer-2.0.0-3 * Bugs: EXT-1091 EXT-1418 EXT-996 EXT-1150 EXT-1188 EXT-1417 EXT-1181 EXT-1058 EXT-1397 EXT-836 EXT-1437 EXT-1379 * Dev: EXT-1291 EXT-1255 EXT-992 EXT-96 EXT-1157
2009-10-13DEV-40417: Fixed a few cases where gcc 4.x can emit warningsMartin Reddy
suggesting the use of extra parentheses.
2009-10-13Reset Current URL -- to be reviewedJiao Li
2009-10-13media hud url component -- to be reviewedJiao Li
2009-10-12Changed llmediaplugintest into a bundled app on the mac, to solve some ↵Monroe Linden
issues around the newly-dynamic libllcommon.dylib. This includes making it set the current working directory to a known location inside its bundle on launch. Changed indra/test_apps/llplugintest/CMakeLists.txt to copy various bits now needed inside the app bundle on the mac.
2009-10-12Add some more logging to help triage media client problemsRick Pasetto
2009-10-12Added an optional "loaded_duration" parameter to the 'updated' message. ↵Monroe Linden
This is the duration through which the time-based media has loaded, and should be between zero and the value of the "duration" parameter. If the parameter is not supplied, it will be implicitly set to the same value as the "duration" parameter, so the movie will appear fully loaded. This can be queried with LLPluginClassMedia::getLoadedDuration(). Made the "loaded_duration" parameter also implicitly set the progress percentage and send out MEDIA_EVENT_PROGRESS_UPDATED messages when it changes. Made the quicktime plugin set the "loaded_duration" parameter in its update messages.
2009-10-12fix a cut/paste bug from steve r130116: 'Also changed notecard previews to ↵Ramzi Ramey
only have a "Save" button; "Keep/Discard" behavior has been deprecated.' The button label should always be "Save". To be reviewed by Steve.
2009-10-12DEV-38453 (part7) Modernize the foreign language versions of ↵Ramzi Ramey
floater_sell_land.xml, menu_pie_object.xml, panel_group_general.xml NO CHANGES TO ENGLISH
2009-10-12I18N: the tooltips in widgets/search_combo_box.xml need a name so they can ↵Ramzi Ramey
be translated.
2009-10-12mergepalange
2009-10-12merge of login-apipalange
2009-10-12L10N: clean up/consistent wording of more EN strings. TEXT CHANGE ONLY; NO ↵Ramzi Ramey
CODE CHANGED
2009-10-12fix for EXT-1270: Crash on shutdown in LLOcclusionQueryPool on nVidia 8600M.Xiaohong Bao
to be reviewed by palmer.