Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Rick Pasetto e157104c74 Merge 2009-10-05 18:20:22 -07:00
Rick Pasetto f0dd8c4603 Back out changes accidentally checked in with last commit 2009-10-05 18:15:43 -07:00
Rick Pasetto aba67da38b FIX DEV-40877: ignore changes from "bad" objects which have an invalid media URL 2009-10-05 18:14:27 -07:00
Rick Pasetto 1658d77b86 DEV-40853: don't bring up a dialog on HTTP errors in the media service 2009-10-05 17:56:33 -07:00
Martin Reddy e3d9c7d7bf DEV-40819: Remove the "Debug > Consoles > Memory" menu entry when this
feature is disabled (the default) otherwise selecting it does nothing.
2009-10-05 23:50:37 +00:00
James Cook 1b3c6cc362 Added comments and stub plural noun keys to English to explain how we do translation for languages with more complex pluralization rules than English (like Russian, Arabic). Reviewed with Ramzi. 2009-10-05 23:42:37 +00:00
James Cook 5749dd152b EXT-670 Kill Calling Cards tab in "Resident chooser". Reviewed with Kelly. 2009-10-05 23:41:22 +00:00
Martin Reddy 0e753a281e DEV-39998: Fixed the width of the side tray tab caption so that the
help button, "?", is right justified. XUI-only update.
2009-10-05 23:31:55 +00:00
Monroe Linden 39ee2367a7 Merging due to changes since my last pull. 2009-10-05 15:50:24 -07:00
Monroe Linden 374deb8da1 Fixes for a different class of plugin failures (where loading the plugin dll fails) causing an error message loop:
Made LLPluginProcessParent differentiate between failures launching/loading the plugin and failures after the plugin has been loaded.  This allows us to handle launch failures differently, since retrying is unlikely to fix them.

Added new media event MEDIA_EVENT_PLUGIN_FAILED_LAUNCH to indicate a launch failure.

Added a case for the new event to LLViewerMediaImpl::handleMediaEvent() that sets the "failed init" flag to prevent retries.
2009-10-05 15:48:00 -07:00
Steven Bennetts 895e8ad446 * EXT-1301 - Fixed showstopper by eliminating the notification that was blocking testing (by getting triggered every frame on a failed media plugin load)
(transplanted from 01e271a99e0d975583d06f6c3af6b487e388ab70)
2009-10-05 22:45:32 +00:00
Steven Bennetts 87d8b4c11b * EXT-1301 - Fixed showstopper by eliminating the notification that was blocking testing (by getting triggered every frame on a failed media plugin load) 2009-10-05 22:45:32 +00:00
Richard Nelson b5a11af772 EXT-1303 - notification text is truncated
reviewed by Leyla
2009-10-05 22:24:44 +00:00
James Cook e65a78427f Fixed typo in URL. 2009-10-05 22:10:01 +00:00
Mark Palange (Mani) 6ef3f20933 merge 2009-10-05 14:53:31 -07:00
Monroe Linden 0c47583399 Fix for EXT-1301 (media_plugin_webkit dialog opens on loading the login page and cannot be closed). 2009-10-05 14:36:26 -07:00
Steven Bennetts 62f3daf588 Back out revisions 135028,134955,134953,134939
* Revert Vivox SDK update
(transplanted from 2e9e33886f348cb9f2c682c2dbfdf7a48371f12c)
2009-10-05 21:16:35 +00:00
Steven Bennetts a7bef5bc90 Back out revisions 135028,134955,134953,134939
* Revert Vivox SDK update
2009-10-05 21:16:35 +00:00
Richard Nelson 8f4df3a68f text boxes are now *not* mouse_opaque by default
fixed some textbox and text editor layout problems (getWidth called with wrong index)
EXT-1302 - rewrite LLExpandableTextBox to use new LLTextBase functionality (using custom LLExpanderSegment)

