aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llplugin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show plugin debug messages also on windowsArmin Weatherwax2011-05-174-1/+76
|
* send plugin messages with in notation format instead of xmlArmin Weatherwax2011-05-171-5/+8
| | | | sideffect: media volume updates work on linuces where they failed.
* Fixed windows compile errorMcCabe Maxsted2011-03-081-1/+1
|
* use logcontrol.xml also for SLPluginArmin Weatherwax2011-03-011-3/+36
|
* remove unused webkit include in llpluginArmin Weatherwax2011-03-012-3/+0
|
* Add short documentation to which project/s (viewer/SLPlugin/libmediaplugin) ↵Armin Weatherwax2011-03-0110-2/+18
| | | | | | llplugin* classes belong to Yes, I confess: I grepped for unique strings in the binaries, to be absolutely sure.
* fix news bar doesn't open internal browserArmin Weatherwax2011-03-011-1/+2
|
* Merge remote branch 'remotes/github/weekly' into weeklyMcCabe Maxsted2011-02-188-46/+40
|\
| * Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵McCabe Maxsted2010-11-232-0/+4
| | | | | | | | winsock2.h is always included before windows.h throughout the source to prevent collisions
| * IMP-590: Added a thread-safe and robust wrapper for APR pools.Aleric Inglewood2010-11-178-46/+36
| | | | | | | | See http://redmine.imprudenceviewer.org/issues/590
* | Patch by Armin to split apart the 'Plugin' logcontrol.xml entry to avoid ↵McCabe Maxsted2011-02-105-104/+104
|/ | | | spam when debugging plugins
* IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood2010-11-071-4/+0
| | | | | | | | | | See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
* Fix llqtwebkit version incompatibility.Aleric Inglewood2010-11-022-39/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch has the minimum changes needed to be compatible with LLQTWEBKIT_API_VERSION 2. From llqtwebkit.h: Version 2: indra/media_plugins/webkit/media_plugin_webkit.cpp: * Changed the usage of the event parameters in onClickLinkHref and onClickLinkNoFollow events slightly. The clicked URI for both should now be retrieved with getEventUri() instead of getStringValue(). The "target" string in onClickLinkHref is now retrieved with getStringValue() instead of getStringValue2(). * The contents of getStringValue2() in the onClickLinkHref event is now a unique ID for the window proxy the click targets. all changed files: * Removed the "link target type" concept, since it doesn't really belong here. Note that not all changes have been taken into account, since we need a LOT of code changes for MoaP before that gets relevant; most notably: "target" and "uuid" aren't used anywhere. The new LLEmbeddedBrowserWindowObserver::onWindowGeometryChangeRequested and LLEmbeddedBrowserWindowObserver::onRequestFilePicker are still not implemented. Version 1 introduced LLEmbeddedBrowserWindowObserver::onWindowCloseRequested which is also still not implemented.
* Added conversion function for plugin EState to string infoMcCabe Maxsted2010-11-022-1/+52
|
* Add support for PluginAttachDebuggerToPlugins for linuxAleric Inglewood2010-10-211-0/+11
| | | | | Opens a terminal with a gdb session for newly started SLPlugin processes if PluginAttachDebuggerToPlugins is set to TRUE.
* Add LLQTWEBKIT_INCLUDE_DIR to indra/llplugin/CMakeLists.txtAleric Inglewood2010-10-171-1/+2
| | | | Make it find llqtwebkit.h with --standalone.
* Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵Aleric Inglewood2010-10-151-2/+2
| | | | snowglobe 2.x).
* Comment out code to make it compile at all (with the latest llqtwebkit).Aleric Inglewood2010-10-151-0/+4
|
* update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax2010-09-2317-83/+1757
| | | | | | loading. Issue: llqtwebkit needs update for Linux 64bit
* Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax2010-09-231-0/+4
|
* update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2010-09-2318-56/+115
|
* port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax2010-09-2320-67/+178
|
* Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted2010-09-231-0/+7
| | | | Linux or Mac as I can't test them)
* CMake now runs correctly on WindowsMcCabe Maxsted2010-09-231-0/+8
|
* llmediaplugins first stepArmin Weatherwax2010-09-2320-0/+5452