[Xfce4-commits] ristretto:ristretto-0.3 Creating branch ristretto-0.3

2012-01-22 Thread Transifex
Updating branch refs/heads/ristretto-0.3
 as new branch
 to 5c8515cb964f10dff55f3ca9c53c33834e4b8360 (commit)

Branches are created implicitly by pushing. This mail only exists to 
let you know that there was code pushed to 

  refs/heads/ristretto-0.3

for the first time. Mails for the commits that lead to the creation 
of the branch will follow after this mail.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Remove docs from autogen.sh

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/master
 to 54fd8c256a21d0bef6e49267ad9f1485cea6b334 (commit)
   from 9db15338e612c1b6e2c33aae4947d22bf9480ec4 (commit)

commit 54fd8c256a21d0bef6e49267ad9f1485cea6b334
Author: Stephan Arts step...@xfce.org
Date:   Mon Jan 9 18:36:08 2012 +0100

Remove docs from autogen.sh

 autogen.sh |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 2bd515a..819932d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,6 @@
 #
 
 export XDT_AUTOGEN_REQUIRED_VERSION=4.8.0
-export XDT_AUTOGEN_CHECK_DOCS=docs
 
 (type xdt-autogen) /dev/null 21 || {
   cat 2 EOF
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Remove docs submodule

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/master
 to 4f15111215abfd5cf2d085568f94a0bc9d915127 (commit)
   from 54fd8c256a21d0bef6e49267ad9f1485cea6b334 (commit)

commit 4f15111215abfd5cf2d085568f94a0bc9d915127
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 8 13:25:21 2012 +0100

Remove docs submodule

 - (see xfce4-dev m/l about details regarding docs.xfce.org)

 .gitmodules |3 ---
 Makefile.am |2 +-
 configure.in.in |   40 
 docs|1 -
 4 files changed, 1 insertions(+), 45 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 10e4aa0..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule docs]
-   path = docs
-   url = git://git.xfce.org/xfce/xfce4-docs
diff --git a/Makefile.am b/Makefile.am
index 5568ce0..1a422b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src po icons docs
+SUBDIRS = src po icons
 
 desktopdir = $(datadir)/applications
 desktop_in_files = ristretto.desktop.in
diff --git a/configure.in.in b/configure.in.in
index 652c71e..0db5fe6 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -72,42 +72,6 @@ XDT_CHECK_LIBX11()
 AC_CHECK_LIBM
 AC_SUBST(LIBM)
 
-dnl ***
-dnl *** Check for documentation ***
-dnl ***
-AC_ARG_ENABLE([gen-doc], [AC_HELP_STRING([--enable-gen-doc],
-  [Generate HTML documentation (requires gnome-doc-utils) 
[default=no]])],,
-  [enable_gen_doc=no])
-if test x$enable_gen_doc = xyes; then
-XDT_CHECK_PACKAGE([GNOME_DOC_UTILS], [gnome-doc-utils], [0.19.2],
-[
-AC_PATH_PROG([ITSTOOL], [itstool], [no])
-if test x$ITSTOOL = xno; then
-enable_gen_doc=no
-fi
-
-AC_PATH_PROG([GNOME_DOC_TOOL], [gnome-doc-tool], [no])
-if test x$GNOME_DOC_TOOL = xno; then
-enable_gen_doc=no
-fi
-
-AC_PATH_PROG([XML2PO], [xml2po], [no])
-if test x$XML2PO = xno; then
-enable_gen_doc=no
-fi
-],
-[
-enable_gen_doc=no
-])
-
-if test x$enable_gen_doc = xno; then
-AC_MSG_ERROR([Compiling with --enable-gen-doc but no suitable 
gnome-doc-utils found.])
-fi
-fi
-AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x$enable_gen_doc = xyes])
-
-
-
 dnl check for debugging support
 XDT_FEATURE_DEBUG
 
@@ -115,10 +79,6 @@ AC_OUTPUT([
 Makefile
 po/Makefile.in
 src/Makefile
-docs/Makefile
-docs/manual/Makefile
-docs/manual/po/Makefile
-docs/manual/media/Makefile
 icons/Makefile
 icons/16x16/Makefile
 icons/22x22/Makefile
diff --git a/docs b/docs
deleted file mode 16
index 73b0800..000
--- a/docs
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 73b080051221a9e960796b0917768982fe85567f
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Remove nonsense from README

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/master
 to 9db15338e612c1b6e2c33aae4947d22bf9480ec4 (commit)
   from 5c8515cb964f10dff55f3ca9c53c33834e4b8360 (commit)

commit 9db15338e612c1b6e2c33aae4947d22bf9480ec4
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 10:00:36 2012 +0100

Remove nonsense from README

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

diff --git a/README b/README
index 5cef91e..e69de29 100644
--- a/README
+++ b/README
@@ -1,3 +0,0 @@
-ChangeLog is generated as followed:
-
-git log --format=medium --max-parents=1  ChangeLog
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Use xfce_dialog_show_help to launch online documentation

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/master
 to 1a5f36a04f73c3cb5d8a5cbe921eea02a9cb6dca (commit)
   from 4f15111215abfd5cf2d085568f94a0bc9d915127 (commit)

commit 1a5f36a04f73c3cb5d8a5cbe921eea02a9cb6dca
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 10:08:54 2012 +0100

Use xfce_dialog_show_help to launch online documentation

 configure.in.in   |2 +-
 src/main.c|6 +++-
 src/main_window.c |6 +++-
 src/util.c|   84 -
 src/util.h|3 --
 5 files changed, 11 insertions(+), 90 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 0db5fe6..8b90e51 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -59,7 +59,7 @@ XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.18.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.34])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
 
 XDT_CHECK_PACKAGE([EXO], [exo-1], [0.4.0])
 
diff --git a/src/main.c b/src/main.c
index 6489ed7..43906de 100644
--- a/src/main.c
+++ b/src/main.c
@@ -162,7 +162,11 @@ main(int argc, char **argv)
 window = rstto_preferences_dialog_new (NULL);
 while (gtk_dialog_run (GTK_DIALOG(window)) == GTK_RESPONSE_HELP)
 {
-rstto_launch_help ();
+xfce_dialog_show_help (
+GTK_WINDOW (window),
+ristretto,
+preferences,
+NULL);
 }
 }
 
diff --git a/src/main_window.c b/src/main_window.c
index 2e26e14..baf6f7d 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -2515,7 +2515,11 @@ cb_rstto_main_window_about (GtkWidget *widget, 
RsttoMainWindow *window)
 static void
 cb_rstto_main_window_contents (GtkWidget *widget, RsttoMainWindow *window)
 {
-rstto_launch_help ();
+xfce_dialog_show_help (
+GTK_WINDOW (window),
+ristretto,
+start,
+);
 }
 
 
diff --git a/src/util.c b/src/util.c
index d4916ff..9150762 100644
--- a/src/util.c
+++ b/src/util.c
@@ -22,87 +22,3 @@
 #include exo/exo.h
 
 #include util.h
-
-gboolean
-rstto_launch_help (void)
-{
-gchar *locale = NULL;
-gchar *offset;
-gchar *docpath = NULL;
-gchar *cur_dir = g_get_current_dir();
-  
-/* Find localized documentation path on disk */
-#ifdef ENABLE_NLS
-#ifdef HAVE_LOCALE_H
-locale = g_strdup (setlocale (LC_MESSAGES, ));
-if (locale != NULL)
-{
-offset = g_strrstr (locale, .);
-if (offset != NULL)
-{
-*offset = '\0';
-}
-}
-else
-{
-locale = g_strdup (C);
-}
-#else
-locale = g_strdup (C);
-#endif
-
-docpath = g_strdup_printf (DOCDIR/html/%s/index.html, locale);
-if (!g_file_test (docpath, G_FILE_TEST_EXISTS))
-{
-offset = g_strrstr (locale, _);
-if (offset == NULL)
-{
-g_free (docpath);
-docpath = g_strdup (DOCDIR/html/C/index.html);
-}
-else
-{
-*offset = '\0';
-g_free (docpath);
-docpath = g_strdup_printf (DOCDIR/html/%s/index.html, locale);
-if (!g_file_test (docpath, G_FILE_TEST_EXISTS))
-{
-g_free (docpath);
-docpath = g_strdup (DOCDIR/html/C/index.html);
-}
-}
-}
-
-g_free (locale);
-#else
-docpath = g_strdup (DOCDIR/html/C/index.html);
-#endif
-
-/* Revert to online documentation if not available on disk */
-if (g_file_test (docpath, G_FILE_TEST_EXISTS))
-{
-gchar *tmp = docpath;
-docpath = g_strdup_printf (file://%s, docpath);
-g_free (tmp);
-}
-else
-{
-g_free (docpath);
-docpath = g_strdup(http://docs.xfce.org/apps/ristretto/start;);
-}
-
-if (FALSE == exo_execute_preferred_application (
-WebBrowser,
-docpath,
-cur_dir,
-NULL,
-NULL))
-{
-
-}
-
-g_free (docpath);
-g_free (cur_dir);
-
-return TRUE;
-}
diff --git a/src/util.h b/src/util.h
index c8d76f9..cbea6bc 100644
--- a/src/util.h
+++ b/src/util.h
@@ -47,7 +47,4 @@ typedef enum {
 SORT_TYPE_COUNT,
 } RsttoSortType;
 
-gboolean
-rstto_launch_help (void);
-
 #endif /* __RSTTO_UTIL_H__ */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:ristretto-0.3 Remove nonsense from README

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/ristretto-0.3
 to 324ce06c98523157c26400895fe06bcfb050eba0 (commit)
   from 5c8515cb964f10dff55f3ca9c53c33834e4b8360 (commit)

commit 324ce06c98523157c26400895fe06bcfb050eba0
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 10:00:36 2012 +0100

Remove nonsense from README

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

diff --git a/README b/README
index 5cef91e..e69de29 100644
--- a/README
+++ b/README
@@ -1,3 +0,0 @@
-ChangeLog is generated as followed:
-
-git log --format=medium --max-parents=1  ChangeLog
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master l10n: Updated Danish (da) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 6e3c02799aa9ef60263a86019d2a2e6eab55a8df (commit)
   from 72ade936c14c5d102d67ff4b38a614bb2cf6c055 (commit)

commit 6e3c02799aa9ef60263a86019d2a2e6eab55a8df
Author: Per Kongstad p_kongs...@op.pl
Date:   Sun Jan 22 10:40:40 2012 +0100

l10n: Updated Danish (da) translation to 100%

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

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

 po/da.po |7 ---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/po/da.po b/po/da.po
index d771303..6007993 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce-4-appfinder 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-19 21:42+\n
+POT-Creation-Date: 2012-01-22 07:12+\n
 PO-Revision-Date: 2009-10-21 20:33+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Danish da...@dansk-gruppen.dk\n
@@ -91,7 +91,8 @@ msgstr Kunne ikke indlæse redigering af skrivebordet
 msgid 
 This will permanently remove the custom desktop file from your home 
 directory.
-msgstr Det vil permanent fjerne din tilpassede skrivbordsfil fra din 
hjemmemappe.
+msgstr 
+Det vil permanent fjerne din tilpassede skrivbordsfil fra din hjemmemappe.
 
 #: ../src/appfinder-window.c:789
 #, c-format
@@ -109,7 +110,7 @@ msgstr Kunne ikke fjerne skrivebordsfil
 msgid 
 To unhide the item you have to manually remove the desktop file from \%s\ 
 or open the file in the same directory and remove the line \%s\.
-msgstr 
+msgstr For at vise skjulte elementer er du tvunget til manuelt at fjerne 
skrivebordsfilen fra \%s\ eller åbne filen  i den samme mappe og fjerne 
linjen \%s\.
 
 #: ../src/appfinder-window.c:837 ../src/appfinder-window.c:922
 msgid _Hide
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master bump version

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/master
 to 82c4753a8f4d578b06451260ca64762782cd298f (commit)
   from 1a5f36a04f73c3cb5d8a5cbe921eea02a9cb6dca (commit)

commit 82c4753a8f4d578b06451260ca64762782cd298f
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 10:12:34 2012 +0100

bump version

 configure.in.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 8b90e51..ad152dd 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -10,8 +10,8 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([ristretto_version_major], [0])
-m4_define([ristretto_version_minor], [3])
-m4_define([ristretto_version_micro], [2])
+m4_define([ristretto_version_minor], [4])
+m4_define([ristretto_version_micro], [0])
 m4_define([ristretto_version_build], [r@REVISION@])
 m4_define([ristretto_version_tag], [git]) # Leave empty for releases
 m4_define([ristretto_version], 
[ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(),
 [], [], [ristretto_version_tag()-ristretto_version_build()])])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated German (de) translation to 97%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 06af45560b1be8edf572ae788aaa85433ea10d0b (commit)
   from e8937cd89c5299d3215708f2df5df3e20b14b11e (commit)

commit 06af45560b1be8edf572ae788aaa85433ea10d0b
Author: Thomas Schütz x...@thschuetz.de
Date:   Mon Jan 9 20:00:21 2012 +0100

l10n: Updated German (de) translation to 97%

New status: 133 messages complete with 4 fuzzies and 0 untranslated.

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

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

diff --git a/po/de.po b/po/de.po
index 71cbcc1..f38867c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid 
 msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 16:12+\n
+POT-Creation-Date: 2012-01-09 15:12+\n
 PO-Revision-Date: 2010-02-18 15:50+0100\n
 Last-Translator: Thomas Schütz x...@thschuetz.de\n
 Language-Team: German\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated German (de) translation to 97%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 05eaade8b1a69955563e2515c7fe8b3f721ffa63 (commit)
   from 06af45560b1be8edf572ae788aaa85433ea10d0b (commit)

commit 05eaade8b1a69955563e2515c7fe8b3f721ffa63
Author: Thomas Schütz x...@thschuetz.de
Date:   Mon Jan 9 20:13:07 2012 +0100

l10n: Updated German (de) translation to 97%

New status: 133 messages complete with 4 fuzzies and 0 untranslated.

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

 po/de.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/de.po b/po/de.po
index f38867c..6c8f052 100644
--- a/po/de.po
+++ b/po/de.po
@@ -551,9 +551,9 @@ msgid 
 Install bTumbler/b or another ithumbnailing daemon/i\n
 to resolve this issue.
 msgstr 
-Der Dienst für Vorschaubilder konnte nicht\n
-angesprochen werden, daher können keine\n
-Vorschaubilder erstellt werden.\n
+Der Dienst für Vorschaubilder ist nicht erreichbar,\n
+daher können keine Vorschaubilder erstellt\n
+werden.\n
 \n
 Bitte installieren Sie bTumbler/b oder einen\n
 anderen iDienst für Vorschaubilder/i, um\n
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated German (de) translation to 97%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 924a116ea9470a4f1593a7e683a157f030923671 (commit)
   from 05eaade8b1a69955563e2515c7fe8b3f721ffa63 (commit)

commit 924a116ea9470a4f1593a7e683a157f030923671
Author: Thomas Schütz x...@thschuetz.de
Date:   Mon Jan 9 20:21:02 2012 +0100

l10n: Updated German (de) translation to 97%

New status: 133 messages complete with 4 fuzzies and 0 untranslated.

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

 po/de.po |7 +++
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/po/de.po b/po/de.po
index 6c8f052..3aaf355 100644
--- a/po/de.po
+++ b/po/de.po
@@ -552,12 +552,11 @@ msgid 
 to resolve this issue.
 msgstr 
 Der Dienst für Vorschaubilder ist nicht erreichbar,\n
-daher können keine Vorschaubilder erstellt\n
-werden.\n
+daher können keine Vorschaubilder erstellt werden\n
 \n
 Bitte installieren Sie bTumbler/b oder einen\n
-anderen iDienst für Vorschaubilder/i, um\n
-das Problem zu beheben.
+anderen iDienst für Vorschaubilder/i, um das\n
+Problem zu beheben.
 
 #: ../src/thumbnailer.c:441
 #, fuzzy
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Russian (ru) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to a0c87bfac2db5a04bfa0aaf87a73339ef6d5d819 (commit)
   from 924a116ea9470a4f1593a7e683a157f030923671 (commit)

commit a0c87bfac2db5a04bfa0aaf87a73339ef6d5d819
Author: Aleksandr Ponomarenko davian...@gmail.com
Date:   Mon Jan 9 21:00:03 2012 +0100

l10n: Updated Russian (ru) translation to 100%

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

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

 po/ru.po |   13 +
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 0a51c4a..eee17c2 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2,19 +2,19 @@
 # This file is distributed under the same license as the ristretto package.
 # Stefan Zerkalica zerkal...@gmail.com, 2008.
 # Denis Koryavov dkorya...@yandex.ru, 2010.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:32+0100\n
+POT-Creation-Date: 2012-01-09 15:12+\n
 PO-Revision-Date: 2011-09-10 03:49+0700\n
 Last-Translator: Urmas davian...@gmail.com\n
 Language-Team: Russian\n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: \n
 X-Poedit-Language: Russian\n
 
 #: ../src/main.c:61
@@ -547,10 +547,15 @@ msgid 
 Install bTumbler/b or another ithumbnailing daemon/i\n
 to resolve this issue.
 msgstr 
+Не удалось установить соединение со службой создания эскизов.\n
+Эскизы для изображений создаваться не будут.\n
+\n
+Установите bTumbler/b или иную iслужбу эскизов (миниатюр)/i,\n
+чтобы это исправить.
 
 #: ../src/thumbnailer.c:441
 msgid Do _not show this message again
-msgstr 
+msgstr Больше _не показывать это сообщение
 
 #: ../src/thumbnail_bar.c:208
 msgid Spacing
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Remove 0.5 offset, not needed for pixbufs

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 8f6a7aff8c6cfffb79770fa3736151d1d05d73d9 (commit)
   from a0c87bfac2db5a04bfa0aaf87a73339ef6d5d819 (commit)

commit 8f6a7aff8c6cfffb79770fa3736151d1d05d73d9
Author: Stephan Arts step...@xfce.org
Date:   Mon Jan 9 21:45:08 2012 +0100

Remove 0.5 offset, not needed for pixbufs

 src/image_viewer.c |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/image_viewer.c b/src/image_viewer.c
index 5aa7d64..3260767 100644
--- a/src/image_viewer.c
+++ b/src/image_viewer.c
@@ -966,10 +966,10 @@ paint_image (
 case RSTTO_IMAGE_ORIENT_270:
 viewer-priv-rendering.x_offset = 
((gdouble)widget-allocation.width - (
 (gdouble)viewer-priv-image_height * 
-viewer-priv-scale) ) / 2.0+0.5;
+viewer-priv-scale) ) / 2.0;
 viewer-priv-rendering.y_offset = 
((gdouble)widget-allocation.height - (
 (gdouble)viewer-priv-image_width * 
-viewer-priv-scale) ) / 2.0+0.5;
+viewer-priv-scale) ) / 2.0;
 viewer-priv-rendering.width = 
 (gdouble)viewer-priv-image_height * 
viewer-priv-scale;
 viewer-priv-rendering.height = 
@@ -980,10 +980,10 @@ paint_image (
 default:
 viewer-priv-rendering.x_offset = 
((gdouble)widget-allocation.width - (
 (gdouble)viewer-priv-image_width * 
-viewer-priv-scale) ) / 2.0+0.5;
+viewer-priv-scale) ) / 2.0;
 viewer-priv-rendering.y_offset = 
((gdouble)widget-allocation.height - (
 (gdouble)viewer-priv-image_height * 
-viewer-priv-scale) ) / 2.0+0.5;
+viewer-priv-scale) ) / 2.0;
 viewer-priv-rendering.width = 
 (gdouble)viewer-priv-image_width * 
viewer-priv-scale;
 viewer-priv-rendering.height = 
@@ -992,13 +992,13 @@ paint_image (
 
 }
 
-if (viewer-priv-rendering.x_offset  0.5)
+if (viewer-priv-rendering.x_offset  0)
 {
-viewer-priv-rendering.x_offset = 0.5;
+viewer-priv-rendering.x_offset = 0;
 }
-if (viewer-priv-rendering.y_offset  0.5)
+if (viewer-priv-rendering.y_offset  0)
 {
-viewer-priv-rendering.y_offset = 0.5;
+viewer-priv-rendering.y_offset = 0;
 }
 
 cairo_save (ctx);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Update NEWS

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 7be33f8cf72c96baf366358c1aeb52aa5e68866d (commit)
   from 8f6a7aff8c6cfffb79770fa3736151d1d05d73d9 (commit)

commit 7be33f8cf72c96baf366358c1aeb52aa5e68866d
Author: Stephan Arts step...@xfce.org
Date:   Tue Jan 10 18:34:17 2012 +0100

Update NEWS

 NEWS |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index f14a2f4..49940f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-x.x.x
+0.3.1
 =
 - Fix bug #3688 (Drag and Drop support for ristretto) When an image
   is dropped on the main-window, ristretto opens it and its siblings.
@@ -17,6 +17,8 @@ x.x.x
 - Fix bug #8296 (Ristretto crashes when a file is added to the monitored
   dir), reconsidered reference-counting on file-objects. Do not let
   image-list assume reference, but add it's own.
+- Fix bug #8317 (Blurred full-screen image) off-by-0.5 only applies to
+  single lines, not pixbufs.
 - Do not open the copy of an image when saving.
 - Apply saturation and brightness settings in the set-wallpaper
   preview widget.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Update version number

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 98ed9c4aaf67ae4b4d1a62356e93b5bbef81c54b (commit)
   from 7be33f8cf72c96baf366358c1aeb52aa5e68866d (commit)

commit 98ed9c4aaf67ae4b4d1a62356e93b5bbef81c54b
Author: Stephan Arts step...@xfce.org
Date:   Tue Jan 10 18:35:53 2012 +0100

Update version number

 configure.in.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 2cd9f23..7e88471 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
 dnl ***
 m4_define([ristretto_version_major], [0])
 m4_define([ristretto_version_minor], [3])
-m4_define([ristretto_version_micro], [0])
+m4_define([ristretto_version_micro], [1])
 m4_define([ristretto_version_build], [r@REVISION@])