reviewed by James
2009-10-05 20:53:51 +00:00
Richard Nelson 606311b508 text boxes are now *not* mouse_opaque by default
fixed some textbox and text editor layout problems (getWidth called with wrong index)
EXT-1302 - rewrite LLExpandableTextBox to use new LLTextBase functionality (using custom LLExpanderSegment)

reviewed by James
2009-10-05 20:53:51 +00:00
Mark Palange (Mani) 81a63ac088 merge with latest from lindenlab/svn-imports-viewer-20 2009-10-05 13:39:53 -07:00
Mark Palange (Mani) 0f5bbec374 Minor tweaks to fix up viewer_manifest.
-bad tcmalloc handling indentation
-added nsis path for x64 windows
2009-10-05 13:33:02 -07:00
skolb 5d8314f5c1 Merge 2009-10-05 12:03:02 -07:00
James Cook 9818f15836 EXT-1225 EXT-1187 Unable to submit resident name in "Choose Resident". Input field was incorrectly changed to text_editor from line_editor, so I switched it back. Not reviewed. 2009-10-05 19:01:07 +00:00
skolb a2dcfdb00e DEV-39444 Media size only goes to 2000 x 2000
reviewed by Callum
2009-10-05 11:56:17 -07:00
Rick Pasetto c6a3df44d8 Disable "bounceBack" if nav permissions are refused 2009-10-05 17:44:42 +00:00
Rick Pasetto 349eb393bc DEV-40650: Refactor llmediadataresponder and llmediadatafetcher into a single reusable class
CC Review #7 (monroe)

LLMediaDataResponder and LLMediaDataFetcher were helpful classes that interacted with each other, but they were not general enough to cleanly be used for all media service interaction. This change refactors these classes into one (in fact, it is closer to a complete rewrite): LLMediaDataClient. This class has the following design points:

- You subclass from it when you want to specialize the responder, and then subclass from LLMediaDataClient::Responder if desired
- It has a few inner classes:
- LLMediaDataClient::Request, which now holds all of the data pertaining to a request, including retry counts
- LLMediaDataClient::Responder, which is now the LLHTTPClient::Responder
- LLMediaDataClient::PriorityQueue, which is now a STL priority_queue of Request objects.
- LLMediaDataClient::QueueTimer, which is the timer that fires to peel off queue items
- LLMediaDataClient::Responder::RetryTimer, which is the timer that is used when 503 errors are received.

The encapsulation of these inner classes is a lot cleaner and better reflects the scope of their responsibilities.

By and large, the logic hasn't really changed much. However, now there are two subclasses of LLMediaDataClient: one for the ObjectMedia cap and the other for the ObjectMediaNavigate cap. (I decided it was overkill to make three subclasses, one each for GET, UPDATE, and NAVIGATE, but we could still do that). LLVOVolume now instantiates both of these classes as statics (and destroys them on shutdown). They now have very simple API:

