[Xfce4-commits] [xfce/xfce4-settings] 01/01: WIP release note

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit 49f1804ce62a4efbc2d7342a9dcb16ad369f15f7
Author: Sean Davis 
Date:   Mon Jun 18 22:20:16 2018 -0400

WIP release note
---
 NEWS | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/NEWS b/NEWS
index cab34e5..dea901f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.12.4 (UNRELEASED)
+==
+- Fix: Uninitialized scalar variables (CID #292062, #292063)
+- Fix: -Wcast-function-type (GCC 8)
+- Fix: Redefinition of DISTCLEANFILES
+- Improved display manufucturer name recognition:
+  - Refreshed PNP IDs from hwdata
+  - Added support for VBX (VirtualBox)
+  - Standardized and shortened manufacturer names
+  - Updated laptop detection to include eDP in XfceRandr
+- Updated --help copyright information to 2018
+- Replaced "AC_CONFIG_MACRO_DIR" usage with "AC_CONFIG_MACRO_DIRS"
+- Translation updates: Belarusian, Catalan, English (Australia), Galician,
+  Hungarian, Japanese, Korean, Portuguese, Ukrainian
+
 4.12.3
 ==
 - Improvements for multimonitor support:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (764d474 -> 49f1804)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  764d474   Fix CID 292062, 292063: Uninitialized scalar variable(s)
   new  49f1804   WIP release note

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS | 15 +++
 1 file changed, 15 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (90f0ac1 -> 764d474)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  90f0ac1   Fix redefinition of DISTCLEANFILES
   new  764d474   Fix CID 292062, 292063: Uninitialized scalar variable(s)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dialogs/display-settings/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix CID 292062, 292063: Uninitialized scalar variable(s)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit 764d474db554e983832069080855f2e138e89ed4
Author: Sean Davis 
Date:   Mon Jun 18 22:03:36 2018 -0400

Fix CID 292062, 292063: Uninitialized scalar variable(s)
---
 dialogs/display-settings/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index b4026d5..80ebe28 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -948,8 +948,8 @@ display_setting_mirror_displays_populate (GtkBuilder 
*builder)
 GObject *check;
 RRMode   mode = None;
 guintn;
-gint cloned = TRUE;
-gint mirrored;
+gboolean cloned = TRUE;
+gboolean mirrored = FALSE;
 
 if (!xfce_randr)
 return;
@@ -1594,9 +1594,9 @@ static gint
 get_mirrored_configuration (void)
 {
 gboolean cloned = TRUE;
+gboolean mirrored = FALSE;
 RRMode   mode = None;
 guintn;
-gint mirrored;
 
 if (!xfce_randr)
 return FALSE;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (8f8ccdd -> 90f0ac1)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  8f8ccdd   AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS
   new  90f0ac1   Fix redefinition of DISTCLEANFILES

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 xfce4-settings-editor/Makefile.am | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix redefinition of DISTCLEANFILES

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit 90f0ac13ddbafa1dff3b13058b35cf02414434e1
Author: Sean Davis 
Date:   Mon Jun 18 22:01:24 2018 -0400

Fix redefinition of DISTCLEANFILES
---
 xfce4-settings-editor/Makefile.am | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/xfce4-settings-editor/Makefile.am 
b/xfce4-settings-editor/Makefile.am
index b185f2f..86b48c7 100644
--- a/xfce4-settings-editor/Makefile.am
+++ b/xfce4-settings-editor/Makefile.am
@@ -60,18 +60,21 @@ xfce-settings-marshal.c: xfce-settings-marshal.list Makefile
&& glib-genmarshal --prefix=_xfce_settings_marshal --body $< >> $@
 
 DISTCLEANFILES = \
-   $(xfce4_settings_editor_built_sources)
+   $(xfce4_settings_editor_built_sources) \
+   $(desktop_DATA)
 
 BUILT_SOURCES = \
$(xfce4_settings_editor_built_sources)
 
+else
+
+DISTCLEANFILES = \
+   $(desktop_DATA)
+
 endif
 
 EXTRA_DIST = \
xfce-settings-marshal.list \
$(desktop_in_files)
 
-DISTCLEANFILES = \
-   $(desktop_DATA)
-
 # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/01: AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit 8f8ccdd7bf1ca1f762e7942437d26b393b64335b
Author: Sean Davis 
Date:   Mon Jun 18 21:50:37 2018 -0400

AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 520751d..7733bdc 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -36,7 +36,7 @@ AC_COPYRIGHT([Copyright (c) 2008-2015
 The Xfce development team. All rights reserved.])
 AC_INIT([xfce4-settings], [xfce4_settings_version], 
[http://bugzilla.xfce.org/])
 AC_PREREQ([2.60])
-AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_MACRO_DIRS([m4])
 AC_REVISION([@REVISION@])
 
 dnl ***

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (ed37488 -> 8f8ccdd)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  ed37488   Update --help copyrights
   new  8f8ccdd   AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (9608613 -> ed37488)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  9608613   Add exceptions for Coverity Scan to .gitignore
   new  ed37488   Update --help copyrights

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dialogs/accessibility-settings/main.c |  2 +-
 dialogs/appearance-settings/main.c|  2 +-
 dialogs/display-settings/main.c   |  2 +-
 dialogs/keyboard-settings/main.c  |  2 +-
 dialogs/mime-settings/main.c  |  2 +-
 dialogs/mouse-settings/main.c |  2 +-
 xfce4-settings-editor/main.c  | 28 ++--
 xfce4-settings-manager/main.c |  2 +-
 xfsettingsd/main.c|  2 +-
 9 files changed, 22 insertions(+), 22 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/01: Update --help copyrights

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit ed37488729a1d4df4a6cb0a2b67e74525512cd50
Author: Sean Davis 
Date:   Mon Jun 18 21:49:11 2018 -0400

Update --help copyrights
---
 dialogs/accessibility-settings/main.c |  2 +-
 dialogs/appearance-settings/main.c|  2 +-
 dialogs/display-settings/main.c   |  2 +-
 dialogs/keyboard-settings/main.c  |  2 +-
 dialogs/mime-settings/main.c  |  2 +-
 dialogs/mouse-settings/main.c |  2 +-
 xfce4-settings-editor/main.c  | 28 ++--
 xfce4-settings-manager/main.c |  2 +-
 xfsettingsd/main.c|  2 +-
 9 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/dialogs/accessibility-settings/main.c 
b/dialogs/accessibility-settings/main.c
index a92e3ad..25099e4 100644
--- a/dialogs/accessibility-settings/main.c
+++ b/dialogs/accessibility-settings/main.c
@@ -211,7 +211,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-2018");
 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");
diff --git a/dialogs/appearance-settings/main.c 
b/dialogs/appearance-settings/main.c
index 90af26c..bf6c723 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -1503,7 +1503,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-2018");
 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");
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 0f34fa4..b4026d5 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -3119,7 +3119,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) 2004-2014");
+g_print ("%s\n", "Copyright (c) 2004-2018");
 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");
diff --git a/dialogs/keyboard-settings/main.c b/dialogs/keyboard-settings/main.c
index 0dbb64d..4cfbd92 100644
--- a/dialogs/keyboard-settings/main.c
+++ b/dialogs/keyboard-settings/main.c
@@ -89,7 +89,7 @@ main (intargc,
   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-2018");
   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");
diff --git a/dialogs/mime-settings/main.c b/dialogs/mime-settings/main.c
index bddf6d7..33f7400 100644
--- a/dialogs/mime-settings/main.c
+++ b/dialogs/mime-settings/main.c
@@ -77,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-2012");
+g_print ("%s\n", "Copyright (c) 2008-2018");
 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");
diff --git a/dialogs/mouse-settings/main.c b/dialogs/mouse-settings/main.c
index 894eaae..a62c161 100644
--- a/dialogs/mouse-settings/main.c
+++ b/dialogs/mouse-settings/main.c
@@ -1886,7 +1886,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) 2004-2011");
+g_print ("%s\n", "Copyright (c) 2004-2018");
 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");
diff --git a/xfce4-settings-editor/main.c b/xfce4-settings-editor/

[Xfce4-commits] [xfce/xfce4-settings] 01/01: Add exceptions for Coverity Scan to .gitignore

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit 960861372dd590f57323dcab58a8705631eb4a16
Author: Sean Davis 
Date:   Mon Jun 18 21:46:21 2018 -0400

Add exceptions for Coverity Scan to .gitignore
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4204835..69156f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,7 @@ ChangeLog
 *.o
 *.stamp
 .libs/
+cov-int/
 dialogs/accessibility-settings/accessibility-dialog_ui.h
 dialogs/appearance-settings/appearance-dialog_ui.h
 dialogs/display-settings/confirmation-dialog_ui.h
@@ -45,6 +46,8 @@ dialogs/mouse-settings/mouse-dialog_ui.h
 xfce4-settings-editor/xfce-settings-marshal.c
 xfce4-settings-editor/xfce-settings-marshal.h
 xfce4-settings-*.tar.bz2
+*~
+*.tgz
 
 # binaries
 dialogs/accessibility-settings/xfce4-accessibility-settings

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (d6866d7 -> 9608613)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  d6866d7   Sync display hardware updates from master
   new  9608613   Add exceptions for Coverity Scan to .gitignore

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/01: Sync display hardware updates from master

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit d6866d7615078d7e602d7a2eb5a508853242a2ef
Author: Sean Davis 
Date:   Mon Jun 18 21:44:41 2018 -0400

Sync display hardware updates from master
---
 dialogs/display-settings/display-name.c | 776 +++-
 dialogs/display-settings/xfce-randr.c   |   1 +
 2 files changed, 463 insertions(+), 314 deletions(-)

diff --git a/dialogs/display-settings/display-name.c 
b/dialogs/display-settings/display-name.c
index 3e70b08..026a50e 100644
--- a/dialogs/display-settings/display-name.c
+++ b/dialogs/display-settings/display-name.c
@@ -41,14 +41,15 @@ typedef struct Vendor Vendor;
 struct Vendor
 {
 const char vendor_id[4];
-const char vendor_name[77];
+const char vendor_name[78];
 };
 
 /*
  * The following list of vendor codes comes from these sources:
- * https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids
+ * https://raw.githubusercontent.com/vcrhonek/hwdata/master/pnp.ids
  * http://ezix.org/project/wiki/HardwareLiSter
  * http://faydoc.tripod.com/structures/01/0136.htm
+ * 
https://www.lansweeper.com/kb/292/list-of-3-letter-monitor-manufacturer-codes.html
  *
  * Feel free to contribute preferred vendor names as some of these
  * are uncomfortably long for our display dialog.
@@ -58,33 +59,38 @@ struct Vendor
  */
 static const struct Vendor vendors[] =
 {
-/* From https://git.fedorahosted.org/cgit/hwdata.git/plain/pnp.ids */
 { "AAA", "Avolites Ltd" },
 { "AAE", "Anatek Electronics Inc." },
 { "AAT", "Ann Arbor Technologies" },
 { "ABA", "ABBAHOME INC." },
 { "ABC", "AboCom System Inc" },
 { "ABD", "Allen Bradley Company" },
-{ "ABE", "Alcatel Bell" },
+//{ "ABE", "Alcatel Bell" },
+{ "ABE", "Alcatel" },
 { "ABO", "D-Link Systems Inc" },
+{ "ABP", "Advansys" }, // ezix
 { "ABT", "Anchor Bay Technologies, Inc." },
 { "ABV", "Advanced Research Technology" },
 { "ACA", "Ariel Corporation" },
 { "ACB", "Aculab Ltd" },
 //{ "ACC", "Accton Technology Corporation" },
+{ "ACC", "Accton" }, // ezix
 { "ACD", "AWETA BV" },
 { "ACE", "Actek Engineering Pty Ltd" },
 { "ACG", "A&R Cambridge Ltd" },
 { "ACH", "Archtek Telecom Corporation" },
-{ "ACI", "Ancor Communications Inc" },
+//{ "ACI", "Ancor Communications Inc" },
+{ "ACI", "ASUS" },
 { "ACK", "Acksys" },
 { "ACL", "Apricot Computers" },
 { "ACM", "Acroloop Motion Control Systems Inc" },
 { "ACO", "Allion Computer Inc." },
 { "ACP", "Aspen Tech Inc" },
 //{ "ACR", "Acer Technologies" },
+{ "ACR", "Acer" }, // ezix
 { "ACS", "Altos Computer Systems" },
-{ "ACT", "Applied Creative Technology" },
+//{ "ACT", "Applied Creative Technology" },
+{ "ACT", "Targa" }, // faydoc
 { "ACU", "Acculogic" },
 { "ACV", "ActivCard S.A" },
 { "ADA", "Addi-Data GmbH" },
@@ -93,17 +99,21 @@ static const struct Vendor vendors[] =
 { "ADD", "Advanced Peripheral Devices Inc" },
 { "ADE", "Arithmos, Inc." },
 { "ADH", "Aerodata Holdings Ltd" },
-{ "ADI", "ADI Systems Inc" },
-{ "ADK", "Adtek System Science Company Ltd" },
+//{ "ADI", "ADI Systems Inc" },
+{ "ADI", "ADI Corporation" },
+//{ "ADK", "Adtek System Science Company Ltd" },
+{ "ADK", "Adtek" },
 { "ADL", "ASTRA Security Products Ltd" },
 { "ADM", "Ad Lib MultiMedia Inc" },
 { "ADN", "Analog & Digital Devices Tel. Inc" },
 //{ "ADP", "Adaptec Inc" },
+{ "ADP", "Adaptec" }, // ezix
 { "ADR", "Nasa Ames Research Center" },
 { "ADS", "Analog Devices Inc" },
 { "ADT", "Adtek" },
-{ "ADT", "Aved Display Technologies" },
+//{ "ADT", "Aved Display Technologies" },
 //{ "ADV", "Advanced Micro Devices Inc" },
+{ "ADV", "AMD" }, // ezix
 { "ADX", "Adax Inc" },
 { "AEC", "Antex Electronics Corporation" },
 { "AED", "Advanced Electronic Designs, Inc." },
@@ -125,7 +135,8 @@ static const struct Vendor vendors[] =
 { "AII", "Amptron International Inc." },
 { "AIL", "Altos India Ltd" },
 { "AIM", "AIMS Lab Inc" },
-{ "AIR", "Advanced Integ. Research Inc" },
+//{ "AIR", "Advanced Integ. Research Inc" },
+{ "AIR", "AIR" }, // ezix
 { "AIS", "Alien Internet Services" },
 { "AIW", "Aiwa Company Ltd" },
 { "AIX", "ALTINEX, INC." },
@@ -140,19 +151,22 @@ static const struct Vendor vendors[] =
 { "ALA", "Alacron Inc" },
 { "ALC", "Altec Corporation" },
 { "ALD", "In4S Inc" },
-{ "ALG", "Realtek Semiconductor Corp." },
+//{ "ALG", "Realtek Semiconductor Corp." },
+{ "ALG", "Realtek" },
 { "ALH", "AL Systems" },
-{ "ALI", "Acer Labs" },
+//{ "ALI", "Acer Labs" },
+{ "ALI", "Acer" },
 { "ALJ", "

[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (3590713 -> d6866d7)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  3590713   Fix GCC 8 builds and mirrored boolean logic
   new  d6866d7   Sync display hardware updates from master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dialogs/display-settings/display-name.c | 776 +++-
 dialogs/display-settings/xfce-randr.c   |   1 +
 2 files changed, 463 insertions(+), 314 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch xfce-4.12 updated (797ea46 -> 3590713)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-settings.

  from  797ea46   I18n: Update translation gl (100%).
   new  3590713   Fix GCC 8 builds and mirrored boolean logic

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dialogs/appearance-settings/main.c |  6 +++---
 dialogs/display-settings/main.c|  6 +++---
 dialogs/keyboard-settings/xfce-keyboard-settings.c |  8 
 dialogs/mime-settings/xfce-mime-chooser.c  |  4 ++--
 dialogs/mime-settings/xfce-mime-window.c   |  2 +-
 dialogs/mouse-settings/main.c  |  2 +-
 xfsettingsd/clipboard-manager.c| 10 +-
 xfsettingsd/xsettings.c|  2 +-
 8 files changed, 20 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/01: Fix GCC 8 builds and mirrored boolean logic

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-settings.

commit 3590713e599e6a82d1a6f724eed8cecfb4dbf228
Author: Sean Davis 
Date:   Mon Jun 18 21:38:02 2018 -0400

Fix GCC 8 builds and mirrored boolean logic
---
 dialogs/appearance-settings/main.c |  6 +++---
 dialogs/display-settings/main.c|  6 +++---
 dialogs/keyboard-settings/xfce-keyboard-settings.c |  8 
 dialogs/mime-settings/xfce-mime-chooser.c  |  4 ++--
 dialogs/mime-settings/xfce-mime-window.c   |  2 +-
 dialogs/mouse-settings/main.c  |  2 +-
 xfsettingsd/clipboard-manager.c| 10 +-
 xfsettingsd/xsettings.c|  2 +-
 8 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dialogs/appearance-settings/main.c 
b/dialogs/appearance-settings/main.c
index 78dc870..90af26c 100644
--- a/dialogs/appearance-settings/main.c
+++ b/dialogs/appearance-settings/main.c
@@ -371,7 +371,7 @@ gtkrc_get_color_scheme_for_theme (const gchar 
*gtkrc_filename)
 }
 }
 
-g_slist_foreach (read_files, (GFunc) g_free, NULL);
+g_slist_foreach (read_files, (GFunc) (void (*)(void)) g_free, NULL);
 g_slist_free (read_files);
 
 g_scanner_destroy (scanner);
@@ -806,7 +806,7 @@ appearance_settings_load_icon_themes (preview_data *pd)
 /* Free the check list */
 if (G_LIKELY (check_list))
 {
-g_slist_foreach (check_list, (GFunc) g_free, NULL);
+g_slist_foreach (check_list, (GFunc) (void (*)(void)) g_free, NULL);
 g_slist_free (check_list);
 }
 
@@ -950,7 +950,7 @@ appearance_settings_load_ui_themes (preview_data *pd)
 /* Free the check list */
 if (G_LIKELY (check_list))
 {
-g_slist_foreach (check_list, (GFunc) g_free, NULL);
+g_slist_foreach (check_list, (GFunc) (void (*)(void)) g_free, NULL);
 g_slist_free (check_list);
 }
 
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 7994f17..0f34fa4 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -2275,7 +2275,7 @@ on_output_event (FooScrollArea  *area,
  * on_canvas_event() for where we reset the cursor to the default if it
  * exits the outputs' area.
  */
-if (!mirrored == 1 && get_n_connected() > 1)
+if (!mirrored && get_n_connected() > 1)
 set_cursor (GTK_WIDGET (area), GDK_FLEUR);
 
 if (event->type == FOO_BUTTON_PRESS)
@@ -2284,7 +2284,7 @@ on_output_event (FooScrollArea  *area,
 
 gtk_combo_box_set_active (GTK_COMBO_BOX(randr_outputs_combobox), 
output->id);
 
-if (!mirrored == 1 && get_n_connected() > 1)
+if (!mirrored && get_n_connected() > 1)
 {
 foo_scroll_area_begin_grab (area, on_output_event, data);
 
@@ -2668,7 +2668,7 @@ on_area_paint (FooScrollArea *area,
 i = g_list_position (connected_outputs, list);
 /* Always paint the currently selected display last, i.e. on top, so 
it's
visible and the name is readable */
-if (i == active_output) {
+if (i >= 0 && (guint)i == active_output) {
 continue;
 }
 paint_output (cr, i, &x, &y);
diff --git a/dialogs/keyboard-settings/xfce-keyboard-settings.c 
b/dialogs/keyboard-settings/xfce-keyboard-settings.c
index e2a93a0..39f2afb 100644
--- a/dialogs/keyboard-settings/xfce-keyboard-settings.c
+++ b/dialogs/keyboard-settings/xfce-keyboard-settings.c
@@ -1191,11 +1191,11 @@ xfce_keyboard_settings_edit_button_clicked 
(XfceKeyboardSettings *settings)
 }
 
   /* Free row reference list */
-  g_list_foreach (row_references, (GFunc) gtk_tree_row_reference_free, NULL);
+  g_list_foreach (row_references, (GFunc) (void (*)(void)) 
gtk_tree_row_reference_free, NULL);
   g_list_free (row_references);
 
   /* Free row list */
-  g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
+  g_list_foreach (rows, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
   g_list_free (rows);
 }
 
@@ -1248,11 +1248,11 @@ xfce_keyboard_settings_delete_button_clicked 
(XfceKeyboardSettings *settings)
 }
 
   /* Free row reference list */
-  g_list_foreach (row_references, (GFunc) gtk_tree_row_reference_free, NULL);
+  g_list_foreach (row_references, (GFunc) (void (*)(void)) 
gtk_tree_row_reference_free, NULL);
   g_list_free (row_references);
 
   /* Free row list */
-  g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
+  g_list_foreach (rows, (GFunc) (void (*)(void)) gtk_tree_path_free, NULL);
   g_list_free (rows);
 }
 
diff --git a/dialogs/mime-settings/xfce-mime-chooser.c 
b/dialogs/mime-settings/xfce-mime-chooser.c
index 323a275..8f61743 100644
--- a/dialogs/mime-settings/xfce-mime-chooser

[Xfce4-commits] [xfce/thunar] branch master updated (c1a28b6 -> 510c877)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

andre pushed a 
change to branch 
master
in repository xfce/thunar.

  from  c1a28b6   I18n: Update translation th (100%).
   new  510c877   Avoid use of invalid pointer values in UCA (Bug #14464)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 plugins/thunar-uca/thunar-uca-provider.c | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] 01/01: Avoid use of invalid pointer values in UCA (Bug #14464)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

andre pushed a 
commit to branch 
master
in repository xfce/thunar.

commit 510c8779584edf2f113c379cb024370cf844412b
Author: Andre Miranda 
Date:   Mon Jun 18 20:25:55 2018 -0300

Avoid use of invalid pointer values in UCA (Bug #14464)
---
 plugins/thunar-uca/thunar-uca-provider.c | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/plugins/thunar-uca/thunar-uca-provider.c 
b/plugins/thunar-uca/thunar-uca-provider.c
index a1b878b..53dbc8d 100644
--- a/plugins/thunar-uca/thunar-uca-provider.c
+++ b/plugins/thunar-uca/thunar-uca-provider.c
@@ -201,16 +201,17 @@ thunar_uca_provider_get_file_menu_items 
(ThunarxMenuProvider *menu_provider,
   GList   *items = NULL;
   GList   *paths;
   GList   *lp;
-  gchar   *tooltip;
-  gchar   *label;
-  gchar   *unique_id;
-  gchar   *name;
-  gchar   *icon_name = NULL;
-  GIcon   *gicon = NULL;
 
   paths = thunar_uca_model_match (uca_provider->model, files);
   for (lp = g_list_last (paths); lp != NULL; lp = lp->prev)
 {
+  gchar *unique_id = NULL;
+  gchar *name = NULL;
+  gchar *label = NULL;
+  gchar *tooltip = NULL;
+  gchar *icon_name = NULL;
+  GIcon *gicon = NULL;
+
   /* try to lookup the tree iter for the specified tree path */
   if (gtk_tree_model_get_iter (GTK_TREE_MODEL (uca_provider->model), 
&iter, lp->data))
 {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] branch master updated (5b9a473 -> b4a1519)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/xfce4-settings.

  from  5b9a473   Fix redefinition of DISTCLEANFILES
   new  b4a1519   I18n: Update translation ru (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/ru.po | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfce4-settings] 01/01: I18n: Update translation ru (100%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/xfce4-settings.

commit b4a151988c2ea23bc726a0cf19c5d77100346863
Author: Igor 
Date:   Tue Jun 19 00:31:05 2018 +0200

I18n: Update translation ru (100%).

376 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ru.po | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index adef96d..f8704e9 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -16,7 +16,7 @@ msgstr ""
 "Project-Id-Version: Xfce4-settings\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-03-11 18:31+0100\n"
-"PO-Revision-Date: 2018-03-12 01:13+\n"
+"PO-Revision-Date: 2018-06-18 18:40+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Russian 
(http://www.transifex.com/xfce/xfce4-settings/language/ru/)\n"
 "MIME-Version: 1.0\n"
@@ -52,7 +52,7 @@ msgstr "Вспомогательные технологии будут дост
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:7
 msgid "No AT-SPI provider was found on your system"
-msgstr "В вашей системе не найден AP-SPI"
+msgstr "В вашей системе не найден провайдер AP-SPI"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:8
 msgid "Assistive _Technologies"
@@ -101,7 +101,7 @@ msgstr "Использовать замедленные _клавиши"
 msgid ""
 "To help prevent accidental keystrokes, slow keys requires that a key is held"
 " for a certain minimum amount of time before the keystroke will be accepted"
-msgstr "Позволяет установить минимальное время, которое необходимо удерживать 
клавишу до того как она будет принята. Это позволяет предотвратить случайные 
нажатия клавиш"
+msgstr "Позволяет установить минимальное время, которое необходимо удерживать 
клавишу до того, как она будет принята. Это позволяет предотвратить случайные 
нажатия клавиш"
 
 #: ../dialogs/accessibility-settings/accessibility-dialog.glade.h:18
 msgid "Acceptance _delay:"
@@ -330,11 +330,11 @@ msgstr "Внешний вид"
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:12
 #: ../dialogs/appearance-settings/xfce-ui-settings.desktop.in.h:2
 msgid "Customize the look of your desktop"
-msgstr "Настройки внешнего вид рабочего стола"
+msgstr "Настройки внешнего вида рабочего стола"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:13
 msgid "St_yle"
-msgstr "С_тили"
+msgstr "С_тиль"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:14
 msgid "_Icons"
@@ -409,7 +409,7 @@ msgstr "Задать _DPI:"
 msgid ""
 "Override the detected monitor resolution if fonts look too large or too "
 "small"
-msgstr "Переопределить автоматически определённое разрешение монитора. 
Используйте если шрифты выглядят слишком маленькими или слишком большими"
+msgstr "Переопределить автоматически определённое разрешение монитора. 
Используйте, если шрифты выглядят слишком маленькими или слишком большими"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:30
 msgid "DPI"
@@ -433,7 +433,7 @@ msgstr "Показывать значки на _кнопках"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:35
 msgid "Specify whether icons should be displayed next to text in buttons"
-msgstr "Определяет, должны ли значки отображаться на кнопках"
+msgstr "Определяет, должны ли значки отображаться на кнопках рядом с текстом"
 
 #: ../dialogs/appearance-settings/appearance-dialog.glade.h:36
 msgid "Show images in _menus"
@@ -561,7 +561,7 @@ msgstr "Сохранить настройки?"
 msgid ""
 "The previous configuration will be restored in 10 seconds if you do not "
 "reply to this question."
-msgstr "Предыдущие настройки будут восстановлены через 10 секунд если вы не 
ответите на этот вопрос."
+msgstr "Предыдущие настройки будут восстановлены через 10 секунд, если вы не 
ответите на этот вопрос."
 
 #: ../dialogs/display-settings/display-dialog.glade.h:1
 #: ../dialogs/display-settings/xfce-display-settings.desktop.in.h:1
@@ -676,7 +676,7 @@ msgstr "Минимальный интерфейс для настройки вн
 msgid ""
 "The previous configuration will be restored in %i seconds if you do not "
 "reply to this question."
-msgstr "Предыдущие настройки будут восстановлены через %i с если вы не 
ответите на этот вопрос."
+msgstr "Предыдущие настройки будут восстановлены через %i с, если вы не 
ответите на этот вопрос."
 
 #. Insert the mode
 #: ../dialogs/display-settings/main.c:544
@@ -699,7 +699,7 @@ msgstr "Последний активный выход не должен быт
 
 #: ../dialogs/display-settings/main.c:1108
 msgid "Selected output not disabled"
-msgstr "Выбранный выход недоступен"
+msgstr "Выбранный выход не отключён"
 
 #: ../dialogs/display-settings/main.c:2264
 msgid ""
@@ -793,7 +793,7 @@ msgstr "Команда для комбинаций клавиш"
 #: ../dialogs/mime-settings/xfce-mime-window.c:932
 #: ../xfce4-settings-editor/xfce-settings-prop-dial

[Xfce4-commits] [apps/xfce4-terminal] 01/01: Distinguish terminal settings from the actual terminal in the menu

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

f2404 pushed a 
commit to branch 
master
in repository apps/xfce4-terminal.

commit 17148b312d6e3db34286ac7203c8b32be418ddb0
Author: Igor 
Date:   Mon Jun 18 13:05:27 2018 -0400

Distinguish terminal settings from the actual terminal in the menu

Fixes bug #14456
---
 xfce4-terminal-settings.desktop.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xfce4-terminal-settings.desktop.in 
b/xfce4-terminal-settings.desktop.in
index 89db542..b3cf526 100644
--- a/xfce4-terminal-settings.desktop.in
+++ b/xfce4-terminal-settings.desktop.in
@@ -1,8 +1,7 @@
 [Desktop Entry]
 Version=1.0
 _Name=Xfce Terminal
-_Comment=Terminal Emulator
-_GenericName=Terminal Emulator
+_Comment=Configure Xfce Terminal
 Exec=xfce4-terminal --preferences
 Icon=utilities-terminal
 Terminal=false

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-terminal] branch master updated (151cd7c -> 17148b3)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

f2404 pushed a 
change to branch 
master
in repository apps/xfce4-terminal.

  from  151cd7c   I18n: Update translation it (100%).
   new  17148b3   Distinguish terminal settings from the actual terminal in 
the menu

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 xfce4-terminal-settings.desktop.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/mousepad] branch master updated (02bc92d -> 2c17184)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository apps/mousepad.

  from  02bc92d   I18n: Update translation it (100%).
   new  2c17184   I18n: Update translation da (99%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/da.po | 464 ---
 1 file changed, 238 insertions(+), 226 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/mousepad] 01/01: I18n: Update translation da (99%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository apps/mousepad.

commit 2c1718450321c9daf00d19423211808153ebef54
Author: Anonymous 
Date:   Mon Jun 18 18:31:27 2018 +0200

I18n: Update translation da (99%).

307 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 464 ---
 1 file changed, 238 insertions(+), 226 deletions(-)

diff --git a/po/da.po b/po/da.po
index 17c37d3..c616fd0 100644
--- a/po/da.po
+++ b/po/da.po
@@ -14,8 +14,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-07-15 06:30+0200\n"
-"PO-Revision-Date: 2018-03-04 20:14+\n"
+"POT-Creation-Date: 2018-06-05 06:31+0200\n"
+"PO-Revision-Date: 2018-06-18 11:41+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish 
(http://www.transifex.com/xfce/xfce-apps/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -60,122 +60,122 @@ msgstr "Xfce's udviklingshold. Alle rettigheder 
forbeholdes."
 msgid "Please report bugs to <%s>."
 msgstr "Rapportér venligst fejl til <%s>."
 
-#: ../mousepad/mousepad-dialogs.c:40
+#: ../mousepad/mousepad-dialogs.c:41
 msgid "Mousepad is a fast text editor for the Xfce Desktop Environment."
 msgstr "Mousepad er et hurtigt tekstredigeringsprogram til 
Xfce-skrivebordsmiljøet."
 
-#: ../mousepad/mousepad-dialogs.c:45
+#: ../mousepad/mousepad-dialogs.c:46
 msgid "translator-credits"
 msgstr "Per Kongstad\nAputsiak Niels Janussen\nChris Darnell\nscootergrisen"
 
 #. display an error message to the user
-#: ../mousepad/mousepad-dialogs.c:100
+#: ../mousepad/mousepad-dialogs.c:101
 msgid "Failed to open the documentation browser"
 msgstr "Kunne ikke åbne dokumentationsbrowseren"
 
 #. build dialog
-#: ../mousepad/mousepad-dialogs.c:115
+#: ../mousepad/mousepad-dialogs.c:116
 msgid "Select Tab Size"
 msgstr "Vælg tabulatorstørrelse"
 
 #. build the dialog
-#: ../mousepad/mousepad-dialogs.c:196
+#: ../mousepad/mousepad-dialogs.c:197
 msgid "Go To"
 msgstr "Gå til"
 
-#: ../mousepad/mousepad-dialogs.c:218
+#: ../mousepad/mousepad-dialogs.c:219
 msgid "_Line number:"
 msgstr "_Linjenummer:"
 
-#: ../mousepad/mousepad-dialogs.c:237
+#: ../mousepad/mousepad-dialogs.c:238
 msgid "C_olumn number:"
 msgstr "K_olonnenummer:"
 
-#: ../mousepad/mousepad-dialogs.c:295
+#: ../mousepad/mousepad-dialogs.c:296
 msgid "Remove all entries from the documents history?"
 msgstr "Fjern alle elementer fra dokumenthistorikken?"
 
-#: ../mousepad/mousepad-dialogs.c:300
+#: ../mousepad/mousepad-dialogs.c:301
 msgid "Clear Documents History"
 msgstr "Ryd dokumenthistorikken"
 
-#: ../mousepad/mousepad-dialogs.c:303
+#: ../mousepad/mousepad-dialogs.c:304
 msgid ""
 "Clearing the documents history will permanently remove all currently listed "
 "entries."
 msgstr "Rydning af dokumenthistorikken vil fjerne alle nuværende viste 
elementer permanent."
 
-#: ../mousepad/mousepad-dialogs.c:334
+#: ../mousepad/mousepad-dialogs.c:335
 msgid "Do you want to save the changes before closing?"
 msgstr "Vil du gemme ændringerne før der lukkes?"
 
-#: ../mousepad/mousepad-dialogs.c:335
+#: ../mousepad/mousepad-dialogs.c:336
 msgid "Save Changes"
 msgstr "Gem ændringer"
 
-#: ../mousepad/mousepad-dialogs.c:336
+#: ../mousepad/mousepad-dialogs.c:337
 msgid "_Don't Save"
 msgstr "Undlad at _gemme"
 
 #. secondary text
-#: ../mousepad/mousepad-dialogs.c:358
+#: ../mousepad/mousepad-dialogs.c:359
 msgid "If you don't save the document, all the changes will be lost."
 msgstr "Hvis du ikke gemmer dokumentet, så mister du alle ændringerne."
 
-#: ../mousepad/mousepad-dialogs.c:380
+#: ../mousepad/mousepad-dialogs.c:381
 msgid ""
 "The document has been externally modified. Do you want to continue saving?"
 msgstr "Dokumentet er blevet redigeret fra ekstern hold. Vil du fortsætte med 
at gemme?"
 
-#: ../mousepad/mousepad-dialogs.c:381
+#: ../mousepad/mousepad-dialogs.c:382
 msgid "Externally Modified"
 msgstr "Redigeret fra ekstern hold"
 
-#: ../mousepad/mousepad-dialogs.c:383
+#: ../mousepad/mousepad-dialogs.c:384
 msgid "If you save the document, all of the external changes will be lost."
 msgstr "Hvis du gemmer dokumentet, så vil alle redigeringsændringer fra 
eksternt hold gå tabt."
 
-#: ../mousepad/mousepad-dialogs.c:411
+#: ../mousepad/mousepad-dialogs.c:412
 msgid "Do you want to save your changes before reloading?"
 msgstr "Vil du gemme dine ændringer før genindlæsning?"
 
-#: ../mousepad/mousepad-dialogs.c:413
+#: ../mousepad/mousepad-dialogs.c:414
 msgid "If you revert the file, all unsaved changes will be lost."
 msgstr "Hvis du tilbagefører filen, så vil alle ændringer som ikke er gemt, gå 
tabt."
 
 #. pack button, add signal and tooltip
-#: ../mousepa

[Xfce4-commits] [xfce/exo] 01/01: I18n: Update translation da (99%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/exo.

commit a8a2ffcf02a19b2c4bb3584b10f3c135948a7b5e
Author: Anonymous 
Date:   Mon Jun 18 18:30:04 2018 +0200

I18n: Update translation da (99%).

298 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/da.po | 106 +++
 1 file changed, 53 insertions(+), 53 deletions(-)

diff --git a/po/da.po b/po/da.po
index d2e4525..413ae44 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,7 +1,7 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-#
+# 
 # Translators:
 # Aputsiak Niels Janussen (Skjalden) , 2013,2015
 # Aputsiak Niels Janussen (Skjalden) , 2013,2015
@@ -11,8 +11,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-07-17 00:30+0200\n"
-"PO-Revision-Date: 2018-04-18 18:43+\n"
+"POT-Creation-Date: 2018-06-07 06:30+0200\n"
+"PO-Revision-Date: 2018-06-18 11:43+\n"
 "Last-Translator: scootergrisen\n"
 "Language-Team: Danish (http://www.transifex.com/xfce/exo/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -174,26 +174,26 @@ msgstr "Emblemer"
 msgid "Emoticons"
 msgstr "Emotikoner"
 
-#. EXO_ICON_CHOOSER_CONTEXT_INTERNATIONAL
-#: ../exo/exo-icon-chooser-dialog.c:119
-msgid "International Denominations"
-msgstr "Internationale denominationer"
-
 #. EXO_ICON_CHOOSER_CONTEXT_MIME_TYPES
-#: ../exo/exo-icon-chooser-dialog.c:121
+#: ../exo/exo-icon-chooser-dialog.c:119
 msgid "File Type Icons"
 msgstr "Filtypeikoner"
 
 #. EXO_ICON_CHOOSER_CONTEXT_PLACES
-#: ../exo/exo-icon-chooser-dialog.c:123
+#: ../exo/exo-icon-chooser-dialog.c:121
 msgid "Location Icons"
 msgstr "Placeringsikoner"
 
 #. EXO_ICON_CHOOSER_CONTEXT_STATUS
-#: ../exo/exo-icon-chooser-dialog.c:125
+#: ../exo/exo-icon-chooser-dialog.c:123
 msgid "Status Icons"
 msgstr "Statusikoner"
 
+#. EXO_ICON_CHOOSER_CONTEXT_STOCK
+#: ../exo/exo-icon-chooser-dialog.c:125
+msgid "Stock Icons"
+msgstr ""
+
 #. EXO_ICON_CHOOSER_CONTEXT_OTHER
 #: ../exo/exo-icon-chooser-dialog.c:127
 msgid "Uncategorized Icons"
@@ -565,44 +565,44 @@ msgstr "Vælg et program"
 #: ../exo-desktop-item-edit/exo-die-editor.c:594
 #: ../exo-desktop-item-edit/exo-die-editor.c:638
 #: ../exo-desktop-item-edit/main.c:326 ../exo-desktop-item-edit/main.c:517
-#: ../exo-helper/exo-helper-chooser.c:382
-#: ../exo-helper/exo-helper-chooser.c:527
+#: ../exo-helper/exo-helper-chooser.c:395
+#: ../exo-helper/exo-helper-chooser.c:540
 #: ../exo-helper/exo-helper-launcher-dialog.c:109
 msgid "_Cancel"
 msgstr "_Annuller"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:261
-#: ../exo-helper/exo-helper-chooser.c:383
+#: ../exo-helper/exo-helper-chooser.c:396
 msgid "_Open"
 msgstr "_Åbn"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:266
-#: ../exo-helper/exo-helper-chooser.c:389
+#: ../exo-helper/exo-helper-chooser.c:402
 msgid "All Files"
 msgstr "Alle filer"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:271
-#: ../exo-helper/exo-helper-chooser.c:394
+#: ../exo-helper/exo-helper-chooser.c:407
 msgid "Executable Files"
 msgstr "Kørbare filer"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:286
-#: ../exo-helper/exo-helper-chooser.c:409
+#: ../exo-helper/exo-helper-chooser.c:422
 msgid "Perl Scripts"
 msgstr "Perl-scripter"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:292
-#: ../exo-helper/exo-helper-chooser.c:415
+#: ../exo-helper/exo-helper-chooser.c:428
 msgid "Python Scripts"
 msgstr "Python-scripter"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:298
-#: ../exo-helper/exo-helper-chooser.c:421
+#: ../exo-helper/exo-helper-chooser.c:434
 msgid "Ruby Scripts"
 msgstr "Ruby-scripter"
 
 #: ../exo-desktop-item-edit/exo-die-command-entry.c:304
-#: ../exo-helper/exo-helper-chooser.c:427
+#: ../exo-helper/exo-helper-chooser.c:440
 msgid "Shell Scripts"
 msgstr "Skal-scripter"
 
@@ -693,7 +693,7 @@ msgstr "Vælg et ikon"
 
 #: ../exo-desktop-item-edit/exo-die-editor.c:595
 #: ../exo-desktop-item-edit/exo-die-editor.c:639
-#: ../exo-helper/exo-helper-chooser.c:528
+#: ../exo-helper/exo-helper-chooser.c:541
 #: ../exo-helper/exo-helper-launcher-dialog.c:110
 msgid "_OK"
 msgstr "_OK"
@@ -912,80 +912,80 @@ msgstr "Tryk på venstre musetast for at ændre det valgte 
program."
 msgid "Application Chooser Button"
 msgstr "Programvælgerknap"
 
-#: ../exo-helper/exo-helper-chooser.c:290
+#: ../exo-helper/exo-helper-chooser.c:303
 msgid "No application selected"
 msgstr "Intet program valgt"
 
-#: ../exo-helper/exo-helper-chooser.c:306
+#: ../exo-helper/exo-helper-chooser.c:319
 msgid "Failed to set default Web Browser"
 msgstr "K

[Xfce4-commits] [xfce/exo] branch master updated (538416d -> a8a2ffc)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/exo.

  from  538416d   I18n: Update translation zh_CN (100%).
   new  a8a2ffc   I18n: Update translation da (99%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/da.po | 106 +++
 1 file changed, 53 insertions(+), 53 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [www/www.xfce.org] branch master updated (631e351 -> 4d93110)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository www/www.xfce.org.

  from  631e351   wiki: Style links to nonexistent pages red.
   new  4d93110   I18n: Update translation zh_CN (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/po/zh_CN.po | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [www/www.xfce.org] 01/01: I18n: Update translation zh_CN (100%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository www/www.xfce.org.

commit 4d93110e91ab55f5bc1f8e1f93b775441896bf49
Author: xiaobo zhou 
Date:   Mon Jun 18 12:32:53 2018 +0200

I18n: Update translation zh_CN (100%).

680 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 lib/po/zh_CN.po | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/lib/po/zh_CN.po b/lib/po/zh_CN.po
index 19e185f..baaaf65 100644
--- a/lib/po/zh_CN.po
+++ b/lib/po/zh_CN.po
@@ -8,12 +8,12 @@
 # bnw, 2015
 # SamHX , 2018
 # Winnie Michaud , 2015
-# Xiaobo Zhou , 2017-2018
-# Xiaobo Zhou , 2018
+# xiaobo zhou , 2017-2018
+# xiaobo zhou , 2018
 # yjwork527 , 2011
-# Xiaobo Zhou , 2013
-# Xiaobo Zhou , 2013
-# Xiaobo Zhou , 2013,2015
+# xiaobo zhou , 2013
+# xiaobo zhou , 2013
+# xiaobo zhou , 2013,2015
 # 玉堂白鹤 , 2015,2017
 # yjwork527 , 2011
 msgid ""
@@ -21,8 +21,8 @@ msgstr ""
 "Project-Id-Version: Xfce Websites\n"
 "Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n";
 "POT-Creation-Date: 2017-05-24 12:49+0200\n"
-"PO-Revision-Date: 2018-01-26 14:35+\n"
-"Last-Translator: Xiaobo Zhou \n"
+"PO-Revision-Date: 2018-06-18 05:32+\n"
+"Last-Translator: xiaobo zhou \n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/xfce/xfce-www/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -312,7 +312,7 @@ msgstr "订阅至 RSS 新闻源"
 #: about/news.php:33 feed.php:42 frontpage.php:80
 #, php-format
 msgid "Xfce %s released"
-msgstr "Xfce %s 发布了"
+msgstr "Xfce %s 已发布"
 
 #: about/news.php:69 download/index.php:5 frontpage.php:48 header.php:63
 msgid "Download"
@@ -2776,7 +2776,7 @@ msgstr "Xfce 发行公告"
 msgid ""
 "Copyright %s Xfce Development Team. This page"
 " was last modified on %s."
-msgstr "%s 年版权所有 Xfce 开发团队,此页面最后修定于 %s。"
+msgstr "%s 年版权所有 Xfce 开发团队,此页面最后修订于 %s。"
 
 #: frontpage.php:20
 msgid ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/01: I18n: Update translation th (100%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-verve-plugin.

commit d47dd50e6030bf4eef510bc25e13af5bc12dec50
Author: Theppitak Karoonboonyanan 
Date:   Mon Jun 18 12:32:37 2018 +0200

I18n: Update translation th (100%).

28 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/th.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/th.po b/po/th.po
index 8f37053..d1b5cf4 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,8 +8,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-11-23 00:32+0100\n"
-"PO-Revision-Date: 2017-12-07 06:42+\n"
+"POT-Creation-Date: 2018-04-25 06:31+0200\n"
+"PO-Revision-Date: 2018-06-18 10:18+\n"
 "Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/th/)\n"
 "MIME-Version: 1.0\n"
@@ -64,7 +64,7 @@ msgstr "สีพื้นหลัง:"
 
 #. Plugin foreground color label
 #: ../panel-plugin/verve-plugin.c:1279
-msgid "Foreground color:"
+msgid "Text color:"
 msgstr "สีตัวอักษร:"
 
 #. Frame for behaviour settings

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] branch master updated (c2d7806 -> d47dd50)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository panel-plugins/xfce4-verve-plugin.

  from  c2d7806   I18n: Update translation ko (100%).
   new  d47dd50   I18n: Update translation th (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/th.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] 01/01: I18n: Update translation gl (100%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-timer-plugin.

commit 7d25479a4b52ad595edb273e36ca48e719e8e499
Author: Daniel Muñiz Fontoira 
Date:   Mon Jun 18 12:32:30 2018 +0200

I18n: Update translation gl (100%).

48 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/gl.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/gl.po b/po/gl.po
index 2dd592d..f3a9617 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-04-21 18:32+0200\n"
-"PO-Revision-Date: 2018-06-10 00:29+\n"
+"PO-Revision-Date: 2018-06-18 07:15+\n"
 "Last-Translator: Daniel Muñiz Fontoira \n"
 "Language-Team: Galician 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/gl/)\n"
 "MIME-Version: 1.0\n"
@@ -22,17 +22,17 @@ msgstr ""
 #: ../panel-plugin/xfcetimer.c:167
 #, c-format
 msgid "%dh %dm %ds left"
-msgstr "quedan %dh %dm %ds"
+msgstr "Quedan %dh %dm %ds"
 
 #: ../panel-plugin/xfcetimer.c:170
 #, c-format
 msgid "%dm %ds left"
-msgstr "quedan %dm %ds"
+msgstr "Quedan %dm %ds"
 
 #: ../panel-plugin/xfcetimer.c:173
 #, c-format
 msgid "%ds left"
-msgstr "quedan %ds"
+msgstr "Quedan %ds"
 
 #: ../panel-plugin/xfcetimer.c:177
 msgid " (Paused)"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] branch master updated (2af1818 -> 7d25479)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository panel-plugins/xfce4-timer-plugin.

  from  2af1818   I18n: Update translation th (100%).
   new  7d25479   I18n: Update translation gl (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/gl.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 01/01: I18n: Update translation th (100%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-cpufreq-plugin.

commit 050cde6f81ed35f3aac17a500beb51cf3d988259
Author: Theppitak Karoonboonyanan 
Date:   Mon Jun 18 12:31:57 2018 +0200

I18n: Update translation th (100%).

41 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/th.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/po/th.po b/po/th.po
index da1f6e4..04b0b65 100644
--- a/po/th.po
+++ b/po/th.po
@@ -9,8 +9,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-06-09 06:31+0200\n"
-"PO-Revision-Date: 2017-09-23 19:10+\n"
+"POT-Creation-Date: 2018-05-18 06:32+0200\n"
+"PO-Revision-Date: 2018-06-18 10:14+\n"
 "Last-Translator: Theppitak Karoonboonyanan \n"
 "Language-Team: Thai 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/th/)\n"
 "MIME-Version: 1.0\n"
@@ -104,7 +104,7 @@ msgstr "แสดงความ_ถี่ซีพียู"
 msgid "Show CPU _governor"
 msgstr "แสดงวิธีควบคุ_มความถี่"
 
-#: ../panel-plugin/xfce4-cpufreq-linux.c:485
+#: ../panel-plugin/xfce4-cpufreq-linux.c:465
 msgid ""
 "Your system does not support cpufreq.\n"
 "The applet only shows the current cpu frequency"
@@ -175,8 +175,8 @@ msgid "Show CPU frequencies and governor"
 msgstr "แสดงความถี่ซีพียูและวิธีควบคุมความถี่"
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:671
-msgid "Copyright (c) 2003-2017\n"
-msgstr "Copyright (c) 2003-2017\n"
+msgid "Copyright (c) 2003-2018\n"
+msgstr "Copyright (c) 2003-2018\n"
 
 #: ../panel-plugin/xfce4-cpufreq-plugin.c:698
 msgid ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] branch master updated (58b2622 -> 050cde6)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository panel-plugins/xfce4-cpufreq-plugin.

  from  58b2622   I18n: Update translation ms (100%).
   new  050cde6   I18n: Update translation th (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/th.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] 01/01: I18n: Update translation zh_CN (100%).

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
master
in repository xfce/exo.

commit 538416d7db245a641cb0004c9bfdab0a69ac6f80
Author: xiaobo zhou 
Date:   Mon Jun 18 12:30:04 2018 +0200

I18n: Update translation zh_CN (100%).

299 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/zh_CN.po | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 5b1a95b..9660a1d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,6 +10,7 @@
 # Hunt Xu , 2009-2010,2012
 # Mingcong Bai , 2016
 # No Body , 2018
+# xiaobo zhou , 2018
 # 玉堂白鹤 , 2015,2017-2018
 # Mingcong Bai , 2015
 msgid ""
@@ -17,8 +18,8 @@ msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-06-07 06:30+0200\n"
-"PO-Revision-Date: 2018-06-08 16:55+\n"
-"Last-Translator: No Body \n"
+"PO-Revision-Date: 2018-06-18 05:31+\n"
+"Last-Translator: xiaobo zhou \n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/xfce/exo/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -542,7 +543,7 @@ msgid ""
 "\n"
 "Written by Benedikt Meurer .\n"
 "\n"
-msgstr "版权 (c) %s\n  os-cillation e.K. 版权所有。\n\n由 Benedikt Meurer 
 撰写。\n\n"
+msgstr "版权 (c) %s\n  os-cillation e.K. 版权所有。\n\n代码由 Benedikt Meurer 
 编写。\n\n"
 
 #: ../exo-csource/main.c:328 ../exo-desktop-item-edit/main.c:200
 #: ../exo-open/main.c:513

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/exo] branch master updated (d247395 -> 538416d)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
master
in repository xfce/exo.

  from  d247395   Post release updates
   new  538416d   I18n: Update translation zh_CN (100%).

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 po/zh_CN.po | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfconf] 01/01: Post release git version tag

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

ali pushed a commit 
to branch master
in repository xfce/xfconf.

commit 5816ed0fa21d2b440da605c1129f30d7a842444f
Author: Ali Abdallah 
Date:   Mon Jun 18 12:01:49 2018 +0200

Post release git version tag
---
 configure.ac.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index b818042..a736b95 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,8 +12,8 @@ m4_define([xfconf_version_major], [4])
 m4_define([xfconf_version_minor], [13])
 m4_define([xfconf_version_micro], [5])
 m4_define([xfconf_version_nano], [])
-m4_define([xfconf_version_build], [])
-m4_define([xfconf_version_tag], [])
+m4_define([xfconf_version_build], [@REVISION@])
+m4_define([xfconf_version_tag], [git])
 m4_define([xfconf_version], 
[xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(),
 [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], 
[xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
 
 m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], 
[minimum])])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfconf] branch master updated (532fecb -> 5816ed0)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

ali pushed a change 
to branch master
in repository xfce/xfconf.

  from  532fecb   Prepare 4.13.5 release
   new  5816ed0   Post release git version tag

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfconf] annotated tag xfconf-4.13.5 created (now c1d3056)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

ali pushed a change 
to annotated tag 
xfconf-4.13.5
in repository xfce/xfconf.

at  c1d3056   (tag)
   tagging  532fecbe95bfc8ed85906e11252cdde004bfe3dd (commit)
  replaces  xfconf-4.13.4
 tagged by  Ali Abdallah
on  Mon Jun 18 11:59:27 2018 +0200

- Log -
4.13.5 Development release.
---

No new revisions were added by this update.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfconf] branch master updated (f4d3a6a -> 532fecb)

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

ali pushed a change 
to branch master
in repository xfce/xfconf.

  from  f4d3a6aInitialize GValue for empty arrays (Bug #13780)
   new  532fecb   Prepare 4.13.5 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NEWS| 5 +
 configure.ac.in | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfconf] 01/01: Prepare 4.13.5 release

2018-06-18 Thread noreply
This is an automated email from the git hooks/post-receive script.

ali pushed a commit 
to branch master
in repository xfce/xfconf.

commit 532fecbe95bfc8ed85906e11252cdde004bfe3dd
Author: Ali Abdallah 
Date:   Mon Jun 18 11:58:45 2018 +0200

Prepare 4.13.5 release
---
 NEWS| 5 +
 configure.ac.in | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 34e3c7f..53cca40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.13.5
+==
+- Fix make distcheck, (bug #14082)
+- Handle empty arrays by initializing the GValue to G_TYPE_PTR_ARRAY (bug 
#13780)
+
 4.13.4
 ==
 - Fix segfault in xfconf_cache_set_property_reply_handler when 
diff --git a/configure.ac.in b/configure.ac.in
index 6f8ca20..b818042 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfconf_verinfo], [3:0:0])
 m4_define([libxfconf_version_api], [0])
 m4_define([xfconf_version_major], [4])
 m4_define([xfconf_version_minor], [13])
-m4_define([xfconf_version_micro], [4])
+m4_define([xfconf_version_micro], [5])
 m4_define([xfconf_version_nano], [])
-m4_define([xfconf_version_build], [@REVISION@])
-m4_define([xfconf_version_tag], [git])
+m4_define([xfconf_version_build], [])
+m4_define([xfconf_version_tag], [])
 m4_define([xfconf_version], 
[xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(),
 [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], 
[xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
 
 m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], 
[minimum])])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits