summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.11.5V_3_11_5Bastien Nocera2014-02-052-1/+4
|
* build: Enable vala in distcheckBastien Nocera2014-02-051-1/+0
|
* main: Fix distcheckBastien Nocera2014-02-051-0/+1
|
* Updated Scottish Gaelic translationGunChleoc2014-02-051-71/+67
|
* Updated Scottish Gaelic translationGunChleoc2014-02-051-498/+640
|
* main: Add (disabled) debug for scrollingBastien Nocera2014-02-051-0/+7
|
* backend: Remove warning when popups aren't shownBastien Nocera2014-02-051-1/+0
|
* main: Use smaller icons for items without thumbnailsBastien Nocera2014-02-051-1/+1
|
* main: Use "margin-start" and "margin-end"Bastien Nocera2014-02-052-4/+4
| | | | | | Rather than margin-left and margin-right. https://bugzilla.gnome.org/show_bug.cgi?id=723627
* main: Remove close button in fullscreen popupBastien Nocera2014-02-051-1/+0
|
* main: "Add Web Video" UI fixesBastien Nocera2014-02-051-2/+2
| | | | | Rename main action button to "Add", and remove "..." from the title.
* main: Remove dead code for "Exit fullscreen" buttonBastien Nocera2014-02-041-10/+0
|
* main: Fix hooking up volume buttonBastien Nocera2014-02-041-2/+5
|
* main: Move "Repeat" menu item to "Go" menuBastien Nocera2014-02-041-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723321
* main: Hide close button when in selection modeBastien Nocera2014-02-041-0/+3
|
* backend: Fix incorrect time label when starting playbackBastien Nocera2014-02-041-7/+2
| | | | | | We weren't changing the label when the length of the film was known, so we had the hour field missing on one side, and 1:23:00 changing on the other, until we reached the first second of playback.
* backend: Hide popup only once playback has startedBastien Nocera2014-02-041-0/+4
|
* main: Don't hide popups when menu is popped outBastien Nocera2014-02-041-0/+14
|
* backend: Allow forcing the popup to stay onBastien Nocera2014-02-042-0/+47
|
* backend: Remove unused function from headerBastien Nocera2014-02-041-1/+0
|
* backend: Remove unused OSD popupBastien Nocera2014-02-0410-1338/+0
|
* main: Show fullscreen toolbarBastien Nocera2014-02-043-10/+96
| | | | | | | When the video widget tells us to show the controls, pop out the fullscreen toolbar. Helps: https://bugzilla.gnome.org/show_bug.cgi?id=697897
* backend: Rework popup visibilityBastien Nocera2014-02-042-29/+106
| | | | | | | | When using the mouse, show the popup on motion, and hide it after 3 seconds (unless it's on our popup). When using a touchscreen, show/hide the popup on tap. https://bugzilla.gnome.org/show_bug.cgi?id=697897
* main: Don't show buttons on show-allBastien Nocera2014-02-041-0/+3
|
* backend: Work around popover-over-clutter issuesMatthias Clasen2014-02-041-0/+24
| | | | | | | | | | Until GTK+ learns how to render popovers with transparency on top of native subwindows, we can make the GtkVolumeButton appear less broken by making it non-transparent. This still looks buggy with the popover arrow. Helps https://bugzilla.gnome.org/show_bug.cgi?id=723556
* data: Require GTK+ 3.11 in gladeBastien Nocera2014-02-0310-10/+10
|
* backend: Fix mouse wheel on volume seekingBastien Nocera2014-02-031-0/+18
| | | | | | | The scroll event should have been captured by the volume widget instead. https://bugzilla.gnome.org/show_bug.cgi?id=723323
* backend: Don't pass an event to translate_coords()Bastien Nocera2014-02-031-9/+11
| | | | As we might want it to handle different types of events.
* Updated Hebrew translation.Yaron Shahrabani2014-02-031-338/+314
|
* main: Fix empty title when coming back from playerBastien Nocera2014-02-021-1/+1
| | | | | We were setting the title correctly, but then overwriting the title label with the subtitle value.
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-02-022-198/+204
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-02-021-336/+327
|
* main: Remove drag'n'drop code from the playlistBastien Nocera2014-02-011-173/+1
| | | | As it not used anymore.
* main: Remove unused totem_playlist_save_current_playlist_ext()Bastien Nocera2014-02-012-31/+0
|
* main: Fix lost switcher widgetBastien Nocera2014-02-011-1/+5
| | | | | | | | Prevent totem_object_set_main_page() from being called multiple times with the same value. This avoids us losing the switcher widget. Oopsie. https://bugzilla.gnome.org/show_bug.cgi?id=723383
* Updated Indonesian translationAndika Triwidada2014-02-011-333/+262
|
* Updated Greek translationDimitris Spingos2014-02-011-338/+361
|
* main: Fix warnings with broken grl-filesystem pathsBastien Nocera2014-02-013-48/+31
| | | | | | Report errors from the playlist through TotemObject, not through TotemPlaylist. It doesn't have a toplevel anymore, so can't parent dialogues properly.
* main: Remove totem_playlist_get_toplevel() functionBastien Nocera2014-02-011-9/+3
|
* Updated Lithuanian translationAurimas Černius2014-01-311-326/+267
|
* main: We use the mtime so request it from sourcesBastien Nocera2014-01-311-0/+1
|
* main: Fix warnings about GDateTime refcountsBastien Nocera2014-01-311-2/+0
| | | | | grl_media_get_modification_date() doesn't return a reference to the GDateTime, so we shouldn't unref it.
* main: Hidden config to add filesystem paths to channelsBastien Nocera2014-01-312-2/+35
| | | | | This will allow people that don't want to use Tracker, to still have some videos to use totem with.
* Fix build the po filesYosef Or Boczko2014-01-3110-20/+30
| | | | Regression from d6b9de0a775f0adcd05a7ca37df7d88d4bf08a93.
* Fix crh translationYosef Or Boczko2014-01-311-1/+1
|
* main: Fix back button not working after clickBastien Nocera2014-01-311-2/+8
| | | | | | | | We were hiding then showing again the back button when clicking on "back" button, making it unclickable until we left and re-entered the button. https://bugzilla.gnome.org/show_bug.cgi?id=722454
* Updated Spanish translationDaniel Mustieles2014-01-311-3/+3
|
* Updated Spanish translationDaniel Mustieles2014-01-311-273/+256
|
* Updated FSF's addressDaniel Mustieles2014-01-3110-64/+10
|
* main: Swap fullscreen/cog wheel buttonsBastien Nocera2014-01-311-5/+5
| | | | In the player mode.