summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Icelandic translationgnome-3-12Sveinn í Felli2015-07-161-1179/+2327
|
* Updated Occitan translationCédric Valmary2015-05-211-1686/+1901
|
* thumbnailer: Fix missing translation supportBastien Nocera2015-01-131-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=742881
* dbusservice: Force Position to be int64Jens Georg2014-09-291-1/+1
| | | | | | | | | Fixes type mismatch issue with Rygel/GIO: (lt-rygel:21424): GLib-GIO-WARNING **: Received property Position with type i does not match expected type x in the expected interface https://bugzilla.gnome.org/show_bug.cgi?id=737476
* Updated Slovak translationDušan Kazik2014-09-091-1122/+596
|
* save-file: Handle an unset Videos directoryBastien Nocera2014-09-071-3/+14
| | | | | | | This also fixes ~/Videos being used instead of the path to the real videos directory. https://bugzilla.gnome.org/show_bug.cgi?id=736231
* 3.12.2V_3_12_2Bastien Nocera2014-08-182-1/+17
|
* save-file: Videos just under ~/Videos shouldn't be copiedBastien Nocera2014-08-181-0/+3
| | | | Not just grand-children of ~/Videos.
* backend: Reset loaded text subtitles when closing videoBastien Nocera2014-08-181-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728339
* main: Remove "all files" filters from the file choosersBastien Nocera2014-08-181-30/+2
| | | | | | | So that images can't be added. Also remove audio files as a filter, as we're a movie player, not an audio one. https://bugzilla.gnome.org/show_bug.cgi?id=729785
* backend: Force reading from path for CDDA URIsBastien Nocera2014-08-181-0/+5
| | | | | | | Otherwise we'll try to use the GStreamer CDDA plugins, instead of reading from the GIO plugin. https://bugzilla.gnome.org/show_bug.cgi?id=720120
* main: Don't allow adding duplicate items to recentBastien Nocera2014-08-181-0/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=729775
* main: Extend find_media_cb() to be more flexibleBastien Nocera2014-08-181-1/+7
| | | | | Instead of always comparing IDs, allow the type to compare to be passed to the helper.
* main: Fix headerbar title when playing search resultsBastien Nocera2014-08-171-1/+4
| | | | We would be trying to set the custom title when there wasn't one yet.
* main: Postpone loading library after playbackBastien Nocera2014-08-174-2/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728716
* main: Fix crash when browsing Euronews sourceBastien Nocera2014-06-041-1/+1
| | | | | | | | In some locations, because the Euronews source would give out broken URIs such as: UNAVAILABLEUNAVAILABLE playpath=UNAVAILABLE swfVfy=1 swfUrl=http://euronews.com/media/player_live_1_14.swf live=1 https://bugzilla.gnome.org/show_bug.cgi?id=731224
* backend: Fix hidden cursor with visible popupBastien Nocera2014-06-021-0/+2
| | | | | | | | | | | | | | | Avoid the cursor being hidden when a popover menu is shown by forcing the popup to be shown. Reproducer: 1. Open Videos 2. Play a video 3. Move your cursor outside of the window 4. Wait until the hovering menu disappears 5. Open the gear popover without hovering the video 6. Hover the video https://bugzilla.gnome.org/show_bug.cgi?id=730387
* main: Fix potential data loss when removing multiple filesBastien Nocera2014-05-151-4/+17
| | | | | | | | | | | | | We were using a list of GtkTreePaths and deleting the items one-by-one when the user clicked the "Delete" button. But after the first deletion, the tree model would have changed, and instead of pointing to the 2nd item we wanted to delete, the GtkTreePath would have pointed to another item, usually not one that we wanted to delete. We now use GtkTreeRowReferences, which will always point to the same row, as long as it exists. https://bugzilla.gnome.org/show_bug.cgi?id=729778
* fix a mistake of zh_CN translationYunQiang Su2014-05-131-1/+1
|
* opensubtitles: Add support for BasqueAitzol2014-05-121-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=729974
* opensubtitles: Don't error if the language is unknownBastien Nocera2014-05-121-1/+1
| | | | | | | | If the current locale is not listed in our list of OpenSubtitles-supported languages, don't throw an error, but fallback to selecting English as the language. https://bugzilla.gnome.org/show_bug.cgi?id=729974
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-05-091-2467/+335
|
* data: Use the correct name for parent widgets in templatesYosef Or Boczko2014-05-052-2/+2
| | | | | | | Recent versions of GTK+ started complaining about this, for example: (totem:5745): Gtk-CRITICAL **: Error building template class 'TotemMainToolbar' for an instance of type 'TotemMainToolbar': Template parent type `GtkBox' does not match instance parent type `GtkHeaderBar'. https://bugzilla.gnome.org/show_bug.cgi?id=729479
* Updated Belarusian translation.Ihar Hrachyshka2014-05-041-954/+485
|
* opensubtitles: Save subtitles with the correct suffixBastien Nocera2014-05-021-2/+2
| | | | | | Instead of always saving files as "*.ass" (the last suffix listed in SUBTITLES_EXT), save with the extension for the file we're downloading.
* 3.12.1V_3_12_1Bastien Nocera2014-04-302-1/+15
|
* Drop gnome-icon-theme dependencyMatthias Clasen2014-04-261-2/+1
| | | | | | | | | gnome-icon-theme got renamed to adwaita-icon-theme. And the dependency is not really needed; depending on GTK+ should be enough to guarantee the presence of a spec-compliant icon theme. https://bugzilla.gnome.org/show_bug.cgi?id=729021
* save-file: Fix creation of cache directoryBastien Nocera2014-04-241-1/+5
| | | | | | | To hard-link a file to our cache directory, we'd better create it as well, otherwise it's just not going to work. See https://bugzilla.gnome.org/show_bug.cgi?id=727576
* build: Require clutter-gtk 1.5.2 or newerBastien Nocera2014-04-241-1/+1
| | | | | | So that we get the hi-dpi scaling support. See https://bugzilla.gnome.org/show_bug.cgi?id=724055
* autoload-subtitles: Remove linefeedsBastien Nocera2014-04-241-2/+0
|
* Updated Romanian TranslationDaniel Șerbănescu2014-04-231-2181/+2225
|
* backend: Avoid double-scroll eventsBastien Nocera2014-04-221-17/+7
| | | | | | | | We were receiving both the smooth scroll and the non-smooth scrolling. As all the backends we support have support for smooth scrolling, only ever handle those. https://bugzilla.gnome.org/show_bug.cgi?id=728227
* main: Remove unused codeBastien Nocera2014-04-221-4/+0
| | | | | This code to capture events on the vbox that contains the video widget isn't needed anymore.
* build: Require GStreamer core 1.2.4Bastien Nocera2014-04-221-1/+1
| | | | | | To get this necessary bug fix, making "Make available for offline use" work as expected: https://bugzilla.gnome.org/show_bug.cgi?id=724373
* Updated Indonesian translationDirgita2014-04-221-43/+45
|
* Updated Greek translationmarablack32014-04-181-263/+276
|
* main: Make dropping videos on the player always replace the playlistBastien Nocera2014-04-181-17/+8
|
* Revert "main: Remove dnd support for the video widget"Bastien Nocera2014-04-181-0/+143
| | | | This reverts commit 73e372b17c9b863cc71c31a1c4286c77cf7d6e0e.
* Updated Spanish translationDaniel Mustieles2014-04-151-295/+507
|
* main: Block popup hiding when "Volume" popover is shownBastien Nocera2014-04-131-0/+14
| | | | Ditto but for the Volume popup.
* main: Block popup hiding when "Go" popover is shownBastien Nocera2014-04-131-7/+8
| | | | | When the "Go" button is toggled on and the menu is shown, block hiding the popup.
* main: Fix possible warnings on startupBastien Nocera2014-04-111-0/+3
| | | | If a media isn't set in the store, skip the comparisons
* opensubtitles: Save downloaded subtitles in the video directoryBastien Nocera2014-04-111-23/+50
| | | | | | | Try to download the subtitle to the movie's directory, and to the cache directory if it fails (read-only locations) https://bugzilla.gnome.org/show_bug.cgi?id=721757
* backend: Don't toggle popups with touchpad clicksBastien Nocera2014-04-111-0/+11
| | | | Only toggle with touchscreens.
* backend: Fix indentationBastien Nocera2014-04-111-20/+20
|
* backend: Hide popups when leaving the windowBastien Nocera2014-04-111-0/+25
| | | | | | | | | | | Monitor leave events on the toplevel window, rather than just on the video widget itself, and only consider it left if it left to a window that's not in the same hierarchy. This means that we know that it's left the whole window (and not just the video widget) and we don't hide the popup when you try to go to the revealed toolbar in fullscreen. https://bugzilla.gnome.org/show_bug.cgi?id=727220
* Revert "backend: Hide popups when leaving the window"Bastien Nocera2014-04-111-19/+0
| | | | This reverts commit 4207cb0c14008bce0044e25f82f9e2a5829c4512.
* backend: Hide popups when leaving the windowBastien Nocera2014-04-111-0/+19
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=727220
* backend: Update copyrightBastien Nocera2014-04-111-1/+2
|
* browser-plugin: Fix warning inhibiting idle for hidden pluginBastien Nocera2014-04-111-1/+1
| | | | | | | | | When the plugin is hidden, we shouldn't be inhibiting idle to prevent the screensaver coming on. It also fixes warnings at run-time as gtk_application_inhibit() expects a real window, not NULL. https://bugzilla.gnome.org/show_bug.cgi?id=693092