summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.18.1V_3_18_1Bastien Nocera2015-10-122-1/+5
|
* Updated Portuguese translationPedro Albuquerque2015-10-041-10/+9
|
* backend: Re-enable DVD eventsLionel Landwerlin2015-10-021-7/+61
| | | | | | | | With clutter-gst 3, the video is provided through a ClutterContent that doesn't know about the scenegraph and the events. Let's listen to events in Totem to transmit them to the video sink throught the navigation interface. https://bugzilla.gnome.org/show_bug.cgi?id=755662
* Updated Galician translationFran Dieguez2015-09-281-542/+1148
|
* Updated Danish translationAsk Hjorth Larsen2015-09-211-53/+55
|
* 3.18.0V_3_18_0Bastien Nocera2015-09-212-2/+5
|
* libgd: Update to latest versionBastien Nocera2015-09-181-0/+0
| | | | This fixes rendering bugs in the tagged entry we use.
* 3.17.92Bastien Nocera2015-09-152-2/+5
|
* 3.16.4V_3_16_4Bastien Nocera2015-09-152-1/+7
|
* Revert "main: Bring back video inside the window under Wayland"Lionel Landwerlin2015-09-151-20/+0
| | | | | | | | | This reverts commit 6051dd76ac5e1738e00cbb677aeadea32e3df3be. Now that Clutter/Clutter-Gtk work correctly with the GDK backend of Clutter, we can revert this. https://bugzilla.gnome.org/show_bug.cgi?id=754937
* Updated Persian translationArash Mousavi2015-09-121-498/+427
|
* dbusservice: Fix use of TotemObject plugin APIPhilip Withnall2015-09-081-12/+12
| | | | | | | With commit 4fee5dcc803bcb6ed3bef168924003fe75cc358b, a lot of plugin API was renamed to remove ‘action_’ prefixes. Catch up with that. https://bugzilla.gnome.org/show_bug.cgi?id=754444
* Updated German translationChristian Kirbach2015-09-041-299/+530
|
* Updated Icelandic translationSveinn í Felli2015-09-031-40/+58
|
* Updated Icelandic translationSveinn í Felli2015-09-021-86/+58
|
* grilo: Fix selection not working after visiting ChannelsBastien Nocera2015-09-011-1/+2
| | | | | | | | | When visiting the Channels page, we'd create a filter model, but switching back to the Videos page, we wouldn't reset it. Harden the selection request checks to check whether we're on the Channels page (and at the root of it) before refusing selection. https://bugzilla.gnome.org/show_bug.cgi?id=754389
* 3.6.3V_3_16_3Bastien Nocera2015-08-312-1/+8
|
* backend: Re-flatten the volume buttonBastien Nocera2015-08-311-1/+1
| | | | | | It's supposed to be flat. https://bugzilla.gnome.org/show_bug.cgi?id=748306
* libgd: Update to latest versionBastien Nocera2015-08-311-0/+0
|
* grilo: Update YouTube API keyBastien Nocera2015-08-281-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1256526
* backend: Don't flatten OSD buttonsBastien Nocera2015-08-281-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=748306
* thumbnailer: Also blacklist new vaapidecodebinAlban Browaeys2015-08-281-1/+8
| | | | | | | | | Since the new version of gstreamer-vaapi ships vaapidecodebin and not vaapidecode, the work-around added in commit bd2b876f13aa97e9c4faa917b1b2e0a51c2da8ac fails to blacklist vaapi. https://bugzilla.gnome.org/show_bug.cgi?id=749605
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-261-163/+125
|
* skipto: Avoid crash when activating the skipto dialogueBastien Nocera2015-08-251-1/+10
| | | | | | The dialogue will have been destroyed by the time the spinbutton's adjustment will emit a signal, make sure we don't try to access it during dispose.
* skipto: Connect to signals by handBastien Nocera2015-08-252-14/+19
| | | | | | For some reason, GtkBuilder can't find the signals to connect to, despite the correct linker flags being used. Don't fight it, and connect to them by hand instead.
* skipto: Fix dialogue not showing upBastien Nocera2015-08-251-3/+10
| | | | | | | | The dialogue wasn't showing up because GtkBuilder couldn't find the TotemTimeEntry class. Import it and reference it so it can be found by GtkBuilder. https://bugzilla.gnome.org/show_bug.cgi?id=753402
* Updated Polish translationPiotr Drąg2015-08-241-210/+67
|
* grilo: MAX_DURATION of 5 seconds? NopeBastien Nocera2015-08-241-3/+3
| | | | | We want films with a minimum length of 5 seconds, not a maximum length of 5 seconds.
* main: Bring back video inside the window under WaylandBastien Nocera2015-08-241-0/+20
| | | | | | | Working around the lack of subsurface support in clutter's GDK backend by forcing the wayland backend when GTK+ uses the Wayland backend. See https://bugzilla.gnome.org/show_bug.cgi?id=752143
* backend: Remove unused property definitionBastien Nocera2015-08-241-1/+0
| | | | | Auto-resize support was removed, so PROP_AUTO_RESIZE is not needed anymore.
* data: Fix ASF videos not being thumbnailedBastien Nocera2015-08-171-0/+1
| | | | | Even though we support them just as well as the more common WMV ones in the same format.
* Updated Russian translationYuri Myasoedov2015-08-081-166/+21
|
* Updated Indonesian translationAndika Triwidada2015-08-031-263/+146
|
* Updated Thai translationAkom Chotiphantawanon2015-07-291-244/+226
|
* Fixes to Catalan translationJordi Mas2015-07-241-3/+3
|
* Updated Icelandic translationSveinn í Felli2015-07-161-395/+223
|
* Updated Portuguese translationPedro Albuquerque2015-07-041-17/+6
|
* Updated Portuguese translationPedro Albuquerque2015-06-291-735/+705
|
* 3.16.2V_3_16_2Bastien Nocera2015-06-292-1/+5
|
* backend: make video texture reactive againLionel Landwerlin2015-06-111-0/+1
| | | | | | Was incorrectly removed by 361f76ce9636d3123273b912398b77d29715cf94. https://bugzilla.gnome.org/show_bug.cgi?id=750793
* Updated Tajik translationVictor Ibragimov2015-06-061-846/+692
|
* Properly use 64bit unsigned literal for connection-speed uint64 propertyMario Sanchez Prada2015-05-281-1/+3
| | | | | | | This avoids invalid memory reads in 32-bit systems when using a variable list of arguments, as it's the case in g_object_set(). https://bugzilla.gnome.org/show_bug.cgi?id=749993
* Updated Danish translationAsk Hjorth Larsen2015-05-241-165/+127
|
* Updated Occitan translationCédric Valmary2015-05-211-1686/+1901
|
* 3.16.1V_3_16_1Bastien Nocera2015-05-072-1/+12
|
* backend: Don't warn when rotation is unsetBastien Nocera2015-05-071-1/+1
| | | | | But the rotation tag is present. Would throw errors like: ** (totem:3246): WARNING **: Unhandled orientation value: 'rotate-0'
* icon-helpers: Fix frames not getting applied for new thumbnailsBastien Nocera2015-05-041-4/+8
| | | | | When we called the thumbnailer ourselves, we forgot to apply the film frame to it.
* build: Fix detection of valacBastien Nocera2015-04-271-1/+1
| | | | | | | | | AM_PROG_VALAC very helpfully sets $VALAC to: "Absolute path to the Vala compiler, or simply ‘valac’ if no suitable compiler Vala could be found at configure runtime." We were checking for $VALAC being empty, thus still trying to build Vala plugins even if Vala wasn't available.
* build: Require GTK+ 3.16Bastien Nocera2015-04-271-1/+1
| | | | As required by the new API usage in commit b8ebe524
* Updated Czech translationMarek Černocký2015-04-261-1/+1
|