| Commit message (Collapse) | Author | Files | Lines |
|
version used in Viewer 2
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
I searched the darwin and windows llqtwebkit tarballs and neither
qInitResources_WebCore nor qInitResources_WebCore_QT_NAMESPACE exist in
there... No idea why, but then we can't call it to initialize it now can
we?
|
|
Also, darwin doesn't use quicktime, so disabled compiling that plugin
for darwin.
|
|
the version in the skins directory correctly
|
|
|
|
|
|
copying error)
|
|
|
|
can be sorted on windows
|
|
/ramdisk/imprudence/cache/textures/*/*.texture
This turned out to be a simple matter of trying to remove non-existant files:
A texture with a 'body size' of 0 doesn't have a texture body file.
|
|
Releasing a lock in the middle of a critical area isn't very smart.
|
|
This horrible noobish code checked if num_entries > sCacheMaxEntries
and then goes on to assign (num_entries-empty_entries) - sCacheMaxEntries
to an U32 entries_to_purge. Obviously this can lead to an abitrary large
value of entries_to_purge with as result a crash due to the llassert_always.
This bug must have been extremely rare since it only happens when
someone decreases their cache size and has more empty entries in their
entries file than the total number of entries minus the new cache size.
|
|
|
|
using standalone.
|
|
Also fixed textures.xml by adding media_panel_scrollbg.png which is used
in the MediaHUD as one of the media_*.png textures, but was lacking from textures.xml.
|
|
|
|
|
|
|
|
|
|
one prim is selected with Edit linked parts enabled
|
|
and type 'BOOL' in operation)
|
|
|
|
Qarl has given permission to use this code under the terms
of the GPL v2 + FLOSS exception and/or the LGPL v2.1.
|
|
CacheWillClear, CacheWillBeMoved, ChangeConnectionPort, ChangeSkin,
and ChangeFont.
There are many other alerts that should be made non-modal in the future,
but this should prevent a focus fight with the Vivox policy window.
|
|
window
|
|
feature Disregard128DefaultDrawDistance
Fix a bug that causes the last line of the feature table file to be read
twice. This patch also removes the check for name.empty() because that
will never be true, so might as well remove it.
|
|
FAILURE: value: ignoretext repl:
Caused by missing ignoretext in notifications.xml. Also fixed typos in
debug output messages.
|
|
/ramdisk/imprudence/cache/index.db2.x.606582153
These aren't warnings at all. They are printed when a LLVFS object was
successfully created.
Fixed by turning the warnings into INFO.
|
|
Fixes this warning. Note that LLCubeMap::sUseCubeMaps is set to true by
default, so this patch only has effect when the feature is actually NOT
available.
I tested that LLCubeMap::sUseCubeMaps is NOT used before the point where
it is initialized now.
The patch also adds an entry for IMP-660 to doc/contributions.txt that I
had forgotten in the previous commit; and while I was at it, changes all
RED- prefixes in IMP-.
|
|
|
|
Only try to remove the marker files when they were found in the first
place. Also fixed the debug output regarding what value gLastExecEvent
is being set to.
|
|
If this causes blurry fonts for a user, they should enable
"Force integer font sizes" in Preferences > Fonts.
|
|
|
|
Gives more control over font sizes, addresses font being smaller
than some users desire.
|
|
|
|
|
|
start up of the webkit plugin.
These are caused because builtin resources of QtWebKit weren't
initialized.
|
|
After the previous commit, the menu text - after logging in - had
disappeared. This fixes that.
|
|
OpenSim when a user's personal info isn't sent)
|
|
Opens a terminal with a gdb session for newly started SLPlugin processes
if PluginAttachDebuggerToPlugins is set to TRUE.
|
|
The LindenUserDir (~/.imprudence/first_last/) cannot be initialized
before the user logged in. However, several singletons (that only can be
initialized once) depend on this directory for initialization. Therefore
we have to take care not to instantiate those singletons until after the
user logged in.
With regard to webit, this fixes the browser_profile (cache and cookies)
directory that the builtin browser uses.
|