[Xfce4-commits] Avoid calling g_object_ref on NULL

2013-09-14 Thread Eric Koegel
Updating branch refs/heads/master
 to 383b9773c07966d90b4e36d6281bc6f25f2dcab7 (commit)
   from f4d8e496b996094e9ef016817262994e7cf1ae99 (commit)

commit 383b9773c07966d90b4e36d6281bc6f25f2dcab7
Author: Eric Koegel 
Date:   Sun Sep 15 08:53:51 2013 +0300

Avoid calling g_object_ref on NULL

 src/xfdesktop-file-utils.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/xfdesktop-file-utils.c b/src/xfdesktop-file-utils.c
index 23e5dc3..facc374 100644
--- a/src/xfdesktop-file-utils.c
+++ b/src/xfdesktop-file-utils.c
@@ -377,7 +377,8 @@ xfdesktop_file_utils_file_icon_list_to_file_list(GList 
*icon_list)
 for(l = icon_list; l; l = l->next) {
 icon = XFDESKTOP_FILE_ICON(l->data);
 file = xfdesktop_file_icon_peek_file(icon);
-file_list = g_list_prepend(file_list, g_object_ref(file));
+if(file)
+file_list = g_list_prepend(file_list, g_object_ref(file));
 }
 
 return g_list_reverse(file_list);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation hu (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to f4d8e496b996094e9ef016817262994e7cf1ae99 (commit)
   from fbc89adffdcbe710cae5d5534c5ea3655c7bd64a (commit)

commit f4d8e496b996094e9ef016817262994e7cf1ae99
Author: Nucleo 
Date:   Sun Sep 15 06:32:07 2013 +0200

I18n: Update translation hu (100%).

196 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/hu.po |   88 ++
 1 file changed, 54 insertions(+), 34 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index f6fca0d..90bd4fa 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfdesktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-08-27 06:32+0200\n"
-"PO-Revision-Date: 2013-08-30 23:43+\n"
+"POT-Creation-Date: 2013-08-31 06:32+0200\n"
+"PO-Revision-Date: 2013-09-14 23:59+\n"
 "Last-Translator: Nucleo \n"
 "Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n"
 "MIME-Version: 1.0\n"
@@ -273,7 +273,7 @@ msgstr "Minimalizált alkalmazásikonok"
 msgid "File/launcher icons"
 msgstr "Fájl/indítóikonok"
 
-#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:945
+#: ../settings/xfdesktop-settings-ui.glade.h:10 ../src/xfce-desktop.c:950
 msgid "Desktop"
 msgstr "Asztal"
 
@@ -383,74 +383,74 @@ msgstr "Alapértelmezett ikonok"
 msgid "_Icons"
 msgstr "I_konok"
 
-#: ../src/main.c:243
+#: ../src/main.c:241
 msgid "Display version information"
 msgstr "Verzióinformációk megjelenítése"
 
-#: ../src/main.c:244
+#: ../src/main.c:242
 msgid "Reload all settings, refresh image list"
 msgstr "Minden beállítás újratöltése, képlista frissítése"
 
-#: ../src/main.c:245
+#: ../src/main.c:243
 msgid "Pop up the menu (at the current mouse position)"
 msgstr "A menü megjelenítése (az aktuális egérpozícióban)"
 
-#: ../src/main.c:246
+#: ../src/main.c:244
 msgid "Pop up the window list (at the current mouse position)"
 msgstr "Az ablaklista megjelenítése (az aktuális egérpozícióban)"
 
-#: ../src/main.c:248
+#: ../src/main.c:246
 msgid "Automatically arrange all the icons on the desktop"
 msgstr "Az asztalon lévő ikonok automatikus rendezése"
 
-#: ../src/main.c:250
+#: ../src/main.c:248
 msgid "Cause xfdesktop to quit"
 msgstr "Az xfdesktop bezárása"
 
-#: ../src/main.c:267
+#: ../src/main.c:265
 #, c-format
 msgid "Failed to parse arguments: %s\n"
 msgstr "A paraméterek feldolgozása meghiúsult: %s\n"
 
-#: ../src/main.c:275
+#: ../src/main.c:273
 #, c-format
 msgid "This is %s version %s, running on Xfce %s.\n"
 msgstr "Ez a(z) %s %s verziója, az Xfce %s környezetben.\n"
 
-#: ../src/main.c:277
+#: ../src/main.c:275
 #, c-format
 msgid "Built with GTK+ %d.%d.%d, linked with GTK+ %d.%d.%d."
 msgstr "Összeállítva a GTK+ %d.%d.%d, fut a Gtk+-%d.%d.%d változatával."
 
-#: ../src/main.c:281
+#: ../src/main.c:279
 #, c-format
 msgid "Build options:\n"
 msgstr "Összeállítási beállítások:\n"
 
-#: ../src/main.c:282
+#: ../src/main.c:280
 #, c-format
 msgid "Desktop Menu:%s\n"
 msgstr "Asztali menü: %s\n"
 
-#: ../src/main.c:284 ../src/main.c:291 ../src/main.c:298
+#: ../src/main.c:282 ../src/main.c:289 ../src/main.c:296
 msgid "enabled"
 msgstr "engedélyezve"
 
-#: ../src/main.c:286 ../src/main.c:293 ../src/main.c:300
+#: ../src/main.c:284 ../src/main.c:291 ../src/main.c:298
 msgid "disabled"
 msgstr "letiltva"
 
-#: ../src/main.c:289
+#: ../src/main.c:287
 #, c-format
 msgid "Desktop Icons:   %s\n"
 msgstr "Asztali ikonok: %s\n"
 
-#: ../src/main.c:296
+#: ../src/main.c:294
 #, c-format
 msgid "Desktop File Icons:  %s\n"
 msgstr "Asztali fájlikonok: %s\n"
 
-#: ../src/main.c:329
+#: ../src/main.c:327
 #, c-format
 msgid "%s is not running.\n"
 msgstr "A(z) %s nem fut.\n"
@@ -459,35 +459,55 @@ msgstr "A(z) %s nem fut.\n"
 msgid "_Applications"
 msgstr "_Alkalmazások"
 
-#: ../src/windowlist.c:229
-msgid "Window List"
-msgstr "Ablaklista"
+#: ../src/windowlist.c:72
+#, c-format
+msgid "Remove Workspace %d"
+msgstr "%d. munkaterület eltávolítása"
 
-#: ../src/windowlist.c:255
+#: ../src/windowlist.c:73
 #, c-format
-msgid "Workspace %d"
-msgstr "%d. munkaterület"
+msgid ""
+"Do you really want to remove workspace %d?\n"
+"Note: You are currently on workspace %d."
+msgstr "Valóban el akarja távolítani a %d. munkaterületet? Megjegyzés: Ön 
pillanatnyilag a %d. munkaterületen van."
 
-#: ../src/windowlist.c:264
+#: ../src/windowlist.c:77
 #, c-format
-msgid "Workspace %d"
-msgstr "%d. munkaterület"
+msgid "Remove Workspace '%s'"
+msgstr "„%s” munkaterület eltávolítása"
 
-#: ../src/windowlist.c:266
+#: ../src/windowlist.c:78
 #, c-format
-msgid "Workspace %d"
-msgstr "%d. munkaterület"
+msgid ""
+"Do you really want to remove workspace '%s'?\n"
+"Note: You are currently on workspace '%s'."
+msgstr "Valóban el akarja távolítani a(z) „%s” munkaterületet?\nMegjegyzés: Ön 
pillanatnyilag a(z) „%s” munkaterületen van."
+
+#. Popup a dialog box confirming 

[Xfce4-commits] I18n: Add new translation ar (91%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to b14ffcf4628a5aab70b5c439934451344375ff9b (commit)
   from 4866bc6581b4f5ddd615edff87e238c289898c23 (commit)

commit b14ffcf4628a5aab70b5c439934451344375ff9b
Author: Karim Oulad Chalha 
Date:   Sun Sep 15 06:30:14 2013 +0200

I18n: Add new translation ar (91%).

150 translated messages, 14 untranslated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/{is.po => ar.po} |  335 +--
 1 file changed, 167 insertions(+), 168 deletions(-)

diff --git a/po/is.po b/po/ar.po
similarity index 63%
copy from po/is.po
copy to po/ar.po
index 5817914..5332e5f 100644
--- a/po/is.po
+++ b/po/ar.po
@@ -3,98 +3,97 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Sveinn í Felli , 2010-2012
-# Sveinn í Felli , 2013
+# Karim Oulad Chalha , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Libxfce4ui\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2013-07-02 22:33+0200\n"
-"PO-Revision-Date: 2013-09-13 12:52+\n"
-"Last-Translator: Sveinn í Felli \n"
-"Language-Team: Icelandic 
(http://www.transifex.com/projects/p/xfce/language/is/)\n"
+"PO-Revision-Date: 2013-09-15 01:20+\n"
+"Last-Translator: Karim Oulad Chalha \n"
+"Language-Team: Arabic 
(http://www.transifex.com/projects/p/xfce/language/ar/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: is\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: ar\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && 
n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
 
 #: ../libxfce4ui/xfce-dialogs.c:98
 msgid "Failed to open web browser for online documentation"
-msgstr ""
+msgstr "فشل فتح متصفح الوب لقراءة وثائق عبر النت"
 
 #: ../libxfce4ui/xfce-dialogs.c:213
 #, c-format
 msgid "Do you want to read the %s manual online?"
-msgstr "Viltu lesa %s handbókina á netinu?"
+msgstr "هل تريد قراءة %s دليل المتوفر على الشبكة؟"
 
 #: ../libxfce4ui/xfce-dialogs.c:215
 msgid "Do you want to read the manual online?"
-msgstr "Viltu lesa handbókina á netinu?"
+msgstr "هل تريد قراءة دليل المتوفر على الشبكة؟"
 
 #: ../libxfce4ui/xfce-dialogs.c:218
 msgid "Online Documentation"
-msgstr "Handbækur á netinu"
+msgstr "وثائق من النت"
 
 #: ../libxfce4ui/xfce-dialogs.c:221
 msgid ""
 "You will be redirected to the documentation website where the help pages are"
 " maintained and translated."
-msgstr ""
+msgstr "سيتم توجيهك إلى موقع الوثائق حيث يتم الحفاظ على صفحات المساعدة 
وترجمتها."
 
 #: ../libxfce4ui/xfce-dialogs.c:225
 msgid "_Read Online"
-msgstr "Lesa á _netinu"
+msgstr "_قراءة عبر الشبكة"
 
 #: ../libxfce4ui/xfce-dialogs.c:237
 msgid "_Always go directly to the online documentation"
-msgstr "Fara alltaf beint í handbækur/skjölun á netinu"
+msgstr "الذهاب دائما إلى الوثائق عبر الشبكة"
 
 #: ../libxfce4ui/xfce-dialogs.c:281
 msgid "Information"
-msgstr "Upplýsingar"
+msgstr "معلومات"
 
 #: ../libxfce4ui/xfce-dialogs.c:314
 msgid "Warning"
-msgstr "Aðvörun"
+msgstr "تحذير"
 
 #: ../libxfce4ui/xfce-dialogs.c:348
 msgid "Error"
-msgstr "Villa"
+msgstr "خطأ"
 
 #: ../libxfce4ui/xfce-dialogs.c:399
 msgid "Question"
-msgstr "Spurning"
+msgstr "السؤال"
 
 #: ../libxfce4ui/xfce-sm-client.c:1424
 msgid "Session management client ID"
-msgstr "Biðlaraauðkenni í setustýringu"
+msgstr "رقم معرّف إدارة الجلسة"
 
 #: ../libxfce4ui/xfce-sm-client.c:1424
 msgid "ID"
-msgstr "Auðkenni (ID)"
+msgstr "معرف"
 
 #: ../libxfce4ui/xfce-sm-client.c:1425
 msgid "Disable session management"
-msgstr "Afvirkja setustýringu"
+msgstr "تعطيل إدارة الجلسة"
 
 #: ../libxfce4ui/xfce-sm-client.c:1435
 msgid "Session management options"
-msgstr "Valkostir setustýringar"
+msgstr "خيارات إدارة الجلسة"
 
 #: ../libxfce4ui/xfce-sm-client.c:1436
 msgid "Show session management options"
-msgstr "Sýna valkosti setustýringar"
+msgstr "عرض خيارات إدارة الجلسة"
 
 #: ../libxfce4ui/xfce-sm-client.c:1611
 #, c-format
 msgid "Failed to connect to the session manager: %s"
-msgstr "Mistókst að tengjast setustýringu: %s"
+msgstr "فشل الاتصال بمدير الجلسة: %s"
 
 #: ../libxfce4ui/xfce-sm-client.c:1617
 #, c-format
 msgid "Session manager did not return a valid client id"
-msgstr "Setustýringin gaf ekki gilt biðlaraauðkenni"
+msgstr "مدير الجلسة لم يقم بإرجاع معرف عميل صالح"
 
 #. print warning for user
 #: ../libxfce4ui/xfce-spawn.c:413
@@ -102,14 +101,14 @@ msgstr "Setustýringin gaf ekki gilt biðlaraauðkenni"
 msgid ""
 "Working directory \"%s\" does not exist. It won't be used when spawning "
 "\"%s\"."
-msgstr "Vinnumappan \"%s\" er ekki til. Hún verður ekki notuð við gerð \"%s\"."
+msgstr "مسار العمل \"%s\" غير موجود. ولن يستخدم عند توليد \"%s\"."
 
 #: ../libxfce4kbd-private/xfce-shortcuts.c:53
 #, c-format
 msgid ""
 "This shortcut is already being used for the action '%s'. Which action do you"
 " want to use?"
-msgstr "Þessi flýtileið er þegar í n

[Xfce4-commits] I18n: Update translation hu (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to 25f6fef8209d2caf1d16f32500e74e2fbf1b2fac (commit)
   from 711f45859b61373d9e8789f05cfa7108e5fd17c0 (commit)

commit 25f6fef8209d2caf1d16f32500e74e2fbf1b2fac
Author: Nucleo 
Date:   Sun Sep 15 06:31:27 2013 +0200

I18n: Update translation hu (100%).

37 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/hu.po |   50 --
 1 file changed, 16 insertions(+), 34 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index b4d4559..ac61fab 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,7 +1,7 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Translators:
 # Nucleo , 2013
 # Gabor Kelemen , 2011,2013
@@ -9,15 +9,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-09-06 01:59+0100\n"
-"PO-Revision-Date: 2013-08-30 23:46+\n"
+"POT-Creation-Date: 2013-09-06 00:31+0200\n"
+"PO-Revision-Date: 2013-09-15 00:19+\n"
 "Last-Translator: Nucleo \n"
-"Language-Team: Hungarian (http://www.transifex.com/projects/p/xfce/language/";
-"hu/)\n"
-"Language: hu\n"
+"Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../panel-plugin/indicator.desktop.in.in.h:1
@@ -28,7 +27,7 @@ msgstr "Indikátor bővítmény"
 msgid ""
 "Provides a panel area for Unity indicators. Indicators allow applications "
 "and system services to display their status and interact with the user."
-msgstr ""
+msgstr "Helyet biztosít a panelen a Unity indikátoroknak. Az indikátorok 
lehetővé teszik az alkalmazásoknak és a rendszerszolgáltatásoknak, hogy 
megjelenítsék állapotukat és interakcióba lépjenek a felhasználóval."
 
 #: ../panel-plugin/indicator.c:176
 msgid "Copyright (c) 2009-2013\n"
@@ -38,7 +37,8 @@ msgstr "Copyright (c) 2009-2013\n"
 msgid "No Indicators"
 msgstr "Nincsenek indikátorok"
 
-#. raw name,   pretty name,
 icon-name(?)
+#. raw name,   pretty name,
+#. icon-name(?)
 #: ../panel-plugin/indicator-dialog.c:57
 msgid "Application Indicators"
 msgstr "Alkalmazásindikátorok"
@@ -81,15 +81,15 @@ msgstr "Szinkronizálás menü"
 
 #: ../panel-plugin/indicator-dialog.c:73
 msgid "Keyboard"
-msgstr ""
+msgstr "Billentyűzet"
 
 #: ../panel-plugin/indicator-dialog.c:74
 msgid "Location"
-msgstr ""
+msgstr "Hely"
 
 #: ../panel-plugin/indicator-dialog.c:75
 msgid "Network"
-msgstr ""
+msgstr "Hálózat"
 
 #: ../panel-plugin/indicator-dialog.c:76
 msgid "Workrave"
@@ -110,13 +110,13 @@ msgstr "Indikátorok"
 
 #: ../panel-plugin/indicator-dialog.glade.h:2
 msgid "Arrange indicators in a single row"
-msgstr ""
+msgstr "Indikátorok rendezése egy sorba"
 
 #: ../panel-plugin/indicator-dialog.glade.h:3
 msgid ""
 "If enabled, ensure that the indicators are laid out in a single row or "
 "column."
-msgstr ""
+msgstr "Ha bekapcsolt, az indikátorok egy sorba vagy oszlopba kerülnek."
 
 #: ../panel-plugin/indicator-dialog.glade.h:4
 msgid "Align left in deskbar mode"
@@ -126,9 +126,7 @@ msgstr "Balra igazítás asztali sáv módban"
 msgid ""
 "Controls the indicator button layout when the panel is in a Deskbar mode. "
 "Possible choices are \"centered\" or \"aligned left\"."
-msgstr ""
-"Az indikátor gombelrendezést vezérli amikor a panel asztali sáv módban van. "
-"A lehetséges értékek a „középre igazított” és a „balra igazított”."
+msgstr "Az indikátor gombelrendezést vezérli amikor a panel asztali sáv módban 
van. A lehetséges értékek a „középre igazított” és a „balra igazított”."
 
 #: ../panel-plugin/indicator-dialog.glade.h:6
 msgid "Appearance"
@@ -142,9 +140,7 @@ msgstr "Indikátorok elrejtése alapértelmezésben"
 msgid ""
 "When enabled, only indicators marked \"Visible\" are shown. Otherwise, all "
 "indicators not marked \"Hidden\" are displayed."
-msgstr ""
-"Ha bekapcsolt, csak a \"Látható\"-nak jelöltek jelennek meg. Egyébként "
-"minden indikátor mely nincs \"Rejtett\"-nek jelölve, megjelenik."
+msgstr "Ha bekapcsolt, csak a \"Látható\"-nak jelöltek jelennek meg. Egyébként 
minden indikátor mely nincs \"Rejtett\"-nek jelölve, megjelenik."
 
 #: ../panel-plugin/indicator-dialog.glade.h:9
 msgid "Indicator"
@@ -168,8 +164,7 @@ msgstr "A kiválasztott indikátor mozgatása egy sorral 
lejjebb."
 
 #: ../panel-plugin/indicator-dialog.glade.h:14
 msgid "Please restart the panel for visibility changes to take effect."
-msgstr ""
-"Indítsa újra a panelt a láthatósági változások életbe lépéséhez."
+msgstr "Indítsa újra a panelt a láthatósági változások életbe 
lépéséhez."
 
 #: ../panel-plugin/indicator-dialog.glade.h:15
 msgid "C_lear known indicators"
@@

[Xfce4-commits] I18n: Update translation hu (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to e2bee3d925a3ce26857edf66947535fca11fdfde (commit)
   from b025ce42a283a3e161801cb08f3fde1869f25983 (commit)

commit e2bee3d925a3ce26857edf66947535fca11fdfde
Author: Nucleo 
Date:   Sun Sep 15 06:31:14 2013 +0200

I18n: Update translation hu (100%).

63 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/hu.po |  209 +++---
 1 file changed, 132 insertions(+), 77 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index 033c961..a31c983 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,243 +1,298 @@
-# Hungarian translation of xfce4-cellmodem-plugin
-# Copyright 2009. Free Software Foundation, Inc.
-# This file is distributed under the same license as the 
xfce4-cellmodem-plugin package.
-#
-# Gabor Kelemen , 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Nucleo , 2013
+# Gabor Kelemen , 2009
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-cellmodem-plugin\n"
+"Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-23 12:18+0200\n"
-"PO-Revision-Date: 2009-07-23 18:54+0200\n"
-"Last-Translator: Gabor Kelemen \n"
-"Language-Team: Hungarian \n"
+"POT-Creation-Date: 2013-07-03 20:50+0200\n"
+"PO-Revision-Date: 2013-09-15 00:40+\n"
+"Last-Translator: Nucleo \n"
+"Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../panel-plugin/cellmodem.c:482
+#: ../panel-plugin/cellmodem.c:579
 msgid "Initializing plugin now"
 msgstr "Bővítmény inicializálása"
 
-#: ../panel-plugin/cellmodem.c:505
+#: ../panel-plugin/cellmodem.c:603
 #, c-format
 msgid ""
 "Error detected:\n"
 "%s"
-msgstr ""
-"Hiba történt:\n"
-"%s"
+msgstr "Hiba történt:\n%s"
 
-#: ../panel-plugin/cellmodem.c:511
+#: ../panel-plugin/cellmodem.c:611
 #, c-format
 msgid "Not registered"
 msgstr "Nincs regisztrálva"
 
-#: ../panel-plugin/cellmodem.c:514
+#: ../panel-plugin/cellmodem.c:614
 #, c-format
 msgid "Modem needs PIN"
 msgstr "A modem PIN-kódot igényel"
 
-#: ../panel-plugin/cellmodem.c:517
+#: ../panel-plugin/cellmodem.c:617
 #, c-format
 msgid "Registering"
 msgstr "Regisztráció"
 
-#: ../panel-plugin/cellmodem.c:520
+#: ../panel-plugin/cellmodem.c:622
 #, c-format
 msgid ""
 "Registered [GPRS] to %s\n"
 "Quality: %d (%d%%)"
-msgstr ""
-"[GPRS] regisztrálva ehhez: %s\n"
-"Minőség: %d (%d%%)"
+msgstr "[GPRS] regisztrálva ehhez: %s\nMinőség: %d (%d%%)"
 
-#: ../panel-plugin/cellmodem.c:523
+#: ../panel-plugin/cellmodem.c:628
 #, c-format
 msgid ""
 "Registered [UMTS] to %s\n"
 "Quality: %d (%d%%)"
-msgstr ""
-"[UMTS] regisztrálva ehhez: %s\n"
-"Minőség: %d (%d%%)"
+msgstr "[UMTS] regisztrálva ehhez: %s\nMinőség: %d (%d%%)"
 
-#: ../panel-plugin/cellmodem.c:526
+#: ../panel-plugin/cellmodem.c:634
 #, c-format
 msgid ""
 "Registered [HSDPA] to %s\n"
 "Quality: %d (%d%%)"
-msgstr ""
-"[HSDPA] regisztrálva ehhez: %s\n"
-"Minőség: %d (%d%%)"
+msgstr "[HSDPA] regisztrálva ehhez: %s\nMinőség: %d (%d%%)"
 
-#: ../panel-plugin/cellmodem.c:529
+#: ../panel-plugin/cellmodem.c:640
 #, c-format
 msgid ""
 "Registered to %s\n"
 "Quality: %d (%d%%)"
-msgstr ""
-"Regisztrálva ehhez: %s\n"
-"Minőség: %d (%d%%)"
+msgstr "Regisztrálva ehhez: %s\nMinőség: %d (%d%%)"
 
-#. Error
-#: ../panel-plugin/cellmodem.c:687
+#: ../panel-plugin/cellmodem.c:649
+#, c-format
+msgid ""
+"\n"
+"No SMS support"
+msgstr "\nNincs SMS támogatás"
+
+#: ../panel-plugin/cellmodem.c:669
+#, c-format
+msgid ""
+"\n"
+"SMS not checked yet"
+msgstr "\nSMS még nem ellenőrzött"
+
+#: ../panel-plugin/cellmodem.c:849
 msgid "Error in modem reply to CREG"
 msgstr "Hiba a modem válaszában a CREG-re"
 
-#: ../panel-plugin/cellmodem.c:696
+#: ../panel-plugin/cellmodem.c:862
 msgid "Invalid reply to +CREG"
 msgstr "Érvénytelen válasz a +CREG-re"
 
-#: ../panel-plugin/cellmodem.c:721
+#: ../panel-plugin/cellmodem.c:893
 msgid "Invalid CREG reply from modem"
 msgstr "Érvénytelen CREG válasz a modemtől"
 
-#: ../panel-plugin/cellmodem.c:760
+#: ../panel-plugin/cellmodem.c:940
 msgid "Error in modem reply to COPS"
 msgstr "Hiba a modem válaszában a COPS-ra"
 
-#: ../panel-plugin/cellmodem.c:816
+#: ../panel-plugin/cellmodem.c:1012
 msgid "Invalid COPS reply from modem"
 msgstr "Érvénytelen COPS válasz a modemtől"
 
-#: ../panel-plugin/cellmodem.c:844
+#: ../panel-plugin/cellmodem.c:1068
 msgid "Error in modem reply to CPIN"
 msgstr "Hiba a modem válaszában a CPIN-re"
 
-#: ../panel-plugin/cellmodem.c:870
+#: ../panel-plugin/cellmodem.c:1105
 msgid "Invalid CPIN reply from modem"
 msgstr "Érvénytelen 

[Xfce4-commits] I18n: Update translation hu (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to 96743bb42d8528aa6583fa187a9b8fcbaba6fdfc (commit)
   from d5143a708d5dbbc27734a98ad788f381c5fa53d9 (commit)

commit 96743bb42d8528aa6583fa187a9b8fcbaba6fdfc
Author: Nucleo 
Date:   Sun Sep 15 06:31:17 2013 +0200

I18n: Update translation hu (100%).

39 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/hu.po |  118 +-
 1 file changed, 48 insertions(+), 70 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index f0d13a1..910e4f6 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,38 +1,39 @@
-# Hungarian translation of xfce4-cpufreq-plugin
-# Copyright (C) 2009, Free Software Foundation, Inc.
-# This file is distributed under the same license as the xfce4-cpufreq-plugin 
package.
-#
-# Gabor Kelemen , 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Nucleo , 2013
+# Gabor Kelemen , 2009
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-cpufreq-plugin\n"
+"Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-08-18 09:44+0200\n"
-"PO-Revision-Date: 2009-07-25 11:55+0200\n"
-"Last-Translator: Gabor Kelemen \n"
-"Language-Team: Hungarian \n"
-"Language: \n"
+"POT-Creation-Date: 2013-08-30 00:31+0200\n"
+"PO-Revision-Date: 2013-09-15 01:28+\n"
+"Last-Translator: Nucleo \n"
+"Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:78
 msgid "Select font..."
-msgstr ""
+msgstr "Betűkészlet kiválasztása..."
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:80
 msgid "Select font family and size to use for the labels."
-msgstr ""
+msgstr "Betűkészlet és méret kiválasztása a címkékhez."
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:84
 msgid "Right-click to revert to the default font."
-msgstr ""
+msgstr "Jobb-klikk az alapértelmezett betűkészlet visszaállításához."
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:102
 msgid "Select font"
-msgstr ""
+msgstr "Betűkészlet kiválasztása"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:188
 msgid "Configure CPU Frequency Monitor"
@@ -48,7 +49,7 @@ msgstr "Megfigyelés"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:223
 msgid "_Update interval:"
-msgstr ""
+msgstr "_Frissítés gyakorisága:"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:241
 msgid "Panel"
@@ -56,56 +57,50 @@ msgstr "Panel"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:257
 msgid "_Font:"
-msgstr ""
+msgstr "_Betűkészlet:"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:275
-#, fuzzy
 msgid "_Display CPU:"
-msgstr "CPU megjelenítése:"
+msgstr "_CPU megjelenítése:"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:290
 msgid "min"
-msgstr ""
+msgstr "min."
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:291
 msgid "avg"
-msgstr ""
+msgstr "átlag"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:292
 msgid "max"
-msgstr ""
+msgstr "max."
 
 #. check buttons for display widgets in panel
 #: ../panel-plugin/xfce4-cpufreq-configure.c:298
 msgid "_Keep compact"
-msgstr ""
+msgstr "_Kompakt mód tartása"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:303
 msgid "Show text in a single _line"
-msgstr ""
+msgstr "Szöveg megje_lenítése egy sorban"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:308
-#, fuzzy
 msgid "Show CPU _icon"
-msgstr "CPU-ikon megjelenítése"
+msgstr "CPU _ikon megjelenítése"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:313
-#, fuzzy
+#: ../panel-plugin/xfce4-cpufreq-configure.c:315
 msgid "Show CPU fre_quency"
-msgstr "CPU-frekvencia megjelenítése"
+msgstr "CPU frek_vencia megjelenítése"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:318
-#, fuzzy
+#: ../panel-plugin/xfce4-cpufreq-configure.c:320
 msgid "Show CPU _governor"
-msgstr "CPU-irányelv megjelenítése"
+msgstr "CPU ve_zérlő megjelenítése"
 
-#: ../panel-plugin/xfce4-cpufreq-linux.c:465
+#: ../panel-plugin/xfce4-cpufreq-linux.c:485
 msgid ""
 "Your system does not support cpufreq.\n"
 "The applet only shows the current cpu frequency"
-msgstr ""
-"A rendszer nem támogatja az órajel módosítását.\n"
-"A bővítmény csak a jelenlegi frekvenciát jeleníti meg"
+msgstr "A rendszer nem támogatja az órajel módosítását.\nA bővítmény csak a 
jelenlegi frekvenciát jeleníti meg"
 
 #: ../panel-plugin/xfce4-cpufreq-overview.c:73
 msgid "Scaling driver:"
@@ -138,70 +133,53 @@ msgstr "A rendszer összes CPU-jának áttekintése"
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:60
 msgid "current min"
-msgstr ""
+msgstr "jelenlegi min."
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:79
 msgid "current avg"
-msgstr ""
+msgstr "jelenlegi átlag"
 
 #: ../panel-plugin/x

[Xfce4-commits] I18n: Update translation hu (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to 6c841f7d2714427a1fbd407575a6ff965d1effb2 (commit)
   from 6b1da56ee935aaa9c1124a887f36bb45a7ccc1a9 (commit)

commit 6c841f7d2714427a1fbd407575a6ff965d1effb2
Author: Nucleo 
Date:   Sun Sep 15 06:31:29 2013 +0200

I18n: Update translation hu (100%).

108 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/hu.po |  335 ++
 1 file changed, 138 insertions(+), 197 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index 188ab89..626b277 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,22 +1,23 @@
-# Hungarian translation of xfce4-mailwatch-plugin
-# Copyright 2006, 2009. Free Software Foundation, Inc.
-# This file is distributed under the same license as the 
xfce4-mailwatch-plugin package.
-#
-# Gabor Kelemen , 2006, 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Nucleo , 2013
+# Gabor Kelemen , 2006,2009
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-mailwatch-plugin\n"
+"Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-07-23 12:19+0200\n"
-"PO-Revision-Date: 2009-07-24 01:58+0200\n"
-"Last-Translator: Gabor Kelemen \n"
-"Language-Team: Hungarian \n"
+"POT-Creation-Date: 2013-09-01 00:31+0200\n"
+"PO-Revision-Date: 2013-09-14 23:47+\n"
+"Last-Translator: Nucleo \n"
+"Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2009-07-23 16:48+\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:204
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:399
@@ -30,20 +31,15 @@ msgstr "A TLS kézfogás meghiúsult: %s"
 msgid ""
 "Received HTTP response code %d.  The most likely reason for this is that "
 "your GMail username or password is incorrect."
-msgstr ""
-"A(z) %d HTTP válaszkód érkezett. Ennek legvalószínűbb oka, hogy a GMail "
-"felhasználói nevét vagy jelszavát helytelenül adta meg."
+msgstr "A(z) %d HTTP válaszkód érkezett. Ennek legvalószínűbb oka, hogy a 
GMail felhasználói nevét vagy jelszavát helytelenül adta meg."
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:261
 #, c-format
 msgid ""
-"Received HTTP response code %d, which should be 200.  There may be a problem "
-"with GMail's servers, or they have incompatibly changed their authentication "
-"method or location of the new messages feed."
-msgstr ""
-"A(z) %d HTTP válaszkód érkezett, amelynek 200-nak kellene lennie. Probléma "
-"lehet a GMail kiszolgálóival, vagy inkompatibilis módon módosították a "
-"hitelesítési eljárásukat, vagy az új üzenetek folyamának helyét."
+"Received HTTP response code %d, which should be 200.  There may be a problem"
+" with GMail's servers, or they have incompatibly changed their "
+"authentication method or location of the new messages feed."
+msgstr "A(z) %d HTTP válaszkód érkezett, amelynek 200-nak kellene lennie. 
Probléma lehet a GMail kiszolgálóival, vagy inkompatibilis módon módosították a 
hitelesítési eljárásukat, vagy az új üzenetek folyamának helyét."
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:394
 #: ../libmailwatch-core/mailwatch-mailbox-imap.c:735
@@ -55,27 +51,27 @@ msgid "Previous thread hasn't exited yet, not checking mail 
this time."
 msgstr "Az előző szál még nem lépett ki, a levélellenőrzés most elmarad."
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:535
-#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1748
+#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1723
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:863
 msgid "_Username:"
 msgstr "_Felhasználói név:"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:555
-#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1768
+#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1743
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:883
 msgid "_Password:"
 msgstr "_Jelszó:"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:576
-#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1807
+#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1782
 #: ../libmailwatch-core/mailwatch-mailbox-pop3.c:915
 msgid "Check for _new messages every"
 msgstr "Új üzenetek _ellenőrzése minden"
 
 #: ../libmailwatch-core/mailwatch-mailbox-gmail.c:591
-#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1821
+#: ../libmailwatch-core/mailwatch-mailbox-imap.c:1796
 #: ../libmailwatch-core/mailwatch-mailbox-maildir.c:374
-#: ../libmailwatch-core/mailwatch-mailbox-mbox.c:411
+#: ../libmailwatch-core/mailwatch-mailbox-mbox.c:412
 #: ../libmailwatch-core/mailwatch-mailbox-mh.c:605
 #: ../libmailwatch-core/mailwatch-mailbox-p

[Xfce4-commits] I18n: Update translation hu (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to 54faeaafb75867a06baf5a13dc355f3a08b9f62b (commit)
   from 7424252e07e6162ef6b73939ea30a1c8f7ba176f (commit)

commit 54faeaafb75867a06baf5a13dc355f3a08b9f62b
Author: Nucleo 
Date:   Sun Sep 15 06:31:58 2013 +0200

I18n: Update translation hu (100%).

17 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/hu.po |   65 +++---
 1 file changed, 15 insertions(+), 50 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index 9450ad1..53cdb87 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,22 +1,23 @@
-# Hungarian translation of xfce4-xkb-plugin
-# Copyright 2009. Free Software Foundation, Inc.
-# This file is distributed under the same license as the xfce4-xkb-plugin 
package.
-#
-# Gabor Kelemen , 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Nucleo , 2013
+# Gabor Kelemen , 2009
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-xkb-plugin\n"
+"Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-07-27 22:05-0400\n"
-"PO-Revision-Date: 2009-07-25 10:54+0200\n"
-"Last-Translator: Gabor Kelemen \n"
-"Language-Team: Hungarian \n"
-"Language: \n"
+"POT-Creation-Date: 2013-07-03 21:34+0200\n"
+"PO-Revision-Date: 2013-09-15 00:02+\n"
+"Last-Translator: Nucleo \n"
+"Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: hu\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
 
 #: ../panel-plugin/xkb-settings-dialog.c:112
 #: ../panel-plugin/xkb-plugin.desktop.in.in.h:1
@@ -81,46 +82,10 @@ msgstr "Lehetővé teszi több billentyűzetkiosztás 
beállítását és haszn
 msgid "Other plugins available here"
 msgstr "További elérhető bővítmények"
 
-#: ../panel-plugin/xfce4-xkb-plugin.c:125
-#, fuzzy
+#: ../panel-plugin/xfce4-xkb-plugin.c:128
 msgid "Keyboard settings"
-msgstr "Billentyűzetkiosztások"
+msgstr "Billentyűzet beállítások"
 
 #: ../panel-plugin/xkb-plugin.desktop.in.in.h:2
 msgid "Keyboard layouts setup and switch plugin"
 msgstr "Billentyűzetkiosztás-beállító és -váltó bővítmény"
-
-#~ msgid ""
-#~ "XKB configuration modifications are\n"
-#~ "disabled from the config file.\n"
-#~ "\n"
-#~ "See the README file for more information."
-#~ msgstr ""
-#~ "Az XKB beállításainak módosítása\n"
-#~ "a beállítófájlban le van tiltva.\n"
-#~ "\n"
-#~ "További információkért lásd a README fájlt."
-
-#~ msgid "Keyboard model:"
-#~ msgstr "Billentyűzet típusa:"
-
-#~ msgid "Change layout option:"
-#~ msgstr "Kiosztás beállításának módosítása:"
-
-#~ msgid "Compose key position:"
-#~ msgstr "Kombináló billentyű pozíciója:"
-
-#~ msgid "Keyboard layouts:"
-#~ msgstr "Billentyűzetkiosztások:"
-
-#~ msgid "Default"
-#~ msgstr "Alapértelmezett"
-
-#~ msgid "Layout"
-#~ msgstr "Kiosztás"
-
-#~ msgid "Variant"
-#~ msgstr "Változat"
-
-#~ msgid "Add layout"
-#~ msgstr "Kiosztás hozzáadása"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] I18n: Update translation hu (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to b634d3c89c92ea79ed4c8503e2f3c9ddfba49cc9 (commit)
   from abbd997ff924cf33ccf212b8320f963e6394c89f (commit)

commit b634d3c89c92ea79ed4c8503e2f3c9ddfba49cc9
Author: Nucleo 
Date:   Sun Sep 15 06:31:48 2013 +0200

I18n: Update translation hu (100%).

41 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/hu.po |  207 +++---
 1 file changed, 103 insertions(+), 104 deletions(-)

diff --git a/po/hu.po b/po/hu.po
index 2bb670b..a1dad97 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,202 +1,201 @@
-# Hungarian translation of xfce4-timer-plugin
-# Copyright 2009. Free Software Foundation, Inc.
-# This file is distributed under the same license as the xfce4-timer-plugin 
package.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 # 
-# Gabor Kelemen , 2009.
-# SZERVÁC Attila 
+# Translators:
+# Nucleo , 2013
+# Gabor Kelemen , 2009
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-timer-plugin\n"
+"Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-10 21:29+0200\n"
-"PO-Revision-Date: 2009-07-25 01:53+0200\n"
-"Last-Translator: Gabor Kelemen \n"
-"Language-Team: Hungarian \n"
+"POT-Creation-Date: 2013-07-13 22:15+0200\n"
+"PO-Revision-Date: 2013-09-15 01:03+\n"
+"Last-Translator: Nucleo \n"
+"Language-Team: Hungarian 
(http://www.transifex.com/projects/p/xfce/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: \n"
+"Language: hu\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
 
-#: ../src/xfcetimer.c:100
+#: ../src/xfcetimer.c:141
 #, c-format
 msgid "%dh %dm %ds left"
 msgstr "%dó %dp %dmp van hátra"
 
-#: ../src/xfcetimer.c:103
+#: ../src/xfcetimer.c:144
 #, c-format
 msgid "%dm %ds left"
 msgstr "%dp %dmp van hátra"
 
-#: ../src/xfcetimer.c:105
+#: ../src/xfcetimer.c:146
 #, c-format
 msgid "%ds left"
 msgstr "%dmp van hátra"
 
-#: ../src/xfcetimer.c:126
+#: ../src/xfcetimer.c:149
+msgid " (Paused)"
+msgstr "(Felfüggesztve)"
+
+#. Display the name of the alarm when the countdown ends
+#: ../src/xfcetimer.c:170
+#, c-format
 msgid ""
 "Beeep! :) \n"
-"Time is up!"
-msgstr ""
-"Csörrr! :)\n"
-"Letelt az idő!"
+"Time is up for the alarm %s."
+msgstr "Csörrr! :)\nLejárt a(z) %s riasztás ideje."
 
-#: ../src/xfcetimer.c:424
+#: ../src/xfcetimer.c:462
+msgid "Resume timer"
+msgstr "Időzítő folytatása"
+
+#: ../src/xfcetimer.c:469 ../src/xfcetimer.c:525
 msgid "Stop timer"
 msgstr "Időzítő leállítása"
 
-#: ../src/xfcetimer.c:426
+#: ../src/xfcetimer.c:513
+msgid "Pause timer"
+msgstr "Időzítő felfüggesztése"
+
+#: ../src/xfcetimer.c:527
 msgid "Start timer"
 msgstr "Időzítő indítása"
 
-#: ../src/xfcetimer.c:436
+#: ../src/xfcetimer.c:536
 msgid "Stop the alarm"
 msgstr "Figyelmeztetés leállítása"
 
-#: ../src/xfcetimer.c:482 ../src/xfcetimer.c:556
+#: ../src/xfcetimer.c:591 ../src/xfcetimer.c:662
 #, c-format
 msgid "%dh %dm %ds"
 msgstr "%dó %dp %dmp"
 
-#: ../src/xfcetimer.c:484 ../src/xfcetimer.c:558
+#: ../src/xfcetimer.c:593 ../src/xfcetimer.c:664
 #, c-format
 msgid "%dm %ds"
 msgstr "%dp %dmp"
 
-#: ../src/xfcetimer.c:486 ../src/xfcetimer.c:560
+#: ../src/xfcetimer.c:595 ../src/xfcetimer.c:666
 #, c-format
 msgid "%ds"
 msgstr "%dmp"
 
-#: ../src/xfcetimer.c:496 ../src/xfcetimer.c:570
+#: ../src/xfcetimer.c:604 ../src/xfcetimer.c:675
 #, c-format
 msgid "At %02d:%02d"
 msgstr "Ekkor: %02d.%02d"
 
-#: ../src/xfcetimer.c:619
-msgid "Name"
-msgstr "Név"
+#: ../src/xfcetimer.c:774
+msgid "Name:"
+msgstr "Név:"
 
 #. 
-#: ../src/xfcetimer.c:627
+#: ../src/xfcetimer.c:782
 msgid "Enter the countdown time"
 msgstr "Adja meg a visszaszámlálási időt"
 
-#: ../src/xfcetimer.c:629
+#: ../src/xfcetimer.c:785
 msgid "Enter the time of alarm (24h format)"
 msgstr "Adja meg a figyelmeztetés időpontját (24 órás formátumban)"
 
-#: ../src/xfcetimer.c:640
+#: ../src/xfcetimer.c:797
 msgid "h  "
 msgstr "ó  "
 
-#: ../src/xfcetimer.c:645
+#: ../src/xfcetimer.c:802
 msgid "m  "
 msgstr "p  "
 
-#: ../src/xfcetimer.c:650
+#: ../src/xfcetimer.c:807
 msgid "s  "
 msgstr "mp  "
 
-#: ../src/xfcetimer.c:653
-msgid ""
-"\n"
-"or\n"
-msgstr ""
-"\n"
-"vagy\n"
+#: ../src/xfcetimer.c:810
+msgid "or"
+msgstr "vagy"
 
 #. **
-#: ../src/xfcetimer.c:673
-msgid ""
-"\n"
-"The command to run"
-msgstr ""
-"\n"
-"Futtatandó parancs"
+#: ../src/xfcetimer.c:830
+msgid "Command to run:"
+msgstr "Futtatandó parancs:"
 
-#: ../src/xfcetimer.c:699
+#: ../src/xfcetimer.c:860
 msgid "Add new alarm"
 msgstr "Új figyelmeztetés hozzáadása"
 
-#: ../src/xfcetimer.c:737
+#: ../src/xfcetimer.c:897
 msgid "Edit alarm"
 msgstr "Figyelmeztetés szerkesztése"
 
-#: ../src/xfcetimer.c:1162
-msgid "Properties"
-msgstr "Tulajdonsá

[Xfce4-commits] I18n: Add new translation bg (100%).

2013-09-14 Thread Transifex
Updating branch refs/heads/master
 to 2b10a0f914f902a784906acd24192efa1c71c16c (commit)
   from d67391fd44cfeac4668083805b117461c087a246 (commit)

commit 2b10a0f914f902a784906acd24192efa1c71c16c
Author: cybercop 
Date:   Sat Sep 14 18:31:23 2013 +0200

I18n: Add new translation bg (100%).

34 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).

 po/{en_AU.po => bg.po} |   77 
 1 file changed, 38 insertions(+), 39 deletions(-)

diff --git a/po/en_AU.po b/po/bg.po
similarity index 57%
copy from po/en_AU.po
copy to po/bg.po
index 3832e06..53240aa 100644
--- a/po/en_AU.po
+++ b/po/bg.po
@@ -3,162 +3,161 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# k3lt01 , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-05-21 03:11+0200\n"
-"PO-Revision-Date: 2013-07-29 09:28+\n"
-"Last-Translator: k3lt01 \n"
-"Language-Team: English (Australia) 
(http://www.transifex.com/projects/p/xfce/language/en_AU/)\n"
+"PO-Revision-Date: 2013-09-14 13:39+\n"
+"Last-Translator: cybercop \n"
+"Language-Team: Bulgarian 
(http://www.transifex.com/projects/p/xfce/language/bg/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: en_AU\n"
+"Language: bg\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../panel-plugin/radio.desktop.in.in.h:1
 msgid "Radio Plugin"
-msgstr "Radio Plugin"
+msgstr "Радио плъгин"
 
 #: ../panel-plugin/radio.desktop.in.in.h:2
 msgid "V4l radio plugin"
-msgstr "V4l radio plugin"
+msgstr "V4l радио плъгин"
 
 #: ../panel-plugin/xfce4-radio.c:191
 #, c-format
 msgid "Tuned to station %s"
-msgstr "Tuned to station %s"
+msgstr "Настройване на станция %s"
 
 #: ../panel-plugin/xfce4-radio.c:196
 #, c-format
 msgid "Tuned to %s MHz"
-msgstr "Tuned to %s MHz"
+msgstr "Настройване на %s MHz"
 
 #: ../panel-plugin/xfce4-radio.c:241
 msgid "- off -"
-msgstr "- off -"
+msgstr "- изключване -"
 
 #: ../panel-plugin/xfce4-radio.c:248
 msgid "Radio is off"
-msgstr "Radio is off"
+msgstr "Радиото е изключено"
 
 #: ../panel-plugin/xfce4-radio.c:321
 msgid "Error opening radio device"
-msgstr "Error opening radio device"
+msgstr "Грешка при отваряне на радиото"
 
 #: ../panel-plugin/xfce4-radio.c:416
 msgid "Tune radio"
-msgstr "Tune radio"
+msgstr "Настройка на радиото"
 
 #: ../panel-plugin/xfce4-radio.c:422
 msgid "Frequency [MHz]:"
-msgstr "Frequency [MHz]:"
+msgstr "Честота [MHz]:"
 
 #: ../panel-plugin/xfce4-radio.c:446
 msgid "Illegal frequency."
-msgstr "Illegal frequency."
+msgstr "Нелегална честота."
 
 #. Notebook tabs
 #: ../panel-plugin/xfce4-radio.c:501 ../panel-plugin/xfce4-radio.c:1160
 msgid "Presets"
-msgstr "Presets"
+msgstr "Избрани станции"
 
 #: ../panel-plugin/xfce4-radio.c:533
 msgid "Tune to frequency"
-msgstr "Tune to frequency"
+msgstr "Настройка на честотата"
 
 #: ../panel-plugin/xfce4-radio.c:868
 msgid "unnamed"
-msgstr "unnamed"
+msgstr "без име"
 
 #: ../panel-plugin/xfce4-radio.c:1001
 msgid "Select command"
-msgstr "Select command"
+msgstr "Избор на команда"
 
 #: ../panel-plugin/xfce4-radio.c:1058
 msgid "Radio"
-msgstr "Radio"
+msgstr "Радио"
 
 #: ../panel-plugin/xfce4-radio.c:1067
 msgid "Configure the radio plugin"
-msgstr "Configure the radio plugin"
+msgstr "Конфигуриране на радио плъгина"
 
 #: ../panel-plugin/xfce4-radio.c:1161
 msgid "User interface"
-msgstr "User interface"
+msgstr "Потребителски интерфейс"
 
 #: ../panel-plugin/xfce4-radio.c:1162
 msgid "Radio device"
-msgstr "Radio device"
+msgstr "Радио устройство"
 
 #: ../panel-plugin/xfce4-radio.c:1163
 msgid "Commands"
-msgstr "Commands"
+msgstr "Команди"
 
 #. - Signal strength
 #: ../panel-plugin/xfce4-radio.c:1185
 msgid "Signal strength"
-msgstr "Signal strength"
+msgstr "Сила на сигнала"
 
 #: ../panel-plugin/xfce4-radio.c:1201
 msgid "Show the signal strength indicator"
-msgstr "Show the signal strength indicator"
+msgstr "Покажи индикатор за силата на сигнала"
 
 #: ../panel-plugin/xfce4-radio.c:1207
 msgid "Use graphics instead of text labels and progress bars"
-msgstr "Use graphics instead of text labels and progress bars"
+msgstr "Използване на графики вместо етикети и ленти за напредъка"
 
 #. - Current station
 #: ../panel-plugin/xfce4-radio.c:1212
 msgid "Current station"
-msgstr "Current station"
+msgstr "Текуща станция"
 
 #: ../panel-plugin/xfce4-radio.c:1228
 msgid "Show the current station"
-msgstr "Show the current station"
+msgstr "Покажи текущата станция"
 
 #: ../panel-plugin/xfce4-radio.c:1234
 msgid "Show preset names instead of frequencies"
-msgstr "Show preset names instead of frequencies"
+msgstr "Покажи имената на избраните станции, вместо честоти"
 
 #. - Mouse
 #: ../panel-plugin/xfce4-radio.c:1239
 msgid "Mouse interaction"
-msgstr "Mouse interaction"
+msgstr "Взаимодействие с мишката"

[Xfce4-commits] Only use colorkey with xv

2013-09-14 Thread Sean Davis
Updating branch refs/heads/bluesabre/gtk3
 to 98b00eedc3a7418b241d6f839f9bf0bfd2dbca12 (commit)
   from 344fb9d567d09c174007e9e30d15a691412af6ea (commit)

commit 98b00eedc3a7418b241d6f839f9bf0bfd2dbca12
Author: Sean Davis 
Date:   Sat Sep 14 09:51:31 2013 -0400

Only use colorkey with xv

 src/gst/parole-gst.c |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index b72cf42..452621e 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -466,6 +466,7 @@ static void
 parole_gst_set_video_overlay (ParoleGst *gst)
 {
 GstElement *video_sink;
+gboolean enable_xv;
 
 g_object_get (G_OBJECT (gst->priv->playbin),
   "video-sink", &video_sink,
@@ -484,8 +485,14 @@ parole_gst_set_video_overlay (ParoleGst *gst)
 
 #if GTK_CHECK_VERSION(3,8,0)
 #else
-g_object_set(video_sink, "autopaint-colorkey", FALSE,
- "colorkey", 0x080810, NULL);
+g_object_get (G_OBJECT (gst->priv->conf),
+ "enable-xv", &enable_xv,
+ NULL);
+if (enable_xv)
+{
+g_object_set(video_sink, "autopaint-colorkey", FALSE,
+ "colorkey", 0x080810, NULL);
+}
 #endif
 
 gst_object_unref (video_sink);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Minor fixes for help

2013-09-14 Thread Sean Davis
Updating branch refs/heads/bluesabre/gtk3
 to 344fb9d567d09c174007e9e30d15a691412af6ea (commit)
   from 908908c6458d8942f4d378630e3b3fa06980c167 (commit)

commit 344fb9d567d09c174007e9e30d15a691412af6ea
Author: Sean Davis 
Date:   Sat Sep 14 09:41:09 2013 -0400

Minor fixes for help

 src/main.c |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main.c b/src/main.c
index 2b29bbe..6917c80 100644
--- a/src/main.c
+++ b/src/main.c
@@ -286,10 +286,10 @@ int main (int argc, char **argv)
 { "raise-volume", 'r', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, 
&raise_volume, N_("Raise volume"), NULL },
 { "lower-volume", 'l', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, 
&lower_volume, N_("Lower volume"), NULL },
 { "mute", 'm', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &mute, N_("Mute 
volume"), NULL },
-{ "version", 'V', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &version, 
N_("Version information"), NULL },
-{ "embedded", 'E', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &embedded, 
N_("Use embedded mode"), NULL },
+{ "version", 'V', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &version, 
N_("Print version information and exit"), NULL },
+{ "embedded", 'E', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &embedded, 
N_("Start in embedded mode"), NULL },
 { "fullscreen", 'F', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, 
&fullscreen, N_("Start in fullscreen mode"), NULL },
-{ "xv", '\0', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_CALLBACK, 
(GOptionArgFunc) xv_option_given, N_("Enabled/Disable XV support"), NULL},
+{ "xv", '\0', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_CALLBACK, 
(GOptionArgFunc) xv_option_given, N_("Enable/Disable XV support (true or 
false)"), NULL},
 { "add", 'a', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &enqueue, N_("Add 
files to playlist"), NULL},
 { "sm-client-id", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, 
&client_id, NULL, NULL },
 {G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, 
N_("Media to play"), NULL},
@@ -327,7 +327,7 @@ int main (int argc, char **argv)
 if ( !g_option_context_parse (ctx, &argc, &argv, &error) ) 
 {
 g_print ("%s\n", error->message);
-g_print ("Type %s --help to list all available command line options", 
argv[0]);
+g_print (_("Type %s --help to list all available command line 
options\n"), argv[0]);
 g_error_free (error);
 g_option_context_free (ctx);
 return EXIT_FAILURE;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Increased verbosity in changelog

2013-09-14 Thread Sean Davis
Updating branch refs/heads/bluesabre/gtk3
 to 908908c6458d8942f4d378630e3b3fa06980c167 (commit)
   from 7c737fa4ed0c0ff21cb044dd6935dec8b50e98ed (commit)

commit 908908c6458d8942f4d378630e3b3fa06980c167
Author: Sean Davis 
Date:   Sat Sep 14 08:32:04 2013 -0400

Increased verbosity in changelog

 ChangeLog |   45 ++---
 1 file changed, 30 insertions(+), 15 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 16ff3ac..3af40c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,35 @@
 2013-09-14: bluesa...@xfce.org
 * Road to 0.6.0...
-* Fix Remember Playlist setting (bug 10269)
-* Fix Gstreamer 1.0 support
-* Port to GTK+3
-* Update artwork (icons, background)
-* Use GtkOverlay for player controls
-* Use symbolic icons
-* Rearrange and improve menubar
-* Add 'Save Playlist' item to menu
-* Add 'Report Bug' item to menu
-* Add Previous/Next menu items to Tray plugin
-* Add Previous/Next actions to Notify plugin
-* Add ability to play DVD ISOs (from Open dialog)
-* Add DVD menu item, appears only when playing a DVD or DVD ISO
-* Add maximized setting in xfconf, remember correct maximization and 
window size
-* Remove redundant playlist settings button, add move-up/down
+* Completed port to GTK+3
+  - Remove deprecated GTK+2 items
+  - Use GtkOverlay for player controls
+  - Use symbolic icons for menus, plugins
+* Improved window maximization
+  - Window dimensions are no longer saved when maximizing
+  - Added "window-maximized" setting to xfconf to keep maximization across 
sessions
+* Rearranged and improved menubar
+  - Renamed "Edit" menu to "Playback"
+  - Renamed "Languages" menu item to "Audio Track"
+  - Added Tools menu
+  - Moved Plugins and Preferences to Tools menu
+  - Added DVD menu (visible only when a DVD or DVD ISO is being played)
+  - Added "Save Playlist" item to Media menu
+  - Added "Report Bug" item to Help menu
+* Improved playlist
+  - Use symbolic icons in an inline toolbar
+  - Removed redundant settings button
+  - Added Move Up/Down buttons
+* Updated/improved included plugins
+  - Added Previous/Next Track menu items to Tray plugin
+  - Added Previous/Next Track menu items to Notification plugin
+* Other improvements
+  - Updated artwork (background image, icons)
+  - Fixed GStreamer 1.0 support
+  - Added ability to play DVD ISOs from the Open dialog
+* Bugs fixed
+  - missing option to open DVD from iso (bug #10300)
+  - Allow a playlist to be sorted and/or items to be moved (bug #10066)
+  - Remember playlist option in GUI not working (bug #10269)
 
 2013-07-25: bluesa...@xfce.org
 * Bugfix release 0.5.2
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Update changelog

2013-09-14 Thread Sean Davis
Updating branch refs/heads/bluesabre/gtk3
 to 7c737fa4ed0c0ff21cb044dd6935dec8b50e98ed (commit)
   from 9b5f3d70a1ab846c2407f757a68b3fbe8c60d486 (commit)

commit 7c737fa4ed0c0ff21cb044dd6935dec8b50e98ed
Author: Sean Davis 
Date:   Sat Sep 14 08:07:54 2013 -0400

Update changelog

 ChangeLog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fd9adee..16ff3ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-2013-09-07: bluesa...@xfce.org
+2013-09-14: bluesa...@xfce.org
 * Road to 0.6.0...
-* Fix remembered playlist not being forgotten when setting disabled.
+* Fix Remember Playlist setting (bug 10269)
 * Fix Gstreamer 1.0 support
 * Port to GTK+3
 * Update artwork (icons, background)
@@ -13,6 +13,7 @@
 * Add Previous/Next actions to Notify plugin
 * Add ability to play DVD ISOs (from Open dialog)
 * Add DVD menu item, appears only when playing a DVD or DVD ISO
+* Add maximized setting in xfconf, remember correct maximization and 
window size
 * Remove redundant playlist settings button, add move-up/down
 
 2013-07-25: bluesa...@xfce.org
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Remember window size and maximization across sessions

2013-09-14 Thread Sean Davis
Updating branch refs/heads/bluesabre/gtk3
 to 9b5f3d70a1ab846c2407f757a68b3fbe8c60d486 (commit)
   from 47326162d61d91bddbba2865bc01f72bb0eaa810 (commit)

commit 9b5f3d70a1ab846c2407f757a68b3fbe8c60d486
Author: Sean Davis 
Date:   Sat Sep 14 07:58:12 2013 -0400

Remember window size and maximization across sessions

 src/parole-conf.c   |   20 ++--
 src/parole-player.c |   11 +++
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/src/parole-conf.c b/src/parole-conf.c
index 3d344a8..f5e8683 100644
--- a/src/parole-conf.c
+++ b/src/parole-conf.c
@@ -78,7 +78,8 @@ enum
 PROP_SATURATION,
 /* Window properties */
 PROP_WINDOW_HEIGHT,
-PROP_MINIMIZED,
+PROP_WINDOW_MAXIMIZED,
+PROP_WINDOW_MINIMIZED,
 PROP_WINDOW_WIDTH,
 N_PROP
 };
@@ -753,12 +754,27 @@ parole_conf_class_init (ParoleConfClass *klass)
  * If Parole should start minimized.
  **/
 g_object_class_install_property (object_class,
- PROP_MINIMIZED,
+ PROP_WINDOW_MINIMIZED,
  g_param_spec_boolean ("minimized",
 "/window/minimized", 
 NULL,
 FALSE,
 G_PARAM_READWRITE));
+
+/**
+ * ParoleConf:maximized:
+ *
+ * Xfconf property: /window/maximized
+ * 
+ * If Parole should start maximized.
+ **/
+g_object_class_install_property (object_class,
+ PROP_WINDOW_MINIMIZED,
+ g_param_spec_boolean ("window-maximized",
+"/window/maximized", 
+NULL,
+FALSE,
+G_PARAM_READWRITE));
 
 /**
  * ParoleConf:window-width:
diff --git a/src/parole-player.c b/src/parole-player.c
index 838ddff..1b9d572 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -1877,6 +1877,13 @@ parole_player_window_state_event (GtkWidget *widget,
 g_object_set (G_OBJECT (player->priv->conf),
   "window-width", player->priv->last_w,
   "window-height", player->priv->last_h,
+  "window-maximized", TRUE,
+  NULL);
+}
+else
+{
+g_object_set (G_OBJECT (player->priv->conf),
+  "window-maximized", FALSE,
   NULL);
 }
 
@@ -2816,6 +2823,7 @@ parole_player_init (ParolePlayer *player)
 GtkWidget *output, *icon;
 GtkBuilder *builder;
 gint w, h;
+gboolean maximized;
 gboolean showhide;
 GdkColor background;
 
@@ -3287,6 +3295,7 @@ parole_player_init (ParolePlayer *player)
 g_object_get (G_OBJECT (player->priv->conf),
   "window-width", &w,
   "window-height", &h,
+  "window-maximized", &maximized,
   NULL);
   
 player->priv->last_w = w;
@@ -3296,6 +3305,8 @@ parole_player_init (ParolePlayer *player)
 
 gtk_window_set_default_size (GTK_WINDOW (player->priv->window), w, h);
 gtk_window_resize (GTK_WINDOW (player->priv->window), w, h);
+if (maximized)
+gtk_window_maximize(GTK_WINDOW (player->priv->window));
 
 gtk_widget_show_all (player->priv->window);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Do not save window size when maximizing

2013-09-14 Thread Sean Davis
Updating branch refs/heads/bluesabre/gtk3
 to 47326162d61d91bddbba2865bc01f72bb0eaa810 (commit)
   from 0abb84efc45f142e15dd5f99cdcf7c81438cc58f (commit)

commit 47326162d61d91bddbba2865bc01f72bb0eaa810
Author: Sean Davis 
Date:   Sat Sep 14 07:48:09 2013 -0400

Do not save window size when maximizing

 src/parole-player.c |   37 -
 1 file changed, 32 insertions(+), 5 deletions(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index e2246b5..838ddff 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -381,6 +381,7 @@ struct ParolePlayerPrivate
 
 gbooleanembedded;
 gbooleanfull_screen;
+gintlast_h, last_w;
 
 ParoleState state;
 gbooleanuser_seeking;
@@ -1869,6 +1870,15 @@ parole_player_window_state_event (GtkWidget *widget,
   ParolePlayer *player)
 {
 gboolean fullscreen = FALSE;
+
+if (event->new_window_state & GDK_WINDOW_STATE_MAXIMIZED)
+{
+/* Restore the previously saved window size if maximized */
+g_object_set (G_OBJECT (player->priv->conf),
+  "window-width", player->priv->last_w,
+  "window-height", player->priv->last_h,
+  NULL);
+}
 
 if (event->new_window_state & GDK_WINDOW_STATE_FULLSCREEN)
 fullscreen = TRUE;
@@ -2667,15 +2677,29 @@ on_content_area_size_allocate (GtkWidget *widget, 
GtkAllocation *allocation, Par
 gboolean
 parole_player_configure_event_cb (GtkWidget *widget, GdkEventConfigure *ev, 
ParolePlayer *player)
 {
-gint w,h;
+gint old_w, old_h, new_w, new_h;
 
 if ( !player->priv->full_screen )
 {
-gtk_window_get_size (GTK_WINDOW (widget), &w, &h);
-g_object_set (G_OBJECT (player->priv->conf),
-  "window-width", w,
-  "window-height", h,
+/* Store the previously saved window size in case of maximize */
+g_object_get (G_OBJECT (player->priv->conf),
+  "window-width", &old_w,
+  "window-height", &old_h,
   NULL);
+  
+/* Get the current window size */
+gtk_window_get_size (GTK_WINDOW (widget), &new_w, &new_h);
+
+/* Configure gets run twice, only change on update */
+if (old_w != new_w || old_h != new_h)
+{
+player->priv->last_w = old_w;
+player->priv->last_h = old_h;
+g_object_set (G_OBJECT (player->priv->conf),
+  "window-width", new_w,
+  "window-height", new_h,
+  NULL);
+}
 }
 
 return FALSE;
@@ -3264,6 +3288,9 @@ parole_player_init (ParolePlayer *player)
   "window-width", &w,
   "window-height", &h,
   NULL);
+  
+player->priv->last_w = w;
+player->priv->last_h = h;
   
 parole_player_set_playlist_visible(player, showhide);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Change gst timeout to 250ms from 1000ms for better update of timer

2013-09-14 Thread Sean Davis
Updating branch refs/heads/bluesabre/gtk3
 to 0abb84efc45f142e15dd5f99cdcf7c81438cc58f (commit)
   from a03409ba80661e2d513f21e94f00f22adcfe6d04 (commit)

commit 0abb84efc45f142e15dd5f99cdcf7c81438cc58f
Author: Sean Davis 
Date:   Sat Sep 14 07:07:04 2013 -0400

Change gst timeout to 250ms from 1000ms for better update of timer

 src/gst/parole-gst.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index c6bca2b..b72cf42 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -585,7 +585,7 @@ parole_gst_tick (ParoleGst *gst)
 {
 return;
 }
-gst->priv->tick_id = g_timeout_add (1000, (GSourceFunc) 
parole_gst_tick_timeout, gst);
+gst->priv->tick_id = g_timeout_add (250, (GSourceFunc) 
parole_gst_tick_timeout, gst);
 }
 else if ( gst->priv->tick_id != 0)
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add support for FreeBSD (bug #10350)

2013-09-14 Thread Landry Breuil
Updating branch refs/heads/master
 to 0faba9adc585a02071b4ab1d8761413b4cc35a9a (commit)
   from b1167d15ad443ac1b97a4c1f360e5e345d25747a (commit)

commit 0faba9adc585a02071b4ab1d8761413b4cc35a9a
Author: Danilo Egea 
Date:   Sat Sep 14 10:13:23 2013 +0200

Add support for FreeBSD (bug #10350)

 panel-plugin/devperf.c |   88 
 panel-plugin/main.c|   17 ++
 2 files changed, 98 insertions(+), 7 deletions(-)

diff --git a/panel-plugin/devperf.c b/panel-plugin/devperf.c
index 4f7bbf2..45391d5 100644
--- a/panel-plugin/devperf.c
+++ b/panel-plugin/devperf.c
@@ -225,6 +225,94 @@ int main ()
 
/** Linux End   ***/
 
+#elif defined(__FreeBSD__)
+
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+#include 
+
+#define MAXNAMELEN 256
+
+int DevPerfInit ()
+{
+   return (0);
+}
+
+int DevCheckStatAvailability(char const **strptr)
+{
+   return (0);
+}
+
+int DevGetPerfData (const void *p_pvDevice, struct devperf_t *perf)
+{
+   struct timeval tv;
+   struct timespec ts;
+   struct statinfo stats;
+   struct devinfo dinfo;
+   struct devstat dev;
+   kvm_t *kd = NULL;
+   int i, found = 0;
+   char *check_dev = (char *) p_pvDevice;
+
+   memset(&stats, 0, sizeof(stats));
+   memset(&dinfo, 0, sizeof(dinfo));
+   stats.dinfo = &dinfo;
+
+   if(devstat_getdevs(kd, &stats) == -1) {
+   syslog(0, "DISKPERF: getdevs fail");
+   }
+
+   for(found = 0, i = 0; i < (stats.dinfo)->numdevs; i++) {
+   char dev_name[MAXNAMELEN];
+   dev = (stats.dinfo)->devices[i];
+   snprintf(dev_name, MAXNAMELEN-1, "%s%d",
+   dev.device_name, dev.unit_number);
+   if ((check_dev != NULL) && (strcmp(check_dev, dev_name) != 0))
+   continue;
+   else {
+   found = 1;
+   break;
+   }
+
+   }
+
+   if(check_dev != NULL && found) {
+   perf->wbytes = dev.bytes[DEVSTAT_WRITE];
+   perf->rbytes = dev.bytes[DEVSTAT_READ];
+   gettimeofday (&tv, 0);
+   perf->timestamp_ns = (uint64_t)1000ull * 1000ull * 1000ull *
+   tv.tv_sec + 1000ull * tv.tv_usec;
+   perf->qlen = dev.start_count - dev.end_count;
+   // I'm not sure about rbusy and wbusy calculation
+   bintime2timespec(&dev.busy_time, &ts);
+   perf->rbusy_ns = (uint64_t) ts.tv_nsec;
+   perf->wbusy_ns = perf->rbusy_ns;
+   }
+
+   return (0);
+}
+
+#if 0  /* Standalone test purpose */
+int main ()
+{
+struct devperf_t oPerf;
+DevGetPerfData ((void*)"ada0", &oPerf);
+printf ("%lu\t%lu\n", oPerf.rbytes, oPerf.wbytes);
+return (0);
+}
+#endif
+
+
 
 #elif defined(__NetBSD__)
/**/
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 87e4d9c..6d49b28 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -86,7 +86,7 @@ typedef enum monitor_bar_order_t {
 typedef struct param_t {
 /* Configurable parameters */
 characDevice[64];
-#if  !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__)
+#if  !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && 
!defined(__sun__)
 dev_t   st_rdev;
 #endif
 int fTitleDisplayed;
@@ -172,7 +172,7 @@ static int DisplayPerf (struct diskperf_t *p_poPlugin)
 struct param_t *poConf = &(p_poPlugin->oConf.oParam);
 struct monitor_t *poMonitor = &(p_poPlugin->oMonitor);
 struct perfbar_t *poPerf = poMonitor->aoPerfBar;
-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && 
!defined(__sun__)
 struct stat oStat;
 #endif
 uint64_tiInterval_ns, rbytes, wbytes, iRBusy_ns, iWBusy_ns;
@@ -185,7 +185,7 @@ static int DisplayPerf (struct diskperf_t *p_poPlugin)
 rbytes = wbytes = iRBusy_ns = iWBusy_ns = -1;
 memset (&oPerf, 0, sizeof (oPerf));
 oPerf.qlen = -1;
-#if defined (__NetBSD__) || defined(__OpenBSD__) || defined(__sun__)
+#if defined(__FreeBSD__) || defined (__NetBSD__) || defined(__OpenBSD__) || 
defined(__sun__)
 status = DevGetPerfData (poConf->acDevice, &oPerf);
 #else
 if (poConf->st_rdev == 0)
@@ -429,7 +429,7 @@ static diskperf_t *diskperf_create_control (XfcePanelPlugin 
*plugin)
 struct diskperf_t *poPlugin;
 struct param_t *poConf;
 struct monitor_t *poMonitor;
-#if !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__sun__)
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && 
!defined(__sun__)