summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.3.4V_3_3_4Philip Withnall2011-12-212-1/+6
|
* docs: Fix builddir ≠ srcdir documentation buildsPhilip Withnall2011-12-211-2/+2
|
* docs: Add a missing XML include to the documentationPhilip Withnall2011-12-211-0/+4
|
* opensubtitles: Fix/Disable some pylint warningsPhilip Withnall2011-12-212-9/+11
|
* plugins: Disable pylint error F0401Philip Withnall2011-12-211-1/+1
| | | | | | | This corresponds to failing to import a module, which is inexplicably happening for me with `make distcheck` but not `make check`. Shut up, pylint.
* plugins: Check for pylint at configure time if building with Python supportPhilip Withnall2011-12-212-6/+10
| | | | This means we don't error out during `make check` if pylint isn't found.
* iplayer: Disable some useless pylint warningsPhilip Withnall2011-12-212-7/+11
|
* build: Add generated Vala files to GITIGNOREFILESPhilip Withnall2011-12-211-0/+5
| | | | | They're automatically removed by `make maintainer-clean`, but git.mk doesn't know about them.
* zeitgeist-dp: Fix Peas.Activatable.object prototypePhilip Withnall2011-12-211-13/+24
| | | | | | | | Rather than messing around with trying to get it to compile with different Vala versions, I just made it use the same prototype as the other two Vala plugins (sample-vala and rotation). If that doesn't work, I don't care. It compiles for me with Vala 0.14.1.
* Add some unused symbols to the documentation section filePhilip Withnall2011-12-211-0/+2
|
* Fix uses of deprecated GLib threading API if we have a new enough GLibPhilip Withnall2011-12-219-0/+52
| | | | | If we have GLib ≥ 2.31.0, use the new threading API instead of the old one. This doesn't bump our GLib dependency.
* Revert "build: Disable zeitgeist plugin"Philip Withnall2011-12-211-1/+1
| | | | This reverts commit 594bd021bf93a3060702508ed0513b50cadc2ab2.
* 3.3.3V_3_3_3Bastien Nocera2011-12-192-1/+13
|
* build: Disable zeitgeist pluginBastien Nocera2011-12-191-1/+1
| | | | | Stop writing real software with toy languages. It never compiles when I need it to, and it pisses me off.
* build: We don't xmldocs.make and omf.make anymoreBastien Nocera2011-12-191-4/+0
|
* totem-options: Should not free commands list data.Estêvão Samuel Procópio2011-12-191-1/+0
| | | | | | | | In totem_options_process_for_server the commands GList holds integers and freeing those integers leads to a segfault. Only the GList needs to be freed. Closes: bgo#666431
* bacon-video-widget: fix get_metadata for BVW_INFO_COVERTim-Philipp Müller2011-12-161-1/+3
| | | | | | Must init the GValue before putting stuff into it. Makes coverart display work again and fixes g_value_take_object() warnings spew.
* browser-plugin: Actually, just enable itBastien Nocera2011-12-062-9/+0
| | | | Distributions can split it out if they want to...
* browser-plugin: Build vegas plugin by defaultBastien Nocera2011-12-063-1/+10
| | | | But disable its use through the browser-plugins.ini file instead.
* browser-plugin: Add non-working Vegas testBastien Nocera2011-12-061-0/+7
| | | | | | We would need to know about site-specific flashvars in Totem to make this work. If we want to make this work, we'd need to add functionality to quvi.
* browser-plugin: Use our own user-agent in VegasBastien Nocera2011-12-051-0/+2
| | | | | Rather than re-using the web browser agent. This fixes vimeo playback, as the server refuses to serve the usual browser UA.
* browser-plugin: Don't handle swf with no sourceBastien Nocera2011-12-051-13/+16
| | | | | Otherwise we end up loading those empties as if they were the main content for the page (which they cannot be).
* browser-plugin: Don't handle small SWF in vegasBastien Nocera2011-12-052-0/+8
|
* browser-plugin: Don't use percentage widthBastien Nocera2011-12-051-2/+2
| | | | | If there's a percentage sign in the size, we don't actually know its size.
* browser-plugin: Try to use the embed URI firstBastien Nocera2011-12-041-9/+18
|
* browser-plugin: Add new Vegas pluginBastien Nocera2011-12-046-1/+168
| | | | | | | | | | | Disabled by default. This plugin uses totem-pl-parser's quvi front-end to grab a real video URL for a particular embedded object. This allows playback without Flash for a number of popular video websites. Note that Totem doesn't contain any code specific to particular websites, as all the work is done in quvi's scripts.
* browser-plugin: Don't check for success when stopping a streamBastien Nocera2011-12-041-11/+4
| | | | Fixes a warning in some cases.
* browser-plugin: Create a command queue earlierBastien Nocera2011-12-041-2/+2
|
* browser-plugin: Queue SetPlaylist callsBastien Nocera2011-12-042-1/+13
|
* browser-plugin: Only delete copies we madeBastien Nocera2011-12-041-4/+12
| | | | Not random files that might not belong to us.
* browser-plugin: Don't try to copy non-existant local fileBastien Nocera2011-12-041-36/+40
| | | | | If SetPlaylist is not passed a local filename (because there's no local file), then we shouldn't try to copy it.
* main: Fix warning when getting out of fullscreenBastien Nocera2011-12-041-6/+1
| | | | | In the browser plugin. We don't actually need to be parented to create an OSD any more.
* browser-plugin: Make error logo work againBastien Nocera2011-12-041-1/+1
|
* backend: Fix warnings in the browser pluginBastien Nocera2011-12-041-1/+3
|
* lib: Fix possibly broken behaviourBastien Nocera2011-12-041-1/+1
|
* browser-plugin: Make --g-fatal-warnings work againBastien Nocera2011-12-041-0/+10
| | | | The GTK+/Clutter initialisation changes seems to have broken that...
* browser-plugin: Not an errorBastien Nocera2011-12-041-0/+3
|
* browser-plugin: Ensure not to share a gnome-terminalBastien Nocera2011-12-041-1/+2
|
* browser-plugin: Quieter pleaseBastien Nocera2011-12-041-1/+1
|
* browser-plugin: Fix possible run-time warningBastien Nocera2011-12-041-1/+4
| | | | When starting up the viewer fails.
* browser-plugin: Remove obsolete in-tree runningBastien Nocera2011-12-041-12/+1
| | | | We don't need that anymore.
* browser-plugin: White space fixesBastien Nocera2011-12-0311-42/+42
|
* browser-plugin: Don't make dbus-glib residentBastien Nocera2011-12-031-18/+0
| | | | As it's not used anymore.
* browser-plugin: Remove unneeded helper libraryBastien Nocera2011-12-031-20/+3
|
* browser-plugin: Port plugin to GDBusBastien Nocera2011-12-033-411/+343
| | | | Still the viewer left to be ported.
* browser-plugin: Require a newer GIOBastien Nocera2011-12-031-1/+1
|
* browser-plugin: Fix white-space problemBastien Nocera2011-12-031-3/+3
|
* build: Bump release versionBastien Nocera2011-12-031-1/+1
|
* browser-plugin: Remove unused declarationBastien Nocera2011-12-031-1/+0
|
* build: Add generated Vala files to GITIGNOREFILESPhilip Withnall2011-12-022-0/+10
| | | | | They're automatically removed by `make maintainer-clean`, but git.mk doesn't know about them.