-m4_define([ristretto_version_tag], [git]) # Leave empty for releases
+m4_define([ristretto_version_tag], []) # Leave empty for releases
 m4_define([ristretto_version], 
[ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(),
 [], [], [ristretto_version_tag()-ristretto_version_build()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Update version

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to f79dc47bbb975b9fa144004035baea5667a2c4eb (commit)
   from 98ed9c4aaf67ae4b4d1a62356e93b5bbef81c54b (commit)

commit f79dc47bbb975b9fa144004035baea5667a2c4eb
Author: Stephan Arts step...@xfce.org
Date:   Tue Jan 10 18:42:08 2012 +0100

Update version

 configure.in.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 7e88471..6c5f873 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -13,7 +13,7 @@ m4_define([ristretto_version_major], [0])
 m4_define([ristretto_version_minor], [3])
 m4_define([ristretto_version_micro], [1])
 m4_define([ristretto_version_build], [r@REVISION@])
-m4_define([ristretto_version_tag], []) # Leave empty for releases
+m4_define([ristretto_version_tag], [git]) # Leave empty for releases
 m4_define([ristretto_version], 
[ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(),
 [], [], [ristretto_version_tag()-ristretto_version_build()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Cleanup DOCDIR and RISTRETTO_HELP_LOCATION

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 06cfd28df55a2a43868297bfddb57d276714d153 (commit)
   from f79dc47bbb975b9fa144004035baea5667a2c4eb (commit)

commit 06cfd28df55a2a43868297bfddb57d276714d153
Author: Stephan Arts step...@xfce.org
Date:   Tue Jan 10 19:25:24 2012 +0100

Cleanup DOCDIR and RISTRETTO_HELP_LOCATION

 src/Makefile.am   |1 -
 src/main_window.c |5 -
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index c5e810e..bf23216 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,6 @@ ristretto_CFLAGS = \
$(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(LIBX11_CFLAGS) \
-   -DDOCDIR=\$(DESTDIR)$(docdir)\ \
-DDATADIR=\$(datadir)\ \
-DSRCDIR=\$(top_srcdir)\ \
-DLOCALEDIR=\$(localedir)\
diff --git a/src/main_window.c b/src/main_window.c
index 2e26e14..f5190cc 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -55,11 +55,6 @@
 #define RISTRETTO_APP_TITLE _(Image Viewer)
 #endif
 
-#ifndef RISTRETTO_HELP_LOCATION
-#define RISTRETTO_HELP_LOCATION file://DOCDIR/html/C/index.html
-#endif
-
-
 #define RSTTO_RECENT_FILES_APP_NAME ristretto
 #define RSTTO_RECENT_FILES_GROUP Graphics
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Polish (pl) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to d832567bf1c31971a8ad95a8f13f7b33b05bf464 (commit)
   from 06cfd28df55a2a43868297bfddb57d276714d153 (commit)

commit d832567bf1c31971a8ad95a8f13f7b33b05bf464
Author: Michał Olber michal.ol...@osworld.pl
Date:   Wed Jan 11 14:55:49 2012 +0100

l10n: Updated Polish (pl) translation to 100%

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

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

 po/pl.po |   79 +
 1 files changed, 43 insertions(+), 36 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index 9921692..f216bb9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,15 +11,14 @@ msgstr 
 Project-Id-Version: Ristretto 0.0.21\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
 POT-Creation-Date: 2012-01-08 13:32+0100\n
-PO-Revision-Date: 2011-11-22 19:22+0100\n
-Last-Translator: Piotr Sokół pso...@jabster.pl\n
+PO-Revision-Date: 2012-01-11 14:46+0100\n
+Last-Translator: Michał Olber michal.ol...@osworld.pl\n
 Language-Team: polski \n
 Language: pl\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bits\n
-Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  (n
-%10010 || n%100=20)) ? 1 : 2));\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=3; plural=((n==1) ? 0 : ((n%10=2  n%10=4  
(n%10010 || n%100=20)) ? 1 : 2));\n
 X-Generator: Lokalize 1.1\n
 
 #: ../src/main.c:61
@@ -47,10 +46,10 @@ msgid 
 available command line options.\n
 msgstr 
 %s: %s\n
-Proszę wprowadzić „%s --help”, aby wypisać pełną listę opcji wiersza 
-poleceń.\n
+Proszę wprowadzić „%s --help”, aby wypisać pełną listę opcji wiersza 
poleceń.\n
 
-#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
+#: ../src/main_window.c:55
+#: ../ristretto.desktop.in.h:1
 msgid Image Viewer
 msgstr Przeglądarka obrazów
 
@@ -147,7 +146,6 @@ msgstr _Ustaw jako tapetę
 
 #. Zoom submenu
 #: ../src/main_window.c:335
-#, fuzzy
 msgid _Zoom
 msgstr _Skalowanie
 
@@ -228,7 +226,6 @@ msgid _Position
 msgstr _Położenie
 
 #: ../src/main_window.c:364
-#, fuzzy
 msgid Thumbnail Bar _Position
 msgstr _Położenie miniatur
 
@@ -249,7 +246,6 @@ msgstr _Pasek poleceń nawigacji
 
 #. Toggle visibility of the thumbnailbar
 #: ../src/main_window.c:378
-#, fuzzy
 msgid Show _Thumbnail Bar
 msgstr _Miniatury
 
@@ -305,43 +301,51 @@ msgstr O_statnio otwarte
 msgid Recently used
 msgstr Wyświetla ostatnio otwarte pliki
 
-#: ../src/main_window.c:639 ../src/main_window.c:1113
+#: ../src/main_window.c:639
+#: ../src/main_window.c:1113
 msgid Press open to select an image
 msgstr Proszę otworzyć obraz za pomocą polecenia Otwórz.
 
-#: ../src/main_window.c:1017 ../src/main_window.c:1023
+#: ../src/main_window.c:1017
+#: ../src/main_window.c:1023
 msgid Empty
 msgstr Pusty
 
 #: ../src/main_window.c:1930
 msgid Choose 'set wallpaper' method
-msgstr 
+msgstr Wybierz metodę 'ustaw tapetę'
 
-#: ../src/main_window.c:1945 ../src/preferences_dialog.c:349
+#: ../src/main_window.c:1945
+#: ../src/preferences_dialog.c:349
 msgid 
 Configure which system is currently managing your desktop.\n
 This setting determines the method iRistretto/i will use\n
 to configure the desktop wallpaper.
 msgstr 
+Ustawia, który system jest aktualnie twoim pulpitem.\n
+Ustawienie to wybiera metodę, którą iRistretto\n
+będzie używało do konfigurowania tapety pulpitu.
 
-#: ../src/main_window.c:1970 ../src/preferences_dialog.c:373
+#: ../src/main_window.c:1970
+#: ../src/preferences_dialog.c:373
 msgid None
-msgstr 
+msgstr Żaden
 
-#: ../src/main_window.c:1974 ../src/preferences_dialog.c:377
+#: ../src/main_window.c:1974
+#: ../src/preferences_dialog.c:377
 msgid Xfce
-msgstr 
+msgstr Xfce
 
-#: ../src/main_window.c:1978 ../src/preferences_dialog.c:381
+#: ../src/main_window.c:1978
+#: ../src/preferences_dialog.c:381
 msgid GNOME
-msgstr 
+msgstr GNOME
 
 #: ../src/main_window.c:2480
 msgid Developer:
 msgstr Twórca:
 
 #: ../src/main_window.c:2489
-#, fuzzy
 msgid Ristretto is an image viewer for the Xfce desktop environment.
 msgstr Przeglądarka obrazów dla środowiska Xfce
 
@@ -363,7 +367,8 @@ msgstr Wszystkie obrazy
 msgid .jp(e)g
 msgstr Obrazy w formacie JPEG
 
-#: ../src/main_window.c:2834 ../src/main_window.c:2936
+#: ../src/main_window.c:2834
+#: ../src/main_window.c:2936
 msgid Could not open file
 msgstr Nie można otworzyć pliku
 
@@ -381,7 +386,6 @@ msgid Are you sure you want to delete image '%s' from 
disk?
 msgstr Usunąć plik „%s”?
 
 #: ../src/privacy_dialog.c:151
-#, fuzzy
 msgid Time range to clear:
 msgstr Zakres czasu:
 
@@ -438,7 +442,6 @@ msgid Thumbnails
 msgstr Miniatury
 
 #: ../src/preferences_dialog.c:228
-#, fuzzy
 msgid 
 The thumbnail bar can be automatically hidden \n
 when the window is fullscreen.
@@ -447,7 +450,6 @@ msgstr 
 podczas pracy w trybie pełnoekranowym.
 
 #: ../src/preferences_dialog.c:230
-#, fuzzy
 msgid Hide thumbnail bar when fullscreen
 msgstr 

[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Dutch (Flemish) (nl) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 7c43a783d63f075933aea605a0b77b6edd09b163 (commit)
   from d832567bf1c31971a8ad95a8f13f7b33b05bf464 (commit)

commit 7c43a783d63f075933aea605a0b77b6edd09b163
Author: Pjotr Anon pliniusmi...@gmail.com
Date:   Wed Jan 11 19:41:29 2012 +0100

l10n: Updated Dutch (Flemish) (nl) translation to 100%

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

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

 po/nl.po |  158 +++---
 1 files changed, 79 insertions(+), 79 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 32c9ee3..fe17fd1 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -3,19 +3,19 @@
 # This file is distributed under the same license as the ristretto package.
 # Stephan Arts step...@xfce.org, 2007.
 # Pjotr, 2011.
-# 
+#
 msgid 
 msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:06+\n
+POT-Creation-Date: 2012-01-11 13:12+\n
 PO-Revision-Date: 2011-09-08 00:48+0200\n
 Last-Translator: Pjotr\n
 Language-Team: Dutch (Flemish)\n
+Language: nl (Dutch)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: nl (Dutch)\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/main.c:61
@@ -50,266 +50,266 @@ msgid Image Viewer
 msgstr Afbeeldingkijker
 
 #. File Menu
-#: ../src/main_window.c:316
+#: ../src/main_window.c:311
 msgid _File
 msgstr _Bestand
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:312
 msgid _Open
 msgstr _Open
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:312
 msgid Open an image
 msgstr Afbeelding openen
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:313
 msgid _Save copy
 msgstr Kopie op_slaan
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:313
 msgid Save a copy of the image
 msgstr Sla een kopie van de afbeelding op
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:314
 msgid _Properties
 msgstr Eigenschappen
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:314
 msgid Show file properties
 msgstr Toon bestandeigenschappen
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:315
 msgid _Close
 msgstr _Sluiten
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:315
 msgid Close this image
 msgstr Sluit deze afbeelding
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:316
 msgid _Quit
 msgstr _Afsluiten
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:316
 msgid Quit Ristretto
 msgstr Ristretto sluiten
 
 #. Edit Menu
-#: ../src/main_window.c:323
+#: ../src/main_window.c:318
 msgid _Edit
 msgstr Be_werken
 
-#: ../src/main_window.c:324
+#: ../src/main_window.c:319
 msgid _Open with...
 msgstr _Openen met...
 
-#: ../src/main_window.c:325
+#: ../src/main_window.c:320
 msgid _Sorting
 msgstr _Sorteren
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:321
 msgid _Delete
 msgstr _Verwijderen
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:321
 msgid Delete this image from disk
 msgstr Verwijder deze afbeelding van de schijf
 
-#: ../src/main_window.c:327
+#: ../src/main_window.c:322
 msgid _Clear private data
 msgstr Verwijder privégegevens
 
-#: ../src/main_window.c:328
+#: ../src/main_window.c:323
 msgid _Preferences
 msgstr _Voorkeuren
 
 #. View Menu
-#: ../src/main_window.c:330
+#: ../src/main_window.c:325
 msgid _View
 msgstr Beel_d
 
-#: ../src/main_window.c:331
+#: ../src/main_window.c:326
 msgid _Fullscreen
 msgstr _Volledig scherm
 
-#: ../src/main_window.c:332
+#: ../src/main_window.c:327
 msgid _Leave Fullscreen
 msgstr _Volledig scherm sluiten
 
-#: ../src/main_window.c:333
+#: ../src/main_window.c:328
 msgid _Set as Wallpaper
 msgstr In_stellen als bureaubladachtergrond
 
 #. Zoom submenu
-#: ../src/main_window.c:335
+#: ../src/main_window.c:330
 msgid _Zoom
 msgstr _Zoomen
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:331
 msgid Zoom _In
 msgstr _Inzoomen
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:332
 msgid Zoom _Out
 msgstr _Uitzoomen
 
-#: ../src/main_window.c:338
+#: ../src/main_window.c:333
 msgid Zoom _Fit
 msgstr _Passend maken
 
-#: ../src/main_window.c:339
+#: ../src/main_window.c:334
 msgid _Normal Size
 msgstr _Normale grootte
 
 #. Rotation submenu
-#: ../src/main_window.c:341
+#: ../src/main_window.c:336
 msgid _Rotation
 msgstr _Draaiing
 
-#: ../src/main_window.c:342
+#: ../src/main_window.c:337
 msgid Rotate _Right
 msgstr _Rechtsom draaien
 
-#: ../src/main_window.c:343
+#: ../src/main_window.c:338
 msgid Rotate _Left
 msgstr _Linksom draaien
 
 #. Go Menu
-#: ../src/main_window.c:345
+#: ../src/main_window.c:340
 msgid _Go
 msgstr _Ga
 
-#: ../src/main_window.c:346
+#: ../src/main_window.c:341
 msgid _Forward
 msgstr _Volgende
 
-#: ../src/main_window.c:347
+#: ../src/main_window.c:342
 msgid _Back
 msgstr _Vorige
 
-#: ../src/main_window.c:348
+#: ../src/main_window.c:343
 

[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Galician (gl) translation to 94%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 444e9ebabbfd5d71552a71143a2213a1a7aa2ffe (commit)
   from 7c43a783d63f075933aea605a0b77b6edd09b163 (commit)

commit 444e9ebabbfd5d71552a71143a2213a1a7aa2ffe
Author: Leandro Regueiro leandro.regue...@gmail.com
Date:   Thu Jan 12 18:04:27 2012 +0100

l10n: Updated Galician (gl) translation to 94%

New status: 130 messages complete with 0 fuzzies and 7 untranslated.

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

 po/gl.po |  162 +++---
 1 files changed, 81 insertions(+), 81 deletions(-)

diff --git a/po/gl.po b/po/gl.po
index b2310a4..746bd0a 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,24 +1,24 @@
 # Galician translation of ristretto
 # Copyright (C) 2008, 2009, 2010 Leandro Regueiro.
 # This file is distributed under the same license as the Xfce package.
-#
+# 
 # Leandro Regueiro leandro DOT regueiro AT gmail DOT com, 2008, 2009, 2010.
-#
+# 
 # Proxecto Trasno - Adaptación do software libre á lingua galega:  Se desexas
 # colaborar connosco, podes atopar máis información en http://trasno.net
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:32+0100\n
+POT-Creation-Date: 2012-01-12 12:12+\n
 PO-Revision-Date: 2010-10-20 09:48+0100\n
 Last-Translator: Leandro Regueiro leandro.regue...@gmail.com\n
 Language-Team: Galician proxe...@trasno.net\n
-Language: gl\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: gl\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 #: ../src/main.c:61
@@ -54,324 +54,324 @@ msgid Image Viewer
 msgstr Visor de imaxes
 
 #. File Menu
-#: ../src/main_window.c:316
+#: ../src/main_window.c:311
 msgid _File
 msgstr _Ficheiro
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:312
 msgid _Open
 msgstr _Abrir
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:312
 msgid Open an image
 msgstr Abrir unha imaxe
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:313
 msgid _Save copy
 msgstr Gar_dar unha copia
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:313
 msgid Save a copy of the image
 msgstr Gardar unha copia da imaxe
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:314
 msgid _Properties
 msgstr _Propiedades
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:314
 msgid Show file properties
 msgstr Mostrar as propiedades do ficheiro
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:315
 msgid _Close
 msgstr _Pechar
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:315
 msgid Close this image
 msgstr Pechar esta imaxe
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:316
 msgid _Quit
 msgstr _Saír
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:316
 msgid Quit Ristretto
 msgstr Saír de Ristretto
 
 #. Edit Menu
-#: ../src/main_window.c:323
+#: ../src/main_window.c:318
 msgid _Edit
 msgstr _Editar
 
-#: ../src/main_window.c:324
+#: ../src/main_window.c:319
 msgid _Open with...
 msgstr _Abrir con...
 
-#: ../src/main_window.c:325
+#: ../src/main_window.c:320
 msgid _Sorting
 msgstr _Ordenación
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:321
 msgid _Delete
 msgstr _Eliminar
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:321
 msgid Delete this image from disk
 msgstr Eliminar esta imaxe do disco
 
-#: ../src/main_window.c:327
+#: ../src/main_window.c:322
 msgid _Clear private data
 msgstr _Limpar os datos privados
 
-#: ../src/main_window.c:328
+#: ../src/main_window.c:323
 msgid _Preferences
 msgstr _Preferencias
 
 #. View Menu
-#: ../src/main_window.c:330
+#: ../src/main_window.c:325
 msgid _View
 msgstr _Ver
 
-#: ../src/main_window.c:331
+#: ../src/main_window.c:326
 msgid _Fullscreen
 msgstr _Pantalla completa
 
-#: ../src/main_window.c:332
+#: ../src/main_window.c:327
 msgid _Leave Fullscreen
 msgstr _Saír do modo de pantalla completa
 
-#: ../src/main_window.c:333
+#: ../src/main_window.c:328
 msgid _Set as Wallpaper
 msgstr Definir como _fondo de escritorio
 
 #. Zoom submenu
-#: ../src/main_window.c:335
+#: ../src/main_window.c:330
 msgid _Zoom
 msgstr _Ampliación
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:331
 msgid Zoom _In
 msgstr _Aumentar
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:332
 msgid Zoom _Out
 msgstr _Reducir
 
-#: ../src/main_window.c:338
+#: ../src/main_window.c:333
 msgid Zoom _Fit
 msgstr _Encaixar
 
-#: ../src/main_window.c:339
+#: ../src/main_window.c:334
 msgid _Normal Size
 msgstr Tamaño _normal
 
 #. Rotation submenu
-#: ../src/main_window.c:341
+#: ../src/main_window.c:336
 msgid _Rotation
 msgstr _Rotación
 
-#: ../src/main_window.c:342
+#: ../src/main_window.c:337
 msgid Rotate _Right
 msgstr Rotar á _dereita
 
-#: ../src/main_window.c:343
+#: ../src/main_window.c:338
 msgid Rotate _Left
 msgstr Rotar á _esqueda
 
 #. Go Menu
-#: ../src/main_window.c:345

[Xfce4-commits] ristretto:stephan/icon-bar Revert Cleanup DOCDIR and RISTRETTO_HELP_LOCATION

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to f268fdc32beafc1959b6d02f4fc454745bbc04c7 (commit)
   from 40aabfdbed1006c59e8db1b7d79971b6991d4b82 (commit)

commit f268fdc32beafc1959b6d02f4fc454745bbc04c7
Author: Stephan Arts step...@xfce.org
Date:   Sat Jan 14 16:46:25 2012 +0100

Revert Cleanup DOCDIR and RISTRETTO_HELP_LOCATION

This reverts commit 06cfd28df55a2a43868297bfddb57d276714d153.

 src/Makefile.am   |1 +
 src/main_window.c |5 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index bf23216..c5e810e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,6 +34,7 @@ ristretto_CFLAGS = \
$(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(LIBX11_CFLAGS) \
+   -DDOCDIR=\$(DESTDIR)$(docdir)\ \
-DDATADIR=\$(datadir)\ \
-DSRCDIR=\$(top_srcdir)\ \
-DLOCALEDIR=\$(localedir)\
diff --git a/src/main_window.c b/src/main_window.c
index f5190cc..2e26e14 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -55,6 +55,11 @@
 #define RISTRETTO_APP_TITLE _(Image Viewer)
 #endif
 
+#ifndef RISTRETTO_HELP_LOCATION
+#define RISTRETTO_HELP_LOCATION file://DOCDIR/html/C/index.html
+#endif
+
+
 #define RSTTO_RECENT_FILES_APP_NAME ristretto
 #define RSTTO_RECENT_FILES_GROUP Graphics
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Revert Remove docs from autogen.sh

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 01e85682edf4ab91488baab57028deda1bb47a99 (commit)
   from f268fdc32beafc1959b6d02f4fc454745bbc04c7 (commit)

commit 01e85682edf4ab91488baab57028deda1bb47a99
Author: Stephan Arts step...@xfce.org
Date:   Sat Jan 14 16:46:46 2012 +0100

Revert Remove docs from autogen.sh

This reverts commit e8937cd89c5299d3215708f2df5df3e20b14b11e.

 autogen.sh |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 819932d..2bd515a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,6 +10,7 @@
 #
 
 export XDT_AUTOGEN_REQUIRED_VERSION=4.8.0
+export XDT_AUTOGEN_CHECK_DOCS=docs
 
 (type xdt-autogen) /dev/null 21 || {
   cat 2 EOF
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Revert Simplify launch_help

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 228347cee87601ec6c8a068df3d2afc46327885d (commit)
   from 2ab305e4c618dace30d27eaa0a66c090e1bd6ef3 (commit)

commit 228347cee87601ec6c8a068df3d2afc46327885d
Author: Stephan Arts step...@xfce.org
Date:   Sat Jan 14 16:48:48 2012 +0100

Revert Simplify launch_help

This reverts commit aa74058f8c7b53fcb0ef4956c8d7f2ec4aee4242.

Conflicts:

src/util.c

 src/util.c |   64 +++-
 1 files changed, 63 insertions(+), 1 deletions(-)

diff --git a/src/util.c b/src/util.c
index c1d48e8..d4916ff 100644
--- a/src/util.c
+++ b/src/util.c
@@ -26,8 +26,70 @@
 gboolean
 rstto_launch_help (void)
 {
+gchar *locale = NULL;
+gchar *offset;
+gchar *docpath = NULL;
 gchar *cur_dir = g_get_current_dir();
-gchar *docpath = g_strdup(http://docs.xfce.org/apps/ristretto/start;);
+  
+/* Find localized documentation path on disk */
+#ifdef ENABLE_NLS
+#ifdef HAVE_LOCALE_H
+locale = g_strdup (setlocale (LC_MESSAGES, ));
+if (locale != NULL)
+{
+offset = g_strrstr (locale, .);
+if (offset != NULL)
+{
+*offset = '\0';
+}
+}
+else
+{
+locale = g_strdup (C);
+}
+#else
+locale = g_strdup (C);
+#endif
+
+docpath = g_strdup_printf (DOCDIR/html/%s/index.html, locale);
+if (!g_file_test (docpath, G_FILE_TEST_EXISTS))
+{
+offset = g_strrstr (locale, _);
+if (offset == NULL)
+{
+g_free (docpath);
+docpath = g_strdup (DOCDIR/html/C/index.html);
+}
+else
+{
+*offset = '\0';
+g_free (docpath);
+docpath = g_strdup_printf (DOCDIR/html/%s/index.html, locale);
+if (!g_file_test (docpath, G_FILE_TEST_EXISTS))
+{
+g_free (docpath);
+docpath = g_strdup (DOCDIR/html/C/index.html);
+}
+}
+}
+
+g_free (locale);
+#else
+docpath = g_strdup (DOCDIR/html/C/index.html);
+#endif
+
+/* Revert to online documentation if not available on disk */
+if (g_file_test (docpath, G_FILE_TEST_EXISTS))
+{
+gchar *tmp = docpath;
+docpath = g_strdup_printf (file://%s, docpath);
+g_free (tmp);
+}
+else
+{
+g_free (docpath);
+docpath = g_strdup(http://docs.xfce.org/apps/ristretto/start;);
+}
 
 if (FALSE == exo_execute_preferred_application (
 WebBrowser,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Update NEWS

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 928e0d8ff6ccd743d9660f18d57712f38a3969c9 (commit)
   from 228347cee87601ec6c8a068df3d2afc46327885d (commit)

commit 928e0d8ff6ccd743d9660f18d57712f38a3969c9
Author: Stephan Arts step...@xfce.org
Date:   Sat Jan 14 17:37:17 2012 +0100

Update NEWS

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

diff --git a/NEWS b/NEWS
index 49940f0..ea0c579 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.3.2
+=
+- Add missing docs
+
 0.3.1
 =
 - Fix bug #3688 (Drag and Drop support for ristretto) When an image
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Update version number

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to a2e8a9c9e22077c792197fda56709c24f013ab16 (commit)
   from 928e0d8ff6ccd743d9660f18d57712f38a3969c9 (commit)

commit a2e8a9c9e22077c792197fda56709c24f013ab16
Author: Stephan Arts step...@xfce.org
Date:   Sat Jan 14 17:39:08 2012 +0100

Update version number

 configure.in.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index e50d412..b204e8d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,9 +11,9 @@ dnl *** Version information ***
 dnl ***
 m4_define([ristretto_version_major], [0])
 m4_define([ristretto_version_minor], [3])
-m4_define([ristretto_version_micro], [1])
+m4_define([ristretto_version_micro], [2])
 m4_define([ristretto_version_build], [r@REVISION@])
-m4_define([ristretto_version_tag], [git]) # Leave empty for releases
+m4_define([ristretto_version_tag], []) # Leave empty for releases
 m4_define([ristretto_version], 
[ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(),
 [], [], [ristretto_version_tag()-ristretto_version_build()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Fix bug #8343, (do not use symbols from gtk+ 2.20)

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 1afe420b865ef8f86f26090462e9217fe789089a (commit)
   from a2e8a9c9e22077c792197fda56709c24f013ab16 (commit)

commit 1afe420b865ef8f86f26090462e9217fe789089a
Author: Stephan Arts step...@xfce.org
Date:   Sat Jan 14 18:53:39 2012 +0100

Fix bug #8343, (do not use symbols from gtk+  2.20)

 src/preferences_dialog.c |   14 +++---
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/preferences_dialog.c b/src/preferences_dialog.c
index e3087f3..8b16c00 100644
--- a/src/preferences_dialog.c
+++ b/src/preferences_dialog.c
@@ -360,23 +360,23 @@ rstto_preferences_dialog_init(RsttoPreferencesDialog 
*dialog)
 FALSE,
 0);
 dialog-priv-behaviour_tab.choose_desktop_combo_box =
-gtk_combo_box_text_new();
+gtk_combo_box_new_text();
 gtk_box_pack_start (
 GTK_BOX (dialog-priv-behaviour_tab.desktop_vbox),
 dialog-priv-behaviour_tab.choose_desktop_combo_box,
 FALSE,
 FALSE,
 0);
-gtk_combo_box_text_insert_text(
-GTK_COMBO_BOX_TEXT 
(dialog-priv-behaviour_tab.choose_desktop_combo_box),
+gtk_combo_box_insert_text(
+GTK_COMBO_BOX 
(dialog-priv-behaviour_tab.choose_desktop_combo_box),
 DESKTOP_TYPE_NONE,
 _(None));
-gtk_combo_box_text_insert_text (
-GTK_COMBO_BOX_TEXT 
(dialog-priv-behaviour_tab.choose_desktop_combo_box),
+gtk_combo_box_insert_text (
+GTK_COMBO_BOX 
(dialog-priv-behaviour_tab.choose_desktop_combo_box),
 DESKTOP_TYPE_XFCE,
 _(Xfce));
-gtk_combo_box_text_insert_text (
-GTK_COMBO_BOX_TEXT 
(dialog-priv-behaviour_tab.choose_desktop_combo_box),
+gtk_combo_box_insert_text (
+GTK_COMBO_BOX 
(dialog-priv-behaviour_tab.choose_desktop_combo_box),
 DESKTOP_TYPE_GNOME,
 _(GNOME));
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Bulgarian (bg) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 40aabfdbed1006c59e8db1b7d79971b6991d4b82 (commit)
   from 444e9ebabbfd5d71552a71143a2213a1a7aa2ffe (commit)

commit 40aabfdbed1006c59e8db1b7d79971b6991d4b82
Author: Milen Milev fanfo...@gmail.com
Date:   Fri Jan 13 20:44:35 2012 +0100

l10n: Updated Bulgarian (bg) translation to 100%

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

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

 po/bg.po |  188 +
 1 files changed, 102 insertions(+), 86 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index aaee271..3326dce 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,8 +7,8 @@ msgid 
 msgstr 
 Project-Id-Version: ristretto 0.0.15\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:32+0100\n
-PO-Revision-Date: 2011-12-28 22:41+0200\n
+POT-Creation-Date: 2012-01-13 16:57+\n
+PO-Revision-Date: 2012-01-13 21:43+0200\n
 Last-Translator: Milen Milev fanfo...@gmail.com\n
 Language-Team: Bulgarian\n
 Language: Bulgarian\n
@@ -48,271 +48,275 @@ msgstr 
 Опитайте %s --help за да видите пълен списък\n
 с наличните опции на командния ред.\n
 
-#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
+#: ../src/main_window.c:55
+#: ../ristretto.desktop.in.h:1
 msgid Image Viewer
 msgstr Програма за преглед на изображения
 
 #. File Menu
-#: ../src/main_window.c:316
+#: ../src/main_window.c:311
 msgid _File
 msgstr _Файл
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:312
 msgid _Open
 msgstr _Отвори
 
-#: ../src/main_window.c:317
+#: ../src/main_window.c:312
 msgid Open an image
 msgstr Отваряне на изображение
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:313
 msgid _Save copy
 msgstr Запази копие
 
-#: ../src/main_window.c:318
+#: ../src/main_window.c:313
 msgid Save a copy of the image
 msgstr Запази копие на изображението
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:314
 msgid _Properties
 msgstr Свойства
 
-#: ../src/main_window.c:319
+#: ../src/main_window.c:314
 msgid Show file properties
 msgstr Покажи свойствата на файла
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:315
 msgid _Close
 msgstr Затвори
 
-#: ../src/main_window.c:320
+#: ../src/main_window.c:315
 msgid Close this image
 msgstr Затвори изображението
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:316
 msgid _Quit
 msgstr Изход
 
-#: ../src/main_window.c:321
+#: ../src/main_window.c:316
 msgid Quit Ristretto
 msgstr Изход от Ristretto
 
 #. Edit Menu
-#: ../src/main_window.c:323
+#: ../src/main_window.c:318
 msgid _Edit
 msgstr _Редактиране
 
-#: ../src/main_window.c:324
+#: ../src/main_window.c:319
 msgid _Open with...
 msgstr Отваряне с...
 
-#: ../src/main_window.c:325
+#: ../src/main_window.c:320
 msgid _Sorting
 msgstr Подреди
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:321
 msgid _Delete
 msgstr Изтрий
 
-#: ../src/main_window.c:326
+#: ../src/main_window.c:321
 msgid Delete this image from disk
 msgstr Изтрий изображението от диска
 
-#: ../src/main_window.c:327
+#: ../src/main_window.c:322
 msgid _Clear private data
 msgstr Изчисти личните данни
 
-#: ../src/main_window.c:328
+#: ../src/main_window.c:323
 msgid _Preferences
 msgstr Предпочитания
 
 #. View Menu
-#: ../src/main_window.c:330
+#: ../src/main_window.c:325
 msgid _View
 msgstr Преглед
 
-#: ../src/main_window.c:331
+#: ../src/main_window.c:326
 msgid _Fullscreen
 msgstr На цял екран
 
-#: ../src/main_window.c:332
+#: ../src/main_window.c:327
 msgid _Leave Fullscreen
 msgstr Излез от цял екран
 
-#: ../src/main_window.c:333
+#: ../src/main_window.c:328
 msgid _Set as Wallpaper
 msgstr Задай като тапет
 
 #. Zoom submenu
-#: ../src/main_window.c:335
+#: ../src/main_window.c:330
 msgid _Zoom
 msgstr Мащабиране
 
-#: ../src/main_window.c:336
+#: ../src/main_window.c:331
 msgid Zoom _In
 msgstr Увеличаване
 
-#: ../src/main_window.c:337
+#: ../src/main_window.c:332
 msgid Zoom _Out
 msgstr Намаляване
 
-#: ../src/main_window.c:338
+#: ../src/main_window.c:333
 msgid Zoom _Fit
 msgstr Запълни
 
-#: ../src/main_window.c:339
+#: ../src/main_window.c:334
 msgid _Normal Size
 msgstr Нормален размер
 
 #. Rotation submenu
-#: ../src/main_window.c:341
+#: ../src/main_window.c:336
 msgid _Rotation
 msgstr Завъртане
 
-#: ../src/main_window.c:342
+#: ../src/main_window.c:337
 msgid Rotate _Right
 msgstr Завъртане надясно
 
-#: ../src/main_window.c:343
+#: ../src/main_window.c:338
 msgid Rotate _Left
 msgstr Завъртане наляво
 
 #. Go Menu
-#: ../src/main_window.c:345
+#: ../src/main_window.c:340
 msgid _Go
 msgstr Отиди
 
-#: ../src/main_window.c:346
+#: ../src/main_window.c:341
 msgid _Forward
 msgstr Напред
 
-#: ../src/main_window.c:347
+#: ../src/main_window.c:342
 msgid _Back
 msgstr Назад
 
-#: ../src/main_window.c:348
+#: ../src/main_window.c:343
 msgid _First
 msgstr Първо
 
-#: ../src/main_window.c:349
+#: ../src/main_window.c:344
 msgid _Last
 msgstr 

[Xfce4-commits] ristretto:stephan/icon-bar Update NEWS

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to a0ad06d2298bfa02519dbd1ac73ed5b268cb7840 (commit)
   from 1afe420b865ef8f86f26090462e9217fe789089a (commit)

commit a0ad06d2298bfa02519dbd1ac73ed5b268cb7840
Author: Stephan Arts step...@xfce.org
Date:   Sat Jan 14 18:54:19 2012 +0100

Update NEWS

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

diff --git a/NEWS b/NEWS
index ea0c579..30e0a3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+x.x.x
+=
+- Fix bug #8343 (Do not use symbols from gtk+  2.20)
+
 0.3.2
 =
 - Add missing docs
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Catalan (Valencian) (ca) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 54b049272b61e69a7869ea213701a7bf7a581835 (commit)
   from a0ad06d2298bfa02519dbd1ac73ed5b268cb7840 (commit)

commit 54b049272b61e69a7869ea213701a7bf7a581835
Author: Carles Muñoz Gorriz carle...@internautas.org
Date:   Sun Jan 15 18:21:41 2012 +0100

l10n: Updated Catalan (Valencian) (ca) translation to 100%

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

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

 po/ca.po |   49 +
 1 files changed, 33 insertions(+), 16 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index 8bc4d30..43df066 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -3,7 +3,7 @@
 # Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the
 # ristretto package.
-# Carles Muñoz Gorriz carle...@internautas.org, 2008-2011.
+# Carles Muñoz Gorriz carle...@internautas.org, 2008-2012.
 # Harald Servat redcr...@gmail.com, 2009.
 # Pol Ruzafa kiar...@gmail.com, 2011.
 #
@@ -11,8 +11,8 @@ msgid 
 msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:32+0100\n
-PO-Revision-Date: 2011-12-18 17:17+0100\n
+POT-Creation-Date: 2012-01-15 14:57+\n
+PO-Revision-Date: 2012-01-15 18:21+0100\n
 Last-Translator: Carles Muñoz Gorriz carle...@internautas.org\n
 Language-Team: Catalan xfce-i...@xfce.org\n
 Language: ca\n
@@ -51,7 +51,8 @@ msgstr 
 Feu %s --help per veure la llista completa \n
 d'opcions disponibles de la línia d'ordres.\n
 
-#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
+#: ../src/main_window.c:55
+#: ../ristretto.desktop.in.h:1
 msgid Image Viewer
 msgstr Visor d'imatges
 
@@ -303,11 +304,13 @@ msgstr Emprats _recentment
 msgid Recently used
 msgstr Emprats recentment
 
-#: ../src/main_window.c:639 ../src/main_window.c:1113
+#: ../src/main_window.c:639
+#: ../src/main_window.c:1113
 msgid Press open to select an image
 msgstr Feu clic a Obrir per seleccionar una imatge
 
-#: ../src/main_window.c:1017 ../src/main_window.c:1023
+#: ../src/main_window.c:1017
+#: ../src/main_window.c:1023
 msgid Empty
 msgstr Buit
 
@@ -315,7 +318,8 @@ msgstr Buit
 msgid Choose 'set wallpaper' method
 msgstr Trieu el mètode «Posa com fons d'escriptori»
 
-#: ../src/main_window.c:1945 ../src/preferences_dialog.c:349
+#: ../src/main_window.c:1945
+#: ../src/preferences_dialog.c:349
 msgid 
 Configure which system is currently managing your desktop.\n
 This setting determines the method iRistretto/i will use\n
@@ -325,15 +329,18 @@ msgstr 
 Aquest paràmetre determina quin mètode emprarà iRistretto/i\n
 per configurar el fons de l'escriptori.
 
-#: ../src/main_window.c:1970 ../src/preferences_dialog.c:373
+#: ../src/main_window.c:1970
+#: ../src/preferences_dialog.c:373
 msgid None
 msgstr Cap
 
-#: ../src/main_window.c:1974 ../src/preferences_dialog.c:377
+#: ../src/main_window.c:1974
+#: ../src/preferences_dialog.c:377
 msgid Xfce
 msgstr Xfce
 
-#: ../src/main_window.c:1978 ../src/preferences_dialog.c:381
+#: ../src/main_window.c:1978
+#: ../src/preferences_dialog.c:381
 msgid GNOME
 msgstr GNOME
 
@@ -363,7 +370,8 @@ msgstr Imatges
 msgid .jp(e)g
 msgstr .jp(e)g
 
-#: ../src/main_window.c:2834 ../src/main_window.c:2936
+#: ../src/main_window.c:2834
+#: ../src/main_window.c:2936
 msgid Could not open file
 msgstr No s'ha pogut obrir el fitxer
 
@@ -533,7 +541,8 @@ msgstr Imatge
 msgid bDate taken:/b
 msgstr bData de captura:/b
 
-#: ../src/properties_dialog.c:537 ../src/properties_dialog.c:549
+#: ../src/properties_dialog.c:537
+#: ../src/properties_dialog.c:549
 #: ../src/properties_dialog.c:561
 #, c-format
 msgid b%s/b
@@ -553,10 +562,15 @@ msgid 
 Install bTumbler/b or another ithumbnailing daemon/i\n
 to resolve this issue.
 msgstr 
+No s'ha trobat el servei de miniatures,per aquest\n
+motiu no es poden crear les miniatures.\n
+\n
+Instaŀleu bTumbler/b o algun altre idimoni de\n
+miniatures/i per resoldre el problema.
 
 #: ../src/thumbnailer.c:441
 msgid Do _not show this message again
-msgstr 
+msgstr _No tornis a mostrar aquest missatge
 
 #: ../src/thumbnail_bar.c:208
 msgid Spacing
@@ -574,7 +588,8 @@ msgstr Amplada de la bora
 msgid the border width of the thumbnail bar
 msgstr l'amplada de la bora de la barra de miniatures
 
-#: ../src/xfce_wallpaper_manager.c:335 ../src/gnome_wallpaper_manager.c:234
+#: ../src/xfce_wallpaper_manager.c:335
+#: ../src/gnome_wallpaper_manager.c:234
 msgid Style:
 msgstr Estil:
 
@@ -586,11 +601,13 @@ msgstr Brillantor:
 msgid Saturation:
 msgstr Saturació:
 
-#: ../src/xfce_wallpaper_manager.c:354 ../src/gnome_wallpaper_manager.c:245
+#: ../src/xfce_wallpaper_manager.c:354
+#: ../src/gnome_wallpaper_manager.c:245
 msgid Set as wallpaper
 msgstr Posa com fons d'escriptori
 
-#: ../src/xfce_wallpaper_manager.c:507 ../src/gnome_wallpaper_manager.c:312
+#: ../src/xfce_wallpaper_manager.c:507
+#: 

[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Portuguese (pt) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 614b93aa685dede94b07d39e1414ba6bef65ddef (commit)
   from 54b049272b61e69a7869ea213701a7bf7a581835 (commit)

commit 614b93aa685dede94b07d39e1414ba6bef65ddef
Author: Sergio Marques smarque...@gmail.com
Date:   Tue Jan 17 18:00:25 2012 +0100

l10n: Updated Portuguese (pt) translation to 100%

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

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

 po/pt.po |  186 +++---
 1 files changed, 44 insertions(+), 142 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 7c32d08..82980ea 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,13 +2,13 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Nuno Miguel nu...@netcabo.pt, 2007
-# 
+#
 msgid 
 msgstr 
-Project-Id-Version: ristretto 0.0.22\n
+Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
 POT-Creation-Date: 2012-01-08 21:57+\n
-PO-Revision-Date: 2010-01-15 14:16-\n
+PO-Revision-Date: 2012-01-17 16:59-\n
 Last-Translator: Sérgio Marques smarque...@gmail.com\n
 Language-Team: \n
 MIME-Version: 1.0\n
@@ -21,7 +21,7 @@ msgstr 
 
 #: ../src/main.c:61
 msgid Version information
-msgstr Informação de versão
+msgstr Informações da versão
 
 #: ../src/main.c:65
 msgid Start in fullscreen mode
@@ -44,10 +44,10 @@ msgid 
 available command line options.\n
 msgstr 
 %s: %s\n
-Tente %s --help para ver uma lista completa de opções em linha de comandos 
-disponíveis.\n
+Tente %s --help para ver uma lista completa de opções em linha de comandos 
disponíveis\n
 
-#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
+#: ../src/main_window.c:55
+#: ../ristretto.desktop.in.h:1
 msgid Image Viewer
 msgstr Visualizador de imagens
 
@@ -187,7 +187,7 @@ msgstr _Avançar
 
 #: ../src/main_window.c:347
 msgid _Back
-msgstr _Voltar
+msgstr _Recuar
 
 #: ../src/main_window.c:348
 msgid _First
@@ -200,7 +200,7 @@ msgstr Últi_ma
 #. Help Menu
 #: ../src/main_window.c:351
 msgid _Help
-msgstr _Ajuda
+msgstr A_juda
 
 #: ../src/main_window.c:353
 msgid _Contents
@@ -208,7 +208,7 @@ msgstr _Conteúdo
 
 #: ../src/main_window.c:355
 msgid Display ristretto user manual
-msgstr Mostrar o manual de utilizador do ristretto
+msgstr Abrir manual de utilizador
 
 #: ../src/main_window.c:358
 msgid _About
@@ -216,7 +216,7 @@ msgstr _Sobre
 
 #: ../src/main_window.c:360
 msgid Display information about ristretto
-msgstr Mostrar informações do ristretto
+msgstr Exibir informações do ristretto
 
 #. Position Menu
 #: ../src/main_window.c:363
@@ -299,11 +299,13 @@ msgstr _Recentes
 msgid Recently used
 msgstr Recentes
 
-#: ../src/main_window.c:639 ../src/main_window.c:1113
+#: ../src/main_window.c:639
+#: ../src/main_window.c:1113
 msgid Press open to select an image
-msgstr Prima abrir para seleccionar uma imagem
+msgstr Prima abrir para selecionar uma imagem
 
-#: ../src/main_window.c:1017 ../src/main_window.c:1023
+#: ../src/main_window.c:1017
+#: ../src/main_window.c:1023
 msgid Empty
 msgstr Vazio
 
@@ -311,25 +313,28 @@ msgstr Vazio
 msgid Choose 'set wallpaper' method
 msgstr Escolha o método \definir papel de parede\
 
-#: ../src/main_window.c:1945 ../src/preferences_dialog.c:349
+#: ../src/main_window.c:1945
+#: ../src/preferences_dialog.c:349
 msgid 
 Configure which system is currently managing your desktop.\n
 This setting determines the method iRistretto/i will use\n
 to configure the desktop wallpaper.
 msgstr 
-Configurar o sistema que faz a gestão do ambiente de trabalho.\n
-Esta definição determina o método utilizado pelo iRistretto/i para 
-configurar o papel de parede.
+Configurar o sistema que faz a gestão do ambiente de trabalho\n
+Esta definição determina o método utilizado pelo iRistretto/i para 
configurar o papel de parede
 
-#: ../src/main_window.c:1970 ../src/preferences_dialog.c:373
+#: ../src/main_window.c:1970
+#: ../src/preferences_dialog.c:373
 msgid None
 msgstr Nenhum
 
-#: ../src/main_window.c:1974 ../src/preferences_dialog.c:377
+#: ../src/main_window.c:1974
+#: ../src/preferences_dialog.c:377
 msgid Xfce
 msgstr Xfce
 
-#: ../src/main_window.c:1978 ../src/preferences_dialog.c:381
+#: ../src/main_window.c:1978
+#: ../src/preferences_dialog.c:381
 msgid GNOME
 msgstr GNOME
 
@@ -339,8 +344,7 @@ msgstr Programador:
 
 #: ../src/main_window.c:2489
 msgid Ristretto is an image viewer for the Xfce desktop environment.
-msgstr 
-O Ristretto é um visualizador de imagens para o ambiente de trabalho Xfce.
+msgstr O Ristretto é um visualizador de imagens para o ambiente de trabalho 
Xfce
 
 #: ../src/main_window.c:2497
 msgid translator-credits
@@ -358,7 +362,8 @@ msgstr Imagens
 msgid .jp(e)g
 msgstr .jp(e)g
 
-#: ../src/main_window.c:2834 ../src/main_window.c:2936
+#: ../src/main_window.c:2834
+#: ../src/main_window.c:2936
 msgid Could not open file
 msgstr Incapaz 

[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updates to Chinese (Taiwan) translation

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 40e0865362a3c6f1ec7462c43b4efa375efe5b69 (commit)
   from 614b93aa685dede94b07d39e1414ba6bef65ddef (commit)

commit 40e0865362a3c6f1ec7462c43b4efa375efe5b69
Author: Cheng-Chia Tseng pswo10...@gmail.com
Date:   Thu Jan 19 17:07:42 2012 +0100

l10n: Updates to Chinese (Taiwan) translation

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

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

 po/{pt.po = zh_TW.po} |  307 
 1 files changed, 154 insertions(+), 153 deletions(-)

diff --git a/po/pt.po b/po/zh_TW.po
similarity index 66%
copy from po/pt.po
copy to po/zh_TW.po
index 82980ea..2d2f105 100644
--- a/po/pt.po
+++ b/po/zh_TW.po
@@ -1,39 +1,37 @@
-# Portuguese translation for ristretto.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# Nuno Miguel nu...@netcabo.pt, 2007
+# Traditional Chinese translation of ristrerro image viewer.
+# Copyright (C) 2011 THE ristretto'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the ristretto package.
+# Cheng-Chia Tseng pswo10...@gmail.com, 2011.
 #
 msgid 
 msgstr 
-Project-Id-Version: ristretto\n
+Project-Id-Version: ristretto master\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 21:57+\n
-PO-Revision-Date: 2012-01-17 16:59-\n
-Last-Translator: Sérgio Marques smarque...@gmail.com\n
-Language-Team: \n
+POT-Creation-Date: 2012-01-19 15:00+\n
+PO-Revision-Date: 2012-01-20 00:05+0800\n
+Last-Translator: Cheng-Chia Tseng pswo10...@gmail.com\n
+Language-Team: chinese-l10n chinese-l...@googlegroups.com\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: \n
-Plural-Forms: nplurals=2; plural=(n  1);\n
-X-Poedit-Language: Portuguese\n
-X-Poedit-Country: PORTUGAL\n
+Plural-Forms: nplurals=1; plural=0;\n
 
 #: ../src/main.c:61
 msgid Version information
-msgstr Informações da versão
+msgstr 版本資訊
 
 #: ../src/main.c:65
 msgid Start in fullscreen mode
-msgstr Iniciar no modo de ecrã inteiro
+msgstr 以全螢幕模式啟動
 
 #: ../src/main.c:69
 msgid Start a slideshow
-msgstr Iniciar uma apresentação
+msgstr 開始投影片秀
 
 #: ../src/main.c:77
 msgid Show settings dialog
-msgstr Mostrar janela de definições
+msgstr 顯示設定值對話窗
 
 #: ../src/main.c:105
 #, c-format
@@ -44,274 +42,276 @@ msgid 
 available command line options.\n
 msgstr 
 %s: %s\n
-Tente %s --help para ver uma lista completa de opções em linha de comandos 
disponíveis\n
+\n
+試試 %s --help 來查看可用指令\n
+列選項的完整清單。\n
 
 #: ../src/main_window.c:55
 #: ../ristretto.desktop.in.h:1
 msgid Image Viewer
-msgstr Visualizador de imagens
+msgstr 影像檢視器
 
 #. File Menu
 #: ../src/main_window.c:316
 msgid _File
-msgstr _Ficheiro
+msgstr 檔案(_F)
 
 #: ../src/main_window.c:317
 msgid _Open
-msgstr _Abrir
+msgstr 開啟(_O)
 
 #: ../src/main_window.c:317
 msgid Open an image
-msgstr Abrir uma imagem
+msgstr 開啟影像
 
 #: ../src/main_window.c:318
 msgid _Save copy
-msgstr _Gravar cópia
+msgstr 儲存副本(_S)
 
 #: ../src/main_window.c:318
 msgid Save a copy of the image
-msgstr Gravar uma cópia da imagem
+msgstr 儲存一份該影像的副本
 
 #: ../src/main_window.c:319
 msgid _Properties
-msgstr _Propriedades
+msgstr 屬性(_P)
 
 #: ../src/main_window.c:319
 msgid Show file properties
-msgstr Mostrar propriedades do ficheiro
+msgstr 顯示檔案屬性
 
 #: ../src/main_window.c:320
 msgid _Close
-msgstr Fe_char
+msgstr 關閉(_C)
 
 #: ../src/main_window.c:320
 msgid Close this image
-msgstr Fechar esta imagem
+msgstr 關閉此影像
 
 #: ../src/main_window.c:321
 msgid _Quit
-msgstr _Sair
+msgstr 退出(_Q)
 
 #: ../src/main_window.c:321
 msgid Quit Ristretto
-msgstr Sair do Ristretto
+msgstr 退出 Ristretto
 
 #. Edit Menu
 #: ../src/main_window.c:323
 msgid _Edit
-msgstr _Editar
+msgstr 編輯(_E)
 
 #: ../src/main_window.c:324
 msgid _Open with...
-msgstr Abrir c_om...
+msgstr 以此開啟(_O)...
 
 #: ../src/main_window.c:325
 msgid _Sorting
-msgstr _Ordenação
+msgstr 排序(_S)
 
 #: ../src/main_window.c:326
 msgid _Delete
-msgstr _Apagar
+msgstr 刪除(_D)
 
 #: ../src/main_window.c:326
 msgid Delete this image from disk
-msgstr Apagar esta imagem do disco
+msgstr 從磁碟刪除此影像
 
 #: ../src/main_window.c:327
 msgid _Clear private data
-msgstr _Limpar dados privados
+msgstr 清除隱私資料(_C)
 
 #: ../src/main_window.c:328
 msgid _Preferences
-msgstr _Preferências
+msgstr 偏好設定(_P)
 
 #. View Menu
 #: ../src/main_window.c:330
 msgid _View
-msgstr _Ver
+msgstr 檢視(_V)
 
 #: ../src/main_window.c:331
 msgid _Fullscreen
-msgstr _Ecrã completo
+msgstr 全螢幕(_F)
 
 #: ../src/main_window.c:332
 msgid _Leave Fullscreen
-msgstr Sair do ecrã comp_leto
+msgstr 離開全螢幕(_L)
 
 #: ../src/main_window.c:333
 msgid _Set as Wallpaper
-msgstr _Definir como papel de parede
+msgstr 設定為桌布(_S)
 
 #. Zoom submenu
 #: ../src/main_window.c:335
 msgid _Zoom
-msgstr Taman_ho
+msgstr 遠近(_Z)
 
 #: ../src/main_window.c:336
 

[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated French (fr) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 6ce7bed2e7c59fc552c406f3123569e31b7f786d (commit)
   from 40e0865362a3c6f1ec7462c43b4efa375efe5b69 (commit)

commit 6ce7bed2e7c59fc552c406f3123569e31b7f786d
Author: Benoit THIBAUD frombe...@gmail.com
Date:   Fri Jan 20 23:14:20 2012 +0100

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |  783 +++---
 1 files changed, 184 insertions(+), 599 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 73941fa..f8ed3d0 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,629 +1,214 @@
-# French translation for the ristretto package.
-# Copyright (C) 2008 Stephan Arts
-# This file is distributed under the same license as the PACKAGE package.
-# Mike Massonnet mmasson...@xfce.org, 2007, 2008.
-# Patrick Douart patric...@laposte.net, 2009, 2010.
+# French translations for the xfce-radio-plugin
+# Copyright (C) 2006 Stefan Ott
+# This file is distributed under the same license as the xfce4-radio-plugin
+# Maximilian Schleiss maximil...@xfce.org, 2006.
 #
 msgid 
 msgstr 
-Project-Id-Version: ristretto\n
-Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:32+0100\n
-PO-Revision-Date: 2010-02-11 15:32+0100\n
-Last-Translator: Douart Patrick patric...@laposte.net\n
-Language-Team: French\n
-Language: \n
+Project-Id-Version: xfce4-radio-plugin v0.2.0\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2011-05-21 03:11+0200\n
+PO-Revision-Date: 2012-01-19 19:00+0100\n
+Last-Translator: Benoit frombe...@gmail.com\n
+Language-Team: French xfce-i...@xfce.org\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=UTF-8\n
+Content-Type: text/plain; charset=utf-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,11,-1,-1,-1\n
+Language: fr\n
 
-#: ../src/main.c:61
-msgid Version information
-msgstr Information sur la version
+#: ../panel-plugin/radio.desktop.in.in.h:1
+msgid Radio Plugin
+msgstr Greffon Radio
 
-#: ../src/main.c:65
-msgid Start in fullscreen mode
-msgstr Démarrer en mode plein écran
+#: ../panel-plugin/radio.desktop.in.in.h:2
+msgid V4l radio plugin
+msgstr Greffon de radio V4l
 
-#: ../src/main.c:69
-msgid Start a slideshow
-msgstr Démarrer le diaporama
-
-#: ../src/main.c:77
-msgid Show settings dialog
-msgstr Afficher la fenêtre des préférences
-
-#: ../src/main.c:105
-#, fuzzy, c-format
-msgid 
-%s: %s\n
-\n
-Try %s --help to see a full list of\n
-available command line options.\n
-msgstr 
-%s : %s\n
-Essayez %s --help pour voir une liste complète des options en ligne de 
-commande.\n
-
-#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
-msgid Image Viewer
-msgstr Visualiseur d’images
-
-#. File Menu
-#: ../src/main_window.c:316
-msgid _File
-msgstr _Fichier
-
-#: ../src/main_window.c:317
-msgid _Open
-msgstr _Ouvrir
-
-#: ../src/main_window.c:317
-msgid Open an image
-msgstr Ouvrir une image
-
-#: ../src/main_window.c:318
-msgid _Save copy
-msgstr _Enregistrer une copie
-
-#: ../src/main_window.c:318
-msgid Save a copy of the image
-msgstr Enregistrer une copie de l'image
-
-#: ../src/main_window.c:319
-msgid _Properties
-msgstr _Propriétés
-
-#: ../src/main_window.c:319
-msgid Show file properties
-msgstr Afficher les propriétés du fichier
-
-#: ../src/main_window.c:320
-msgid _Close
-msgstr _Fermer
-
-#: ../src/main_window.c:320
-msgid Close this image
-msgstr Fermer cette image
-
-#: ../src/main_window.c:321
-msgid _Quit
-msgstr _Quitter
-
-#: ../src/main_window.c:321
-msgid Quit Ristretto
-msgstr Quitter Ristretto
-
-#. Edit Menu
-#: ../src/main_window.c:323
-msgid _Edit
-msgstr _Éditer
-
-#: ../src/main_window.c:324
-msgid _Open with...
-msgstr _Ouvrir avec...
-
-#: ../src/main_window.c:325
-msgid _Sorting
-msgstr _Trier par
-
-#: ../src/main_window.c:326
-msgid _Delete
-msgstr _Effacer
-
-#: ../src/main_window.c:326
-msgid Delete this image from disk
-msgstr Supprimer cette image du disque
-
-#: ../src/main_window.c:327
-msgid _Clear private data
-msgstr _Nettoyer les données personnelles
-
-#: ../src/main_window.c:328
-msgid _Preferences
-msgstr _Préférences
-
-#. View Menu
-#: ../src/main_window.c:330
-msgid _View
-msgstr _Afficher
-
-#: ../src/main_window.c:331
-msgid _Fullscreen
-msgstr _Plein écran
-
-#: ../src/main_window.c:332
-msgid _Leave Fullscreen
-msgstr _Quitter le plein écran
-
-#: ../src/main_window.c:333
-msgid _Set as Wallpaper
-msgstr _Utiliser en tant que fond d'écran
-
-#. Zoom submenu
-#: ../src/main_window.c:335
-#, fuzzy
-msgid _Zoom
-msgstr _Zoom
-
-#: ../src/main_window.c:336
-msgid Zoom _In
-msgstr Zoom _Avant
-
-#: ../src/main_window.c:337
-msgid Zoom _Out
-msgstr Zoom _Avant
-
-#: ../src/main_window.c:338
-msgid Zoom _Fit
-msgstr Zoom au _Mieux
-
-#: ../src/main_window.c:339
-msgid _Normal Size
-msgstr _Taille Normale
-
-#. Rotation submenu
-#: 

[Xfce4-commits] ristretto:stephan/icon-bar Update scale when box-zoom is used to change the scale

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 98c8f040614897f54b60d7f04cfa0b9c8a585053 (commit)
   from 9f644a39ba6c67f8c882cbd1aa6bd06c7e766b2a (commit)

commit 98c8f040614897f54b60d7f04cfa0b9c8a585053
Author: Stephan Arts step...@xfce.org
Date:   Fri Jan 20 23:49:48 2012 +0100

Update scale when box-zoom is used to change the scale

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

diff --git a/src/image_viewer.c b/src/image_viewer.c
index 3260767..1be5c3a 100644
--- a/src/image_viewer.c
+++ b/src/image_viewer.c
@@ -2416,6 +2416,8 @@ rstto_button_release_event (
  */
 gtk_adjustment_changed(viewer-hadjustment);
 gtk_adjustment_changed(viewer-vadjustment);
+
+g_signal_emit_by_name(viewer, scale-changed);
 }
 break;
 default:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Bump version

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 376161d46aeac4395982f3356d8147b6ac80128c (commit)
   from 98c8f040614897f54b60d7f04cfa0b9c8a585053 (commit)

commit 376161d46aeac4395982f3356d8147b6ac80128c
Author: Stephan Arts step...@xfce.org
Date:   Fri Jan 20 23:53:50 2012 +0100

Bump version

 configure.in.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index b204e8d..652c71e 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -13,7 +13,7 @@ m4_define([ristretto_version_major], [0])
 m4_define([ristretto_version_minor], [3])
 m4_define([ristretto_version_micro], [2])
 m4_define([ristretto_version_build], [r@REVISION@])
-m4_define([ristretto_version_tag], []) # Leave empty for releases
+m4_define([ristretto_version_tag], [git]) # Leave empty for releases
 m4_define([ristretto_version], 
[ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(),
 [], [], [ristretto_version_tag()-ristretto_version_build()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits



[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Spanish (Castilian) (es) translation to 91%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to b83213cfce8531f938326d341cfa8bd16119bebc (commit)
   from b904b8efc67b0bc748df43f001ecb9281a522353 (commit)

commit b83213cfce8531f938326d341cfa8bd16119bebc
Author: Andres Sanchez afsanche...@gmail.com
Date:   Sat Jan 21 14:33:33 2012 +0100

l10n: Updated Spanish (Castilian) (es) translation to 91%

New status: 125 messages complete with 10 fuzzies and 2 untranslated.

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

 po/es.po |7 +++
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/po/es.po b/po/es.po
index 2c41001..97f4a21 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2,19 +2,19 @@
 # Copyright (C) 2007 THE ristretto'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Abel Martín abel.martin.r...@gmail.com, 2008
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:32+0100\n
+POT-Creation-Date: 2012-01-21 13:00+\n
 PO-Revision-Date: 2009-11-06 09:18-0300\n
 Last-Translator: elega el...@elega.com.ar\n
 Language-Team: Spanish xfce-i...@xfce.org\n
-Language: es\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Language: es\n
 X-Poedit-Bookmarks: -1,-1,-1,-1,-1,84,11,-1,-1,-1\n
 
 #: ../src/main.c:61
@@ -142,7 +142,6 @@ msgstr _Establecer como fondo de escritorio
 
 #. Zoom submenu
 #: ../src/main_window.c:335
-#, fuzzy
 msgid _Zoom
 msgstr _Zoom
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated Lithuanian (lt) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 5c8515cb964f10dff55f3ca9c53c33834e4b8360 (commit)
   from 29ede9c3ee5fecf528f9f533e520e48c1c498800 (commit)

commit 5c8515cb964f10dff55f3ca9c53c33834e4b8360
Author: Algimantas Margevičius gy...@mail.ru
Date:   Sun Jan 22 07:50:37 2012 +0100

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |   22 +++---
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 5e817d1..fc0af36 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
 POT-Creation-Date: 2012-01-22 08:11+0200\n
-PO-Revision-Date: 2012-01-22 08:38+0200\n
+PO-Revision-Date: 2012-01-22 08:48+0200\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
 Language: \n
@@ -108,7 +108,7 @@ msgstr _Atverti su...
 
 #: ../src/main_window.c:325
 msgid _Sorting
-msgstr _Rikiuojama
+msgstr _Rikiavimas
 
 #: ../src/main_window.c:326
 msgid _Delete
@@ -260,19 +260,19 @@ msgstr rikiuoti pagal datą
 
 #: ../src/main_window.c:393
 msgid Left
-msgstr Kairė
+msgstr Kairėje
 
 #: ../src/main_window.c:394
 msgid Right
-msgstr Dešinė
+msgstr Dešinėje
 
 #: ../src/main_window.c:395
 msgid Top
-msgstr Viršus
+msgstr Viršuje
 
 #: ../src/main_window.c:396
 msgid Bottom
-msgstr Apačia
+msgstr Apačioje
 
 #. Create Play/Pause Slideshow actions
 #: ../src/main_window.c:538
@@ -346,7 +346,7 @@ msgstr 
 
 #: ../src/main_window.c:2497
 msgid translator-credits
-msgstr Algimantas Margevičius
+msgstr Algimantas Margevičius margevicius.algiman...@gmail.com
 
 #: ../src/main_window.c:2783
 msgid Open image
@@ -464,7 +464,7 @@ msgstr 
 
 #: ../src/preferences_dialog.c:289
 msgid Control
-msgstr Control
+msgstr Valdymas
 
 #: ../src/preferences_dialog.c:293
 msgid Scroll wheel
@@ -472,7 +472,7 @@ msgstr Slinkties ratukas
 
 #: ../src/preferences_dialog.c:296
 msgid Invert zoom direction
-msgstr Apversti mastelio kryptį
+msgstr Invertuoti mastelio kryptį
 
 #: ../src/preferences_dialog.c:306
 msgid Behaviour
@@ -496,7 +496,7 @@ msgstr Darbastalis
 
 #: ../src/preferences_dialog.c:460
 msgid Image Viewer Preferences
-msgstr Paveikslėlių žiūryklės nustatymai
+msgstr Paveikslėlių peržiūros programos nustatymai
 
 #: ../src/properties_dialog.c:180
 msgid bName:/b
@@ -619,7 +619,7 @@ msgstr Pritauktas
 
 #: ../ristretto.desktop.in.h:1
 msgid Ristretto Image Viewer
-msgstr Ristretto paveikslėlių žiūryklė
+msgstr Ristretto paveikslėlių peržiūros programa
 
 #: ../ristretto.desktop.in.h:2
 msgid Look at your images easily
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Added Lithuanian language

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 29ede9c3ee5fecf528f9f533e520e48c1c498800 (commit)
   from b83213cfce8531f938326d341cfa8bd16119bebc (commit)

commit 29ede9c3ee5fecf528f9f533e520e48c1c498800
Author: Algimantas Margevičius gy...@mail.ru
Date:   Sun Jan 22 07:38:58 2012 +0100

l10n: Added Lithuanian language

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

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

 po/{is.po = lt.po} |  304 +++
 1 files changed, 161 insertions(+), 143 deletions(-)

diff --git a/po/is.po b/po/lt.po
similarity index 64%
copy from po/is.po
copy to po/lt.po
index 8d4e4d9..5e817d1 100644
--- a/po/is.po
+++ b/po/lt.po
@@ -1,38 +1,39 @@
-# translation of ristretto.master.untitled.po to Icelandic
+# SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
 #
-# Sveinn í Felli svei...@nett.is, 2011.
 msgid 
 msgstr 
-Project-Id-Version: ristretto.master.untitled\n
+Project-Id-Version: ristretto\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2012-01-08 13:32+0100\n
-PO-Revision-Date: 2011-12-01 20:43+\n
-Last-Translator: Sveinn í Felli svei...@nett.is\n
-Language-Team: Icelandic translation-team...@lists.sourceforge.net\n
+POT-Creation-Date: 2012-01-22 08:11+0200\n
+PO-Revision-Date: 2012-01-22 08:38+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
 Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: Plural-Forms: nplurals=2; plural=n != 1;\n
-X-Generator: KBabel 1.11.4\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../src/main.c:61
 msgid Version information
-msgstr Útgáfuupplýsingar
+msgstr Versijos informacija
 
 #: ../src/main.c:65
 msgid Start in fullscreen mode
-msgstr Fylla allan skjáinn í byrjun
+msgstr Paleisti viso ekrano režimu
 
 #: ../src/main.c:69
 msgid Start a slideshow
-msgstr Hefja skyggnusýningu
+msgstr Pradėti skaidrių rodymą
 
 #: ../src/main.c:77
 msgid Show settings dialog
-msgstr Sýna stillingaglugga
+msgstr Rodyti nustatymų langą
 
 #: ../src/main.c:105
 #, c-format
@@ -42,270 +43,274 @@ msgid 
 Try %s --help to see a full list of\n
 available command line options.\n
 msgstr 
+%s: %s\n
+\n
+Norėdami pamatyti komandų eilutės \n
+parametrų sąrašą, paleiskite „%s --help“.\n
 
-#: ../src/main_window.c:55 ../ristretto.desktop.in.h:1
+#: ../src/main_window.c:55 ../ristretto.desktop.in.h:3
 msgid Image Viewer
-msgstr Myndskoðari
+msgstr Paveikslėlių peržiūros programa
 
 #. File Menu
 #: ../src/main_window.c:316
 msgid _File
-msgstr _Skrá
+msgstr _Failas
 
 #: ../src/main_window.c:317
 msgid _Open
-msgstr _Opna
+msgstr _Atverti
 
 #: ../src/main_window.c:317
 msgid Open an image
-msgstr Opna mynd
+msgstr Atverti paveikslėlį
 
 #: ../src/main_window.c:318
 msgid _Save copy
-msgstr Vi_sta afrit
+msgstr _Išsaugoti kopiją
 
 #: ../src/main_window.c:318
 msgid Save a copy of the image
-msgstr Vista afrit af myndinni
+msgstr Išsaugoti paveikslėlio kopiją
 
 #: ../src/main_window.c:319
 msgid _Properties
-msgstr _Eiginleikar
+msgstr _Savybės
 
 #: ../src/main_window.c:319
 msgid Show file properties
-msgstr Sýna skráar eiginleika
+msgstr Rodyti paveikslėlio savybes
 
 #: ../src/main_window.c:320
 msgid _Close
-msgstr _Loka
+msgstr _Užverti
 
 #: ../src/main_window.c:320
 msgid Close this image
-msgstr Loka þessari mynd
+msgstr Užverti šį paveikslėlį
 
 #: ../src/main_window.c:321
 msgid _Quit
-msgstr _Hætta
+msgstr I_šeiti
 
 #: ../src/main_window.c:321
 msgid Quit Ristretto
-msgstr Hætta í Ristretto
+msgstr Išeiti Ristretto
 
 #. Edit Menu
 #: ../src/main_window.c:323
 msgid _Edit
-msgstr Br_eyta
+msgstr _Keisti
 
 #: ../src/main_window.c:324
 msgid _Open with...
-msgstr _Opna með...
+msgstr _Atverti su...
 
 #: ../src/main_window.c:325
 msgid _Sorting
-msgstr _Röðun
+msgstr _Rikiuojama
 
 #: ../src/main_window.c:326
 msgid _Delete
-msgstr _Eyða
+msgstr Išt_rinti
 
 #: ../src/main_window.c:326
 msgid Delete this image from disk
-msgstr Eyða þessari mynd frá disk
+msgstr Ištrinti šį paveikslėlį iš disko
 
 #: ../src/main_window.c:327
 msgid _Clear private data
-msgstr _Hreinsa persónuleg gögn
+msgstr _Išvalyti duomenų saugyklą
 
 #: ../src/main_window.c:328
 msgid _Preferences
-msgstr _Stillingar
+msgstr _Nustatymai
 
 #. View Menu
 #: ../src/main_window.c:330
 msgid _View
-msgstr S_koða
+msgstr R_odymas
 
 #: ../src/main_window.c:331
 msgid _Fullscreen
-msgstr _Fylla skjáinn
+msgstr _Visas ekranas
 
 #: ../src/main_window.c:332
 msgid _Leave Fullscreen
-msgstr _Minnka gluggann
+msgstr _Palikti viso ekrano režimą
 
 #: ../src/main_window.c:333
 msgid 

[Xfce4-commits] ristretto:stephan/icon-bar Remove nonsense from README

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 9db15338e612c1b6e2c33aae4947d22bf9480ec4 (commit)
   from 5c8515cb964f10dff55f3ca9c53c33834e4b8360 (commit)

commit 9db15338e612c1b6e2c33aae4947d22bf9480ec4
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 10:00:36 2012 +0100

Remove nonsense from README

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

diff --git a/README b/README
index 5cef91e..e69de29 100644
--- a/README
+++ b/README
@@ -1,3 +0,0 @@
-ChangeLog is generated as followed:
-
-git log --format=medium --max-parents=1  ChangeLog
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Remove docs from autogen.sh

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 54fd8c256a21d0bef6e49267ad9f1485cea6b334 (commit)
   from 9db15338e612c1b6e2c33aae4947d22bf9480ec4 (commit)

commit 54fd8c256a21d0bef6e49267ad9f1485cea6b334
Author: Stephan Arts step...@xfce.org
Date:   Mon Jan 9 18:36:08 2012 +0100

Remove docs from autogen.sh

 autogen.sh |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 2bd515a..819932d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,7 +10,6 @@
 #
 
 export XDT_AUTOGEN_REQUIRED_VERSION=4.8.0
-export XDT_AUTOGEN_CHECK_DOCS=docs
 
 (type xdt-autogen) /dev/null 21 || {
   cat 2 EOF
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Remove docs submodule

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 4f15111215abfd5cf2d085568f94a0bc9d915127 (commit)
   from 54fd8c256a21d0bef6e49267ad9f1485cea6b334 (commit)

commit 4f15111215abfd5cf2d085568f94a0bc9d915127
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 8 13:25:21 2012 +0100

Remove docs submodule

 - (see xfce4-dev m/l about details regarding docs.xfce.org)

 .gitmodules |3 ---
 Makefile.am |2 +-
 configure.in.in |   40 
 docs|1 -
 4 files changed, 1 insertions(+), 45 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 10e4aa0..e69de29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule docs]
-   path = docs
-   url = git://git.xfce.org/xfce/xfce4-docs
diff --git a/Makefile.am b/Makefile.am
index 5568ce0..1a422b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src po icons docs
+SUBDIRS = src po icons
 
 desktopdir = $(datadir)/applications
 desktop_in_files = ristretto.desktop.in
diff --git a/configure.in.in b/configure.in.in
index 652c71e..0db5fe6 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -72,42 +72,6 @@ XDT_CHECK_LIBX11()
 AC_CHECK_LIBM
 AC_SUBST(LIBM)
 
-dnl ***
-dnl *** Check for documentation ***
-dnl ***
-AC_ARG_ENABLE([gen-doc], [AC_HELP_STRING([--enable-gen-doc],
-  [Generate HTML documentation (requires gnome-doc-utils) 
[default=no]])],,
-  [enable_gen_doc=no])
-if test x$enable_gen_doc = xyes; then
-XDT_CHECK_PACKAGE([GNOME_DOC_UTILS], [gnome-doc-utils], [0.19.2],
-[
-AC_PATH_PROG([ITSTOOL], [itstool], [no])
-if test x$ITSTOOL = xno; then
-enable_gen_doc=no
-fi
-
-AC_PATH_PROG([GNOME_DOC_TOOL], [gnome-doc-tool], [no])
-if test x$GNOME_DOC_TOOL = xno; then
-enable_gen_doc=no
-fi
-
-AC_PATH_PROG([XML2PO], [xml2po], [no])
-if test x$XML2PO = xno; then
-enable_gen_doc=no
-fi
-],
-[
-enable_gen_doc=no
-])
-
-if test x$enable_gen_doc = xno; then
-AC_MSG_ERROR([Compiling with --enable-gen-doc but no suitable 
gnome-doc-utils found.])
-fi
-fi
-AM_CONDITIONAL([GENERATE_DOCUMENTATION], [test x$enable_gen_doc = xyes])
-
-
-
 dnl check for debugging support
 XDT_FEATURE_DEBUG
 
@@ -115,10 +79,6 @@ AC_OUTPUT([
 Makefile
 po/Makefile.in
 src/Makefile
-docs/Makefile
-docs/manual/Makefile
-docs/manual/po/Makefile
-docs/manual/media/Makefile
 icons/Makefile
 icons/16x16/Makefile
 icons/22x22/Makefile
diff --git a/docs b/docs
deleted file mode 16
index 73b0800..000
--- a/docs
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 73b080051221a9e960796b0917768982fe85567f
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar Use xfce_dialog_show_help to launch online documentation

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 1a5f36a04f73c3cb5d8a5cbe921eea02a9cb6dca (commit)
   from 4f15111215abfd5cf2d085568f94a0bc9d915127 (commit)

commit 1a5f36a04f73c3cb5d8a5cbe921eea02a9cb6dca
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 10:08:54 2012 +0100

Use xfce_dialog_show_help to launch online documentation

 configure.in.in   |2 +-
 src/main.c|6 +++-
 src/main_window.c |6 +++-
 src/util.c|   84 -
 src/util.h|3 --
 5 files changed, 11 insertions(+), 90 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 0db5fe6..8b90e51 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -59,7 +59,7 @@ XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.24.0])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.18.0])
 XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.34])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.8.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.9.0])
 
 XDT_CHECK_PACKAGE([EXO], [exo-1], [0.4.0])
 
diff --git a/src/main.c b/src/main.c
index 6489ed7..43906de 100644
--- a/src/main.c
+++ b/src/main.c
@@ -162,7 +162,11 @@ main(int argc, char **argv)
 window = rstto_preferences_dialog_new (NULL);
 while (gtk_dialog_run (GTK_DIALOG(window)) == GTK_RESPONSE_HELP)
 {
-rstto_launch_help ();
+xfce_dialog_show_help (
+GTK_WINDOW (window),
+ristretto,
+preferences,
+NULL);
 }
 }
 
diff --git a/src/main_window.c b/src/main_window.c
index 2e26e14..baf6f7d 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -2515,7 +2515,11 @@ cb_rstto_main_window_about (GtkWidget *widget, 
RsttoMainWindow *window)
 static void
 cb_rstto_main_window_contents (GtkWidget *widget, RsttoMainWindow *window)
 {
-rstto_launch_help ();
+xfce_dialog_show_help (
+GTK_WINDOW (window),
+ristretto,
+start,
+);
 }
 
 
diff --git a/src/util.c b/src/util.c
index d4916ff..9150762 100644
--- a/src/util.c
+++ b/src/util.c
@@ -22,87 +22,3 @@
 #include exo/exo.h
 
 #include util.h
-
-gboolean
-rstto_launch_help (void)
-{
-gchar *locale = NULL;
-gchar *offset;
-gchar *docpath = NULL;
-gchar *cur_dir = g_get_current_dir();
-  
-/* Find localized documentation path on disk */
-#ifdef ENABLE_NLS
-#ifdef HAVE_LOCALE_H
-locale = g_strdup (setlocale (LC_MESSAGES, ));
-if (locale != NULL)
-{
-offset = g_strrstr (locale, .);
-if (offset != NULL)
-{
-*offset = '\0';
-}
-}
-else
-{
-locale = g_strdup (C);
-}
-#else
-locale = g_strdup (C);
-#endif
-
-docpath = g_strdup_printf (DOCDIR/html/%s/index.html, locale);
-if (!g_file_test (docpath, G_FILE_TEST_EXISTS))
-{
-offset = g_strrstr (locale, _);
-if (offset == NULL)
-{
-g_free (docpath);
-docpath = g_strdup (DOCDIR/html/C/index.html);
-}
-else
-{
-*offset = '\0';
-g_free (docpath);
-docpath = g_strdup_printf (DOCDIR/html/%s/index.html, locale);
-if (!g_file_test (docpath, G_FILE_TEST_EXISTS))
-{
-g_free (docpath);
-docpath = g_strdup (DOCDIR/html/C/index.html);
-}
-}
-}
-
-g_free (locale);
-#else
-docpath = g_strdup (DOCDIR/html/C/index.html);
-#endif
-
-/* Revert to online documentation if not available on disk */
-if (g_file_test (docpath, G_FILE_TEST_EXISTS))
-{
-gchar *tmp = docpath;
-docpath = g_strdup_printf (file://%s, docpath);
-g_free (tmp);
-}
-else
-{
-g_free (docpath);
-docpath = g_strdup(http://docs.xfce.org/apps/ristretto/start;);
-}
-
-if (FALSE == exo_execute_preferred_application (
-WebBrowser,
-docpath,
-cur_dir,
-NULL,
-NULL))
-{
-
-}
-
-g_free (docpath);
-g_free (cur_dir);
-
-return TRUE;
-}
diff --git a/src/util.h b/src/util.h
index c8d76f9..cbea6bc 100644
--- a/src/util.h
+++ b/src/util.h
@@ -47,7 +47,4 @@ typedef enum {
 SORT_TYPE_COUNT,
 } RsttoSortType;
 
-gboolean
-rstto_launch_help (void);
-
 #endif /* __RSTTO_UTIL_H__ */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar bump version

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to 82c4753a8f4d578b06451260ca64762782cd298f (commit)
   from 1a5f36a04f73c3cb5d8a5cbe921eea02a9cb6dca (commit)

commit 82c4753a8f4d578b06451260ca64762782cd298f
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 10:12:34 2012 +0100

bump version

 configure.in.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 8b90e51..ad152dd 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -10,8 +10,8 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([ristretto_version_major], [0])
-m4_define([ristretto_version_minor], [3])
-m4_define([ristretto_version_micro], [2])
+m4_define([ristretto_version_minor], [4])
+m4_define([ristretto_version_micro], [0])
 m4_define([ristretto_version_build], [r@REVISION@])
 m4_define([ristretto_version_tag], [git]) # Leave empty for releases
 m4_define([ristretto_version], 
[ristretto_version_major().ristretto_version_minor().ristretto_version_micro()ifelse(ristretto_version_tag(),
 [], [], [ristretto_version_tag()-ristretto_version_build()])])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:stephan/icon-bar l10n: Updated French (fr) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/stephan/icon-bar
 to 9f644a39ba6c67f8c882cbd1aa6bd06c7e766b2a (commit)
   from 6ce7bed2e7c59fc552c406f3123569e31b7f786d (commit)

commit 9f644a39ba6c67f8c882cbd1aa6bd06c7e766b2a
Author: Benoit THIBAUD frombe...@gmail.com
Date:   Fri Jan 20 23:15:13 2012 +0100

l10n: Updated French (fr) translation to 100%

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

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

 po/fr.po |  788 +++---
 1 files changed, 606 insertions(+), 182 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index f8ed3d0..945d69a 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,214 +1,638 @@
-# French translations for the xfce-radio-plugin
-# Copyright (C) 2006 Stefan Ott
-# This file is distributed under the same license as the xfce4-radio-plugin
-# Maximilian Schleiss maximil...@xfce.org, 2006.
+# French translation for the ristretto package.
+# Copyright (C) 2008 Stephan Arts
+# This file is distributed under the same license as the PACKAGE package.
+# Mike Massonnet mmasson...@xfce.org, 2007, 2008.
+# Patrick Douart patric...@laposte.net, 2009, 2010.
 #
 msgid 
 msgstr 
-Project-Id-Version: xfce4-radio-plugin v0.2.0\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-05-21 03:11+0200\n
-PO-Revision-Date: 2012-01-19 19:00+0100\n
+Project-Id-Version: ristretto\n
+Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
+POT-Creation-Date: 2012-01-19 15:00+\n
+PO-Revision-Date: 2012-01-19 20:37+0100\n
 Last-Translator: Benoit frombe...@gmail.com\n
-Language-Team: French xfce-i...@xfce.org\n
+Language-Team: French\n
+Language: \n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=utf-8\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Language: fr\n
+X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,11,-1,-1,-1\n
 
-#: ../panel-plugin/radio.desktop.in.in.h:1
-msgid Radio Plugin
-msgstr Greffon Radio
+#: ../src/main.c:61
+msgid Version information
+msgstr Information sur la version
 
-#: ../panel-plugin/radio.desktop.in.in.h:2
-msgid V4l radio plugin
-msgstr Greffon de radio V4l
+#: ../src/main.c:65
+msgid Start in fullscreen mode
+msgstr Démarrer en mode plein écran
 
-#: ../panel-plugin/xfce4-radio.c:191
+#: ../src/main.c:69
+msgid Start a slideshow
+msgstr Démarrer le diaporama
+
+#: ../src/main.c:77
+msgid Show settings dialog
+msgstr Afficher la fenêtre des préférences
+
+#: ../src/main.c:105
 #, c-format
-msgid Tuned to station %s
-msgstr Syntonisé sur la station %s
+msgid 
+%s: %s\n
+\n
+Try %s --help to see a full list of\n
+available command line options.\n
+msgstr 
+%s : %s\n
+\n
+%s --help pour voir une liste complète\n
+des options en ligne de commande.\n
+
+#: ../src/main_window.c:55
+#: ../ristretto.desktop.in.h:1
+msgid Image Viewer
+msgstr Visualiseur d’images
+
+#. File Menu
+#: ../src/main_window.c:316
+msgid _File
+msgstr _Fichier
+
+#: ../src/main_window.c:317
+msgid _Open
+msgstr _Ouvrir
+
+#: ../src/main_window.c:317
+msgid Open an image
+msgstr Ouvrir une image
+
+#: ../src/main_window.c:318
+msgid _Save copy
+msgstr _Enregistrer une copie
+
+#: ../src/main_window.c:318
+msgid Save a copy of the image
+msgstr Enregistrer une copie de l'image
+
+#: ../src/main_window.c:319
+msgid _Properties
+msgstr _Propriétés
+
+#: ../src/main_window.c:319
+msgid Show file properties
+msgstr Afficher les propriétés du fichier
+
+#: ../src/main_window.c:320
+msgid _Close
+msgstr _Fermer
+
+#: ../src/main_window.c:320
+msgid Close this image
+msgstr Fermer cette image
+
+#: ../src/main_window.c:321
+msgid _Quit
+msgstr _Quitter
+
+#: ../src/main_window.c:321
+msgid Quit Ristretto
+msgstr Quitter Ristretto
+
+#. Edit Menu
+#: ../src/main_window.c:323
+msgid _Edit
+msgstr _Éditer
+
+#: ../src/main_window.c:324
+msgid _Open with...
+msgstr _Ouvrir avec...
+
+#: ../src/main_window.c:325
+msgid _Sorting
+msgstr _Trier par
+
+#: ../src/main_window.c:326
+msgid _Delete
+msgstr _Effacer
+
+#: ../src/main_window.c:326
+msgid Delete this image from disk
+msgstr Supprimer cette image du disque
+
+#: ../src/main_window.c:327
+msgid _Clear private data
+msgstr _Nettoyer les données personnelles
+
+#: ../src/main_window.c:328
+msgid _Preferences
+msgstr _Préférences
+
+#. View Menu
+#: ../src/main_window.c:330
+msgid _View
+msgstr _Afficher
+
+#: ../src/main_window.c:331
+msgid _Fullscreen
+msgstr _Plein écran
+
+#: ../src/main_window.c:332
+msgid _Leave Fullscreen
+msgstr _Quitter le plein écran
+
+#: ../src/main_window.c:333
+msgid _Set as Wallpaper
+msgstr _Utiliser en tant que fond d'écran
+
+#. Zoom submenu
+#: ../src/main_window.c:335
+msgid _Zoom
+msgstr _Zoom
+
+#: ../src/main_window.c:336
+msgid Zoom _In
+msgstr Zoom _Avant
+
+#: ../src/main_window.c:337
+msgid Zoom _Out
+msgstr Zoom _Avant
+
+#: ../src/main_window.c:338
+msgid Zoom _Fit
+msgstr Zoom au _Mieux
+
+#: ../src/main_window.c:339
+msgid _Normal Size
+msgstr _Taille Normale
+
+#. Rotation 

[Xfce4-commits] ristretto:stephan/icon-bar Update NEWS

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/stephan/icon-bar
 to b904b8efc67b0bc748df43f001ecb9281a522353 (commit)
   from 8f0573eb552cf55a6802271b4a55f977488d6962 (commit)

commit b904b8efc67b0bc748df43f001ecb9281a522353
Author: Stephan Arts step...@xfce.org
Date:   Fri Jan 20 23:55:03 2012 +0100

Update NEWS

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

diff --git a/NEWS b/NEWS
index 30e0a3d..a048376 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 x.x.x
 =
 - Fix bug #8343 (Do not use symbols from gtk+  2.20)
+- Autogenerate Changelog on make dist
+- Update scale information when box-zoom is used.
 
 0.3.2
 =
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Danish (da) translation to 96%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to edad6d8baa1fe72ae48f29a1183f840587b345c4 (commit)
   from 4c16ad45423dd0a5d45e51cd8f0b2f261243f08c (commit)

commit edad6d8baa1fe72ae48f29a1183f840587b345c4
Author: Per Kongstad p_kongs...@op.pl
Date:   Sun Jan 22 10:45:35 2012 +0100

l10n: Updated Danish (da) translation to 96%

New status: 312 messages complete with 4 fuzzies and 9 untranslated.

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

 po/da.po |  263 ++
 1 files changed, 197 insertions(+), 66 deletions(-)

diff --git a/po/da.po b/po/da.po
index 005152d..aebb8dd 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,7 +7,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings 4.7.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-08 19:03+\n
+POT-Creation-Date: 2012-01-22 09:06+\n
 PO-Revision-Date: 2010-01-19 21:40+0100\n
 Last-Translator: Per Kongstad p_kongs...@op.pl\n
 Language-Team: Dansk da...@dansk-gruppen.dk\n
@@ -243,17 +243,17 @@ msgstr SOKKEL-ID
 #: ../dialogs/accessibility-settings/main.c:44
 #: ../dialogs/appearance-settings/main.c:95
 #: ../dialogs/display-settings/main.c:103
-#: ../dialogs/keyboard-settings/main.c:40 ../dialogs/mouse-settings/main.c:98
-#: ../xfce4-settings-editor/main.c:43 ../xfsettingsd/main.c:77
-#: ../xfce4-settings-manager/main.c:39
+#: ../dialogs/keyboard-settings/main.c:40 ../dialogs/mime-settings/main.c:39
+#: ../dialogs/mouse-settings/main.c:98 ../xfce4-settings-editor/main.c:43
+#: ../xfsettingsd/main.c:77 ../xfce4-settings-manager/main.c:39
 msgid Version information
 msgstr Versionsinformation
 
 #: ../dialogs/accessibility-settings/main.c:192
 #: ../dialogs/appearance-settings/main.c:966
 #: ../dialogs/display-settings/main.c:1043
-#: ../dialogs/keyboard-settings/main.c:76
-#: ../dialogs/mouse-settings/main.c:1516 ../xfce4-settings-editor/main.c:63
+#: ../dialogs/keyboard-settings/main.c:76 ../dialogs/mime-settings/main.c:61
+#: ../dialogs/mouse-settings/main.c:1515 ../xfce4-settings-editor/main.c:63
 #: ../xfsettingsd/main.c:173 ../xfce4-settings-manager/main.c:57
 #, c-format
 msgid Type '%s --help' for usage.
@@ -262,8 +262,8 @@ msgstr Tast '%s --help' for brug.
 #: ../dialogs/accessibility-settings/main.c:211
 #: ../dialogs/appearance-settings/main.c:985
 #: ../dialogs/display-settings/main.c:1062
-#: ../dialogs/keyboard-settings/main.c:92
-#: ../dialogs/mouse-settings/main.c:1535 ../xfce4-settings-editor/main.c:82
+#: ../dialogs/keyboard-settings/main.c:92 ../dialogs/mime-settings/main.c:80
+#: ../dialogs/mouse-settings/main.c:1534 ../xfce4-settings-editor/main.c:82
 #: ../xfsettingsd/main.c:189 ../xfce4-settings-manager/main.c:70
 msgid The Xfce development team. All rights reserved.
 msgstr Xfce-udviklingsholdet. Alle rettigheder forbeholdes.
@@ -271,8 +271,8 @@ msgstr Xfce-udviklingsholdet. Alle rettigheder 
forbeholdes.
 #: ../dialogs/accessibility-settings/main.c:212
 #: ../dialogs/appearance-settings/main.c:986
 #: ../dialogs/display-settings/main.c:1063
-#: ../dialogs/keyboard-settings/main.c:93
-#: ../dialogs/mouse-settings/main.c:1536 ../xfce4-settings-editor/main.c:83
+#: ../dialogs/keyboard-settings/main.c:93 ../dialogs/mime-settings/main.c:81
+#: ../dialogs/mouse-settings/main.c:1535 ../xfce4-settings-editor/main.c:83
 #: ../xfsettingsd/main.c:190 ../xfce4-settings-manager/main.c:71
 #, c-format
 msgid Please report bugs to %s.
@@ -725,26 +725,32 @@ msgid Select command
 msgstr Vælg kommando
 
 #: ../dialogs/keyboard-settings/command-dialog.c:235
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:386
 msgid All Files
 msgstr Alle filer
 
 #: ../dialogs/keyboard-settings/command-dialog.c:240
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:391
 msgid Executable Files
 msgstr Kørbare filer
 
 #: ../dialogs/keyboard-settings/command-dialog.c:255
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:406
 msgid Perl Scripts
 msgstr Perl-skripter
 
 #: ../dialogs/keyboard-settings/command-dialog.c:261
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:412
 msgid Python Scripts
 msgstr Python-skripter
 
 #: ../dialogs/keyboard-settings/command-dialog.c:267
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:418
 msgid Ruby Scripts
 msgstr Ruby-skripter
 
 #: ../dialogs/keyboard-settings/command-dialog.c:273
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:424
 msgid Shell Scripts
 msgstr Skal-skripter
 
@@ -774,7 +780,7 @@ msgid Edit keyboard settings and application shortcuts
 msgstr Redigér tastaturindstillinger og programgenveje
 
 #: ../dialogs/keyboard-settings/keyboard-dialog.glade.h:7
-#: ../dialogs/mouse-settings/mouse-dialog.glade.h:14
+#: ../dialogs/mouse-settings/mouse-dialog.glade.h:15
 msgid General
 msgstr Generelt
 
@@ -925,6 +931,134 @@ msgstr Systemstandarder vil blive genskabt, når du 
logger ind næste gang.
 msgid Warning
 msgstr Advarsel
 
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:128
+msgid Select Application
+msgstr Vælg et program
+
+#: 

[Xfce4-commits] xfce4-settings:master l10n: Updated Danish (da) translation to 97%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 46ff48f695442208a2fe9d09359f7a02497a7e5a (commit)
   from edad6d8baa1fe72ae48f29a1183f840587b345c4 (commit)

commit 46ff48f695442208a2fe9d09359f7a02497a7e5a
Author: Per Kongstad p_kongs...@op.pl
Date:   Sun Jan 22 10:49:55 2012 +0100

l10n: Updated Danish (da) translation to 97%

New status: 317 messages complete with 1 fuzzy and 7 untranslated.

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

 po/da.po |   14 ++
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/po/da.po b/po/da.po
index aebb8dd..8eaf055 100644
--- a/po/da.po
+++ b/po/da.po
@@ -947,12 +947,11 @@ msgstr 
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:223
 msgid _Browse...
-msgstr 
+msgstr _Gennemse...
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:376
-#, fuzzy
 msgid Select an Application
-msgstr Vælg en standardskrifttype
+msgstr Vælg et program
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:526
 msgid None available
@@ -972,9 +971,9 @@ msgid Open i%s/i and other files of type \%s\ with:
 msgstr Åbn i%s/i og andre filer af typen \%s\ med:
 
 #: ../dialogs/mime-settings/xfce-mime-chooser.c:647
-#, fuzzy, c-format
+#, c-format
 msgid Failed to add new application \%s\
-msgstr Kunne ikke starte genvejen \%s\
+msgstr Kunne ikke føje nyt prgram\%s\ til
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:162
 #: ../dialogs/mime-settings/xfce4-mime-settings.desktop.in.h:2
@@ -1023,8 +1022,8 @@ msgstr Standard
 #, c-format
 msgid %d MIME type found
 msgid_plural %d MIME types found
-msgstr[0] 
-msgstr[1] 
+msgstr[0] %d MIME-type fundet
+msgstr[1] %d MIME-typer fundet
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:564
 #, c-format
@@ -1051,7 +1050,6 @@ msgstr 
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:832
 #: ../dialogs/mime-settings/xfce-mime-window.c:903
-#, fuzzy
 msgid Reset to Default
 msgstr Nulstil til standardindstillinger
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Danish (da) translation to 98%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 7e12c5208a17b80c76df28d7b0a694d130f05618 (commit)
   from 46ff48f695442208a2fe9d09359f7a02497a7e5a (commit)

commit 7e12c5208a17b80c76df28d7b0a694d130f05618
Author: Per Kongstad p_kongs...@op.pl
Date:   Sun Jan 22 11:00:21 2012 +0100

l10n: Updated Danish (da) translation to 98%

New status: 320 messages complete with 1 fuzzy and 4 untranslated.

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

 po/da.po |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/da.po b/po/da.po
index 8eaf055..9fa2857 100644
--- a/po/da.po
+++ b/po/da.po
@@ -978,12 +978,12 @@ msgstr Kunne ikke føje nyt prgram\%s\ til
 #: ../dialogs/mime-settings/xfce-mime-window.c:162
 #: ../dialogs/mime-settings/xfce4-mime-settings.desktop.in.h:2
 msgid MIME Type Editor
-msgstr 
+msgstr Redigering af MIME-type
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:166
 #: ../dialogs/mime-settings/xfce4-mime-settings.desktop.in.h:1
 msgid Associate applications with MIME types
-msgstr 
+msgstr Tilknyt programmer med MIME-typer
 
 #: ../dialogs/mime-settings/xfce-mime-window.c:186
 msgid _Filter:
@@ -1079,7 +1079,7 @@ msgstr %g ms
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:1
 msgid B_uttons and Feedback
-msgstr 
+msgstr K_napper og tilbagemeldinger
 
 #: ../dialogs/mouse-settings/mouse-dialog.glade.h:2
 msgid Buttons
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Dutch (Flemish) (nl) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 98947f442f13da8aef716b75969a6e38d779d33a (commit)
   from 7e12c5208a17b80c76df28d7b0a694d130f05618 (commit)

commit 98947f442f13da8aef716b75969a6e38d779d33a
Author: Pjotr Anon pliniusmi...@gmail.com
Date:   Sun Jan 22 11:03:27 2012 +0100

l10n: Updated Dutch (Flemish) (nl) translation to 100%

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

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

 po/nl.po |  156 --
 1 files changed, 141 insertions(+), 15 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index bff1629..09a4586 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -9,7 +9,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-15 17:48+\n
+POT-Creation-Date: 2012-01-22 09:06+\n
 PO-Revision-Date: 2011-09-08 22:32+0200\n
 Last-Translator: Pjotr\n
 Language-Team: Dutch (Flemish)\n
@@ -248,16 +248,16 @@ msgstr CONTACTPUNT ID
 #: ../dialogs/accessibility-settings/main.c:44
 #: ../dialogs/appearance-settings/main.c:95
 #: ../dialogs/display-settings/main.c:103
-#: ../dialogs/keyboard-settings/main.c:40 ../dialogs/mouse-settings/main.c:98
-#: ../xfce4-settings-editor/main.c:43 ../xfsettingsd/main.c:77
-#: ../xfce4-settings-manager/main.c:39
+#: ../dialogs/keyboard-settings/main.c:40 ../dialogs/mime-settings/main.c:39
+#: ../dialogs/mouse-settings/main.c:98 ../xfce4-settings-editor/main.c:43
+#: ../xfsettingsd/main.c:77 ../xfce4-settings-manager/main.c:39
 msgid Version information
 msgstr Versie-informatie
 
 #: ../dialogs/accessibility-settings/main.c:192
 #: ../dialogs/appearance-settings/main.c:966
 #: ../dialogs/display-settings/main.c:1043
-#: ../dialogs/keyboard-settings/main.c:76
+#: ../dialogs/keyboard-settings/main.c:76 ../dialogs/mime-settings/main.c:61
 #: ../dialogs/mouse-settings/main.c:1515 ../xfce4-settings-editor/main.c:63
 #: ../xfsettingsd/main.c:173 ../xfce4-settings-manager/main.c:57
 #, c-format
@@ -267,7 +267,7 @@ msgstr Tik '%s -- help' voor gebruiksinformatie.
 #: ../dialogs/accessibility-settings/main.c:211
 #: ../dialogs/appearance-settings/main.c:985
 #: ../dialogs/display-settings/main.c:1062
-#: ../dialogs/keyboard-settings/main.c:92
+#: ../dialogs/keyboard-settings/main.c:92 ../dialogs/mime-settings/main.c:80
 #: ../dialogs/mouse-settings/main.c:1534 ../xfce4-settings-editor/main.c:82
 #: ../xfsettingsd/main.c:189 ../xfce4-settings-manager/main.c:70
 msgid The Xfce development team. All rights reserved.
@@ -276,7 +276,7 @@ msgstr De Xfce-ontwikkelploeg. Alle rechten voorbehouden.
 #: ../dialogs/accessibility-settings/main.c:212
 #: ../dialogs/appearance-settings/main.c:986
 #: ../dialogs/display-settings/main.c:1063
-#: ../dialogs/keyboard-settings/main.c:93
+#: ../dialogs/keyboard-settings/main.c:93 ../dialogs/mime-settings/main.c:81
 #: ../dialogs/mouse-settings/main.c:1535 ../xfce4-settings-editor/main.c:83
 #: ../xfsettingsd/main.c:190 ../xfce4-settings-manager/main.c:71
 #, c-format
@@ -733,26 +733,32 @@ msgid Select command
 msgstr Opdracht selecteren
 
 #: ../dialogs/keyboard-settings/command-dialog.c:235
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:386
 msgid All Files
 msgstr Alle bestanden
 
 #: ../dialogs/keyboard-settings/command-dialog.c:240
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:391
 msgid Executable Files
 msgstr Uitvoerbare bestanden
 
 #: ../dialogs/keyboard-settings/command-dialog.c:255
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:406
 msgid Perl Scripts
 msgstr Perl-scripts
 
 #: ../dialogs/keyboard-settings/command-dialog.c:261
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:412
 msgid Python Scripts
 msgstr Python-scripts
 
 #: ../dialogs/keyboard-settings/command-dialog.c:267
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:418
 msgid Ruby Scripts
 msgstr Ruby-scripts
 
 #: ../dialogs/keyboard-settings/command-dialog.c:273
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:424
 msgid Shell Scripts
 msgstr Shell-scripts
 
@@ -939,6 +945,132 @@ msgstr 
 msgid Warning
 msgstr Waarschuwing
 
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:128
+msgid Select Application
+msgstr Toepassing kiezen
+
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:204
+msgid Use a c_ustom command:
+msgstr Gebruik een aangepaste opdracht:
+
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:205
+msgid 
+Use a custom command for an application that is not available from the above 
+application list.
+msgstr Gebruik een aangepaste opdracht voor een toepassing die niet 
beschikbaar is in bovenstaande toepassingenlijst.
+
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:223
+msgid _Browse...
+msgstr _Bladeren...
+
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:376
+msgid Select an Application
+msgstr Kies een toepassing
+
+#: ../dialogs/mime-settings/xfce-mime-chooser.c:526
+msgid None available
+msgstr Geen beschikbaar
+
+#: 

[Xfce4-commits] xfce4-systemload-plugin:master Bug 7077: Port to libxfce4ui

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to 1a248101af5b438bad896f7e8c0e29400d799a68 (commit)
   from 26896ccdc1e676051bff75d936d62067e72a496c (commit)

commit 1a248101af5b438bad896f7e8c0e29400d799a68
Author: Christoph J. Thompson cjsthomp...@gmail.com
Date:   Fri Jan 20 18:10:06 2012 -0800

Bug 7077: Port to libxfce4ui

 configure.ac.in   |2 +-
 panel-plugin/Makefile.am  |4 ++--
 panel-plugin/cpu.c|2 +-
 panel-plugin/systemload.c |2 +-
 panel-plugin/uptime.c |2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index ae50a76..b278f26 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -58,7 +58,7 @@ dnl *** Check for required packages ***
 dnl ***
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.1])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.1])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
 
 dnl ***
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 4e888e7..a271a82 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -22,13 +22,13 @@ xfce4_systemload_plugin_SOURCES =   
\
 xfce4_systemload_plugin_CFLAGS =   \
$(GTK_CFLAGS)   \
$(LIBXFCE4UTIL_CFLAGS)  \
-   $(LIBXFCEGUI4_CFLAGS)   \
+   $(LIBXFCE4UI_CFLAGS)\
$(LIBXFCE4PANEL_CFLAGS) \
$(PLATFORM_CFLAGS)
 
 xfce4_systemload_plugin_LDADD =
\
$(LIBXFCE4UTIL_LIBS)\
-   $(LIBXFCEGUI4_LIBS) \
+   $(LIBXFCE4UI_LIBS)  \
$(LIBXFCE4PANEL_LIBS)
 
 #
diff --git a/panel-plugin/cpu.c b/panel-plugin/cpu.c
index bb4a829..bc950f7 100644
--- a/panel-plugin/cpu.c
+++ b/panel-plugin/cpu.c
@@ -35,7 +35,7 @@
 #include gtk/gtk.h
 
 #include libxfce4util/libxfce4util.h
-#include libxfcegui4/dialogs.h
+#include libxfce4ui/libxfce4ui.h
 #include cpu.h 
 
 #if defined(__linux__) || defined(__FreeBSD_kernel__)
diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index c6d79d0..c712676 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -35,7 +35,7 @@
 #include gtk/gtk.h
 
 #include libxfce4util/libxfce4util.h
-#include libxfcegui4/libxfcegui4.h
+#include libxfce4ui/libxfce4ui.h
 #include libxfce4panel/xfce-panel-plugin.h
 
 #include cpu.h
diff --git a/panel-plugin/uptime.c b/panel-plugin/uptime.c
index 60c2a78..33fd4c6 100644
--- a/panel-plugin/uptime.c
+++ b/panel-plugin/uptime.c
@@ -31,7 +31,7 @@
 #include gtk/gtk.h
 
 #include libxfce4util/libxfce4util.h
-#include libxfcegui4/dialogs.h
+#include libxfce4ui/libxfce4ui.h
 
 #include uptime.h
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master Added gitignore.

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to 26896ccdc1e676051bff75d936d62067e72a496c (commit)
   from a4360dc820b2f2f7f5f07d061596957d4c07ae54 (commit)

commit 26896ccdc1e676051bff75d936d62067e72a496c
Author: David Schneider dnschn...@gmail.com
Date:   Fri Jan 20 18:06:24 2012 -0800

Added gitignore.

 .gitignore |   27 +++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..892a6af
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+*.o
+.deps/
+INSTALL
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.*
+configure
+configure.ac
+depcomp
+install-sh
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+libtool
+ltmain.sh
+missing
+mkinstalldirs
+panel-plugin/systemload.desktop
+panel-plugin/xfce4-systemload-plugin
+po/*.gmo
+po/.intltool-merge-cache
+po/stamp-it
+po/Makefile.in.in
+po/POTFILES
+stamp-h1
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master Bug 7507: Add 'update interval' option

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to d170f88c193ad8336a271361225756af2a2c2995 (commit)
   from 1a248101af5b438bad896f7e8c0e29400d799a68 (commit)

commit d170f88c193ad8336a271361225756af2a2c2995
Author: John Lindgren john.lindg...@aol.com
Date:   Fri Jan 20 18:40:49 2012 -0800

Bug 7507: Add 'update interval' option

 panel-plugin/systemload.c |   66 ++--
 1 files changed, 39 insertions(+), 27 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index c712676..b01ced9 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -107,7 +107,7 @@ typedef struct
 XfcePanelPlugin   *plugin;
 GtkWidget *ebox;
 GtkWidget *box;
-guint timeout_id;
+guint timeout, timeout_id;
 t_monitor *monitor[3];
 t_uptime_monitor  *uptime;
 
@@ -346,6 +346,7 @@ monitor_control_new(XfcePanelPlugin *plugin)
 
 global = g_new(t_global_monitor, 1);
 global-plugin = plugin;
+global-timeout = UPDATE_TIMEOUT;
 global-timeout_id = 0;
 global-ebox = gtk_event_box_new();
 gtk_container_set_border_width (GTK_CONTAINER (global-ebox), BORDER/2);
@@ -469,6 +470,12 @@ monitor_read_config(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 if (!rc)
 return;
 
+if (xfce_rc_has_group (rc, Main))
+{
+xfce_rc_set_group (rc, Main);
+global-timeout = xfce_rc_read_int_entry (rc, Timeout, 
global-timeout);
+}
+
 for(count = 0; count  3; count++)
 {
 if (xfce_rc_has_group (rc, MONITOR_ROOT[count]))
@@ -523,6 +530,9 @@ monitor_write_config(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 if (!rc)
 return;
 
+xfce_rc_set_group (rc, Main);
+xfce_rc_write_int_entry (rc, Timeout, global-timeout);
+
 for(count = 0; count  3; count++)
 {
 xfce_rc_set_group (rc, MONITOR_ROOT[count]);
@@ -775,20 +785,31 @@ monitor_dialog_response (GtkWidget *dlg, int response,
 }
 
 static void
+change_timeout_cb(GtkSpinButton *spin, t_global_monitor *global)
+{
+global-timeout = gtk_spin_button_get_value(spin);
+
+if (global-timeout_id)
+g_source_remove(global-timeout_id);
+global-timeout_id = g_timeout_add(global-timeout, 
(GSourceFunc)update_monitors, global);
+}
+
+static void
 monitor_create_options(XfcePanelPlugin *plugin, t_global_monitor *global)
 {
 GtkWidget   *dlg, *notebook;
-GtkWidget   *vbox, *dialog_vbox;
+GtkWidget   *vbox;
 GtkWidget   *hbox;
 GtkWidget   *color_label;
 GtkWidget   *align, *label;
+GtkWidget   *spin;
 GtkSizeGroup*sg;
 guintcount;
 static const gchar *FRAME_TEXT[] = {
-   N_ (CPU monitor),
-   N_ (Memory monitor),
-   N_ (Swap monitor),
-   N_ (Uptime monitor)
+   N_(Show CPU monitor),
+   N_(Show memory monitor),
+   N_(Show swap monitor),
+   N_(Show uptime monitor)
 };
 
 xfce_panel_plugin_block_menu (plugin);
@@ -807,20 +828,21 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 
 gtk_container_set_border_width (GTK_CONTAINER (dlg), 2);
 
-dialog_vbox = GTK_DIALOG (dlg)-vbox;
+vbox = GTK_DIALOG (dlg)-vbox;
 
-notebook = gtk_notebook_new ();
-gtk_box_pack_start (GTK_BOX (dialog_vbox), notebook, FALSE, TRUE, 0);
-gtk_container_set_border_width (GTK_CONTAINER (notebook), BORDER-3);
+hbox = gtk_hbox_new(FALSE, BORDER);
+gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
+label = gtk_label_new(_(Update interval (ms):));
+gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
+spin = gtk_spin_button_new_with_range(100, 1, 50);
+gtk_spin_button_set_value(GTK_SPIN_BUTTON(spin), global-timeout);
+g_signal_connect(spin, value-changed, G_CALLBACK(change_timeout_cb), 
global);
+gtk_box_pack_start(GTK_BOX(hbox), spin, FALSE, FALSE, 0);
 
 for(count = 0; count  3; count++)
 {
-vbox = gtk_vbox_new(FALSE, BORDER);
-gtk_container_add (GTK_CONTAINER (notebook), vbox);
-gtk_container_set_border_width (GTK_CONTAINER (vbox), BORDER);
-
 global-monitor[count]-opt_enabled =
-gtk_check_button_new_with_mnemonic(_(Show monitor));
+gtk_check_button_new_with_mnemonic(_(FRAME_TEXT[count]));
 gtk_box_pack_start(GTK_BOX(vbox),
GTK_WIDGET(global-monitor[count]-opt_enabled),
FALSE, FALSE, 0);
@@ -890,18 +912,11 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 align = gtk_alignment_new(0, 0, 0, 0);
 gtk_widget_set_size_request(align, BORDER, BORDER);
 gtk_box_pack_start(GTK_BOX(vbox), GTK_WIDGET(align), FALSE, FALSE, 0);
-
-label = gtk_label_new 

[Xfce4-commits] xfce4-systemload-plugin:master Polished configuration dialog and massively simplified the code

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to e91609c52c767b8354d129601ae4e3b66d888e75 (commit)
   from d170f88c193ad8336a271361225756af2a2c2995 (commit)

commit e91609c52c767b8354d129601ae4e3b66d888e75
Author: David Schneider dnschn...@gmail.com
Date:   Fri Jan 20 22:49:46 2012 -0800

Polished configuration dialog and massively simplified the code

 panel-plugin/systemload.c |  462 +++--
 1 files changed, 111 insertions(+), 351 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index b01ced9..a0f358f 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -50,8 +50,6 @@ static gchar *DEFAULT_COLOR[] = { #c0, #00c000, 
#f0f000 };
 
 #define UPDATE_TIMEOUT 250
 
-#define MAX_LENGTH 10
-
 #define BORDER 8
 
 enum { CPU_MONITOR, MEM_MONITOR, SWAP_MONITOR };
@@ -76,15 +74,6 @@ typedef struct
 gulong value_read;
 
 t_monitor_options options;
-
-/*options*/
-GtkWidget *opt_enabled;
-GtkBox*opt_vbox;
-GtkWidget *opt_entry;
-GtkBox*opt_hbox;
-GtkWidget *opt_use_label;
-GtkWidget *opt_button;
-GtkWidget *opt_da;
 } t_monitor;
 
 typedef struct
@@ -96,10 +85,7 @@ typedef struct
 GtkWidget  *tooltip_text;
 
 gulong value_read;
-gboolean enabled;
-
-/*options*/
-GtkWidget *opt_enabled;
+gboolean   enabled;
 } t_uptime_monitor;
 
 typedef struct
@@ -110,9 +96,6 @@ typedef struct
 guint timeout, timeout_id;
 t_monitor *monitor[3];
 t_uptime_monitor  *uptime;
-
-/* options dialog */
-GtkWidget  *opt_dialog;
 } t_global_monitor;
 
 static gint
@@ -193,8 +176,8 @@ update_monitors(t_global_monitor *global)
caption);
 
 g_snprintf(caption, sizeof(caption),
-  ngettext(Uptime: %d day %d:%02d, Uptime: %d days 
%d:%02d, days),
-  days, hours, mins);
+   ngettext(Uptime: %d day %d:%02d, Uptime: %d days 
%d:%02d, days),
+   days, hours, mins);
 gtk_label_set_text(GTK_LABEL(global-uptime-tooltip_text), caption);
 }
 return TRUE;
@@ -202,33 +185,32 @@ update_monitors(t_global_monitor *global)
 
 static gboolean tooltip_cb0(GtkWidget *widget, gint x, gint y, gboolean 
keyboard, GtkTooltip *tooltip, t_global_monitor *global)
 {
-   gtk_tooltip_set_custom(tooltip, global-monitor[0]-tooltip_text);
-   return TRUE;
+gtk_tooltip_set_custom(tooltip, global-monitor[0]-tooltip_text);
+return TRUE;
 }
 
 static gboolean tooltip_cb1(GtkWidget *widget, gint x, gint y, gboolean 
keyboard, GtkTooltip *tooltip, t_global_monitor *global)
 {
-   gtk_tooltip_set_custom(tooltip, global-monitor[1]-tooltip_text);
-   return TRUE;
+gtk_tooltip_set_custom(tooltip, global-monitor[1]-tooltip_text);
+return TRUE;
 }
 
 static gboolean tooltip_cb2(GtkWidget *widget, gint x, gint y, gboolean 
keyboard, GtkTooltip *tooltip, t_global_monitor *global)
 {
-   gtk_tooltip_set_custom(tooltip, global-monitor[2]-tooltip_text);
-   return TRUE;
+gtk_tooltip_set_custom(tooltip, global-monitor[2]-tooltip_text);
+return TRUE;
 }
 
 static gboolean tooltip_cb3(GtkWidget *widget, gint x, gint y, gboolean 
keyboard, GtkTooltip *tooltip, t_global_monitor *global)
 {
-   gtk_tooltip_set_custom(tooltip, global-uptime-tooltip_text);
-   return TRUE;
+gtk_tooltip_set_custom(tooltip, global-uptime-tooltip_text);
+return TRUE;
 }
 
 static void
 monitor_set_orientation (XfcePanelPlugin *plugin, GtkOrientation orientation,
  t_global_monitor *global)
 {
-GtkRcStyle *rc;
 gint count;
 
 gtk_widget_hide(GTK_WIDGET(global-ebox));
@@ -286,7 +268,7 @@ monitor_set_orientation (XfcePanelPlugin *plugin, 
GtkOrientation orientation,
 gtk_widget_modify_base(GTK_WIDGET(global-monitor[count]-status),
GTK_STATE_SELECTED,
global-monitor[count]-options.color);
-   gtk_event_box_set_visible_window(global-monitor[count]-ebox, FALSE);
+
gtk_event_box_set_visible_window(GTK_EVENT_BOX(global-monitor[count]-ebox), 
FALSE);
 
 gtk_widget_show(GTK_WIDGET(global-monitor[count]-status));
 
@@ -300,7 +282,7 @@ monitor_set_orientation (XfcePanelPlugin *plugin, 
GtkOrientation orientation,
 
 global-uptime-ebox = gtk_event_box_new();
 gtk_widget_show(global-uptime-ebox);
-   gtk_event_box_set_visible_window(global-uptime-ebox, FALSE);
+gtk_event_box_set_visible_window(GTK_EVENT_BOX(global-uptime-ebox), 
FALSE);
 
 gtk_widget_set_has_tooltip(global-monitor[0]-ebox, TRUE);
 gtk_widget_set_has_tooltip(global-monitor[1]-ebox, TRUE);
@@ -370,8 +352,8 @@ monitor_control_new(XfcePanelPlugin *plugin)
 global-monitor[count]-history[1] = 0;
 global-monitor[count]-history[2] = 0;
 global-monitor[count]-history[3] = 0;
-

[Xfce4-commits] xfce4-systemload-plugin:master Eliminated warnings.

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to 9d7f39c86c656a9ae14c3f297f682e86c60941cd (commit)
   from e91609c52c767b8354d129601ae4e3b66d888e75 (commit)

commit 9d7f39c86c656a9ae14c3f297f682e86c60941cd
Author: David Schneider dnschn...@gmail.com
Date:   Fri Jan 20 23:17:48 2012 -0800

Eliminated warnings.

 panel-plugin/cpu.c|   16 
 panel-plugin/memswap.c|   25 -
 panel-plugin/systemload.c |2 --
 panel-plugin/uptime.c |7 ---
 4 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/panel-plugin/cpu.c b/panel-plugin/cpu.c
index bc950f7..28cf561 100644
--- a/panel-plugin/cpu.c
+++ b/panel-plugin/cpu.c
@@ -51,10 +51,10 @@ struct cpu_load_struct {
 
 gulong cpu_used, oldtotal, oldused;
 
-gulong read_cpuload()
+gulong read_cpuload(void)
 {
 FILE *fd;
-uint64_t user, nice, system, idle, iowait, irq, softirq, guest;
+unsigned long long int user, unice, usystem, idle, iowait, irq, softirq, 
guest;
 gulong used, total;
 int nb_read;
 
@@ -65,8 +65,8 @@ gulong read_cpuload()
 }
 
 /* Don't count steal time. It is neither busy nor free tiime. */
-nb_read = fscanf (fd, %*s  %llu %llu %llu %llu %llu %llu %llu %*llu 
%llu,
-   user, nice, system, idle, iowait, irq, softirq, guest);
+nb_read = fscanf (fd, %*s %llu %llu %llu %llu %llu %llu %llu %*u %llu,
+   user, unice, usystem, idle, iowait, irq, softirq, guest);
 fclose(fd);
 switch (nb_read) /* fall through intentional */
 {
@@ -80,7 +80,7 @@ gulong read_cpuload()
guest = 0;
 }
 
-used = user + nice + system + irq + softirq + guest;
+used = user + unice + usystem + irq + softirq + guest;
 total = used + idle + iowait;
 
 if ((total - oldtotal) != 0)
@@ -118,7 +118,7 @@ struct cpu_load_struct {
 
 gulong cpu_used, oldtotal, oldused;
 
-gulong read_cpuload()
+gulong read_cpuload(void)
 {
 gulong used, total;
 long cp_time[CPUSTATES];
@@ -170,7 +170,7 @@ struct cpu_load_struct {
 
 gulong cpu_used, oldtotal, oldused;
 
-gulong read_cpuload()
+gulong read_cpuload(void)
 {
 gulong used, total;
 static int mib[] = { CTL_KERN, KERN_CP_TIME };
@@ -224,7 +224,7 @@ struct cpu_load_struct {
 
 gulong cpu_used, oldtotal, oldused;
 
-gulong read_cpuload()
+gulong read_cpuload(void)
 {
 gulong used, total;
 static int mib[] = { CTL_KERN, KERN_CPTIME };
diff --git a/panel-plugin/memswap.c b/panel-plugin/memswap.c
index afa5fb6..d671686 100644
--- a/panel-plugin/memswap.c
+++ b/panel-plugin/memswap.c
@@ -59,7 +59,6 @@ gint read_memswap(gulong *mem, gulong *swap, gulong *MT, 
gulong *MU, gulong *ST,
 {
 int fd;
 size_t n;
-int o_MTotal, o_MFree, o_MBuffers, o_MCached, o_STotal, o_SFree;
 char *b_MTotal, *b_MFree, *b_MBuffers, *b_MCached, *b_STotal, *b_SFree;
 
 if ((fd = open(/proc/meminfo, O_RDONLY))  0)
@@ -78,28 +77,28 @@ gint read_memswap(gulong *mem, gulong *swap, gulong *MT, 
gulong *MU, gulong *ST,
 MemInfoBuf[n] = '\0';
 
 b_MTotal = strstr(MemInfoBuf, MemTotal);
-if (b_MTotal)
-o_MTotal = sscanf(b_MTotal + strlen(MemTotal), : %lu, MTotal);
+if (!b_MTotal || !sscanf(b_MTotal + strlen(MemTotal), : %lu, MTotal))
+return -1;
 
 b_MFree = strstr(MemInfoBuf, MemFree);
-if (b_MFree)
-o_MFree = sscanf(b_MFree + strlen(MemFree), : %lu, MFree);
+if (!b_MFree || !sscanf(b_MFree + strlen(MemFree), : %lu, MFree))
+return -1;
 
 b_MBuffers = strstr(MemInfoBuf, Buffers);
-if (b_MBuffers)
-o_MBuffers = sscanf(b_MBuffers + strlen(Buffers), : %lu, 
MBuffers);
+if (!b_MBuffers || !sscanf(b_MBuffers + strlen(Buffers), : %lu, 
MBuffers))
+return -1;
 
 b_MCached = strstr(MemInfoBuf, Cached);
-if (b_MCached)
-o_MCached = sscanf(b_MCached + strlen(Cached), : %lu, MCached);
+if (!b_MCached || !sscanf(b_MCached + strlen(Cached), : %lu, MCached))
+return -1;
 
 b_STotal = strstr(MemInfoBuf, SwapTotal);
-if (b_STotal)
-o_STotal = sscanf(b_STotal + strlen(SwapTotal), : %lu, STotal);
+if (!b_STotal || !sscanf(b_STotal + strlen(SwapTotal), : %lu, STotal))
+return -1;
 
 b_SFree = strstr(MemInfoBuf, SwapFree);
-if (b_SFree)
-o_SFree = sscanf(b_SFree + strlen(SwapFree), : %lu, SFree);
+if (!b_SFree || !sscanf(b_SFree + strlen(SwapFree), : %lu, SFree))
+return -1;
 
 MFree += MCached + MBuffers;
 MUsed = MTotal - MFree;
diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index a0f358f..92e0f4b 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -118,8 +118,6 @@ update_monitors(t_global_monitor *global)
 {
 if (global-monitor[count]-history[0]  100)
 global-monitor[count]-history[0] = 100;
-else if (global-monitor[count]-history[0]  0)
-global-monitor[count]-history[0] = 0;
 
 

[Xfce4-commits] xfce4-systemload-plugin:master Changed update interval units to seconds and improved alignment.

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to 346fadb0e97789165f56423ba9bcd2bf3c169dc3 (commit)
   from 6b2205d9642436f675c0d72e5dab37a016b3c1af (commit)

commit 346fadb0e97789165f56423ba9bcd2bf3c169dc3
Author: David Schneider dnschn...@gmail.com
Date:   Sat Jan 21 00:32:09 2012 -0800

Changed update interval units to seconds and improved alignment.

 panel-plugin/systemload.c |   18 --
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 745f70a..23eda5d 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -614,7 +614,7 @@ monitor_dialog_response (GtkWidget *dlg, int response,
 static void
 change_timeout_cb(GtkSpinButton *spin, t_global_monitor *global)
 {
-global-timeout = gtk_spin_button_get_value(spin);
+global-timeout = gtk_spin_button_get_value(spin) * 1000;
 
 if (global-timeout_id)
 g_source_remove(global-timeout_id);
@@ -624,7 +624,7 @@ change_timeout_cb(GtkSpinButton *spin, t_global_monitor 
*global)
 static void
 monitor_create_options(XfcePanelPlugin *plugin, t_global_monitor *global)
 {
-GtkWidget   *dlg, *content, *frame, *table, *label, *widget;
+GtkWidget   *dlg, *content, *frame, *table, *label, *box, *widget;
 guintcount;
 t_monitor   *monitor;
 static const gchar *FRAME_TEXT[] = {
@@ -676,7 +676,7 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 gtk_misc_set_alignment (GTK_MISC (label), 1, 0.5f); \
 gtk_label_set_mnemonic_widget (GTK_LABEL (label), widget); \
 ADD(label, row, 0); ADD(widget, row, 1)
-#define SPIN(row, labeltext, value, min, max, step, callback) \
+#define SPIN(row, labeltext, units, value, min, max, step, callback) \
 label = gtk_label_new_with_mnemonic (labeltext); \
 widget = gtk_spin_button_new_with_range (min, max, step); \
 gtk_spin_button_set_value (GTK_SPIN_BUTTON (widget), value); \
@@ -684,7 +684,12 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
   G_CALLBACK (callback), global); \
 gtk_misc_set_alignment (GTK_MISC (label), 1, 0.5f); \
 gtk_label_set_mnemonic_widget (GTK_LABEL (label), widget); \
-ADD(label, row, 0); ADD(widget, row, 1)
+box = gtk_hbox_new(TRUE, 2); \
+gtk_box_pack_start(GTK_BOX(box), widget, FALSE, FALSE, 0); \
+widget = gtk_label_new (units); \
+gtk_misc_set_alignment (GTK_MISC(widget), 0, .5); \
+gtk_box_pack_start(GTK_BOX(box), widget, TRUE, TRUE, 0); \
+ADD(label, row, 0); ADD(box, row, 1)
 #define START_FRAME(title, rows) \
 table = gtk_table_new (rows, 2, FALSE); \
 gtk_table_set_col_spacings (GTK_TABLE (table), 12); \
@@ -707,8 +712,9 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(widget), boolvar)
 
 START_FRAME(_(General), 1);
-SPIN(0, _(Update interval (ms):),
- global-timeout, 100, 1, 50, change_timeout_cb);
+SPIN(0, _(Update interval:), _(s),
+ (gdouble)global-timeout/1000.0, 0.100, 10.000, .050,
+ change_timeout_cb);
 
 for(count = 0; count  3; count++)
 {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master Made configuration dialog widget creation more readable

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to 49e2baa452f0704159b7c1e95f43fd5d7ad92f54 (commit)
   from 346fadb0e97789165f56423ba9bcd2bf3c169dc3 (commit)

commit 49e2baa452f0704159b7c1e95f43fd5d7ad92f54
Author: David Schneider dnschn...@gmail.com
Date:   Sat Jan 21 11:43:11 2012 -0800

Made configuration dialog widget creation more readable

 panel-plugin/systemload.c |  204 +
 1 files changed, 132 insertions(+), 72 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 23eda5d..b512c16 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -621,10 +621,123 @@ change_timeout_cb(GtkSpinButton *spin, t_global_monitor 
*global)
 global-timeout_id = g_timeout_add(global-timeout, 
(GSourceFunc)update_monitors, global);
 }
 
+/* Create a new frame, optionally with a checkbox.
+ * Set boolvar to NULL if you do not want a checkbox.
+ * Returns the GtkTable inside the frame. */
+static GtkTable* new_frame(t_global_monitor *global, GtkBox *content,
+   const gchar *title, guint rows, gboolean *boolvar)
+{
+GtkWidget *frame, *table, *check, *label;
+table = gtk_table_new (rows, 2, FALSE);
+gtk_table_set_col_spacings (GTK_TABLE(table), 12);
+gtk_table_set_row_spacings (GTK_TABLE(table), 6);
+frame = xfce_gtk_frame_box_new_with_content (title, table);
+gtk_box_pack_start_defaults (content, frame);
+if (boolvar) {
+check = gtk_check_button_new();
+/* Move frame label into check button */
+label = gtk_frame_get_label_widget (GTK_FRAME(frame));
+g_object_ref (G_OBJECT(label));
+gtk_container_remove (GTK_CONTAINER(frame), label);
+gtk_container_add (GTK_CONTAINER(check), label);
+g_object_unref (G_OBJECT(label));
+/* Assign check to be the frame's label */
+gtk_frame_set_label_widget (GTK_FRAME(frame), check);
+/* Configure and set check button */
+g_object_set_data (G_OBJECT(check), sensitive_widget, table);
+g_object_set_data (G_OBJECT(check), boolvar, boolvar);
+g_signal_connect (G_OBJECT(check), toggled,
+  G_CALLBACK(check_button_cb), global);
+gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(check), *boolvar);
+}
+return GTK_TABLE(table);
+}
+
+/* Creates a check box if boolvar is non-null, or a label if it is null.
+ * If it is a check box, it will control the sensitivity of target.
+ * If it is a label, its mnemonic will point to target.
+ * Returns the widget. */
+static GtkWidget *new_label_or_check_button(t_global_monitor *global,
+const gchar *labeltext,
+gboolean *boolvar, GtkWidget 
*target)
+{
+GtkWidget *label;
+if (boolvar) {
+label = gtk_check_button_new_with_mnemonic (labeltext);
+g_object_set_data (G_OBJECT(label), sensitive_widget, target);
+g_object_set_data (G_OBJECT(label), boolvar, boolvar);
+g_signal_connect (GTK_WIDGET(label), toggled,
+  G_CALLBACK(check_button_cb), global);
+gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(label), *boolvar);
+} else {
+label = gtk_label_new_with_mnemonic (labeltext);
+gtk_misc_set_alignment (GTK_MISC (label), 1, 0.5f); \
+gtk_label_set_mnemonic_widget(GTK_LABEL(label), target);
+}
+return label;
+}
+
+/* Adds an entry box to the table, optionally with a checkbox to enable it.
+ * Set boolvar to NULL if you do not want a checkbox. */
+static void new_entry(t_global_monitor *global, GtkTable *table, guint row,
+  const gchar *labeltext, gchar **charvar,
+  gboolean *boolvar)
+{
+GtkWidget *label, *entry;
+entry = gtk_entry_new ();
+g_object_set_data (G_OBJECT(entry), charvar, charvar);
+gtk_entry_set_text (GTK_ENTRY(entry), *charvar);
+g_signal_connect (G_OBJECT(entry), changed,
+  G_CALLBACK(entry_changed_cb), global);
+label = new_label_or_check_button(global, labeltext, boolvar, entry);
+gtk_table_attach_defaults(table, label,  0, 1, row, row+1);
+gtk_table_attach_defaults(table, entry, 1, 2, row, row+1);
+}
+
+/* Adds a color button to the table, optionally with a checkbox to enable it.
+ * Set boolvar to NULL if you do not want a checkbox. */
+static void new_color_button(t_global_monitor *global, GtkTable *table, guint 
row,
+ const gchar *labeltext, GdkColor* colorvar,
+ gboolean *boolvar)
+{
+GtkWidget *label, *button;
+button = gtk_color_button_new_with_color(colorvar);
+g_object_set_data(G_OBJECT(button), colorvar, colorvar);
+g_signal_connect(G_OBJECT(button), color-set,
+ G_CALLBACK (color_set_cb), global);
+label = new_label_or_check_button(global, labeltext, boolvar, button);

[Xfce4-commits] xfce4-systemload-plugin:master Bug 6920: Use libtool syntax 2.2.6 for autoconf script

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to feca146b98e9944f71d29740d781389dee9dde7f (commit)
   from b25bf9852ef17801e30f55b5c2e9fee63191288d (commit)

commit feca146b98e9944f71d29740d781389dee9dde7f
Author: Mike Massonnet mmasson...@xfce.org
Date:   Sun Jan 22 11:04:48 2012 +0100

Bug 6920: Use libtool syntax 2.2.6 for autoconf script

 configure.ac.in |7 ++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index b0a7268..e989dda 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -35,9 +35,14 @@ dnl 
 AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
-AC_PROG_LIBTOOL()
 AC_PROG_INTLTOOL()
 
+dnl ***
+dnl *** Disable static libs ***
+dnl ***
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
 dnl *
 dnl *** Check for kvm, needed for BSD ***
 dnl *
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master Store window and column sizes in xfconf.

2012-01-22 Thread Nick Schermer
Updating branch refs/heads/master
 to 63c6f29cb2bf01c87720e22e2b02ef814b7fa58a (commit)
   from 6ff624afc831dcb13d783c8d919ed73e40fb3822 (commit)

commit 63c6f29cb2bf01c87720e22e2b02ef814b7fa58a
Author: Nick Schermer n...@xfce.org
Date:   Sun Jan 22 12:25:31 2012 +0100

Store window and column sizes in xfconf.

This allows to use fixed_height mode as well, which
gives a nice performance boost.

 dialogs/mime-settings/Makefile.am|4 +-
 dialogs/mime-settings/main.c |   12 -
 dialogs/mime-settings/xfce-mime-window.c |   86 +++--
 3 files changed, 93 insertions(+), 9 deletions(-)

diff --git a/dialogs/mime-settings/Makefile.am 
b/dialogs/mime-settings/Makefile.am
index 29a79be..dd548a3 100644
--- a/dialogs/mime-settings/Makefile.am
+++ b/dialogs/mime-settings/Makefile.am
@@ -21,6 +21,7 @@ xfce4_mime_settings_CFLAGS = \
$(GIO_CFLAGS) \
$(GIO_UNIX_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
+   $(XFCONF_CFLAGS) \
$(PLATFORM_CFLAGS)
 
 xfce4_mime_settings_LDFLAGS = \
@@ -31,7 +32,8 @@ xfce4_mime_settings_LDADD = \
$(GTK_LIBS) \
$(LIBXFCE4UI_LIBS) \
$(GIO_LIBS) \
-   $(GIO_UNIX_LIBS)
+   $(GIO_UNIX_LIBS) \
+   $(XFCONF_LIBS)
 
 desktopdir = $(datadir)/applications
 desktop_in_files = xfce4-mime-settings.desktop.in
diff --git a/dialogs/mime-settings/main.c b/dialogs/mime-settings/main.c
index 02014f2..bddf6d7 100644
--- a/dialogs/mime-settings/main.c
+++ b/dialogs/mime-settings/main.c
@@ -28,6 +28,7 @@
 #include gtk/gtk.h
 
 #include libxfce4util/libxfce4util.h
+#include xfconf/xfconf.h
 
 #include xfce-mime-window.h
 
@@ -76,7 +77,7 @@ main (gint argc, gchar **argv)
 if (G_UNLIKELY (opt_version))
 {
 g_print (%s %s (Xfce %s)\n\n, G_LOG_DOMAIN, PACKAGE_VERSION, 
xfce_version_string ());
-g_print (%s\n, Copyright (c) 2008-2011);
+g_print (%s\n, Copyright (c) 2008-2012);
 g_print (\t%s\n\n, _(The Xfce development team. All rights 
reserved.));
 g_print (_(Please report bugs to %s.), PACKAGE_BUGREPORT);
 g_print (\n);
@@ -84,13 +85,20 @@ main (gint argc, gchar **argv)
 return EXIT_SUCCESS;
 }
 
+if (!xfconf_init (error))
+{
+g_critical (Failed to initialize xfconf: %s, error-message);
+g_error_free (error);
+}
+
 window = g_object_new (XFCE_TYPE_MIME_WINDOW, NULL);
-gtk_window_set_default_size (GTK_WINDOW (window), 550, 400);
 g_signal_connect (G_OBJECT (window), response,
 G_CALLBACK (gtk_main_quit), NULL);
 gtk_window_present (GTK_WINDOW (window));
 
 gtk_main ();
 
+xfconf_shutdown ();
+
 return EXIT_SUCCESS;
 }
diff --git a/dialogs/mime-settings/xfce-mime-window.c 
b/dialogs/mime-settings/xfce-mime-window.c
index a51316b..3842624 100644
--- a/dialogs/mime-settings/xfce-mime-window.c
+++ b/dialogs/mime-settings/xfce-mime-window.c
@@ -29,6 +29,7 @@
 #include libxfce4util/libxfce4util.h
 #include libxfce4ui/libxfce4ui.h
 #include gio/gdesktopappinfo.h
+#include xfconf/xfconf.h
 
 #include xfce-mime-window.h
 #include xfce-mime-chooser.h
@@ -36,6 +37,8 @@
 
 
 static void xfce_mime_window_finalize  (GObject  
*object);
+static gboolean xfce_mime_window_delete_event  (GtkWidget
*widget,
+GdkEventAny  
*event);
 static gint xfce_mime_window_mime_model(XfceMimeWindow   
*window);
 static void xfce_mime_window_filter_changed(GtkEntry 
*entry,
 XfceMimeWindow   
*window);
@@ -72,6 +75,8 @@ struct _XfceMimeWindow
 {
 XfceTitledDialog  __parent__;
 
+XfconfChannel *channel;
+
 GtkWidget *treeview;
 
 PangoAttrList *attrs_bold;
@@ -124,11 +129,15 @@ G_DEFINE_TYPE (XfceMimeWindow, xfce_mime_window, 
XFCE_TYPE_TITLED_DIALOG)
 static void
 xfce_mime_window_class_init (XfceMimeWindowClass *klass)
 {
-GObjectClass *gobject_class;
+GObjectClass   *gobject_class;
+GtkWidgetClass *gtkwidget_class;
 
 gobject_class = G_OBJECT_CLASS (klass);
 gobject_class-finalize = xfce_mime_window_finalize;
 
+gtkwidget_class = GTK_WIDGET_CLASS (klass);
+gtkwidget_class-delete_event = xfce_mime_window_delete_event;
+
 gtk_rc_parse_string (style \mime-statusbar-internal\ {\n
GtkStatusbar::shadow-type = GTK_SHADOW_NONE\n
  }\n
@@ -155,6 +164,8 @@ xfce_mime_window_init (XfceMimeWindow *window)
 GtkTreeViewColumn *column;
 GtkCellRenderer   *renderer;
 
+window-channel = xfconf_channel_new (xfce4-mime-settings);
+
 window-attrs_bold = pango_attr_list_new ();
 pango_attr_list_insert (window-attrs_bold, pango_attr_weight_new 
(PANGO_WEIGHT_BOLD));
 
@@ -166,6 +177,11 @@ xfce_mime_window_init (XfceMimeWindow *window)
 xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG 

[Xfce4-commits] thunar:master Don't update more then fourth per second in deep count job.

2012-01-22 Thread Nick Schermer
Updating branch refs/heads/master
 to 15a30ca67a6f95b47231616ee19ed9f0350877ab (commit)
   from aa48d43a2d4263e8084f84389aa6a64d995cc166 (commit)

commit 15a30ca67a6f95b47231616ee19ed9f0350877ab
Author: Nick Schermer n...@xfce.org
Date:   Sun Jan 22 13:07:00 2012 +0100

Don't update more then fourth per second in deep count job.

This restores the old behaviour of the job.

 thunar/thunar-deep-count-job.c |   15 ---
 thunar/thunar-util.c   |   14 ++
 thunar/thunar-util.h   |6 ++
 3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/thunar/thunar-deep-count-job.c b/thunar/thunar-deep-count-job.c
index 93688c8..d2c9dfb 100644
--- a/thunar/thunar-deep-count-job.c
+++ b/thunar/thunar-deep-count-job.c
@@ -29,6 +29,7 @@
 #include thunar/thunar-deep-count-job.h
 #include thunar/thunar-job.h
 #include thunar/thunar-marshal.h
+#include thunar/thunar-util.h
 #include thunar/thunar-private.h
 
 
@@ -68,7 +69,7 @@ struct _ThunarDeepCountJob
   GFileQueryInfoFlags query_flags;
 
   /* the time of the last status-update emission */
-  GTimeVallast_time;
+  gint64  last_time;
 
   /* status information */
   guint64 total_size;
@@ -135,6 +136,7 @@ thunar_deep_count_job_init (ThunarDeepCountJob *job)
   job-file_count = 0;
   job-directory_count = 0;
   job-unreadable_directory_count = 0;
+  job-last_time = 0;
 }
 
 
@@ -179,6 +181,7 @@ thunar_deep_count_job_process (ExoJob  *job,
   GFileInfo  *info;
   gbooleansuccess = TRUE;
   GFile  *child;
+  gint64  real_time;
 
   _thunar_return_val_if_fail (THUNAR_IS_JOB (job), FALSE);
   _thunar_return_val_if_fail (G_IS_FILE (file), FALSE);
@@ -267,8 +270,14 @@ thunar_deep_count_job_process (ExoJob  *job,
 }
 }
 
-  /* emit status update whenever we've finished a directory */
-  thunar_deep_count_job_status_update (count_job);
+  /* emit status update whenever we've finished a directory,
+   * but not more than fourth per second */
+  real_time = thunar_util_get_real_time ();
+  if (real_time = count_job-last_time)
+{
+  thunar_deep_count_job_status_update (count_job);
+  count_job-last_time = real_time + (G_USEC_PER_SEC / 4);
+}
 }
   else
 {
diff --git a/thunar/thunar-util.c b/thunar/thunar-util.c
index 577bc27..7b97414 100644
--- a/thunar/thunar-util.c
+++ b/thunar/thunar-util.c
@@ -419,3 +419,17 @@ thunar_util_change_working_directory (const gchar 
*new_directory)
 
   return old_directory;
 }
+
+
+
+#if !GLIB_CHECK_VERSION (2, 28, 0)
+gint64
+thunar_util_get_real_time (void)
+{
+  GTimeVal tv;
+
+  g_get_current_time (tv);
+
+  return (((gint64) tv.tv_sec) * G_USEC_PER_SEC) + tv.tv_usec;
+}
+#endif
diff --git a/thunar/thunar-util.h b/thunar/thunar-util.h
index 779f936..53a0bcc 100644
--- a/thunar/thunar-util.h
+++ b/thunar/thunar-util.h
@@ -42,6 +42,12 @@ time_t thunar_util_time_from_rfc3339(const gchar 
   *date_string) G_
 
 gchar *thunar_util_change_working_directory (const gchar
*new_directory) G_GNUC_MALLOC G_GNUC_WARN_UNUSED_RESULT;
 
+#if GLIB_CHECK_VERSION (2, 28, 0)
+#definethunar_util_get_real_timeg_get_real_time
+#else
+gint64 thunar_util_get_real_time(void);
+#endif
+
 G_END_DECLS;
 
 #endif /* !__THUNAR_UTIL_H__ */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master Use new time function in progress view.

2012-01-22 Thread Nick Schermer
Updating branch refs/heads/master
 to 125ee37681ef893ceee444a0896b01e183925881 (commit)
   from 15a30ca67a6f95b47231616ee19ed9f0350877ab (commit)

commit 125ee37681ef893ceee444a0896b01e183925881
Author: Nick Schermer n...@xfce.org
Date:   Sun Jan 22 13:26:37 2012 +0100

Use new time function in progress view.

This makes the code a bit easier to read.

 thunar/thunar-progress-view.c |   33 -
 1 files changed, 12 insertions(+), 21 deletions(-)

diff --git a/thunar/thunar-progress-view.c b/thunar/thunar-progress-view.c
index a1daf2b..8d0f1e6 100644
--- a/thunar/thunar-progress-view.c
+++ b/thunar/thunar-progress-view.c
@@ -29,6 +29,7 @@
 #include thunar/thunar-job.h
 #include thunar/thunar-pango-extensions.h
 #include thunar/thunar-private.h
+#include thunar/thunar-util.h
 #include thunar/thunar-progress-view.h
 
 
@@ -86,8 +87,8 @@ struct _ThunarProgressView
 
   ThunarJob *job;
 
-  GTimeVal   start_time;
-  GTimeVal   last_update_time;
+  gint64 start_time;
+  gint64 last_update_time;
 
   GtkWidget *progress_bar;
   GtkWidget *progress_label;
@@ -174,7 +175,7 @@ thunar_progress_view_init (ThunarProgressView *view)
   GtkWidget *hbox;
 
   /* remember the current time as start time */
-  g_get_current_time (view-start_time);
+  view-start_time = thunar_util_get_real_time ();
 
   vbox = gtk_vbox_new (FALSE, 6);
   gtk_container_add (GTK_CONTAINER (view), vbox);
@@ -435,39 +436,29 @@ thunar_progress_view_info_message (ThunarProgressView 
*view,
 
 
 
-static inline guint64
-time_diff (const GTimeVal *now,
-   const GTimeVal *last)
-{
-  return ((guint64) now-tv_sec - last-tv_sec) * G_USEC_PER_SEC
-   + ((guint64) last-tv_usec - last-tv_usec);
-}
-
-
-
 static void
 thunar_progress_view_percent (ThunarProgressView *view,
   gdouble percent,
   ExoJob *job)
 {
-  GTimeVal current_time;
-  gulong   remaining_time;
-  gulong   elapsed_time;
-  gchartext[512];
+  gint64 current_time;
+  gulong remaining_time;
+  gint64 elapsed_time;
+  gchar  text[512];
 
   _thunar_return_if_fail (THUNAR_IS_PROGRESS_VIEW (view));
   _thunar_return_if_fail (percent = 0.0  percent = 100.0);
   _thunar_return_if_fail (THUNAR_IS_JOB (job));
   _thunar_return_if_fail (view-job == THUNAR_JOB (job));
-  
+
   gtk_progress_bar_set_fraction (GTK_PROGRESS_BAR (view-progress_bar), 
percent / 100.0);
 
   /* check if we should update the time display (every 400ms) */
-  g_get_current_time (current_time);
-  if (time_diff (current_time, view-last_update_time)  400 * 1000)
+  current_time = thunar_util_get_real_time ();
+  if (current_time - view-last_update_time  (400 * 1000))
 {
   /* calculate the remaining time (in seconds) */
-  elapsed_time = time_diff (current_time, view-start_time) / 1000;
+  elapsed_time = (current_time - view-start_time) / 1000;
   remaining_time = ((100 * elapsed_time) / percent - elapsed_time) / 1000;
 
   /* setup the time label */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-trigger-launcher:master l10n: Updated Lithuanian (lt) translation to 91%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 6ebf474812a1c4c16953aa9d789abfcab1c5ef0f (commit)
   from 376438b3177a7f9fe61369c5ffd222033846b906 (commit)

commit 6ebf474812a1c4c16953aa9d789abfcab1c5ef0f
Author: Algimantas Margevičius gy...@mail.ru
Date:   Sun Jan 22 13:49:11 2012 +0100

l10n: Updated Lithuanian (lt) translation to 91%

New status: 21 messages complete with 0 fuzzies and 2 untranslated.

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

 po/lt.po |   53 -
 1 files changed, 28 insertions(+), 25 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index d64d4d5..7ada59d 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2,108 +2,111 @@
 # Copyright (C) 2003-2006 The Xfce development team.
 # This file is distributed under the same license as the 
xfce4-trigger-launcher package.
 # Mantas Zapolskas man...@users.sf.net, 2003.
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-trigger-launcher 4.3.90.2\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-05-18 00:44+0900\n
-PO-Revision-Date: 2005-10-09 21:40+0900\n
-Last-Translator: Mantas Zapolskas man...@users.sf.net\n
-Language-Team: Lithuanian komp...@konferencijos.lt\n
+PO-Revision-Date: 2012-01-22 14:48+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
+Language: lt\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../panel-plugin/triggerlauncher-old2.c:287
 msgid Check status every
-msgstr Kaskart patikrinti buseną 
+msgstr Tikrinti būseną kas
 
 #: ../panel-plugin/triggerlauncher-old2.c:296
 #: ../panel-plugin/xfce-trigger-launcher-options.c:132
 msgid seconds
-msgstr sekundės
+msgstr sekundes
 
 #: ../panel-plugin/triggerlauncher-old2.c:1005
 msgid Icon (off)
-msgstr Ikona (išjungta)
+msgstr Piktograma (išjungta)
 
 #: ../panel-plugin/triggerlauncher-old2.c:1006
 msgid Icon (on)
-msgstr Ikona (įjungta)
+msgstr Piktograma (įjungta)
 
 #: ../panel-plugin/triggerlauncher-old2.c:1143
 msgid Two-state Launcher
-msgstr To state leistukas
+msgstr Dviejų būsenų leistukas
 
 #: ../panel-plugin/xfce-file-chooser-button.c:141
 msgid Select Icon
-msgstr 
+msgstr Pasirinkite piktogramą
 
 #: ../panel-plugin/xfce-file-chooser-button.c:146
 msgid _Select
-msgstr 
+msgstr Pa_sirinkti
 
 #: ../panel-plugin/xfce-file-chooser-button.c:157
 msgid (None Selected)
-msgstr 
+msgstr (nepasirinkta)
 
 #: ../panel-plugin/xfce-launcher-command-entry.c:118
 #, c-format
 msgid Could not run \%s\
-msgstr 
+msgstr Nepavyko paleisti „%s“
 
 #: ../panel-plugin/xfce-launcher-command-entry.c:120
 msgid Xfce Panel
-msgstr 
+msgstr Xfce skydelis
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:127
 msgid Command To Check Status:
-msgstr 
+msgstr Komanda būsenos tikrinimui:
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:128
 msgid Command To Enable:
-msgstr 
+msgstr Komanda įjungimui:
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:129
 msgid Command To Disable:
-msgstr 
+msgstr Komanda išjungimui:
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:130
 msgid Command to Poke:
-msgstr 
+msgstr Komanda nepaisymui:
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:131
 msgid Check Interval:
-msgstr 
+msgstr Tikrinimo intervalas:
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:134
 #: ../panel-plugin/xfce-trigger-launcher-options.c:135
 #: ../panel-plugin/xfce-trigger-launcher-options.c:136
 #: ../panel-plugin/xfce-trigger-launcher-options.c:137
 msgid Icon:
-msgstr 
+msgstr Piktograma:
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:236
-#, fuzzy
 msgid To Check Status
-msgstr Kaskart patikrinti buseną 
+msgstr Būsenos tikrinimas
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:237
 msgid When Disabled
-msgstr 
+msgstr Kai išjungta
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:238
 msgid When Enabled
-msgstr 
+msgstr Kai įjungta
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:239
 msgid When Undefined
-msgstr 
+msgstr Kai neapibrėžta
 
 #: ../panel-plugin/xfce-trigger-launcher-options.c:240
 msgid When Dodgy
-msgstr 
+msgstr Kai neaišku
 
 #: ../panel-plugin/xfce4-trigger-launcher.desktop.in.in.h:1
 msgid Keeps track of the state of something and can control it
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master l10n: Added the right catalan translation.

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 23eb637b28440ce773685d72900631cc781f61f6 (commit)
   from 6e3c02799aa9ef60263a86019d2a2e6eab55a8df (commit)

commit 23eb637b28440ce773685d72900631cc781f61f6
Author: Carles Muñoz Gorriz carle...@internautas.org
Date:   Sun Jan 22 15:16:07 2012 +0100

l10n: Added the right catalan translation.

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

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

 po/{cs.po = ca.po} |  239 +--
 1 files changed, 118 insertions(+), 121 deletions(-)

diff --git a/po/cs.po b/po/ca.po
similarity index 58%
copy from po/cs.po
copy to po/ca.po
index bba0cb4..6812abf 100644
--- a/po/cs.po
+++ b/po/ca.po
@@ -1,407 +1,404 @@
-# Czech translations for xfce4-appfinder package.
+# translation of ca.po to Catalan
+# Catalan translations for xfce4-appfinder package.
 # Copyright (C) 2004-2005 Eduard Roccatello.
 # This file is distributed under the same license as the xfce4-appfinder 
package.
-# Alois Nespor alois.nes...@seznam.cz, 2004.
-# Michal Várady miko.v...@gmail.com, 2006-2012.
-#
+# Pau Rul·lan Ferragut paurul...@bulma.net, 2005, 2006.
+# Carles Muñoz Gorriz carle...@internautas.org, 2008-2009, 2011-2012.
 msgid 
 msgstr 
 Project-Id-Version: xfce4-appfinder 4.4.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-01 20:54+\n
-PO-Revision-Date: 2012-01-02 01:05+0100\n
-Last-Translator: Michal Várady miko.v...@gmail.com\n
-Language-Team: Czech translation-team...@lists.sourceforge.net\n
-Language: cs\n
+POT-Creation-Date: 2012-01-15 15:54+\n
+PO-Revision-Date: 2012-01-15 20:39+0100\n
+Last-Translator: Carles Muñoz Gorriz carle...@internautas.org\n
+Language-Team: Catalan\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-X-Generator: KBabel 1.3\n
-X-Poedit-Language: Czech\n
-X-Poedit-Country: CZECH REPUBLIC\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
+X-Poedit-Language: Catalan\n
+X-Poedit-SourceCharset: utf-8\n
+X-Generator: KBabel 1.11.2\n
 
 #: ../src/appfinder-category-model.c:146
 msgid All Applications
-msgstr Všechny aplikace
+msgstr Totes les aplicacions
 
 #: ../src/appfinder-model.c:540
 msgid Name
-msgstr Název
+msgstr Nom
 
 #: ../src/appfinder-model.c:541
 msgid Comment
-msgstr Komentář
+msgstr Comentari
 
 #: ../src/appfinder-model.c:542
 msgid Command
-msgstr Příkaz
+msgstr Ordre
 
 #: ../src/appfinder-model.c:543
 msgid Categories
-msgstr Kategorie
+msgstr Categories
 
 #: ../src/appfinder-model.c:544
 msgid Filename
-msgstr Název souboru
+msgstr Nom de fitxer
 
 #: ../src/appfinder-model.c:1820
 msgid Application has no command
-msgstr Aplikace nemá žádný příkaz
+msgstr L'aplicació no té cap ordre
 
 #: ../src/appfinder-model.c:2137
 msgid Commands History
-msgstr Historie příkazů
+msgstr Historial d'ordres
 
-#: ../src/appfinder-preferences.c:210
+#: ../src/appfinder-preferences.c:217
 msgid C_lear
-msgstr _Vymazat
+msgstr _Neteja
 
-#: ../src/appfinder-preferences.c:211
+#: ../src/appfinder-preferences.c:218
 msgid This will permanently clear the custom command history.
-msgstr Tato akce trvale vymaže historii vlastních příkazů.
+msgstr Això netejarà l'historia d'ordres personal de forma permanent.
 
-#: ../src/appfinder-preferences.c:212
+#: ../src/appfinder-preferences.c:219
 msgid Are you sure you want to clear the command history?
-msgstr Opravdu chcete vymazat historii příkazů?
+msgstr Voleu netejar l'historial d'ordres?
 
-#: ../src/appfinder-preferences.c:322
+#: ../src/appfinder-preferences.c:329
 msgid The custom action will be deleted permanently.
-msgstr Vlastní akce bude trvale smazána.
+msgstr L'acció personalitzada s'esborrarà de forma permanent.
 
-#: ../src/appfinder-preferences.c:323
+#: ../src/appfinder-preferences.c:330
 #, c-format
 msgid Are you sure you want to delete pattern \%s\?
-msgstr Opravdu chcete vymazat vzorek \%s\?
+msgstr Voleu esborrar el patró «%s»?
 
 #: ../src/appfinder-window.c:216
 #: ../src/main.c:429
 #: ../src/appfinder-preferences.glade.h:4
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid Application Finder
-msgstr Vyhledávač aplikací
+msgstr Cercador d'aplicacions
 
 #: ../src/appfinder-window.c:267
 msgid Toggle view mode
-msgstr Přepnout režim pohledu
+msgstr Canvia el mode de vista
 
 #: ../src/appfinder-window.c:762
 msgid Failed to launch desktop item editor
-msgstr Spuštění editoru položek plochy se nezdařilo.
+msgstr No s'ha pogut executar l'editor d'elements de l'escriptori
 
 #: ../src/appfinder-window.c:788
 msgid This will permanently remove the custom desktop file from your home 
directory.
-msgstr Tato akce trvale odebere upravený soubor plochy z vašeho domovského 
adresáře.
+msgstr Això esborrarà permanentment el fitxer d'escriptori personalitzar del 
vostre directori personal.
 
 #: ../src/appfinder-window.c:789
 #, c-format
 msgid Are you sure you want to revert \%s\?
-msgstr Opravdu 

[Xfce4-commits] xfce4-trigger-launcher:master l10n: Updated Lithuanian (lt) translation to 95%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 36b654010e375bf9cc1971942076957b89e5b31c (commit)
   from 6ebf474812a1c4c16953aa9d789abfcab1c5ef0f (commit)

commit 36b654010e375bf9cc1971942076957b89e5b31c
Author: Algimantas Margevičius gy...@mail.ru
Date:   Sun Jan 22 15:23:24 2012 +0100

l10n: Updated Lithuanian (lt) translation to 95%

New status: 22 messages complete with 0 fuzzies and 1 untranslated.

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

 po/lt.po |9 -
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 7ada59d..623558c 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the 
xfce4-trigger-launcher package.
 # Mantas Zapolskas man...@users.sf.net, 2003.
 # Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-trigger-launcher 4.3.90.2\n
@@ -12,12 +12,11 @@ msgstr 
 PO-Revision-Date: 2012-01-22 14:48+0200\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
-Language: lt\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
-%10010 || n%100=20) ? 1 : 2)\n
+Language: lt\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../panel-plugin/triggerlauncher-old2.c:287
 msgid Check status every
@@ -114,4 +113,4 @@ msgstr 
 
 #: ../panel-plugin/xfce4-trigger-launcher.desktop.in.in.h:2
 msgid Trigger Launcher Plugin
-msgstr 
+msgstr Leistukų iššaukimo įskiepis
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-trigger-launcher:master l10n: Updated Lithuanian (lt) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to e7fc850e9f87e115b5aea9155c7dc14ca8a9d145 (commit)
   from 36b654010e375bf9cc1971942076957b89e5b31c (commit)

commit e7fc850e9f87e115b5aea9155c7dc14ca8a9d145
Author: Algimantas Margevičius gy...@mail.ru
Date:   Sun Jan 22 15:24:32 2012 +0100

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 623558c..a5ed7c0 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -109,7 +109,7 @@ msgstr Kai neaišku
 
 #: ../panel-plugin/xfce4-trigger-launcher.desktop.in.in.h:1
 msgid Keeps track of the state of something and can control it
-msgstr 
+msgstr Palieka būsenos ir valdytojo pėdsaką
 
 #: ../panel-plugin/xfce4-trigger-launcher.desktop.in.in.h:2
 msgid Trigger Launcher Plugin
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:andrzejr/deskbar2 pager: changing orientation depending on the panel mode.

2012-01-22 Thread Andrzej
Updating branch refs/heads/andrzejr/deskbar2
 to ecdfc961119f9a1a71f28af2e6b9b6e0ae5bb423 (commit)
   from bfb2dac65d855d2ac4e2bccc84e1e1b4ad907f94 (commit)

commit ecdfc961119f9a1a71f28af2e6b9b6e0ae5bb423
Author: Andrzej ndrwr...@gmail.com
Date:   Sun Jan 22 16:04:23 2012 +0900

pager: changing orientation depending on the panel mode.

 plugins/pager/pager.c |   21 ++---
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index 16e3d94..ae24173 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -57,8 +57,8 @@ static void pager_plugin_construct
(XfcePanelPlugin   *pa
 static void pager_plugin_free_data(XfcePanelPlugin   
*panel_plugin);
 static gboolean pager_plugin_size_changed (XfcePanelPlugin   
*panel_plugin,
gint   
size);
-static void pager_plugin_orientation_changed  (XfcePanelPlugin   
*panel_plugin,
-   GtkOrientation 
orientation);
+static void pager_plugin_mode_changed (XfcePanelPlugin 
*panel_plugin,
+   XfcePanelPluginMode 
 mode);
 static void pager_plugin_configure_workspace_settings (GtkWidget 
*button);
 static void pager_plugin_configure_plugin (XfcePanelPlugin   
*panel_plugin);
 static void pager_plugin_screen_layout_changed(PagerPlugin   
*plugin);
@@ -118,7 +118,7 @@ pager_plugin_class_init (PagerPluginClass *klass)
   plugin_class-construct = pager_plugin_construct;
   plugin_class-free_data = pager_plugin_free_data;
   plugin_class-size_changed = pager_plugin_size_changed;
-  plugin_class-orientation_changed = pager_plugin_orientation_changed;
+  plugin_class-mode_changed = pager_plugin_mode_changed;
   plugin_class-configure_plugin = pager_plugin_configure_plugin;
 
   g_object_class_install_property (gobject_class,
@@ -286,7 +286,9 @@ pager_plugin_screen_layout_changed (PagerPlugin *plugin)
   wnck_screen_force_update (plugin-wnck_screen);
 }
 
-  orientation = xfce_panel_plugin_get_orientation (XFCE_PANEL_PLUGIN (plugin));
+  orientation =
+(xfce_panel_plugin_get_mode (XFCE_PANEL_PLUGIN (plugin)) != 
XFCE_PANEL_PLUGIN_MODE_VERTICAL) ?
+GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL;
 
   if (plugin-miniature_view)
 {
@@ -393,10 +395,15 @@ pager_plugin_size_changed (XfcePanelPlugin *panel_plugin,
 
 
 static void
-pager_plugin_orientation_changed (XfcePanelPlugin *panel_plugin,
-  GtkOrientation   orientation)
+pager_plugin_mode_changed (XfcePanelPlugin *panel_plugin,
+   XfcePanelPluginMode  mode)
 {
-  PagerPlugin *plugin = XFCE_PAGER_PLUGIN (panel_plugin);
+  PagerPlugin   *plugin = XFCE_PAGER_PLUGIN (panel_plugin);
+  GtkOrientation orientation;
+
+  orientation =
+(mode != XFCE_PANEL_PLUGIN_MODE_VERTICAL) ?
+GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL;
 
   if (plugin-miniature_view)
 wnck_pager_set_orientation (WNCK_PAGER (plugin-pager), orientation);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-panel:andrzejr/deskbar2 pager: workaround for aspect ratio error in WNCK pager in deskbar mode.

2012-01-22 Thread Andrzej
Updating branch refs/heads/andrzejr/deskbar2
 to 9325971e348c0136aa49c23e4b2af1d480062883 (commit)
   from ecdfc961119f9a1a71f28af2e6b9b6e0ae5bb423 (commit)

commit 9325971e348c0136aa49c23e4b2af1d480062883
Author: Andrzej ndrwr...@gmail.com
Date:   Sun Jan 22 23:09:06 2012 +0900

pager: workaround for aspect ratio error in WNCK pager in deskbar mode.

This is caused by current limitation of WNCK pager. We can remove
or disable this hack once WNCK pager supports different orientation
of the pager and panel.

 plugins/pager/pager.c |   87 +
 1 files changed, 87 insertions(+), 0 deletions(-)

diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index ae24173..979df97 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -21,6 +21,10 @@
 #include config.h
 #endif
 
+#ifdef HAVE_MATH_H
+#include math.h
+#endif
+
 #include gtk/gtk.h
 #include libxfce4panel/libxfce4panel.h
 #include libxfce4util/libxfce4util.h
@@ -62,6 +66,10 @@ static void pager_plugin_mode_changed 
(XfcePanelPlugin *
 static void pager_plugin_configure_workspace_settings (GtkWidget 
*button);
 static void pager_plugin_configure_plugin (XfcePanelPlugin   
*panel_plugin);
 static void pager_plugin_screen_layout_changed(PagerPlugin   
*plugin);
+static void pager_plugin_size_request (GtkWidget 
*widget,
+   GtkRequisition
*requisition);
+static void pager_plugin_size_allocate(GtkWidget 
*widget,
+   GtkAllocation 
*allocation);
 
 
 
@@ -82,6 +90,12 @@ struct _PagerPlugin
   guint  scrolling : 1;
   guint  miniature_view : 1;
   gint   rows;
+
+  /* panel size */
+  gint   size;
+
+  /* WNCK pager aspect ratio */
+  gdoubleaspect;
 };
 
 enum
@@ -113,6 +127,8 @@ pager_plugin_class_init (PagerPluginClass *klass)
 
   widget_class = GTK_WIDGET_CLASS (klass);
   widget_class-scroll_event = pager_plugin_scroll_event;
+  widget_class-size_request = pager_plugin_size_request;
+  widget_class-size_allocate = pager_plugin_size_allocate;
 
   plugin_class = XFCE_PANEL_PLUGIN_CLASS (klass);
   plugin_class-construct = pager_plugin_construct;
@@ -153,6 +169,8 @@ pager_plugin_init (PagerPlugin *plugin)
   plugin-miniature_view = TRUE;
   plugin-rows = 1;
   plugin-pager = NULL;
+  plugin-size = 0;
+  plugin-aspect = 1.;
 }
 
 
@@ -384,10 +402,79 @@ pager_plugin_free_data (XfcePanelPlugin *panel_plugin)
 
 
 
+static void
+pager_plugin_size_request (GtkWidget  *widget,
+   GtkRequisition *requisition)
+{
+  PagerPlugin*plugin = XFCE_PAGER_PLUGIN (widget);
+  XfcePanelPlugin*panel_plugin = XFCE_PANEL_PLUGIN (widget);
+  gdouble aspect = 1.0;
+
+  /* propagate the size request as normal */
+  gtk_widget_size_request (GTK_WIDGET (plugin-pager), requisition);
+
+  /* if in deskbar mode, memorize the aspect ratio of the WNCK pager */
+  /* WNCK pager assumes that orientation of the panel is always same */
+  /* as orientation of the pager, which is not true in the deskbar mode. */
+  if (plugin-miniature_view 
+  xfce_panel_plugin_get_mode (panel_plugin) == 
XFCE_PANEL_PLUGIN_MODE_DESKBAR)
+{
+  if (requisition-width  1)
+aspect = (gdouble) requisition-height / (gdouble) requisition-width;
+
+  /* Update the memorized aspect value only if change is big enough */
+  /* WNCK pager requests resizing if the allocated vertical dimension */
+  /* is different from the previously allocated vertical dimension. */
+  /* Therefore, we only want to change the aspect ratio (and allocation) */
+  /* when it corresponds to a real aspect ratio change. */
+  /* The threshold is arbitrary - small value may cause infinite looping, 
*/
+  /* large value reduces accuracy of pager scaling. */
+  if (fabs ((plugin-aspect - aspect) * plugin-size)  3.0)
+plugin-aspect = aspect;
+
+  requisition-width = plugin-size;
+  requisition-height = rint (requisition-width * plugin-aspect);
+}
+}
+
+
+
+static void
+pager_plugin_size_allocate (GtkWidget  *widget,
+GtkAllocation  *allocation)
+{
+  PagerPlugin*plugin = XFCE_PAGER_PLUGIN (widget);
+  XfcePanelPlugin*panel_plugin = XFCE_PANEL_PLUGIN (widget);
+
+  /* if in deskbar mode, force the allocation based on memorized aspect ratio. 
*/
+  /* WNCK pager will request resizing if it differs from previous allocation.  
*/
+  if (plugin-miniature_view 
+  xfce_panel_plugin_get_mode (panel_plugin) == 
XFCE_PANEL_PLUGIN_MODE_DESKBAR)
+{
+  allocation-width = plugin-size;
+  allocation-height = rint (allocation-width * plugin-aspect);
+}
+  gtk_widget_size_allocate (plugin-pager, 

[Xfce4-commits] xfce4-panel:andrzejr/deskbar2 pager-buttons: fixed workspace ordering in the vertical mode.

2012-01-22 Thread Andrzej
Updating branch refs/heads/andrzejr/deskbar2
 to 27e2580149196c1a176838800967f42b37274fd5 (commit)
   from 9325971e348c0136aa49c23e4b2af1d480062883 (commit)

commit 27e2580149196c1a176838800967f42b37274fd5
Author: Andrzej ndrwr...@gmail.com
Date:   Sun Jan 22 23:28:13 2012 +0900

pager-buttons: fixed workspace ordering in the vertical mode.

This is to match the workspace ordering in WNCK and button pagers.

 plugins/pager/pager-buttons.c |   32 +---
 1 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/plugins/pager/pager-buttons.c b/plugins/pager/pager-buttons.c
index b0a07fa..040e58d 100644
--- a/plugins/pager/pager-buttons.c
+++ b/plugins/pager/pager-buttons.c
@@ -351,10 +351,11 @@ pager_buttons_rebuild_idle (gpointer user_data)
 cols++;
 }
 
-  if (pager-orientation != GTK_ORIENTATION_HORIZONTAL)
-SWAP_INTEGER (rows, cols);
+  if (pager-orientation == GTK_ORIENTATION_HORIZONTAL)
+gtk_table_resize (GTK_TABLE (pager), rows, cols);
+  else
+gtk_table_resize (GTK_TABLE (pager), cols, rows);
 
-  gtk_table_resize (GTK_TABLE (pager), rows, cols);
 
   panel_plugin = gtk_widget_get_ancestor (GTK_WIDGET (pager), 
XFCE_TYPE_PANEL_PLUGIN);
 
@@ -392,8 +393,17 @@ pager_buttons_rebuild_idle (gpointer user_data)
   gtk_container_add (GTK_CONTAINER (button), label);
   gtk_widget_show (label);
 
-  row = n % cols;
-  col = n / cols;
+  if (pager-orientation == GTK_ORIENTATION_HORIZONTAL)
+{
+  row = n % cols;
+  col = n / cols;
+}
+  else
+{
+  row = n / cols;
+  col = n % cols;
+}
+
 
   gtk_table_attach (GTK_TABLE (pager), button,
 row, row + 1, col, col + 1,
@@ -428,8 +438,16 @@ pager_buttons_rebuild_idle (gpointer user_data)
 
   pager-buttons = g_slist_prepend (pager-buttons, button);
 
-  row = n % cols;
-  col = n / cols;
+  if (pager-orientation == GTK_ORIENTATION_HORIZONTAL)
+{
+  row = n % cols;
+  col = n / cols;
+}
+  else
+{
+  row = n / cols;
+  col = n % cols;
+}
 
   gtk_table_attach (GTK_TABLE (pager), button,
 row, row + 1, col, col + 1,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:master Cleanup code a little

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/master
 to e3c3ad95b1c5e9fc845ad21d16a52546b944aef4 (commit)
   from 82c4753a8f4d578b06451260ca64762782cd298f (commit)

commit e3c3ad95b1c5e9fc845ad21d16a52546b944aef4
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 15:33:19 2012 +0100

Cleanup code a little

 src/image_viewer.c |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/image_viewer.c b/src/image_viewer.c
index 1be5c3a..3be326b 100644
--- a/src/image_viewer.c
+++ b/src/image_viewer.c
@@ -1071,8 +1071,8 @@ paint_image (
 -1.0 * viewer-priv-image_height * 
viewer-priv-scale);
 cairo_translate (
 ctx,
-viewer-priv-rendering.y_offset,
--1.0 * viewer-priv-rendering.x_offset);
+y_offset,
+-1.0 * x_offset);
 break;
 case RSTTO_IMAGE_ORIENT_270:
 cairo_rotate (
@@ -1089,8 +1089,8 @@ paint_image (
 
 cairo_translate (
 ctx,
--1.0 * viewer-priv-rendering.y_offset,
-viewer-priv-rendering.x_offset);
+-1.0 * y_offset,
+x_offset);
 break;
 case RSTTO_IMAGE_ORIENT_180:
 cairo_rotate (
@@ -1107,8 +1107,8 @@ paint_image (
 
 cairo_translate (
 ctx,
--1.0 * viewer-priv-rendering.x_offset,
--1.0 * viewer-priv-rendering.y_offset);
+-1.0 * x_offset,
+-1.0 * y_offset);
 break;
 case RSTTO_IMAGE_ORIENT_NONE:
 default:
@@ -1119,8 +1119,8 @@ paint_image (
 
 cairo_translate (
 ctx,
-viewer-priv-rendering.x_offset,
-viewer-priv-rendering.y_offset);
+x_offset,
+y_offset);
 break;
 
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ristretto:ristretto-0.3 Cleanup code a little

2012-01-22 Thread Stephan Arts
Updating branch refs/heads/ristretto-0.3
 to 9c41e517bcb039e4d9351071a416506fcf6f44cc (commit)
   from 324ce06c98523157c26400895fe06bcfb050eba0 (commit)

commit 9c41e517bcb039e4d9351071a416506fcf6f44cc
Author: Stephan Arts step...@xfce.org
Date:   Sun Jan 22 15:33:19 2012 +0100

Cleanup code a little

 src/image_viewer.c |   16 
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/image_viewer.c b/src/image_viewer.c
index 1be5c3a..3be326b 100644
--- a/src/image_viewer.c
+++ b/src/image_viewer.c
@@ -1071,8 +1071,8 @@ paint_image (
 -1.0 * viewer-priv-image_height * 
viewer-priv-scale);
 cairo_translate (
 ctx,
-viewer-priv-rendering.y_offset,
--1.0 * viewer-priv-rendering.x_offset);
+y_offset,
+-1.0 * x_offset);
 break;
 case RSTTO_IMAGE_ORIENT_270:
 cairo_rotate (
@@ -1089,8 +1089,8 @@ paint_image (
 
 cairo_translate (
 ctx,
--1.0 * viewer-priv-rendering.y_offset,
-viewer-priv-rendering.x_offset);
+-1.0 * y_offset,
+x_offset);
 break;
 case RSTTO_IMAGE_ORIENT_180:
 cairo_rotate (
@@ -1107,8 +1107,8 @@ paint_image (
 
 cairo_translate (
 ctx,
--1.0 * viewer-priv-rendering.x_offset,
--1.0 * viewer-priv-rendering.y_offset);
+-1.0 * x_offset,
+-1.0 * y_offset);
 break;
 case RSTTO_IMAGE_ORIENT_NONE:
 default:
@@ -1119,8 +1119,8 @@ paint_image (
 
 cairo_translate (
 ctx,
-viewer-priv-rendering.x_offset,
-viewer-priv-rendering.y_offset);
+x_offset,
+y_offset);
 break;
 
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-places-plugin:master l10n: Updated Lithuanian (lt) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 906b02fb31e2b3cbd3aa67a850e447b29be04c76 (commit)
   from 6b2cf6003a417200e1a3c91fcc04cde98bd8fb4b (commit)

commit 906b02fb31e2b3cbd3aa67a850e447b29be04c76
Author: Algimantas Margevičius gy...@mail.ru
Date:   Sun Jan 22 15:37:35 2012 +0100

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |  147 +-
 1 files changed, 107 insertions(+), 40 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 16aab8b..aabb38f 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -20,94 +20,161 @@
 # Justina Klingaitė justina.klinga...@gmail.com, 2005.
 # Gintautas Miliauskas gin...@akl.lt, 2007.
 # ###
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
+#
 msgid 
 msgstr 
+Project-Id-Version: places\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2007-05-17 01:47-0500\n
+POT-Creation-Date: 2012-01-11 09:48+\n
+PO-Revision-Date: 2012-01-22 16:37+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
+Language: \n
+MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
-#. vim: ai et tabstop=4
+#. vim: set ai et tabstop=4:
 #: ../panel-plugin/places.desktop.in.in.h:1
 msgid Access folders, documents, and removable media
-msgstr 
+msgstr Pasiekite aplankus, dokumentus ir keičiamąsias laikmenas
 
-#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/cfg.c:78
-#: ../panel-plugin/cfg.c:140 ../panel-plugin/cfg.c:259
-#: ../panel-plugin/cfg.c:329
+#: ../panel-plugin/places.desktop.in.in.h:2 ../panel-plugin/cfg.c:64
+#: ../panel-plugin/cfg.c:105 ../panel-plugin/cfg.c:205
+#: ../panel-plugin/cfg.c:311
 msgid Places
 msgstr Vietos
 
-#: ../panel-plugin/model_system.c:60
+#. Trash
+#: ../panel-plugin/model_system.c:110
 msgid Trash
-msgstr 
+msgstr Šiukšlės
 
-#: ../panel-plugin/model_system.c:70
+#. Desktop
+#: ../panel-plugin/model_system.c:135
 msgid Desktop
 msgstr Darbastalis
 
-#: ../panel-plugin/model_system.c:78
+#. File System (/)
+#: ../panel-plugin/model_system.c:159
 msgid File System
-msgstr 
+msgstr Failų sistema
+
+#: ../panel-plugin/model_volumes.c:64
+#, c-format
+msgid Failed to eject \%s\
+msgstr Nepavyko išstumti „%s“
+
+#: ../panel-plugin/model_volumes.c:85
+#, c-format
+msgid Failed to unmount \%s\
+msgstr Nepavyko atjungti „%s“
+
+#: ../panel-plugin/model_volumes.c:107
+#, c-format
+msgid Failed to mount \%s\
+msgstr Nepavyko prijungti „%s“
+
+#: ../panel-plugin/model_volumes.c:226
+msgid Mount and Open
+msgstr Prijungti ir atverti
 
-#: ../panel-plugin/view.c:244 ../panel-plugin/cfg.c:456
+#: ../panel-plugin/model_volumes.c:239
+msgid Mount
+msgstr Prijungti
+
+#: ../panel-plugin/model_volumes.c:260
+msgid Eject
+msgstr Išstumti
+
+#: ../panel-plugin/model_volumes.c:272
+msgid Unmount
+msgstr Atjungti
+
+#: ../panel-plugin/view.c:678
+msgid Search for Files
+msgstr Ieškoti failų
+
+#: ../panel-plugin/view.c:731 ../panel-plugin/cfg.c:486
 msgid Recent Documents
-msgstr Paskutinieji dokumentai
+msgstr Paskutiniai dokumentai
 
-#: ../panel-plugin/cfg.c:345
+#: ../panel-plugin/cfg.c:347
 msgid Button
-msgstr 
+msgstr Mygtukas
 
-#: ../panel-plugin/cfg.c:354
+#: ../panel-plugin/cfg.c:356
 msgid _Show
-msgstr 
+msgstr _Rodyti
 
-#: ../panel-plugin/cfg.c:360
+#: ../panel-plugin/cfg.c:362
 msgid Icon Only
-msgstr 
+msgstr Tik piktogramos
 
-#: ../panel-plugin/cfg.c:361
+#: ../panel-plugin/cfg.c:363
 msgid Label Only
-msgstr 
+msgstr Tik etiketės
 
-#: ../panel-plugin/cfg.c:362
+#: ../panel-plugin/cfg.c:364
 msgid Icon and Label
-msgstr 
+msgstr Tekstas ir piktogramos
 
-#: ../panel-plugin/cfg.c:384
+#: ../panel-plugin/cfg.c:386
 msgid _Label
-msgstr 
+msgstr _Etiketė
 
-#: ../panel-plugin/cfg.c:402
+#: ../panel-plugin/cfg.c:404
 msgid Menu
-msgstr 
+msgstr Meniu
 
 #. MENU: Show Icons
-#: ../panel-plugin/cfg.c:406
+#: ../panel-plugin/cfg.c:408
 msgid Show _icons in menu
-msgstr 
+msgstr Rodyti _piktogramas meniu
 
 #. MENU: Show Removable Media
-#: ../panel-plugin/cfg.c:418
+#: ../panel-plugin/cfg.c:420
 msgid Show _removable media
-msgstr 
+msgstr Rodyti _keičiamus įrenginius
+
+#: ../panel-plugin/cfg.c:441
+msgid Mount and _Open on click
+msgstr Paspaudus prijungti ir _atverti
 
 #. MENU: Show GTK Bookmarks
-#: ../panel-plugin/cfg.c:429
+#: ../panel-plugin/cfg.c:455
 msgid Show GTK _bookmarks
-msgstr 
+msgstr Rodyti GTK ž_ymeles
 
 #. MENU: Show Recent Documents
-#: ../panel-plugin/cfg.c:442
-#, fuzzy
+#: ../panel-plugin/cfg.c:468
 msgid Show recent _documents
-msgstr Paskutinieji dokumentai
+msgstr Rodyti paskutinius dokumentus
 
 #. RECENT DOCUMENTS: Show clear option
-#: ../panel-plugin/cfg.c:460
+#: ../panel-plugin/cfg.c:490
 msgid Show cl_ear 

[Xfce4-commits] xfce4-netload-plugin:master l10n: Updated Lithuanian (lt) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 904f9d81d4f22f859a5cd8d392bf3f14c92adf58 (commit)
   from abf8caa2dfcad336ff8de750be5da2f0012ca54c (commit)

commit 904f9d81d4f22f859a5cd8d392bf3f14c92adf58
Author: Algimantas Margevičius gy...@mail.ru
Date:   Sun Jan 22 15:43:37 2012 +0100

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |  167 ++---
 1 files changed, 104 insertions(+), 63 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 3024a9d..220022f 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2,118 +2,159 @@
 # Copyright (C) 2003 GPL
 # This file is distributed under the same license as the xfce4-netload.
 # Mantas z...@xxx.lt, 2003.
-# 
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
+#
 msgid 
 msgstr 
 Project-Id-Version: xfce4-netload 1.0\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2007-01-05 02:01+0100\n
-PO-Revision-Date: 2003-08-15 11:08+0300\n
-Last-Translator: Mantas z...@xxx.lt\n
-Language-Team:  komp...@konferencijos.lt\n
+POT-Creation-Date: 2012-01-22 14:06+\n
+PO-Revision-Date: 2012-01-22 16:43+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
-#: ../panel-plugin/netload.c:57
+#: ../panel-plugin/netload.c:59
 msgid Xfce4-Netload-Plugin
-msgstr 
+msgstr Xfce4-Netload-įskiepis
 
-#: ../panel-plugin/netload.c:60
+#: ../panel-plugin/netload.c:62
 msgid Unknown error.
-msgstr 
+msgstr Nežinoma klaida.
 
-#: ../panel-plugin/netload.c:61
+#: ../panel-plugin/netload.c:63
 msgid Linux proc device '/proc/net/dev' not found.
-msgstr 
+msgstr Linux proc įrenginys „/proc/net/dev“ nerastas.
 
-#: ../panel-plugin/netload.c:62
+#: ../panel-plugin/netload.c:64
 msgid Interface was not found.
-msgstr 
+msgstr Sąsaja nerasta.
 
-#: ../panel-plugin/netload.c:144
+#: ../panel-plugin/netload.c:162
 #, c-format
 msgid  %s  (Interface down)
-msgstr 
+msgstr  %s  (Sąsaja neaktyvi)
 
-#: ../panel-plugin/netload.c:228
-#, fuzzy, c-format
+#: ../panel-plugin/netload.c:249
+#, c-format
 msgid 
  %s  (%s)\n
 Average of last %d measures:\n
-Incoming: %s kByte/s\n
-Outgoing: %s kByte/s\n
-Total: %s kByte/s
+Incoming: %s/s\n
+Outgoing: %s/s\n
+Total: %s/s
 msgstr 
-Gaunami: %lld bitų/s\n
-Siunčiami: %lld bitų/s\n
-Viso: %lld bitų/s
+ %s  (%s)\n
+Vidurkis paskutinių %d matavimų:\n
+Gaunami: %s/s\n
+Siunčiami: %s/s\n
+Viso: %s/s
 
-#: ../panel-plugin/netload.c:230
+#: ../panel-plugin/netload.c:251
 msgid no IP address
-msgstr 
+msgstr nėra IP adreso
 
-#: ../panel-plugin/netload.c:468
+#: ../panel-plugin/netload.c:533
 #, c-format
 msgid 
-%s: Error in initalizing:\n
+%s: Error in initializing:\n
 %s
 msgstr 
+%s: Klaida inicijuojant:\n
+%s
 
-#: ../panel-plugin/netload.c:773
+#: ../panel-plugin/netload.c:872
 msgid Select color
 msgstr Pasirinkite spalvą
 
-#: ../panel-plugin/netload.c:839
-msgid Bar color (incoming):
-msgstr Juostos spalva (gaunami duomenys)
+#: ../panel-plugin/netload.c:938
+msgid Bar color (i_ncoming):
+msgstr Juostos spalva (_gaunami duomenys):
 
-#: ../panel-plugin/netload.c:840
-msgid Bar color (outgoing):
-msgstr Juostos spalva (siunčiami duomenys)
+#: ../panel-plugin/netload.c:939
+msgid Bar color (_outgoing):
+msgstr Juostos spalva (_siunčiami duomenys):
 
-#: ../panel-plugin/netload.c:843
-#, fuzzy
-msgid Maximum (incoming):
-msgstr Juostos spalva (gaunami duomenys)
+#: ../panel-plugin/netload.c:942
+msgid Maximum (inco_ming):
+msgstr Daugiausia (_gaunami duomenys):
 
-#: ../panel-plugin/netload.c:844
-#, fuzzy
-msgid Maximum (outgoing):
-msgstr Juostos spalva (siunčiami duomenys)
+#: ../panel-plugin/netload.c:943
+msgid Maximum (o_utgoing):
+msgstr Daugiausia (_siunčiami duomenys):
 
-#: ../panel-plugin/netload.c:849 ../panel-plugin/netload.desktop.in.in.h:1
-#, fuzzy
+#: ../panel-plugin/netload.c:948 ../panel-plugin/netload.desktop.in.in.h:1
 msgid Network Monitor
-msgstr Tinklo įrenginys
+msgstr Tinklo stebėjimas
 
-#: ../panel-plugin/netload.c:878
-msgid Text to display:
-msgstr Rodomas tekstas:
+#: ../panel-plugin/netload.c:977
+msgid _Text to display:
+msgstr _Rodomas tekstas:
 
-#: ../panel-plugin/netload.c:909
-msgid Network device:
-msgstr Tinklo įrenginys
+#: ../panel-plugin/netload.c:1008
+msgid Network _device:
+msgstr _Tinklo įrenginys:
 
-#: ../panel-plugin/netload.c:935
-msgid Update interval:
-msgstr 
+#: ../panel-plugin/netload.c:1036
+msgid Update _interval:
+msgstr Atnaujinimo _intervalas:
 
-#: ../panel-plugin/netload.c:946
+#: ../panel-plugin/netload.c:1049
 msgid s
-msgstr 
+msgstr s
 
-#: ../panel-plugin/netload.c:959
-msgid Automatic maximum
-msgstr 
+#: 

[Xfce4-commits] xfce4-panel:andrzejr/deskbar2 Pager: fixing plugin-size updates.

2012-01-22 Thread Andrzej
Updating branch refs/heads/andrzejr/deskbar2
 to 07521ff63396dfe5335dff0d1fdbd0d5b899ba29 (commit)
   from 27e2580149196c1a176838800967f42b37274fd5 (commit)

commit 07521ff63396dfe5335dff0d1fdbd0d5b899ba29
Author: Andrzej ndrwr...@gmail.com
Date:   Sun Jan 22 23:45:37 2012 +0900

Pager: fixing plugin-size updates.

Error introduced in the commit with aspect ratio workaround.
plugin-size was only updated in the deskbar-mode with WNCK pager.

 plugins/pager/pager.c |   15 +--
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index 979df97..14be569 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -465,14 +465,17 @@ pager_plugin_size_changed (XfcePanelPlugin *panel_plugin,
 {
   PagerPlugin*plugin = XFCE_PAGER_PLUGIN (panel_plugin);
 
-  /* request resize when using WNCK pager */
-  /* (its height depends on width)*/
-  if (plugin-miniature_view 
-  plugin-size != size 
-  xfce_panel_plugin_get_mode (panel_plugin) == 
XFCE_PANEL_PLUGIN_MODE_DESKBAR)
+  if (plugin-size != size)
 {
   plugin-size = size;
-  gtk_widget_queue_resize (GTK_WIDGET (panel_plugin));
+
+  /* request resize when using WNCK pager */
+  /* (its height depends on width)*/
+  if (plugin-miniature_view 
+  xfce_panel_plugin_get_mode (panel_plugin) == 
XFCE_PANEL_PLUGIN_MODE_DESKBAR)
+{
+  gtk_widget_queue_resize (GTK_WIDGET (panel_plugin));
+}
 }
 
   /* do not set fixed size */
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] www:master Add Xfce 4.8 screenshot running on OpenBSD

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to cb251ec9a8d504381fd0774851f1b889075440bf (commit)
   from 39879103394322cc07b0d48745097bf01c226b73 (commit)

commit cb251ec9a8d504381fd0774851f1b889075440bf
Author: Mike Massonnet mmasson...@xfce.org
Date:   Sun Jan 22 19:49:46 2012 +0100

Add Xfce 4.8 screenshot running on OpenBSD

 images/about/screenshots/4.8-4-small.png |  Bin 0 - 26343 bytes
 images/about/screenshots/4.8-4.png   |  Bin 0 - 270669 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/images/about/screenshots/4.8-4-small.png 
b/images/about/screenshots/4.8-4-small.png
new file mode 100644
index 000..b2042ea
Binary files /dev/null and b/images/about/screenshots/4.8-4-small.png differ
diff --git a/images/about/screenshots/4.8-4.png 
b/images/about/screenshots/4.8-4.png
new file mode 100644
index 000..9c6fb94
Binary files /dev/null and b/images/about/screenshots/4.8-4.png differ
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-settings:master l10n: Updated Italian (it) translation to 97%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to f46026018d9c617e5c6294e8e97aad4db388aadb (commit)
   from 63c6f29cb2bf01c87720e22e2b02ef814b7fa58a (commit)

commit f46026018d9c617e5c6294e8e97aad4db388aadb
Author: Cristian Marchi cri.pe...@gmail.com
Date:   Sun Jan 22 21:35:52 2012 +0100

l10n: Updated Italian (it) translation to 97%

New status: 318 messages complete with 1 fuzzy and 6 untranslated.

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

 po/it.po |  384 ++
 1 files changed, 259 insertions(+), 125 deletions(-)

diff --git a/po/it.po b/po/it.po
index 3f470fa..f55b1dd 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid 
 msgstr 
 Project-Id-Version: xfce4-settings\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-10-29 04:07+\n
+POT-Creation-Date: 2012-01-22 14:54+\n
 PO-Revision-Date: 2011-02-26 11:48+0100\n
 Last-Translator: Cristian Marchi cri.pe...@gmail.com\n
 Language-Team: Italian Translation Team 
xfce-it-translat...@googlegroups.com\n
@@ -258,50 +258,50 @@ msgstr pixel/sec
 #: ../dialogs/accessibility-settings/main.c:43
 #: ../dialogs/appearance-settings/main.c:94
 #: ../dialogs/display-settings/main.c:102
-#: ../dialogs/keyboard-settings/main.c:38 ../dialogs/mouse-settings/main.c:97
+#: ../dialogs/keyboard-settings/main.c:39 ../dialogs/mouse-settings/main.c:97
 msgid Settings manager socket
 msgstr Socket del gestore delle impostazioni
 
 #: ../dialogs/accessibility-settings/main.c:43
 #: ../dialogs/appearance-settings/main.c:94
 #: ../dialogs/display-settings/main.c:102
-#: ../dialogs/keyboard-settings/main.c:38 ../dialogs/mouse-settings/main.c:97
+#: ../dialogs/keyboard-settings/main.c:39 ../dialogs/mouse-settings/main.c:97
 msgid SOCKET ID
 msgstr SOCKET ID
 
 #: ../dialogs/accessibility-settings/main.c:44
 #: ../dialogs/appearance-settings/main.c:95
 #: ../dialogs/display-settings/main.c:103
-#: ../dialogs/keyboard-settings/main.c:39 ../dialogs/mouse-settings/main.c:98
-#: ../xfce4-settings-editor/main.c:43 ../xfsettingsd/main.c:77
-#: ../xfce4-settings-manager/main.c:39
+#: ../dialogs/keyboard-settings/main.c:40 ../dialogs/mime-settings/main.c:40
+#: ../dialogs/mouse-settings/main.c:98 ../xfce4-settings-editor/main.c:43
+#: ../xfsettingsd/main.c:77 ../xfce4-settings-manager/main.c:39
 msgid Version information
 msgstr Informazioni di versione
 
-#: ../dialogs/accessibility-settings/main.c:180
-#: ../dialogs/appearance-settings/main.c:956
-#: ../dialogs/display-settings/main.c:1040
-#: ../dialogs/keyboard-settings/main.c:63
-#: ../dialogs/mouse-settings/main.c:1504 ../xfce4-settings-editor/main.c:63
+#: ../dialogs/accessibility-settings/main.c:192
+#: ../dialogs/appearance-settings/main.c:966
+#: ../dialogs/display-settings/main.c:1043
+#: ../dialogs/keyboard-settings/main.c:76 ../dialogs/mime-settings/main.c:62
+#: ../dialogs/mouse-settings/main.c:1515 ../xfce4-settings-editor/main.c:63
 #: ../xfsettingsd/main.c:173 ../xfce4-settings-manager/main.c:57
 #, c-format
 msgid Type '%s --help' for usage.
 msgstr Digitare \%s --help\ per le modalità d'uso
 
-#: ../dialogs/accessibility-settings/main.c:199
-#: ../dialogs/appearance-settings/main.c:975
-#: ../dialogs/display-settings/main.c:1059
-#: ../dialogs/keyboard-settings/main.c:79
-#: ../dialogs/mouse-settings/main.c:1523 ../xfce4-settings-editor/main.c:82
+#: ../dialogs/accessibility-settings/main.c:211
+#: ../dialogs/appearance-settings/main.c:985
+#: ../dialogs/display-settings/main.c:1062
+#: ../dialogs/keyboard-settings/main.c:92 ../dialogs/mime-settings/main.c:81
+#: ../dialogs/mouse-settings/main.c:1534 ../xfce4-settings-editor/main.c:82
 #: ../xfsettingsd/main.c:189 ../xfce4-settings-manager/main.c:70
 msgid The Xfce development team. All rights reserved.
 msgstr Il gruppo di sviluppo di Xfce. Tutti i diritti riservati.
 
-#: ../dialogs/accessibility-settings/main.c:200
-#: ../dialogs/appearance-settings/main.c:976
-#: ../dialogs/display-settings/main.c:1060
-#: ../dialogs/keyboard-settings/main.c:80
-#: ../dialogs/mouse-settings/main.c:1524 ../xfce4-settings-editor/main.c:83
+#: ../dialogs/accessibility-settings/main.c:212
+#: ../dialogs/appearance-settings/main.c:986
+#: ../dialogs/display-settings/main.c:1063
+#: ../dialogs/keyboard-settings/main.c:93 ../dialogs/mime-settings/main.c:82
+#: ../dialogs/mouse-settings/main.c:1535 ../xfce4-settings-editor/main.c:83
 #: ../xfsettingsd/main.c:190 ../xfce4-settings-manager/main.c:71
 #, c-format
 msgid Please report bugs to %s.
@@ -693,7 +693,7 @@ msgstr 
 msgid Selected output not disabled
 msgstr Uscita selezionata non disabilitata
 
-#: ../dialogs/display-settings/main.c:1072
+#: ../dialogs/display-settings/main.c:1075
 #: ../dialogs/display-settings/xfce-randr.c:249
 #, c-format
 msgid Unable to query the version of the RandR extension being used
@@ -701,17 +701,17 @@ msgstr 
 Impossibile reperire la versione dell'estensione RandR che si sta per 
 utilizzare
 
-#: 

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

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 0c51d066d3246f5449afed92e320840fc9c7947f (commit)
   from feca146b98e9944f71d29740d781389dee9dde7f (commit)

commit 0c51d066d3246f5449afed92e320840fc9c7947f
Author: Cristian Marchi cri.pe...@gmail.com
Date:   Sun Jan 22 21:38:09 2012 +0100

l10n: Updated Italian (it) translation to 100%

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

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

 po/it.po |   68 +
 1 files changed, 41 insertions(+), 27 deletions(-)

diff --git a/po/it.po b/po/it.po
index c30b25a..cd27679 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2,12 +2,12 @@
 # Copyright (C) 2005 THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the 
xfce4-systemload-plugin package.
 # Cristian Marchi cri.pe...@gmail.com, 2009.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: 0.4.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2010-11-13 01:24+0900\n
+POT-Creation-Date: 2012-01-22 15:09+\n
 PO-Revision-Date: 2010-12-06 14:20+0100\n
 Last-Translator: Cristian Marchi cri.pe...@gmail.com\n
 Language-Team: Italian xfce-it-translat...@googlegroups.com\n
@@ -17,90 +17,104 @@ msgstr 
 Language: it\n
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
-#: ../panel-plugin/cpu.c:62
+#: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
 msgstr File /proc/stat non trovato!
 
-#: ../panel-plugin/systemload.c:159
+#: ../panel-plugin/systemload.c:155
 #, c-format
 msgid System Load: %ld%%
 msgstr Carico del sistema: %ld%%
 
-#: ../panel-plugin/systemload.c:166
+#: ../panel-plugin/systemload.c:162
 #, c-format
 msgid Memory: %ldMB of %ldMB used
 msgstr Memoria: utilizzati %ldMB di %ldMB
 
-#: ../panel-plugin/systemload.c:174
+#: ../panel-plugin/systemload.c:170
 #, c-format
 msgid Swap: %ldMB of %ldMB used
 msgstr Swap: utilizzati %ldMB di %ldMB
 
-#: ../panel-plugin/systemload.c:177
+#: ../panel-plugin/systemload.c:173
 #, c-format
 msgid No swap
 msgstr Swap nulla
 
-#: ../panel-plugin/systemload.c:187
+#: ../panel-plugin/systemload.c:183
 #, c-format
 msgid %d day
 msgid_plural %d days
 msgstr[0] %d giorno
 msgstr[1] %d giorni
 
-#: ../panel-plugin/systemload.c:195
+#: ../panel-plugin/systemload.c:191
 #, c-format
 msgid Uptime: %d day %d:%02d
 msgid_plural Uptime: %d days %d:%02d
 msgstr[0] Tempo di funzionamento: %d giorno %d:%02d
 msgstr[1] Tempo di funzionamento: %d giorni %d:%02d
 
-#: ../panel-plugin/systemload.c:722
-msgid Select color
-msgstr Selezionare il colore
-
-#: ../panel-plugin/systemload.c:786
+#: ../panel-plugin/systemload.c:814
 msgid CPU monitor
 msgstr Indicatore CPU
 
-#: ../panel-plugin/systemload.c:787
+#: ../panel-plugin/systemload.c:815
 msgid Memory monitor
 msgstr Indicatore memoria
 
-#: ../panel-plugin/systemload.c:788
+#: ../panel-plugin/systemload.c:816
 msgid Swap monitor
 msgstr Indicatore swap
 
-#: ../panel-plugin/systemload.c:789
+#: ../panel-plugin/systemload.c:817
 msgid Uptime monitor
 msgstr Indicatore funzionamento
 
-#: ../panel-plugin/systemload.c:794
+#: ../panel-plugin/systemload.c:822
 #: ../panel-plugin/systemload.desktop.in.in.h:2
 msgid System Load Monitor
 msgstr Indicatore del carico di sistema
 
-#: ../panel-plugin/systemload.c:821
-#: ../panel-plugin/systemload.c:902
-msgid Show monitor
-msgstr Visualizza l'indicatore
+#: ../panel-plugin/systemload.c:837
+msgid General
+msgstr Generale
+
+#: ../panel-plugin/systemload.c:839
+msgid Update interval:
+msgstr Intervallo di aggiornamento:
+
+#: ../panel-plugin/systemload.c:839 ../panel-plugin/systemload.c:844
+msgid s
+msgstr s
+
+#: ../panel-plugin/systemload.c:844
+msgid Power-saving interval:
+msgstr Intervallo di risparmio energetico:
 
-#: ../panel-plugin/systemload.c:831
+#: ../panel-plugin/systemload.c:858
 msgid Text to display:
 msgstr Testo da visualizzare:
 
-#: ../panel-plugin/systemload.c:863
+#: ../panel-plugin/systemload.c:862
 msgid Bar color:
 msgstr Colore della barra
 
-#: ../panel-plugin/uptime.c:52
+#: ../panel-plugin/uptime.c:53
 msgid File /proc/uptime not found!
 msgstr File /proc/uptime non trovato!
 
 #: ../panel-plugin/systemload.desktop.in.in.h:1
 msgid Monitor CPU load, swap usage and memory footprint
-msgstr Monitora il carico della CPU, l'utilizzo della swap e la memoria 
utilizzata dai programmi
+msgstr 
+Monitora il carico della CPU, l'utilizzo della swap e la memoria utilizzata 
+dai programmi
+
+#~ msgid Select color
+#~ msgstr Selezionare il colore
+
+#~ msgid Show monitor
+#~ msgstr Visualizza l'indicatore
 
 #~ msgid Uptime:
 #~ msgstr Tempo trascorso dall'avvio del sistema:
-
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-systemload-plugin:master l10n: Updated Lithuanian (lt) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 3e23af0568f3a647c7d479bcf26d3d97f25024c0 (commit)
   from 0c51d066d3246f5449afed92e320840fc9c7947f (commit)

commit 3e23af0568f3a647c7d479bcf26d3d97f25024c0
Author: Algimantas Margevičius gy...@mail.ru
Date:   Mon Jan 23 07:52:01 2012 +0100

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |   67 +-
 1 files changed, 40 insertions(+), 27 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 6ec7e37..e05a979 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,47 +3,46 @@
 # This file is distributed under the same license as the xfce4-systemload.
 # Mantas z...@xxx.lt, 2003.
 # Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
-#
+# 
 msgid 
 msgstr 
 Project-Id-Version: xfce4-systemload 0.3.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2012-01-21 15:53+0200\n
+POT-Creation-Date: 2012-01-23 02:45+\n
 PO-Revision-Date: 2012-01-21 15:57+0200\n
 Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
 Language-Team: Lietuvių \n
-Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
-%10010 || n%100=20) ? 1 : 2)\n
+Language: \n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
(n%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../panel-plugin/cpu.c:63
 msgid File /proc/stat not found!
 msgstr Byla „/proc/stat“ nerasta!
 
-#: ../panel-plugin/systemload.c:160
+#: ../panel-plugin/systemload.c:155
 #, c-format
 msgid System Load: %ld%%
 msgstr Sistemos apkrovimas: %ld%%
 
-#: ../panel-plugin/systemload.c:167
+#: ../panel-plugin/systemload.c:162
 #, c-format
 msgid Memory: %ldMB of %ldMB used
 msgstr Darbinė atmintis: naudojama %ldMB iš %ldMB
 
-#: ../panel-plugin/systemload.c:175
+#: ../panel-plugin/systemload.c:170
 #, c-format
 msgid Swap: %ldMB of %ldMB used
 msgstr Mainų skirsnis: naudojama %ldMB iš %ldMB
 
-#: ../panel-plugin/systemload.c:178
+#: ../panel-plugin/systemload.c:173
 #, c-format
 msgid No swap
 msgstr Mainų skirsnio nėra
 
-#: ../panel-plugin/systemload.c:188
+#: ../panel-plugin/systemload.c:183
 #, c-format
 msgid %d day
 msgid_plural %d days
@@ -51,7 +50,7 @@ msgstr[0] %d diena
 msgstr[1] %d dienos
 msgstr[2] %d dienų
 
-#: ../panel-plugin/systemload.c:196
+#: ../panel-plugin/systemload.c:191
 #, c-format
 msgid Uptime: %d day %d:%02d
 msgid_plural Uptime: %d days %d:%02d
@@ -59,40 +58,48 @@ msgstr[0] Veikimo laikas: %d diena %d:%02d
 msgstr[1] Veikimo laikas: %d dienos %d:%02d
 msgstr[2] Veikimo laikas: %d dienų %d:%02d
 
-#: ../panel-plugin/systemload.c:724
-msgid Select color
-msgstr Pasirinkite spalvą
-
-#: ../panel-plugin/systemload.c:788
+#: ../panel-plugin/systemload.c:814
 msgid CPU monitor
 msgstr CPU stebėjimas
 
-#: ../panel-plugin/systemload.c:789
+#: ../panel-plugin/systemload.c:815
 msgid Memory monitor
 msgstr Atminties stebėjimas
 
-#: ../panel-plugin/systemload.c:790
+#: ../panel-plugin/systemload.c:816
 msgid Swap monitor
 msgstr Mainų skirsnio stebėjimas
 
-#: ../panel-plugin/systemload.c:791
+#: ../panel-plugin/systemload.c:817
 msgid Uptime monitor
 msgstr Veikimo laiko stebėjimas
 
-#: ../panel-plugin/systemload.c:796
-#: ../panel-plugin/systemload.desktop.in.in.h:1
+#: ../panel-plugin/systemload.c:822
+#: ../panel-plugin/systemload.desktop.in.in.h:2
 msgid System Load Monitor
 msgstr Sistemos apkrovimas
 
-#: ../panel-plugin/systemload.c:823 ../panel-plugin/systemload.c:904
-msgid Show monitor
-msgstr Rodyti stebėjimą
+#: ../panel-plugin/systemload.c:837
+msgid General
+msgstr Bendra
+
+#: ../panel-plugin/systemload.c:839
+msgid Update interval:
+msgstr Atnaujinimo intervalas:
 
-#: ../panel-plugin/systemload.c:833
+#: ../panel-plugin/systemload.c:839 ../panel-plugin/systemload.c:844
+msgid s
+msgstr s
+
+#: ../panel-plugin/systemload.c:844
+msgid Power-saving interval:
+msgstr Energijos taupymo intervals:
+
+#: ../panel-plugin/systemload.c:858
 msgid Text to display:
 msgstr Rodomas tekstas:
 
-#: ../panel-plugin/systemload.c:865
+#: ../panel-plugin/systemload.c:862
 msgid Bar color:
 msgstr Juostos spalva:
 
@@ -100,9 +107,15 @@ msgstr Juostos spalva:
 msgid File /proc/uptime not found!
 msgstr Byla „/proc/uptime“ nerasta!
 
-#: ../panel-plugin/systemload.desktop.in.in.h:2
+#: ../panel-plugin/systemload.desktop.in.in.h:1
 msgid Monitor CPU load, swap usage and memory footprint
 msgstr Stebėti CPU apkrovą, mainų srities naudojimą ir atminties naudojimą
 
+#~ msgid Select color
+#~ msgstr Pasirinkite spalvą
+
+#~ msgid Show monitor
+#~ msgstr Rodyti stebėjimą
+
 #~ msgid Uptime:
 #~ msgstr Veikimo laikas:
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org

[Xfce4-commits] xfce4-panel:andrzejr/deskbar2 pager: Fixing infinite loopin in the WNCK pager aspect ratio workaround.

2012-01-22 Thread Andrzej
Updating branch refs/heads/andrzejr/deskbar2
 to 5dce65fb615c76d73ec3f8a4da882852efb7645c (commit)
   from 07521ff63396dfe5335dff0d1fdbd0d5b899ba29 (commit)

commit 5dce65fb615c76d73ec3f8a4da882852efb7645c
Author: Andrzej ndrwr...@gmail.com
Date:   Mon Jan 23 15:53:12 2012 +0900

pager: Fixing infinite loopin in the WNCK pager aspect ratio workaround.

Previous workaround wasn't sufficiently stable. Infinite looping could be
triggered if the user set:

panel size = 16
panel rows = 1
workspace rows = 1
no of workspaces = 100

and then started increasing/decreasing panel size by 1.

This fix rearranges the code (storing last pager height instead
of its aspect ratio) and introduces a minimum WNCK panel height of 10px.
Tbis makes it stable in the above scenario.

Still, we should push for a real fix in the WNCK pager:
https://bugzilla.gnome.org/show_bug.cgi?id=664779

 plugins/pager/pager.c |   27 +++
 1 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index 14be569..65be4cc 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -94,8 +94,8 @@ struct _PagerPlugin
   /* panel size */
   gint   size;
 
-  /* WNCK pager aspect ratio */
-  gdoubleaspect;
+  /* last height of the WNCK pager in deskbar mode */
+  gint   height;
 };
 
 enum
@@ -170,7 +170,7 @@ pager_plugin_init (PagerPlugin *plugin)
   plugin-rows = 1;
   plugin-pager = NULL;
   plugin-size = 0;
-  plugin-aspect = 1.;
+  plugin-height = 1;
 }
 
 
@@ -422,18 +422,21 @@ pager_plugin_size_request (GtkWidget  *widget,
   if (requisition-width  1)
 aspect = (gdouble) requisition-height / (gdouble) requisition-width;
 
-  /* Update the memorized aspect value only if change is big enough */
+  /* Update the memorized height value only if change is big enough */
   /* WNCK pager requests resizing if the allocated vertical dimension */
   /* is different from the previously allocated vertical dimension. */
-  /* Therefore, we only want to change the aspect ratio (and allocation) */
+  /* Therefore, we only want to change it */
   /* when it corresponds to a real aspect ratio change. */
-  /* The threshold is arbitrary - small value may cause infinite looping, 
*/
-  /* large value reduces accuracy of pager scaling. */
-  if (fabs ((plugin-aspect - aspect) * plugin-size)  3.0)
-plugin-aspect = aspect;
+  /* The threshold and the minimum height values are arbitrary. */
+  /* They are the tradeoff between the accuracy of vertical size */
+  /* and eliminating infinite resizing loop. */
+  /* The values below eliminate looping in a worst-case condition: */
+  /* panel size = 16-17, workspace rows = 1, no of workspaces = 100 */
+  if (abs (rint (plugin-size * aspect) - plugin-height)  3)
+plugin-height = MAX (rint (plugin-size * aspect), 10);
 
   requisition-width = plugin-size;
-  requisition-height = rint (requisition-width * plugin-aspect);
+  requisition-height = rint (requisition-width * aspect);
 }
 }
 
@@ -446,13 +449,13 @@ pager_plugin_size_allocate (GtkWidget  *widget,
   PagerPlugin*plugin = XFCE_PAGER_PLUGIN (widget);
   XfcePanelPlugin*panel_plugin = XFCE_PANEL_PLUGIN (widget);
 
-  /* if in deskbar mode, force the allocation based on memorized aspect ratio. 
*/
+  /* if in deskbar mode, force the allocation based on memorized plugin 
height. */
   /* WNCK pager will request resizing if it differs from previous allocation.  
*/
   if (plugin-miniature_view 
   xfce_panel_plugin_get_mode (panel_plugin) == 
XFCE_PANEL_PLUGIN_MODE_DESKBAR)
 {
+  allocation-height = plugin-height;
   allocation-width = plugin-size;
-  allocation-height = rint (allocation-width * plugin-aspect);
 }
   gtk_widget_size_allocate (plugin-pager, allocation);
 }
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-mount-plugin:master l10n: Updated Lithuanian (lt) translation to 100%

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to a9da0d6d5c1ea8bf62f7ecb23ea0b6a396a9db11 (commit)
   from 0dd0c059d93049797db12a8b1f1741cf96490601 (commit)

commit a9da0d6d5c1ea8bf62f7ecb23ea0b6a396a9db11
Author: Algimantas Margevičius gy...@mail.ru
Date:   Mon Jan 23 08:11:49 2012 +0100

l10n: Updated Lithuanian (lt) translation to 100%

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

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

 po/lt.po |  177 ++---
 1 files changed, 99 insertions(+), 78 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index e4f2f94..ef874bf 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -3,227 +3,248 @@
 # Copytight (C) 2005-2007 Fabian Nowak.
 # This file is distributed under the same license as the xfce4-mount-plugin 
package.
 # Rimas Kudelis r...@akl.lt, 2005-2006.
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
 #
 msgid 
 msgstr 
 Project-Id-Version: xfce4-mount-plugin 0.5.2\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2008-05-17 11:38+0200\n
-PO-Revision-Date: 2006-01-04 21:39+0900\n
-Last-Translator: Rimas Kudelis r...@akl.lt\n
-Language-Team: Lithuanian xfce-i...@xfce.org\n
+POT-Creation-Date: 2012-01-22 14:00+\n
+PO-Revision-Date: 2012-01-23 09:10+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
+Language: lt\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../panel-plugin/devices.c:54
 #, c-format
 msgid %.1f B
-msgstr 
+msgstr %.1f B
 
 #: ../panel-plugin/devices.c:55
 #, c-format
 msgid %.1f KB
-msgstr 
+msgstr %.1f KB
 
 #: ../panel-plugin/devices.c:56
 #, c-format
 msgid %.1f MB
-msgstr 
+msgstr %.1f MB
 
 #: ../panel-plugin/devices.c:57
 #, c-format
 msgid %.1f GB
-msgstr 
+msgstr %.1f GB
 
 #: ../panel-plugin/devices.c:66
 #, c-format
 msgid size:%g\n
-msgstr 
+msgstr dydis:%g\n
 
 #: ../panel-plugin/devices.c:67
 #, c-format
 msgid used size:   %g\n
-msgstr 
+msgstr panaudotas dydis:   %g\n
 
 #: ../panel-plugin/devices.c:68
 #, c-format
 msgid available siz:   %g\n
-msgstr 
+msgstr prieinamas dydis:   %g\n
 
 #: ../panel-plugin/devices.c:69
 #, c-format
 msgid percentage used: %d\n
-msgstr 
+msgstr panaudota(procentais): %d\n
 
 #: ../panel-plugin/devices.c:70
 #, c-format
 msgid file system type:%s\n
-msgstr 
+msgstr failų sistemos tipas:%s\n
 
 #: ../panel-plugin/devices.c:71
 #, c-format
 msgid actual mount point:  %s\n
-msgstr 
+msgstr tikrasis prijungimo taškas:  %s\n
 
 #: ../panel-plugin/devices.c:155
 #, c-format
 msgid disk: %s\n
-msgstr 
+msgstr diskas: %s\n
 
 #: ../panel-plugin/devices.c:156
 #, c-format
 msgid mount point: %s\n
-msgstr 
+msgstr prijungimo taškas: %s\n
 
 #: ../panel-plugin/devices.c:160
 #, c-format
 msgid not mounted\n
-msgstr 
+msgstr neprijungta\n
 
-#: ../panel-plugin/devices.c:245 ../panel-plugin/devices.c:294
+#: ../panel-plugin/devices.c:260 ../panel-plugin/devices.c:309
 msgid Mount Plugin: Error executing command.
-msgstr 
+msgstr Prijungimo įskiepis: Klaida vykdant komandą.
 
-#: ../panel-plugin/mount-plugin.c:54
+#: ../panel-plugin/mount-plugin.c:57
 #, c-format
 msgid The device \%s\ should be removable safely now.
-msgstr 
+msgstr Dabar įrenginys „%s“ gali būti saugiai išimtas.
 
-#: ../panel-plugin/mount-plugin.c:57
-msgid An error occurred. The device should not be removed!
-msgstr 
+#: ../panel-plugin/mount-plugin.c:60
+#, c-format
+msgid An error occurred. The device \%s\ should not be removed!
+msgstr Įvyko klaida. Įrenginys „%s“ neturėtų būti išimtas!
 
-#: ../panel-plugin/mount-plugin.c:220
-#, fuzzy
+#: ../panel-plugin/mount-plugin.c:252
 msgid span foreground=\#FF\not mounted/span
-msgstr span foreground=\#00\ size=\%s\bSensoriai/b/span
+msgstr span foreground=\#FF\neprijungta/span
 
-#: ../panel-plugin/mount-plugin.c:525
+#: ../panel-plugin/mount-plugin.c:560
 msgid devices
-msgstr 
+msgstr įrenginiai
 
-#: ../panel-plugin/mount-plugin.c:690
-msgid Edit Properties
-msgstr 
+#: ../panel-plugin/mount-plugin.c:727
+msgid Mount Plugin
+msgstr Prijungimo įskiepis
 
-#: ../panel-plugin/mount-plugin.c:697
-#: ../panel-plugin/xfce4-mount-plugin.desktop.in.in.h:1
-msgid Mount devices
-msgstr 
-
-#: ../panel-plugin/mount-plugin.c:744
+#: ../panel-plugin/mount-plugin.c:783
 msgid 
 This is only useful and recommended if you specify \sync\ as part of the 
 \unmount\ command string.
 msgstr 
+Tai naudinga ir rekomenduotina tik tada kai „unmount“ komandoje nurodote ir 
+„sync“.
 
-#: ../panel-plugin/mount-plugin.c:749
+#: ../panel-plugin/mount-plugin.c:788
 msgid Show _message after unmount
-msgstr 
+msgstr Atjungus _rodyti pranešimą
 
-#: ../panel-plugin/mount-plugin.c:761
+#: 

[Xfce4-commits] xfce4-radio-plugin:master l10n: Added Lithuanian language

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 2cb7671269a8bd46ea85df315df9b5f7621e79f7 (commit)
   from 2a2206d72e103d68dae1e119b605942db4fef71b (commit)

commit 2cb7671269a8bd46ea85df315df9b5f7621e79f7
Author: Algimantas Margevičius gy...@mail.ru
Date:   Mon Jan 23 08:22:57 2012 +0100

l10n: Added Lithuanian language

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

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

 po/{xfce4-radio-plugin.pot = lt.po} |   83 ++
 1 files changed, 44 insertions(+), 39 deletions(-)

diff --git a/po/xfce4-radio-plugin.pot b/po/lt.po
similarity index 63%
copy from po/xfce4-radio-plugin.pot
copy to po/lt.po
index 5b1d966..2cf78d7 100644
--- a/po/xfce4-radio-plugin.pot
+++ b/po/lt.po
@@ -2,150 +2,152 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # FIRST AUTHOR EMAIL@ADDRESS, YEAR.
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
 #
-#, fuzzy
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: radio\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2011-05-21 03:11+0200\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME EMAIL@ADDRESS\n
-Language-Team: LANGUAGE l...@li.org\n
+PO-Revision-Date: 2012-01-23 09:22+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
 Language: \n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../panel-plugin/radio.desktop.in.in.h:1
 msgid Radio Plugin
-msgstr 
+msgstr Radijo įskiepis
 
 #: ../panel-plugin/radio.desktop.in.in.h:2
 msgid V4l radio plugin
-msgstr 
+msgstr V4l radijo įskiepis
 
 #: ../panel-plugin/xfce4-radio.c:191
 #, c-format
 msgid Tuned to station %s
-msgstr 
+msgstr Nustatyta stočiai %s
 
 #: ../panel-plugin/xfce4-radio.c:196
 #, c-format
 msgid Tuned to %s MHz
-msgstr 
+msgstr Nustatyta %s MHz
 
 #: ../panel-plugin/xfce4-radio.c:241
 msgid - off -
-msgstr 
+msgstr -išjungta-
 
 #: ../panel-plugin/xfce4-radio.c:248
 msgid Radio is off
-msgstr 
+msgstr Radija išjungta
 
 #: ../panel-plugin/xfce4-radio.c:321
 msgid Error opening radio device
-msgstr 
+msgstr Klaida atveriant radijo įrenginį
 
 #: ../panel-plugin/xfce4-radio.c:416
 msgid Tune radio
-msgstr 
+msgstr Nustatyti radiją
 
 #: ../panel-plugin/xfce4-radio.c:422
 msgid Frequency [MHz]:
-msgstr 
+msgstr Dažnis [MHz]:
 
 #: ../panel-plugin/xfce4-radio.c:446
 msgid Illegal frequency.
-msgstr 
+msgstr Netinkamas dažnis.
 
 #. Notebook tabs
 #: ../panel-plugin/xfce4-radio.c:501 ../panel-plugin/xfce4-radio.c:1160
 msgid Presets
-msgstr 
+msgstr Nustatymų rinkiniai
 
 #: ../panel-plugin/xfce4-radio.c:533
 msgid Tune to frequency
-msgstr 
+msgstr Nustatyti dažniui
 
 #: ../panel-plugin/xfce4-radio.c:868
 msgid unnamed
-msgstr 
+msgstr be pavadinimo
 
 #: ../panel-plugin/xfce4-radio.c:1001
 msgid Select command
-msgstr 
+msgstr Pasirinkti komandą
 
 #: ../panel-plugin/xfce4-radio.c:1058
 msgid Radio
-msgstr 
+msgstr Radijas
 
 #: ../panel-plugin/xfce4-radio.c:1067
 msgid Configure the radio plugin
-msgstr 
+msgstr Konfigūruoti radijo įskiepį
 
 #: ../panel-plugin/xfce4-radio.c:1161
 msgid User interface
-msgstr 
+msgstr Naudotojo sąsaja
 
 #: ../panel-plugin/xfce4-radio.c:1162
 msgid Radio device
-msgstr 
+msgstr Radijo įrenginys
 
 #: ../panel-plugin/xfce4-radio.c:1163
 msgid Commands
-msgstr 
+msgstr Komandos
 
 #. - Signal strength
 #: ../panel-plugin/xfce4-radio.c:1185
 msgid Signal strength
-msgstr 
+msgstr Signalo stiprumas
 
 #: ../panel-plugin/xfce4-radio.c:1201
 msgid Show the signal strength indicator
-msgstr 
+msgstr Rodyti signalo stiprumo indikatorių
 
 #: ../panel-plugin/xfce4-radio.c:1207
 msgid Use graphics instead of text labels and progress bars
-msgstr 
+msgstr Naudoti grafiką vietoj teksto ir pažangos jusotų
 
 #. - Current station
 #: ../panel-plugin/xfce4-radio.c:1212
 msgid Current station
-msgstr 
+msgstr Dabartinė stotis
 
 #: ../panel-plugin/xfce4-radio.c:1228
 msgid Show the current station
-msgstr 
+msgstr Rodyti dabartinę stotį
 
 #: ../panel-plugin/xfce4-radio.c:1234
 msgid Show preset names instead of frequencies
-msgstr 
+msgstr Vietoj dažnių rodyti nustatymų rinkinius
 
 #. - Mouse
 #: ../panel-plugin/xfce4-radio.c:1239
 msgid Mouse interaction
-msgstr 
+msgstr Sąveika su pele
 
 #: ../panel-plugin/xfce4-radio.c:1255
 msgid Mouse scrolling changes
-msgstr 
+msgstr Pelės slinkimo pokyčiai
 
 #: ../panel-plugin/xfce4-radio.c:1275
 msgid frequency
-msgstr 
+msgstr dažnis
 
 #: ../panel-plugin/xfce4-radio.c:1277
 msgid station preset
-msgstr 
+msgstr stoties nustatymų rinkinys
 
 #: ../panel-plugin/xfce4-radio.c:1298
 msgid Radio device:
-msgstr 
+msgstr Radijo įrenginys:
 
 

[Xfce4-commits] www:master Increment number of displayed Xfce 4.8 screenshots to 4

2012-01-22 Thread Mike Massonnet
Updating branch refs/heads/master
 to bed3c42dcd558defa7d5e20c8b7ba59de4370982 (commit)
   from cb251ec9a8d504381fd0774851f1b889075440bf (commit)

commit bed3c42dcd558defa7d5e20c8b7ba59de4370982
Author: Mike Massonnet mmasson...@xfce.org
Date:   Mon Jan 23 08:31:39 2012 +0100

Increment number of displayed Xfce 4.8 screenshots to 4

 pages/about/screenshots.php |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/about/screenshots.php b/pages/about/screenshots.php
index 02a688e..5460159 100644
--- a/pages/about/screenshots.php
+++ b/pages/about/screenshots.php
@@ -20,7 +20,7 @@ function print_shots ($group, $count, $format = 'png')
 
 h2Xfce 4.8/h2
 p
-  ?php print_shots ('4.8', 3); ?
+  ?php print_shots ('4.8', 4); ?
 /p
 
 h2Xfce 4.6/h2
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-clipman-plugin:master l10n: Added Lithuanian language

2012-01-22 Thread Transifex
Updating branch refs/heads/master
 to 929d14c75c3accad40f19d5de5a0a5179d89418f (commit)
   from bc1d30da76a329a83b979d908907708b4a8db6d9 (commit)

commit 929d14c75c3accad40f19d5de5a0a5179d89418f
Author: Algimantas Margevičius gy...@mail.ru
Date:   Mon Jan 23 08:56:26 2012 +0100

l10n: Added Lithuanian language

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

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

 po/{vi.po = lt.po} |  304 +--
 1 files changed, 150 insertions(+), 154 deletions(-)

diff --git a/po/vi.po b/po/lt.po
similarity index 63%
copy from po/vi.po
copy to po/lt.po
index 63cef9c..0d12b26 100644
--- a/po/vi.po
+++ b/po/lt.po
@@ -1,282 +1,281 @@
-# Vietnamese translations for xfce4-clipman package.
-# Copyright (C) 2009 THE i'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the i package.
-# Nguyễn Quốc Vinh, kureik...@gmail.com, 2009
-# Automatically generated, 2009.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR EMAIL@ADDRESS, YEAR.
+# Algimantas Margevičius margevicius.algiman...@gmail.com, 2012.
 #
 msgid 
 msgstr 
-Project-Id-Version: i 18n.xfce.org\n
+Project-Id-Version: clipman\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2011-10-28 15:59+0200\n
-PO-Revision-Date: 2009-07-04 07:41+0200\n
-Last-Translator: Nguyễn Quốc Vinh kureik...@gmail.com\n
-Language-Team: none\n
+POT-Creation-Date: 2012-01-23 09:28+0200\n
+PO-Revision-Date: 2012-01-23 09:55+0200\n
+Last-Translator: Algimantas Margevičius margevicius.algiman...@gmail.com\n
+Language-Team: Lietuvių \n
 Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=1; plural=0;\n
+Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  (n
+%10010 || n%100=20) ? 1 : 2)\n
 
 #: ../panel-plugin/xfce4-clipman.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin.desktop.in.h:1
 #: ../panel-plugin/xfce4-clipman-plugin-autostart.desktop.in.h:1
-msgid Clipboard manager
-msgstr Trình quản lý bộ nhớ đệm
-
-#: ../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:70
 #: ../panel-plugin/main-status-icon.c:61 ../panel-plugin/main-status-icon.c:94
 #: ../panel-plugin/plugin.c:335
 msgid Clipman
 msgstr Clipman
 
+#: ../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
+msgid Clipboard manager
+msgstr Iškarpinės tvarkyklė
+
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:1
-msgid Bugz
-msgstr 
+msgid Image
+msgstr Atvaizdas
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:2
 msgid Edit with Gimp
-msgstr Chỉnh sửa bằng Gimp
+msgstr Redaguoti su Gimp
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:3
-msgid GNOME Bug
-msgstr Lỗi của GNOME
+msgid View with Ristretto
+msgstr Žiūrėti su Ristretto
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:4
-msgid Image
-msgstr Ảnh
+msgid Bugz
+msgstr Klaidos
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:5
-msgid Long URL
-msgstr Đại chỉ URL đầy đủ
+msgid Xfce Bug
+msgstr Xfce klaida
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:6
-msgid Shrink the URL
-msgstr Địa chỉ URL thu gọn
+msgid GNOME Bug
+msgstr Gnome klaida
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:7
-msgid View with Ristretto
-msgstr Xem bằng Ristretto
+msgid Long URL
+msgstr Ilgas URL
 
 #: ../panel-plugin/xfce4-clipman-actions.xml.in.h:8
-msgid Xfce Bug
-msgstr Lỗi của Xfce
+msgid Shrink the URL
+msgstr Sutrumpinti URL
 
 #: ../panel-plugin/xfce4-clipman-settings.c:190
 msgid None
-msgstr 
+msgstr Joks
 
 #. TRANSLATORS: Keyboard shortcut
 #: ../panel-plugin/xfce4-clipman-settings.c:192
 msgid Ctrl+V
-msgstr 
+msgstr Ctrl+V
 
 #. TRANSLATORS: Keyboard shortcut
 #: ../panel-plugin/xfce4-clipman-settings.c:194
 msgid Shift+Insert
-msgstr 
+msgstr Shift+Insert
 
 #: ../panel-plugin/xfce4-clipman-settings.c:517
-#, fuzzy
 msgid bReset actions/b
-msgstr bHành động/b
+msgstr bAtstatyti veiksmus/b
 
 #: ../panel-plugin/xfce4-clipman-settings.c:519
-#, fuzzy
 msgid 
 Are you sure you want to reset the actions to the system default values?
-msgstr Bạn có thực sự muốn xoá lịch sử sử dụng?
+msgstr Ar tikrai norite atstatyti veiksmus į jų numatytąsias reikšmes?
 
 #: ../panel-plugin/settings-dialog.ui.h:1
-msgid bAction/b
-msgstr bHành động/b
+msgid Configure the plugin
+msgstr Konfigūruoti įskiepį
 
 #: ../panel-plugin/settings-dialog.ui.h:2
-msgid bBehavior/b
-msgstr bHành vi/b
+msgid Sync _selections
+msgstr Sinchronizuoti _pasirinkimus
 
 #: ../panel-plugin/settings-dialog.ui.h:3
-msgid bCommands/b
-msgstr bLệnh/b
+msgid