- LLObjectMediaDataClient::fetchMedia(LLVOVolume*) fetches the media for the given object
- LLObjectMediaDataClient::updateMedia(LLVOVolume*) sends an UPDATE of the media from the given object
- LLObjectMediaNavigateClient::navigate(LLVOVolume*, U8 texture_index, const std::string &url) navigates the given face (texture_index) on the given object to the given url.
2009-10-05 17:21:08 +00:00
Rick Pasetto 3e29163b47 small change to turn off ShaderLoading debug logging 2009-10-05 17:19:09 +00:00
James Cook 440a050072 Fix viewer-2 build due to duplicate lines in a header merge. 2009-10-05 17:16:02 +00:00
James Cook c480ff056f Fix viewer-2 build due to duplicate lines in a header merge. 2009-10-05 17:16:02 +00:00
James Cook 92aaa37788 Tweak inspector tooltip icon spacing. 2009-10-05 16:17:51 +00:00
Steven Bennetts f9788fa6ce merge -r 1890-1893 https://svn.aws.productengine.com/secondlife/pe/stable-2 -> viewer-2.0.0-3
* Bugs: EXT-1217, EXT-1274, EXT-1272
* Dev: EXT-1101
2009-10-05 07:47:56 +00:00
Steven Bennetts 2451b82d8a merge https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1887 https://svn.aws.productengine.com/secondlife/pe/stable-2@1888 -> viewer-2.0.0-3
* Bugs: EXT-1148
* New Dev: EXT-1140
2009-10-05 07:44:18 +00:00
Adam Moss 8b8dfa2e2b EXT-1224 Inventory list uses ugly fake-italics
Reviewed by Richard.
2009-10-04 11:04:19 +00:00
James Cook b5936ec0ad Changed license to Viewer GPL to try to fix the Linux build export. Code consists of 4 function stubs, I don't think it's proprietary/internal. 2009-10-04 03:33:18 +00:00
James Cook cf395cc190 Removed a couple debug statements we no longer need. 2009-10-04 00:20:37 +00:00
James Cook ada0f4fa22 Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming.
Resolved conflicts in lltexteditor.cpp, llchatitemscontainerctrl.cpp, llchatmsgbox.cpp, llfloaterbuycurrency.cpp, llnearbychat.cpp, floater_buy_currency.xml, and ru/strings.xml

Merging revisions 134925-135157 of svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-4 into C:\source\viewer-2.0.0-3, respecting ancestry
2009-10-03 23:40:28 +00:00
Xiaohong Bao b1a280841e fix for DEV-40559: viewer crash when media texture appears while parcel media is loading. 2009-10-03 00:23:01 +00:00
Rick Pasetto a6db5fa24e DEV-38978: remove reference to parcel owners in help text 2009-10-02 22:27:59 +00:00
Ramzi Ramey fc16786d6f DEV-38453 (part4) Modernize the foreign languages by
- moving some existing translations into strings.xml
- deleting sentences that were removed from EN in notifications.xml
- converting structures in floater_god_tools.xml
NO CHANGES TO ENGLISH
2009-10-02 21:48:32 +00:00
Rick Pasetto 831a245612 DEV-38978: Remove reference to parcel owners in GUI 2009-10-02 14:42:45 -07:00
Nat Goodspeed 70edaea49c QAR-1619: need to help Linux gcc figure out LLSD-to-string assignment 2009-10-02 14:16:03 -07:00
Monroe Linden 844d017f43 Moved a couple of C++-specific warning flags from GCC_WARNINGS to GCC_CXX_WARNINGS. This fixes a couple of non-fatal warning messages about unknown flags on the mac. 2009-10-02 14:12:34 -07:00
Nat Goodspeed a3f11b1a99 QAR-1619: spurious capitalization of Llviewerprecompiledheaders.h made Linux build fail 2009-10-02 14:03:14 -07:00
Mark Palange (Mani) 3a0a287058 Patches follow merge to latest viewer-20 updates 2009-10-02 12:59:05 -07:00
Ramzi Ramey b630e62ad4 EXT-261: Labels in /character/avatar_lad.xml are not localizable
- there were a bunch of missing strings from the original fix, causing a MissingString(..) error to the user
2009-10-02 19:12:40 +00:00
Ramzi Ramey 9e372a9a48 DEV-40452 Correct linguistic consistency in the LSL editor tooltips
- Set these tooltips for translate="false". We have decided not to localize these tooltips at this time.
2009-10-02 18:22:50 +00:00
Mark Palange (Mani) 4d53e235c2 merge of latest viewer/viewer-20 2009-10-02 10:35:42 -07:00
brad kittenbrink 80f27013b2 Temporarily disabling packaging of the event_host tarball until hg subrepo support is enabled on the parabuild cluster. 2009-10-01 19:13:44 -07:00
Mark Palange (Mani) dde2153014 merge of latest lindenlab/svn-imports-viewer-20 2009-10-01 18:19:45 -07:00