summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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-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-13Reset Current URL -- to be reviewedJiao Li
2009-10-13media hud url component -- to be reviewedJiao Li
2009-10-12Add some more logging to help triage media client problemsRick Pasetto
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.
2009-10-12L10N: clean up wording of a few EN strings. TEXT CHANGE ONLY; NO CODE CHANGEDRamzi Ramey
2009-10-12L10N: clean up the capitalization of "To Clipboard" to be consistent across ↵Ramzi Ramey
the existing UI. TEXT CHANGE ONLY; NO CODE CHANGED
2009-10-12DEV-38453 (part6) Modernize the foreign language versions of ↵Ramzi Ramey
panel_preferences_general.xml, panel_region_estate.xml, panel_region_texture.xml, floater_directory.xml NO CHANGES TO ENGLISH
2009-10-12Merging avatar-pipeline/currently-worn-folder-10 down to viewer-2.Bradley Payne
svn merge -r 134766:135946 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-10 .
2009-10-12Quiet MOAP logging in the viewer...Rick Pasetto
2009-10-12Merge changes to llpanelmediasettingsgeneral to handle reset buttonskolb
2009-10-12EXT-1477 Update top menus and top menu spec - alphabetize, group advanced ↵Erica Olsen
settings, consistent language
2009-10-12merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1967 https://svn.aws.productengine.com/secondlife/pe/stable-2@1971 -> viewer-2.0.0-3 * Bugs: EXT-1431 EXT-1237 EXT-1151 EXT-1165 EXT-1410 EXT-1419 * Dev: EXT-1232
2009-10-12fix for EXT-1328: Alpha textures are not displayed correctly when first loaded.Xiaohong Bao
to be reviewed by davep.
2009-10-09Unit tests for LLMediaDataClientRick Pasetto
This required a bit of refactoring of LLMediaDataClient: - Created LLMediaDataClientObject ABC, which now has a concrete impl in LLVOVolume - Created unit test with 6 tests (for now), testing - LLObjectMediaDataClient::fetchMedia() - LLObjectMediaDataClient::updateMedia() - LLObjectMediaNavigateClient::navigate() - queue ordering - retries - nav bounce back - Also ensures that ref counting works properly (this is important, because ownership is tricky with smart pointers put into queues, peeled off into timers that fire and auto destruct, and HTTP responders that also auto-destruct) - Had to fix LLCurl::Responder's stub, which was not initializing the ref count to 0, causing the ref counting tests to fail (boy, that was hard to find!). Reviewed by Callum
2009-10-10EXT-1400 New 'name popup' lets you do things (IM, TP etc) to your own avatarLeyla Farazha
EXT-1021 Update code to use new Inventory Icon art files in floater_invetory.xml EXT-176 Open and closed state for art for folders in list view in side panel
2009-10-09DEV-40930: Added ["change"] key to login-module status events. ChangedNat Goodspeed
existing event calls to use state as "offline" or "online", with "change" indicating the reason for this status event. Changed disconnect() to send state "offline", change "disconnect" -- instead of replaying last auth failure. Changed unit tests accordingly. Changed LLLoginInstance::handleLoginEvent() to use LLEventDispatcher to route calls to handleLoginFailure() et al. Added LLEventDispatcher::get() to allow retrieving Callable by name and testing for empty().
2009-10-09Updated color values for tooltips as per 80/20 spec document, as per ↵Justin Rounds
http://jira.secondlife.com/browse/EXT-1126
2009-10-09Updated language in TeleportToLandmark and TeleportToPerson notifications as ↵chuck
per http://jira.secondlife.com/browse/EXT-1406
2009-10-08Fix for some parcel media not loading properly (DEV-39135).Monroe Linden
There were a couple of issues interacting to cause this: Firstly, when LLViewerMediaImpl delayed loading the parcel media (which it normally does), it was losing track of the specified MIME type, but the autodiscovery code also wasn't being triggered. The code should now carry through both the specified MIME type and the autodiscovery flag when loading is delayed. Second, the new media autodiscovery code might not work for some legacy parcel media content (for example, if it's stored on a server that doesn't report the correct MIME types). The code has been changed to first check whether the specified MIME type maps to a known plugin and allow that to override MIME type detection, which should allow this legacy content to keep working.
2009-10-08DEV-40930: At app shutdown, clear LLModalDialog::sModalStack. Otherwise, anyNat Goodspeed
modal dialog still left open will crump on destruction with LL_ERRS. If we don't want the user to shut down the app with a modal dialog open, we should deal with it better than a popup that simply makes us look buggy.
2009-10-09Added safety checks wherever getSpeakerManager() is called.Steven Bennetts
Removed a meaningless (and misleading) const qualifier to a LLPointer return value. Added a getter for LLSpeakerMgr::mVoiceChannel to replace some very incorrect code casting LLIMSpeakerMgr to LLVoiceChannelP2P Reviewed by Leyla
2009-10-09merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1943 https://svn.aws.productengine.com/secondlife/pe/stable-2@1958 -> viewer-2.0.0-3 * Bugs: EXT-1148 EXT-1330 EXT-990 EXT-1259 EXT-1184 EXT-1327 EXT-1389 EXT-1276 EXT-1390 EXT-1396 EXT-1050 EXT-1094 EXT-1166 EXT-1137 EXT-1327 EXT-782 EXT-1137 EXT-1394 EXT-1326 EXT-917 EXT-1262 * New Dev: EXT-1292 EXT-1139
2009-10-08EXT-1425 Revert floatercrammed region/estate to floater, merge changes since ↵Erica Olsen
June - Added _layout to crammed files for future sidepanel inclusion
2009-10-08DEV-39056 - Fix scroll wheel on primsRick Pasetto
the scrollEvent() API's x and y are not the same as handleScrollWheel's x and y. The latter is the position of the mouse at the time of the event. The former is the 'scroll amount' in x and y, respectively. All we have for 'scroll amount' here is 'clicks', and no mask.
2009-10-08Fixups for more linux build errors post-merge.brad kittenbrink
2009-10-08EXT-1408 - URL not working for chatRichard Nelson
Reviewed by James
2009-10-08Add "Web Browser Test" to login menus. Add "Dump Timers" to debug menus. ↵James Cook
Not reviewed.
2009-10-08EXT-1356: Updated the Buy L$ floater so that we now display any errorMartin Reddy
message that we received from the server. It wasn't a good idea to ignore these and assume that any problem could be dealt with by going to the secondlife.com billing webpage. I also improved the layout of the main Buy L$ page. For example, the "Getting data..." message now appears in the same place where the actual currency figure will be updated. I also generally improved the placement of text and buttons.
2009-10-08* EXT-1357 - Client gets stuck when invited to a voice call. Incorrect .xml ↵Steven Bennetts
file specified. (merged from viewer-2.0-qa-4)
2009-10-08DEV-38453 (part5) Modernize the foreign language versions of ↵Ramzi Ramey
floater_price_for_listing.xml, menu_pie_avatar.xml, panel_group_land_money.xml NO CHANGES TO ENGLISH
2009-10-07Cleaned up my earlier fmodwrapper work (DEV-40872) based on nat and moss's ↵brad kittenbrink
code reviews.
2009-10-07Post-merge cleanup to get things building again.brad kittenbrink
2009-10-08EXT-1288 l18n - Add extra line to the tool description text area at the top ↵Erica Olsen
of build tools EXT-922 Debug Permissions flags are truncated in Build Tools
2009-10-08EXT-1407 Change layout of Active Gestures floater to become Gestures floaterErica Olsen