[Xfce4-commits] Use autoaudiosink for output, possibly fix bug 10041

2013-05-01 Thread Sean Davis
Updating branch refs/heads/master
 to 9cdd010af514f12b2999f28196fd0f7b051a371d (commit)
   from 9a781988a7286f3b80191307861e7d167ae360bf (commit)

commit 9cdd010af514f12b2999f28196fd0f7b051a371d
Author: Sean Davis 
Date:   Wed May 1 20:34:29 2013 -0400

Use autoaudiosink for output, possibly fix bug 10041

 src/gst/parole-gst.c |   14 ++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index a28cb24..bd44a8b 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -105,6 +105,7 @@ struct ParoleGstPrivate
 {
 GstElement  *playbin;
 GstElement   *video_sink;
+GstElement   *audio_sink;
 
 GstBus   *bus;
 
@@ -2224,6 +2225,18 @@ parole_gst_constructed (GObject *object)
g_error ("playbin load failed");
 }
 
+gst->priv->audio_sink = gst_element_factory_make ("autoaudiosink", 
"audio");
+if ( G_UNLIKELY (gst->priv->audio_sink == NULL) )
+   {
+   GError *error;
+   error = g_error_new (0, 0, "%s", _("Unable to load audio GStreamer 
plugin"
+ ", check your GStreamer 
installation"));
+   xfce_dialog_show_error (GTK_WINDOW (gtk_widget_get_toplevel 
(GTK_WIDGET (gst))),
+   error, NULL);
+   g_error_free (error);
+   g_error ("autoaudiosink load failed");
+   }
+
 if (enable_xv)
 {
gst->priv->video_sink = gst_element_factory_make ("xvimagesink", 
"video");
@@ -2250,6 +2263,7 @@ parole_gst_constructed (GObject *object)
 
 g_object_set (G_OBJECT (gst->priv->playbin),
  "video-sink", gst->priv->video_sink,
+ "audio-sink", gst->priv->audio_sink,
  NULL);
 
 /*
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Update changelog

2013-05-01 Thread Sean Davis
Updating branch refs/heads/master
 to 9a781988a7286f3b80191307861e7d167ae360bf (commit)
   from e68d704de79c6a81842195e1356a6be78d1b7c25 (commit)

commit 9a781988a7286f3b80191307861e7d167ae360bf
Author: Sean Davis 
Date:   Wed May 1 19:21:38 2013 -0400

Update changelog

 ChangeLog |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b18ef9a..d8a1b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ git-master: bluesa...@xfce.org
 * Fix playlist controls disabling access to media controls (bug #9936)
 * Fix next-button ignoring shuffle mode (bug #10039)
 * Prevent shuffle from playing the same song twice in a row
+* Fix MKV subtitles being shown when automatically show subtitles is 
disabled (bug 9880)
 
 2013-03-06: bluesa...@xfce.org
 * Stable release 0.5.0
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix MKV subtitles being shown when automatically show subtitles is disabled (bug 9880)

2013-05-01 Thread Sean Davis
Updating branch refs/heads/master
 to e68d704de79c6a81842195e1356a6be78d1b7c25 (commit)
   from 7ea090a71c7e65d6707aa63a617b4a66f98041ae (commit)

commit e68d704de79c6a81842195e1356a6be78d1b7c25
Author: Sean Davis 
Date:   Wed May 1 19:21:00 2013 -0400

Fix MKV subtitles being shown when automatically show subtitles is disabled 
(bug 9880)

 src/parole-player.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index 08cfb71..b942607 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -3305,7 +3305,6 @@ void 
parole_player_combo_box_audiotrack_changed_cb(GtkWidget *widget, ParolePlay
 void parole_player_combo_box_subtitles_changed_cb(GtkWidget *widget, 
ParolePlayer *player)
 {
gint sub_index = 
gtk_combo_box_get_active(GTK_COMBO_BOX(player->priv->combobox_subtitles));
-   if (player->priv->update_languages == FALSE)
gst_set_current_subtitle_track(PAROLE_GST(player->priv->gst), 
sub_index);
parole_player_set_subtitle_radio_menu_item_selected(player, sub_index);
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Italian (it) translation to 100%

2013-05-01 Thread Transifex
Updating branch refs/heads/master
 to b91a9fe5c6c774da233001df7b3fe5545e8ea387 (commit)
   from e2e1b15927753df5e05bbc28f672ffa1d871c682 (commit)

commit b91a9fe5c6c774da233001df7b3fe5545e8ea387
Author: Cristian Marchi 
Date:   Wed May 1 19:38:10 2013 +0200

l10n: Updated Italian (it) translation to 100%

New status: 392 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/it.po |   40 ++--
 1 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/po/it.po b/po/it.po
index 3c01701..a0f1c6a 100644
--- a/po/it.po
+++ b/po/it.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-panel 4.7.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-03-21 09:18+\n"
+"POT-Creation-Date: 2013-05-01 14:33+\n"
 "PO-Revision-Date: 2011-10-29 12:18+0100\n"
 "Last-Translator: Cristian Marchi \n"
 "Language-Team: Italian Translation Team 
\n"
@@ -53,38 +53,38 @@ msgid "Panel"
 msgstr "Pannello"
 
 #. I18N: %s is the name of the plugin
-#: ../libxfce4panel/xfce-panel-plugin.c:1037
+#: ../libxfce4panel/xfce-panel-plugin.c:1029
 #: ../panel/panel-preferences-dialog.c:1099
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Rimuovere davvero \"%s\"?"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1042
+#: ../libxfce4panel/xfce-panel-plugin.c:1034
 #: ../panel/panel-preferences-dialog.c:1102
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Se si rimuove l'elemento dal pannello, verrà perso per sempre."
 
 #. move item
-#: ../libxfce4panel/xfce-panel-plugin.c:1202
+#: ../libxfce4panel/xfce-panel-plugin.c:1194
 msgid "_Move"
 msgstr "_Sposta"
 
-#: ../libxfce4panel/xfce-panel-plugin.c:1236
+#: ../libxfce4panel/xfce-panel-plugin.c:1228
 msgid "Pane_l"
 msgstr "_Pannello"
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1244 ../panel/panel-window.c:2365
+#: ../libxfce4panel/xfce-panel-plugin.c:1236 ../panel/panel-window.c:2365
 msgid "Add _New Items..."
 msgstr "A_ggiungi nuovi elementi..."
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1255 ../panel/panel-window.c:2376
+#: ../libxfce4panel/xfce-panel-plugin.c:1247 ../panel/panel-window.c:2376
 msgid "Panel Pr_eferences..."
 msgstr "_Preferenze del pannello..."
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1272 ../panel/panel-window.c:2404
+#: ../libxfce4panel/xfce-panel-plugin.c:1264 ../panel/panel-window.c:2404
 msgid "Log _Out"
 msgstr "_Esci"
 
@@ -984,23 +984,23 @@ msgstr "Icon_a:"
 msgid "_Show button title"
 msgstr "Mostra il titolo del _pulsante"
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:565
+#: ../plugins/applicationsmenu/applicationsmenu.c:557
 #: ../plugins/directorymenu/directorymenu.c:388
 msgid "Select An Icon"
 msgstr "Selezionare un'icona"
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:603
-#: ../plugins/applicationsmenu/applicationsmenu.c:844
+#: ../plugins/applicationsmenu/applicationsmenu.c:598
+#: ../plugins/applicationsmenu/applicationsmenu.c:839
 #: ../plugins/clock/clock.c:865 ../plugins/launcher/launcher.c:2308
 #, c-format
 msgid "Failed to execute command \"%s\"."
 msgstr "Impossibile eseguire il comando \"%s\"."
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1113
+#: ../plugins/applicationsmenu/applicationsmenu.c:1108
 msgid "No applications found"
 msgstr "Nessuna applicazione trovata"
 
-#: ../plugins/applicationsmenu/applicationsmenu.c:1136
+#: ../plugins/applicationsmenu/applicationsmenu.c:1131
 msgid "Failed to load the applications menu"
 msgstr "Impossibile avviare il menu delle applicazioni"
 
@@ -1807,26 +1807,30 @@ msgid "Window title"
 msgstr "Titolo della finestra"
 
 #: ../plugins/tasklist/tasklist-dialog.glade.h:23
+msgid "_Close windows using middle mouse button"
+msgstr "Chiudi le finestre usando il pulsante c_entrale del mouse"
+
+#: ../plugins/tasklist/tasklist-dialog.glade.h:24
 msgid "_Switch windows using the mouse wheel"
 msgstr "_Scorri tra le finestre usando la rotella del mouse"
 
-#: ../plugins/tasklist/tasklist-widget.c:3245
+#: ../plugins/tasklist/tasklist-widget.c:3278
 msgid "Mi_nimize All"
 msgstr "Mi_nimizza tutte"
 
-#: ../plugins/tasklist/tasklist-widget.c:3254
+#: ../plugins/tasklist/tasklist-widget.c:3287
 msgid "Un_minimize All"
 msgstr "_Deminimizza tutte"
 
-#: ../plugins/tasklist/tasklist-widget.c:3260
+#: ../plugins/tasklist/tasklist-widget.c:3293
 msgid "Ma_ximize All"
 msgstr "_Massimizza tutte"
 
-#: ../plugins/tasklist/tasklist-widget.c:3269
+#: ../plugins/tasklist/tasklist-widget.c:3302
 msgid "_Unmaximize All"
 msgstr "D_emassimizza tutte"
 
-#: ../plugins/tasklist/tasklist-widget.c:3279
+#: ../plugins/tasklist/tasklist-widget.c:3312
 msgid "_Close All"
 msgstr "_Chiudi tutte"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated German (de) translation to 100%

2013-05-01 Thread Transifex
Updating branch refs/heads/master
 to 5b67ab410eb75463f6c391e09b1598320adea334 (commit)
   from 75e8c06daacc1baaeb8a10632f5815b1bf3e37cd (commit)

commit 5b67ab410eb75463f6c391e09b1598320adea334
Author: Mike Massonnet 
Date:   Wed May 1 11:31:52 2013 +0200

l10n: Updated German (de) translation to 100%

New status: 62 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/de.po |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/po/de.po b/po/de.po
index 2d50de1..af28fb0 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,19 +4,19 @@
 # Enrico Tröger , 2006.
 # Fabian Nowak , 2007, 2009.
 # Simon Schneider , 2009
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-clipman-plugin 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-09 02:30+\n"
+"POT-Creation-Date: 2013-05-01 08:06+\n"
 "PO-Revision-Date: 2009-07-04 07:43+0200\n"
 "Last-Translator: Fabian Nowak \n"
 "Language-Team: German \n"
+"Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: de\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
@@ -28,7 +28,7 @@ msgstr "Verwaltung der Zwischenablagen"
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:2
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:2
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:2
-#: ../panel-plugin/main-panel-plugin.c:76
+#: ../panel-plugin/main-panel-plugin.c:72
 #: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94
 #: ../panel-plugin/plugin.c:336
 msgid "Clipman"
@@ -250,7 +250,7 @@ msgstr "Das Muster ist immer mit den besonderen Zeichen »^« 
und »$« veranker
 
 #: ../panel-plugin/settings-dialog.ui.h:33
 msgid "Tweaks"
-msgstr "Feineinstellungnen"
+msgstr "Feineinstellungen"
 
 #: ../panel-plugin/settings-dialog.ui.h:34
 msgid ""
@@ -299,16 +299,16 @@ msgstr ""
 msgid "Are you sure you want to clear the history?"
 msgstr "Möchten Sie den bisherigen Inhalt der Zwischenablage wirklich löschen?"
 
-#: ../panel-plugin/menu.c:203
+#: ../panel-plugin/menu.c:207
 msgid "Don't ask again"
 msgstr "Nicht erneut nachfragen"
 
 #. Insert empty menu item
-#: ../panel-plugin/menu.c:300
+#: ../panel-plugin/menu.c:304
 msgid "Clipboard is empty"
 msgstr "Zwischenablage ist leer"
 
-#: ../panel-plugin/menu.c:395
+#: ../panel-plugin/menu.c:399
 msgid "_Disable"
 msgstr "_Deaktivieren"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits