Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | merge. | Tofu Linden | |
2010-03-04 | EXT-5969 build and merge a shippable pixmap-based llqtwebkit for ↵ | Tofu Linden | |
viewer2.0/linux Maybe also: EXT-4495 flash content crashes Webkit on Linux | |||
2010-03-04 | Add #if'd code that can deal with the newer QPixmap-based LLQtWebkits. | Tofu Linden | |
Disabled for now. | |||
2010-02-27 | duh, with added buildability. | Tofu Linden | |
2010-02-27 | give audio visualization on faces with audio-only media. linux/gstreamer only. | Tofu Linden | |
2010-02-09 | Backed out changeset 0664cf2c9edf | Tofu Linden | |
2010-02-23 | slightly reduce the overhead of 'EXT-5601: Linux: volume adjustment of ↵ | Tofu Linden | |
web-based media / Flash' | |||
2010-02-22 | support LL_PULSEAUDIO_ENABLED=0 - probably. | Tofu Linden | |
2010-02-22 | Do the necessary stuff to package pulseaudio's headers and make it (in ↵ | Tofu Linden | |
theory, not yet in practice) optional. | |||
2010-02-22 | trivial cleanup. | Tofu Linden | |
2010-02-22 | comment improvement. | Tofu Linden | |
2010-02-22 | EXT-5601 Linux: volume adjustment of web-based media / Flash | Tofu Linden | |
Dynamic loading of pulseaudio works now. All that's left is to package-up the pulseaudio headers... | |||
2010-02-22 | more work on dynamic grabbing of PA syms. | Tofu Linden | |
2010-02-22 | start dynamic sym loading work. | Tofu Linden | |
2010-02-22 | minor comment tweak. | Tofu Linden | |
2010-02-22 | Do some decent cleanup in LinuxVolumeCatcherImpl's destructor. Though I ↵ | Tofu Linden | |
don't think media plugins are really 'destroyed' as we know it, their process just ends. | |||
2010-02-22 | Well, whaddyaknow.. it works. | Tofu Linden | |
More cleanup needed: need to dlopen()-ize the pulseaudio stuff | |||
2010-02-22 | comment tweak. | Tofu Linden | |
2010-02-22 | document the linux_volume_catcher high-level design | Tofu Linden | |
2010-02-22 | Wire the linux volume catcher into the webkit plugin. | Tofu Linden | |
2010-02-22 | Got this building okay now. It's not hooked-up to the webkit plugin yet, so ↵ | Tofu Linden | |
I don't know if it *works*. | |||
2010-02-22 | bunch o'fixing | Tofu Linden | |
2010-02-22 | pretty fleshed-out, now needs fixing-up. | Tofu Linden | |
2010-02-22 | Really start to fill the implementation in. | Tofu Linden | |
2010-02-22 | more work on the volume-catcher interface. | Tofu Linden | |
2010-02-22 | more work on the linux volume-catcher. | Tofu Linden | |
2010-02-22 | fill out the interface. | Tofu Linden | |
2010-02-22 | code code | Tofu Linden | |
2010-02-22 | start to build up this code | Tofu Linden | |
2010-02-22 | start of work on EXT-5601 Linux: volume adjustment of web-based media / Flash | Tofu Linden | |
these libs are a temporary requirement - we'll dlopen() them when this is finished. | |||
2010-02-09 | EXT-3651 DEV-44500 Keyboard interaction does not work with Flash media | Tofu Linden | |
This change lets Linux pass keys through to Flash. | |||
2010-02-09 | EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a ↵ | Tofu Linden | |
mouse move event use the proper cmake include() so glib is really found! | |||
2010-02-09 | EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a ↵ | Tofu Linden | |
mouse move event restore part of this fix - glib-compatible Qt needs it, and flash needs a glib-compatible Qt. | |||
2010-02-09 | merge | Tofu Linden | |
2010-02-09 | Backed out changeset b1c241040751 | Tofu Linden | |
2010-02-09 | HACK HACK HACK to unbreak linux build while I wait for access to the new ↵ | Tofu Linden | |
llqtwebkit code. only affects linux. may harm webkit functionality temporarily. to be backed-out. | |||
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Monroe Linden | |
2010-02-05 | Changed LLWindowWin32::getNativeKeyData() to use platform-specific names in ↵ | Monroe Linden | |
the key data. Changed MediaPluginWebkit::deserializeKeyboardData() to use platform-specific names when extracting the key data. Also fixed a mac-specific issue where the arguments were reversed, which was causing flash apps to get bad keycode data. Just pass 0 for the "native modifiers" param on windows, since it doesn't seem to actually have a native notion of a "modifier keys mask". The Qt (non-native) modifiers should be good enough. | |||
2010-02-05 | fix hook whine. | Tofu Linden | |
2010-02-05 | EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a ↵ | Tofu Linden | |
mouse move event This should be a lot better now. But still not good overall. Performance is now just bad instead of intolerable. | |||
2010-02-04 | Merge with tip | Callum Prentice | |
2010-02-04 | added code to grab raw key codes from Win32 WPARAM and LPARAM and send to plugin | Callum Prentice | |
factored out keyboard message deserialization for media_plugin_webkit new version of llqtwebkit with Girish's changes to keyboard and cursor handling code | |||
2010-02-03 | Fix for DEV-45609 "CID-47 and CID-154 - bogus allocation/memset in Quicktime ↵ | Callum Prentice | |
plugin" (Fixed line endings for commit hook) Reviewed by Rick. | |||
2010-02-03 | Fix for DEV-45609 "CID-47 and CID-154 - bogus allocation/memset in Quicktime ↵ | Callum Prentice | |
plugin" Reviewed by Rick. | |||
2010-02-03 | CID-284 | Tofu Linden | |
Checker: UNINIT_CTOR Function: MediaPluginWebKit::MediaPluginWebKit(void (*)(const char *, void **), void *) File: /indra/media_plugins/webkit/media_plugin_webkit.cpp | |||
2010-01-29 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Monroe Linden | |
2010-01-19 | Changes to llqtwebkit keyboard event api. | Monroe Linden | |
Reference to new mac build of llqtwebkit (from revision 5e61bf24915f in https://hg.lindenlab.com/monroe/llqtwebkit-4.6). | |||
2010-01-19 | Workaround for "Stop on Debugger()/DebugStr()" Xcode setting causing the ↵ | Monroe Linden | |
webkit plugin to crash. | |||
2010-01-18 | Added getNativeKeyData() function to LLWindow and LLWindowMacOSX. | Monroe Linden | |
Added an LLSD argument to LLPluginClassMedia::keyEvent() and LLPluginClassMedia::textInput() which contains the native key data. Made LLViewerMediaImpl retrieve the native key data and pass it to keyEvent and textInput. Added a native_key_data parameter to the text_event and key_event messages. Made the webkit plugin extract the native_key_data parameter and pass it to the internal keyEvent() and unicodeInput() functions. Fixed LLMediaPluginTest to match function signature change to LLPluginClassMedia::keyEvent(). | |||
2010-01-14 | EXT-3624: Support "_blank" href target types. | Lynx Linden | |
Support href links in web views that have a target attribute set to "_blank". This will open the link in the user's preferred browser (internal or external, as defined in Prefs). This change relies on the new llqtwebkit package that has just been pushed. Also updated the hardcoded Qt version number in the About floater. |