[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (c91e572 -> 2e882e3)

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

andre pushed a 
change to branch 
master
in repository apps/xfce4-screenshooter.

  from  c91e572   Get rid of dead assignment
   new  2e882e3   Updates for 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| 7 +++
 configure.ac.in | 4 ++--
 2 files changed, 9 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] [apps/xfce4-screenshooter] annotated tag xfce4-screenshooter-1.9.1 created (now 141b978)

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

andre pushed a 
change to annotated 
tag 
xfce4-screenshooter-1.9.1
in repository apps/xfce4-screenshooter.

at  141b978   (tag)
   tagging  2e882e3852e22dfa43792439a11c89dec720dc45 (commit)
  replaces  xfce4-screenshooter-1.9.0
 tagged by  Andre Miranda
on  Mon Jun 26 23:05:59 2017 -0300

- Log -
=== Version 1.9.1 ===

  * Enhancements:
- Get rid of a dead assignment
  * Bugs fixed:
- Fix crash on program exit after image upload (bug #13415)
---

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] [apps/xfce4-screenshooter] 01/01: Updates for release

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

andre pushed a 
commit to branch 
master
in repository apps/xfce4-screenshooter.

commit 2e882e3852e22dfa43792439a11c89dec720dc45
Author: Andre Miranda 
Date:   Mon Jun 26 23:05:09 2017 -0300

Updates for release
---
 NEWS| 7 +++
 configure.ac.in | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 28dac2c..8a1c337 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+=== Version 1.9.1 ===
+
+  * Enhancements:
+- Get rid of a dead assignment
+  * Bugs fixed:
+- Fix crash on program exit after image upload (bug #13415)
+
 === Version 1.9.0 ===
 
   * Enhancements:
diff --git a/configure.ac.in b/configure.ac.in
index 3b509ee..d9dd7de 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,10 +5,10 @@ dnl
 
 m4_define([xfce4_screenshooter_version_major], [1])
 m4_define([xfce4_screenshooter_version_minor], [9])
-m4_define([xfce4_screenshooter_version_micro], [0])
+m4_define([xfce4_screenshooter_version_micro], [1])
 m4_define([xfce4_screenshooter_version_nano],  []) dnl leave this empty to 
have no nano version
 m4_define([xfce4_screenshooter_version_build], [@REVISION@])
-m4_define([xfce4_screenshooter_version_tag], [git])
+m4_define([xfce4_screenshooter_version_tag], [])
 m4_define([xfce4_screenshooter_version], 
[xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(),
 [], [], 
[.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), 
[git], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], 
[xfce4_screenshooter_version_tag()])])
 
 AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], 
[http://bugzilla.xfce.org/], [xfce4-screenshooter])

-- 
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-screenshooter] branch master updated (07dfa8e -> c91e572)

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

andre pushed a 
change to branch 
master
in repository apps/xfce4-screenshooter.

  from  07dfa8e   Implement alternate fix for crash on upload (#11879)
   new  c91e572   Get rid of dead assignment

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/screenshooter-capture.c | 6 --
 1 file changed, 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] [apps/xfce4-screenshooter] 01/01: Get rid of dead assignment

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

andre pushed a 
commit to branch 
master
in repository apps/xfce4-screenshooter.

commit c91e572c4bd35b48c0da869b02aaa5e8671370f7
Author: Andre Miranda 
Date:   Mon Jun 26 23:02:46 2017 -0300

Get rid of dead assignment

Thanks to foutrelis
---
 lib/screenshooter-capture.c | 6 --
 1 file changed, 6 deletions(-)

diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c
index db87027..7d5f47a 100644
--- a/lib/screenshooter-capture.c
+++ b/lib/screenshooter-capture.c
@@ -770,12 +770,6 @@ static GdkPixbuf
   if (cancelled)
 return NULL;
 
-  screenshot = gdk_pixbuf_new (GDK_COLORSPACE_RGB,
-   TRUE,
-   8,
-   rbdata.rectangle.width,
-   rbdata.rectangle.height);
-
   /* Grab the screenshot on the main window */
   root = gdk_get_default_root_window ();
 

-- 
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-screenshooter] 03/03: Implement alternate fix for crash on upload (#11879)

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

andre pushed a 
commit to branch 
master
in repository apps/xfce4-screenshooter.

commit 07dfa8e1b7a7c2ea02dc088ca1a68d7517712b45
Author: Evangelos Foutras 
Date:   Sun Jun 25 04:02:23 2017 +0300

Implement alternate fix for crash on upload (#11879)

The original fix complicated the code by individually allocating GValue
objects and then storing pointers to them in the job parameters array.

While the crash on upload was fixed, the program would still crash on
exit due to the clear_func used for the array (g_free); as per GLib's
documentation, "clear_func is expected to clear the contents of the
array element it is given, but not free the element itself".

The minimal fix in this commit should fix the original issue, and also
the crash on program exit (bug #13684).
---
 lib/screenshooter-simple-job.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/screenshooter-simple-job.c b/lib/screenshooter-simple-job.c
index da06f4d..cb22f78 100644
--- a/lib/screenshooter-simple-job.c
+++ b/lib/screenshooter-simple-job.c
@@ -156,7 +156,6 @@ screenshooter_simple_job_launch (ScreenshooterSimpleJobFunc 
func,
 {
   ScreenshooterSimpleJob *simple_job;
   va_list var_args;
-  GValue value = { 0, };
   gchar *error_message;
   guint n;
 
@@ -164,11 +163,14 @@ screenshooter_simple_job_launch 
(ScreenshooterSimpleJobFunc func,
   simple_job = g_object_new (SCREENSHOOTER_TYPE_SIMPLE_JOB, NULL);
   simple_job->func = func;
   simple_job->param_values = g_array_sized_new (FALSE, FALSE, sizeof(GValue), 
n_param_values);
+  g_array_set_clear_func (simple_job->param_values, (GDestroyNotify) 
g_value_unset);
 
   /* collect the parameters */
   va_start (var_args, n_param_values);
   for (n = 0; n < n_param_values; ++n)
 {
+  GValue value = { 0 };
+
   /* initialize the value to hold the next parameter */
   g_value_init (&value, va_arg (var_args, GType));
 
@@ -183,7 +185,6 @@ screenshooter_simple_job_launch (ScreenshooterSimpleJobFunc 
func,
 }
 
   g_array_append_val(simple_job->param_values, value);
-  g_value_unset (&value);
 }
   va_end (var_args);
 

-- 
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-screenshooter] 02/03: Revert "Fix crash in GValueArray handling (#11879)"

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

andre pushed a 
commit to branch 
master
in repository apps/xfce4-screenshooter.

commit 3fb61ff16ffa05e47185e26389ca0105a9ef42b6
Author: Evangelos Foutras 
Date:   Sun Jun 25 03:10:51 2017 +0300

Revert "Fix crash in GValueArray handling (#11879)"

This reverts commit 6de6b7e2faec6b4f349be1819450d4f97d624110.
---
 lib/screenshooter-imgur.c  | 11 ++-
 lib/screenshooter-simple-job.c | 14 +++---
 2 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/lib/screenshooter-imgur.c b/lib/screenshooter-imgur.c
index 85a76da..c30503a 100644
--- a/lib/screenshooter-imgur.c
+++ b/lib/screenshooter-imgur.c
@@ -55,16 +55,17 @@ imgur_upload_job (ScreenshooterJob *job, GArray 
*param_values, GError **error)
   g_return_val_if_fail (SCREENSHOOTER_IS_JOB (job), FALSE);
   g_return_val_if_fail (param_values != NULL, FALSE);
   g_return_val_if_fail (param_values->len == 2, FALSE);
-  g_return_val_if_fail ((G_VALUE_HOLDS_STRING (g_array_index(param_values, 
GValue*, 0))), FALSE);
-  g_return_val_if_fail ((G_VALUE_HOLDS_STRING (g_array_index(param_values, 
GValue*, 1))), FALSE);
+  g_return_val_if_fail ((G_VALUE_HOLDS_STRING (&g_array_index(param_values, 
GValue, 0))), FALSE);
+  g_return_val_if_fail ((G_VALUE_HOLDS_STRING (&g_array_index(param_values, 
GValue, 1))), FALSE);
   g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
 
   g_object_set_data (G_OBJECT (job), "jobtype", "imgur");
   if (exo_job_set_error_if_cancelled (EXO_JOB (job), error))
 return FALSE;
 
-  image_path = g_value_get_string (g_array_index (param_values, GValue*, 0));
-  title = g_value_get_string (g_array_index (param_values, GValue*, 1));
+
+  image_path = g_value_get_string (&g_array_index (param_values, GValue, 0));
+  title = g_value_get_string (&g_array_index (param_values, GValue, 1));
 
   session = soup_session_new ();
 #if DEBUG > 0
@@ -128,7 +129,7 @@ imgur_upload_job (ScreenshooterJob *job, GArray 
*param_values, GError **error)
   root_node = xmlDocGetRootElement(doc);
   for (child_node = root_node->children; child_node; child_node = 
child_node->next)
 if (xmlStrEqual(child_node->name, (const xmlChar *) "id"))
-   online_file_name = (gchar*)xmlNodeGetContent(child_node);
+   online_file_name = xmlNodeGetContent(child_node);
   TRACE("found picture id %s\n", online_file_name);
   xmlFreeDoc(doc);
   soup_buffer_free (buf);
diff --git a/lib/screenshooter-simple-job.c b/lib/screenshooter-simple-job.c
index 4b21bea..da06f4d 100644
--- a/lib/screenshooter-simple-job.c
+++ b/lib/screenshooter-simple-job.c
@@ -157,24 +157,20 @@ screenshooter_simple_job_launch 
(ScreenshooterSimpleJobFunc func,
   ScreenshooterSimpleJob *simple_job;
   va_list var_args;
   GValue value = { 0, };
-  GValue *copy;
   gchar *error_message;
   guint n;
-  GType type;
 
   /* allocate and initialize the simple job */
   simple_job = g_object_new (SCREENSHOOTER_TYPE_SIMPLE_JOB, NULL);
   simple_job->func = func;
-  simple_job->param_values = g_array_sized_new (FALSE, FALSE, sizeof(GValue*), 
n_param_values);
-  g_array_set_clear_func (simple_job->param_values, (GDestroyNotify) g_free);
+  simple_job->param_values = g_array_sized_new (FALSE, FALSE, sizeof(GValue), 
n_param_values);
 
   /* collect the parameters */
   va_start (var_args, n_param_values);
   for (n = 0; n < n_param_values; ++n)
 {
   /* initialize the value to hold the next parameter */
-  type = va_arg (var_args, GType);
-  g_value_init (&value, type);
+  g_value_init (&value, va_arg (var_args, GType));
 
   /* collect the value from the stack */
   G_VALUE_COLLECT (&value, var_args, 0, &error_message);
@@ -186,11 +182,7 @@ screenshooter_simple_job_launch 
(ScreenshooterSimpleJobFunc func,
   g_free (error_message);
 }
 
-  // GArray only takes references, so we allocate extra memory. this will 
be freed wenn the array is freed
-  copy = g_new0(GValue,1);
-  g_value_init(copy, type);
-  g_value_copy(&value,copy);
-  g_array_insert_val(simple_job->param_values,n,copy);
+  g_array_append_val(simple_job->param_values, value);
   g_value_unset (&value);
 }
   va_end (var_args);

-- 
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-screenshooter] branch master updated (7529273 -> 07dfa8e)

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

andre pushed a 
change to branch 
master
in repository apps/xfce4-screenshooter.

  from  7529273   Post release tag bump.
   new  dadfbf9   Revert "Fix crash when uploading to zimagez, followup to 
6de6b7e (#11879)"
   new  3fb61ff   Revert "Fix crash in GValueArray handling (#11879)"
   new  07dfa8e   Implement alternate fix for crash on upload (#11879)

The 3 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/screenshooter-imgur.c  | 11 ++-
 lib/screenshooter-simple-job.c | 19 ++-
 lib/screenshooter-zimagez.c| 12 ++--
 3 files changed, 18 insertions(+), 24 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/xfce4-screenshooter] 01/03: Revert "Fix crash when uploading to zimagez, followup to 6de6b7e (#11879)"

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

andre pushed a 
commit to branch 
master
in repository apps/xfce4-screenshooter.

commit dadfbf9441cbfdf0e7223407214cf182c41b94ba
Author: Evangelos Foutras 
Date:   Sun Jun 25 03:10:40 2017 +0300

Revert "Fix crash when uploading to zimagez, followup to 6de6b7e (#11879)"

This reverts commit 4569b715afc3b664bfc13b3ea77f493ef75f1c36.
---
 lib/screenshooter-zimagez.c | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/screenshooter-zimagez.c b/lib/screenshooter-zimagez.c
index ddb428d..8d96a92 100644
--- a/lib/screenshooter-zimagez.c
+++ b/lib/screenshooter-zimagez.c
@@ -215,9 +215,9 @@ zimagez_upload_job (ScreenshooterJob *job, GArray 
*param_values, GError **error)
   g_return_val_if_fail (SCREENSHOOTER_IS_JOB (job), FALSE);
   g_return_val_if_fail (param_values != NULL, FALSE);
   g_return_val_if_fail (param_values->len == 3, FALSE);
-  g_return_val_if_fail ((G_VALUE_HOLDS_STRING (g_array_index (param_values, 
GValue*, 0))), FALSE);
-  g_return_val_if_fail ((G_VALUE_HOLDS_STRING (g_array_index (param_values, 
GValue*, 1))), FALSE);
-  g_return_val_if_fail ((G_VALUE_HOLDS_STRING (g_array_index (param_values, 
GValue*, 2))), FALSE);
+  g_return_val_if_fail (G_VALUE_HOLDS_STRING (&g_array_index (param_values, 
GValue, 0)), FALSE);
+  g_return_val_if_fail (G_VALUE_HOLDS_STRING (&g_array_index (param_values, 
GValue, 1)), FALSE);
+  g_return_val_if_fail (G_VALUE_HOLDS_STRING (&g_array_index (param_values, 
GValue, 2)), FALSE);
   g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
 
   g_object_set_data (G_OBJECT (job), "jobtype", "zimagez");
@@ -230,7 +230,7 @@ zimagez_upload_job (ScreenshooterJob *job, GArray 
*param_values, GError **error)
 }
 
   /* Get the last user */
-  last_user = g_value_get_string (g_array_index (param_values, GValue*, 1));
+  last_user = g_value_get_string (&g_array_index (param_values, GValue, 1));
   user = g_strdup (last_user);
 
   if (user == NULL)
@@ -246,7 +246,7 @@ zimagez_upload_job (ScreenshooterJob *job, GArray 
*param_values, GError **error)
   g_strdup (user), (GDestroyNotify) g_free);
 
   /* Get the default title */
-  title = g_strdup (g_value_get_string (g_array_index (param_values, GValue*, 
2)));
+  title = g_strdup (g_value_get_string (&g_array_index (param_values, GValue, 
2)));
   if (title == NULL)
 title = g_strdup ("");
 
@@ -257,7 +257,7 @@ zimagez_upload_job (ScreenshooterJob *job, GArray 
*param_values, GError **error)
 }
 
   /* Get the path of the image that is to be uploaded */
-  image_path = g_value_get_string (g_array_index (param_values, GValue*, 0));
+  image_path = g_value_get_string (&g_array_index (param_values, GValue, 0));
 
   /* Start the user soup session */
   exo_job_info_message (EXO_JOB (job), _("Initialize the connection..."));

-- 
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/libxfce4util] 01/01: Post release tag bump

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

eric pushed a 
commit to branch 
master
in repository xfce/libxfce4util.

commit b4e6f553bd453c6df03681f98738929edbc6339f
Author: Eric Koegel 
Date:   Mon Jun 26 17:10:02 2017 +0300

Post release tag bump
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index d51e10a..4bc9a26 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([libxfce4util_version_minor], [13])
 m4_define([libxfce4util_version_micro], [1])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no 
nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [])
+m4_define([libxfce4util_version_tag], [git])
 m4_define([libxfce4util_version], 
[libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(),
 [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), 
[git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 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/libxfce4util] branch master updated (06223d6 -> b4e6f55)

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

eric pushed a 
change to branch 
master
in repository xfce/libxfce4util.

  from  06223d6   Updates for release.
   new  b4e6f55   Post release tag bump

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/libxfce4util] 01/01: Updates for release.

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

eric pushed a 
commit to branch 
master
in repository xfce/libxfce4util.

commit 06223d6fdfeafe4a933c2905ea80ea41a6916443
Author: Eric Koegel 
Date:   Mon Jun 26 17:07:39 2017 +0300

Updates for release.
---
 NEWS| 8 
 configure.ac.in | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 540b692..422208c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.13.1
+==
+[Please note that this is a development release.]
+- Fix a minor typo: ment → meant
+- Fix some autotools warnings, default debug to yes
+- Fix duplicate DISTCHECK_CONFIGURE_FLAGS
+- Improve gobject-introspection annotations
+
 4.13.0
 ==
 [Please note that this is a development release.]
diff --git a/configure.ac.in b/configure.ac.in
index 750c265..d51e10a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ dnl ***
 m4_define([libxfce4util_verinfo], [7:0:0])
 m4_define([libxfce4util_version_major], [4])
 m4_define([libxfce4util_version_minor], [13])
-m4_define([libxfce4util_version_micro], [0])
+m4_define([libxfce4util_version_micro], [1])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no 
nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [git])
+m4_define([libxfce4util_version_tag], [])
 m4_define([libxfce4util_version], 
[libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(),
 [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), 
[git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 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/libxfce4util] annotated tag libxfce4util-4.13.1 created (now fc9ddbb)

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

eric pushed a 
change to annotated 
tag 
libxfce4util-4.13.1
in repository xfce/libxfce4util.

at  fc9ddbb   (tag)
   tagging  06223d6fdfeafe4a933c2905ea80ea41a6916443 (commit)
  replaces  libxfce4util-4.13.0
 tagged by  Eric Koegel
on  Mon Jun 26 17:07:54 2017 +0300

- Log -
libxfce4util-4.13.1
---

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/libxfce4util] branch master updated (25cf4ef -> 06223d6)

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

eric pushed a 
change to branch 
master
in repository xfce/libxfce4util.

  from  25cf4ef   Add a super basic python example
   new  06223d6   Updates for 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| 8 
 configure.ac.in | 4 ++--
 2 files changed, 10 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/xfdesktop] branch xfce-4.12 updated (710608a -> 46e9511)

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

eric pushed a 
change to branch 
xfce-4.12
in repository xfce/xfdesktop.

  from  710608a   Updates for release.
   new  46e9511   Post release tag bump

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/xfdesktop] 01/01: Post release tag bump

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

eric pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfdesktop.

commit 46e9511ee0dd6189049000dc6e4ab4064580424b
Author: Eric Koegel 
Date:   Mon Jun 26 16:57:05 2017 +0300

Post release tag bump
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index fa41bb6..d5541e1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,7 +9,7 @@ m4_define([xfdesktop_version_minor], [12])
 m4_define([xfdesktop_version_micro], [4])
 m4_define([xfdesktop_version_nano], [])
 m4_define([xfdesktop_version_build], [@REVISION@])
-m4_define([xfdesktop_version_tag],[])
+m4_define([xfdesktop_version_tag],[git])
 m4_define([xfdesktop_version], 
[xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(),
 [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], 
[xfdesktop_version_tag()-xfdesktop_version_build()], 
[xfdesktop_version_tag()])])
 
 dnl minimum required versions

-- 
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/xfdesktop] 01/01: Updates for release.

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

eric pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfdesktop.

commit 710608afbd8bb3953cbe73b937e9fc27b227f4b1
Author: Eric Koegel 
Date:   Mon Jun 26 16:54:32 2017 +0300

Updates for release.
---
 NEWS | 10 ++
 configure.ac.in  |  4 ++--
 settings/Makefile.am |  2 ++
 src/Makefile.am  |  2 ++
 4 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 8930e79..29b0388 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+4.12.4
+==
+Stable release of xfdesktop for Xfce 4.12.
+
+* Bug fixes:
+ - Work around a regression in Gtk2 allowing directories to be selected
+   in the settings dialog Bug #12832
+ - Don't try to divide by 0 Bug #12115
+ - Add DBUS_CFLAGS and DBUS_LIBS so that it compiles with newer xfconf.
+
 4.12.3
 ==
 Stable release of xfdesktop for Xfce 4.12.
diff --git a/configure.ac.in b/configure.ac.in
index d1e0f84..fa41bb6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,10 +6,10 @@ dnl
 dnl version info
 m4_define([xfdesktop_version_major], [4])
 m4_define([xfdesktop_version_minor], [12])
-m4_define([xfdesktop_version_micro], [3])
+m4_define([xfdesktop_version_micro], [4])
 m4_define([xfdesktop_version_nano], [])
 m4_define([xfdesktop_version_build], [@REVISION@])
-m4_define([xfdesktop_version_tag],[git])
+m4_define([xfdesktop_version_tag],[])
 m4_define([xfdesktop_version], 
[xfdesktop_version_major().xfdesktop_version_minor().xfdesktop_version_micro()ifelse(xfdesktop_version_nano(),
 [], [], [.xfdesktop_version_nano()])ifelse(xfdesktop_version_tag(), [git], 
[xfdesktop_version_tag()-xfdesktop_version_build()], 
[xfdesktop_version_tag()])])
 
 dnl minimum required versions
diff --git a/settings/Makefile.am b/settings/Makefile.am
index b8f68cf..c584df5 100644
--- a/settings/Makefile.am
+++ b/settings/Makefile.am
@@ -15,6 +15,7 @@ xfdesktop_settings_CFLAGS =   
\
$(GTHREAD_CFLAGS)   
\
$(LIBX11_CFLAGS)
\
$(LIBWNCK_CFLAGS)   
\
+   $(DBUS_CFLAGS)  
\
-DG_LOG_DOMAIN=\"xfdesktop-settings\"   \
-DEXO_API_SUBJECT_TO_CHANGE \
-DWNCK_I_KNOW_THIS_IS_UNSTABLE  \
@@ -30,6 +31,7 @@ xfdesktop_settings_LDADD =
\
$(GTHREAD_LIBS) 
\
$(LIBWNCK_LIBS) 
\
$(LIBX11_LIBS)  
\
+   $(DBUS_LIBS)
\
$(GTK_LIBS)
 
 if HAVE_CYGWIN
diff --git a/src/Makefile.am b/src/Makefile.am
index ea336eb..e71410f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -86,6 +86,7 @@ xfdesktop_CFLAGS = \
$(LIBXFCE4UI_CFLAGS) \
$(LIBXFCE4SMCLIENT_PRIVATE_CFLAGS) \
$(LIBWNCK_CFLAGS) \
+   $(DBUS_CFLAGS) \
$(XFCONF_CFLAGS) \
-DEXO_API_SUBJECT_TO_CHANGE \
$(LIBEXO_CFLAGS)
@@ -109,6 +110,7 @@ xfdesktop_LDADD += \
$(LIBXFCE4SMCLIENT_PRIVATE_LIBS) \
$(LIBWNCK_LIBS) \
$(XFCONF_LIBS) \
+   $(DBUS_LIBS) \
$(LIBEXO_LIBS) \
-lm
 

-- 
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/xfdesktop] annotated tag xfdesktop-4.12.4 created (now b738a55)

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

eric pushed a 
change to annotated 
tag 
xfdesktop-4.12.4
in repository xfce/xfdesktop.

at  b738a55   (tag)
   tagging  710608afbd8bb3953cbe73b937e9fc27b227f4b1 (commit)
  replaces  xfdesktop-4.12.3
 tagged by  Eric Koegel
on  Mon Jun 26 16:55:12 2017 +0300

- Log -
xfdesktop-4.12.4
---

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/xfdesktop] branch xfce-4.12 updated (e977893 -> 710608a)

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

eric pushed a 
change to branch 
xfce-4.12
in repository xfce/xfdesktop.

  from  e977893   Don't try to divide by 0 (Bug #12115)
   new  710608a   Updates for 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 | 10 ++
 configure.ac.in  |  4 ++--
 settings/Makefile.am |  2 ++
 src/Makefile.am  |  2 ++
 4 files changed, 16 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/xfdesktop] 01/01: Use custom CSS for the iconview as a fallback (Bug #13609)

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

eric pushed a 
commit to branch 
master
in repository xfce/xfdesktop.

commit 7fc30fa0a31e94c1e15133ca347f950593b822a1
Author: Eric Koegel 
Date:   Fri Jun 23 10:24:36 2017 +0300

Use custom CSS for the iconview as a fallback (Bug #13609)

This patch looks for the theme to provide custom CSS for the
XfdesktopIconView if that doesn't exist then we use ToZ's CSS
to theme it. It also watches for theme changes and updates
accordingly.
---
 src/xfdesktop-application.c | 64 -
 1 file changed, 63 insertions(+), 1 deletion(-)

diff --git a/src/xfdesktop-application.c b/src/xfdesktop-application.c
index 3bbda43..45efca8 100644
--- a/src/xfdesktop-application.c
+++ b/src/xfdesktop-application.c
@@ -137,7 +137,24 @@ struct _XfdesktopApplicationClass
 GApplicationClass parent;
 };
 
-
+const gchar *ToZ_CSS =
+"XfdesktopIconView.view {"
+"  background-color: rgba(0,0,0,0.0);"
+"  color: white;"
+"}"
+"XfdesktopIconView.view:active {"
+"  background-color: rgba(57,142,231,0.75);"
+"  color: rgba(57,142,231,0.75);"
+"  border-radius: 5px;"
+"}"
+"XfdesktopIconView.rubberband {"
+"  background-color: rgba(0,0,0,0.25);"
+"}"
+"XfdesktopIconView.view.label,"
+"XfdesktopIconView.view.label:active {"
+"  color: white;"
+"  text-shadow: 1px 2px black;"
+"}";
 
 G_DEFINE_TYPE(XfdesktopApplication, xfdesktop_application, G_TYPE_APPLICATION)
 
@@ -622,8 +639,49 @@ xfdesktop_application_startup(GApplication *g_application)
 }
 
 static void
+xfdesktop_application_theme_changed (GtkSettings *settings,
+ XfdesktopApplication *app)
+{
+GtkCssProvider *provider = NULL;
+static GtkCssProvider *custom_provider = NULL;
+gchar *theme;
+gchar *css;
+
+g_object_get(settings, "gtk-theme-name", &theme, NULL);
+
+provider = gtk_css_provider_get_named(theme, NULL);
+css = gtk_css_provider_to_string (provider);
+
+if (g_strrstr (css, "XfdesktopIconView") != NULL) {
+DBG("XfdesktopIconView section found in theme %s", theme);
+if (custom_provider != NULL) {
+gtk_style_context_remove_provider_for_screen 
(gdk_screen_get_default (),
+  
GTK_STYLE_PROVIDER(custom_provider));
+g_clear_object (&custom_provider);
+}
+} else {
+DBG("XfdesktopIconView section not found in theme %s, setting our 
fallback", theme);
+if (custom_provider != NULL) {
+gtk_style_context_remove_provider_for_screen 
(gdk_screen_get_default (),
+  
GTK_STYLE_PROVIDER(custom_provider));
+g_clear_object (&custom_provider);
+}
+custom_provider = gtk_css_provider_new();
+gtk_css_provider_load_from_data(custom_provider,
+ToZ_CSS,
+-1,
+NULL);
+gtk_style_context_add_provider_for_screen (gdk_screen_get_default (),
+   
GTK_STYLE_PROVIDER(custom_provider),
+   
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
+}
+g_free(css);
+}
+
+static void
 xfdesktop_application_start(XfdesktopApplication *app)
 {
+GtkSettings *settings;
 GdkDisplay *gdpy;
 GError *error = NULL;
 gchar buf[1024];
@@ -632,6 +690,10 @@ xfdesktop_application_start(XfdesktopApplication *app)
 
 g_return_if_fail(app != NULL);
 
+settings = gtk_settings_get_default();
+g_signal_connect (settings, "notify::gtk-theme-name", G_CALLBACK 
(xfdesktop_application_theme_changed), NULL);
+xfdesktop_application_theme_changed (settings, app);
+
 /* stop autostart timeout */
 if(app->wait_for_wm_timeout_id != 0)
 g_source_remove(app->wait_for_wm_timeout_id);

-- 
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/xfdesktop] branch master updated (62f8aa4 -> 7fc30fa)

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

eric pushed a 
change to branch 
master
in repository xfce/xfdesktop.

  from  62f8aa4   I18n: Update translation lt (100%).
   new  7fc30fa   Use custom CSS for the iconview as a fallback (Bug #13609)

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:
 src/xfdesktop-application.c | 64 -
 1 file changed, 63 insertions(+), 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/libxfce4ui] 01/01: Back to development

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

eric pushed a 
commit to branch 
master
in repository xfce/libxfce4ui.

commit 4eb76187b09d4b4221c466fe5369b9c4dde95207
Author: Eric Koegel 
Date:   Mon Jun 26 16:46:18 2017 +0300

Back to development
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 0dbd42c..760a588 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ m4_define([libxfce4ui_version_minor], [13])
 m4_define([libxfce4ui_version_micro], [2])
 m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano 
version
 m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [])
+m4_define([libxfce4ui_version_tag], [git])
 m4_define([libxfce4ui_version], 
[libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(),
 [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], 
[libxfce4ui_version_tag()-libxfce4ui_version_build()], 
[libxfce4ui_version_tag()])])
 
 m4_define([libxfce4kbd_private_verinfo], [0:0:0])

-- 
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/libxfce4ui] branch master updated (6193e0b -> 4eb7618)

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

eric pushed a 
change to branch 
master
in repository xfce/libxfce4ui.

  from  6193e0b   Updates for release
   new  4eb7618   Back to development

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/libxfce4ui] branch master updated (e27efec -> 6193e0b)

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

eric pushed a 
change to branch 
master
in repository xfce/libxfce4ui.

  from  e27efec   Rename introspection GIR to 4ui-2.0 to match util
   new  6193e0b   Updates for 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| 29 -
 README  |  4 ++--
 configure.ac.in |  8 
 3 files changed, 34 insertions(+), 7 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/libxfce4ui] annotated tag libxfce4ui-4.13.2 created (now f2a8aae)

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

eric pushed a 
change to annotated 
tag 
libxfce4ui-4.13.2
in repository xfce/libxfce4ui.

at  f2a8aae   (tag)
   tagging  6193e0ba8333b2d51c0a9db1b6ee44ada4756c06 (commit)
  replaces  libxfce4ui-4.13.1
 tagged by  Eric Koegel
on  Mon Jun 26 16:43:38 2017 +0300

- Log -
libxfce4ui-4.13.2
---

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/libxfce4ui] 01/01: Updates for release

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

eric pushed a 
commit to branch 
master
in repository xfce/libxfce4ui.

commit 6193e0ba8333b2d51c0a9db1b6ee44ada4756c06
Author: Eric Koegel 
Date:   Mon Jun 26 16:43:17 2017 +0300

Updates for release
---
 NEWS| 29 -
 README  |  4 ++--
 configure.ac.in |  8 
 3 files changed, 34 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index ef511d6..475e03d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
-4.13.1
+4.13.2
+==
+- Fix build error with --disable-gtk3 Bug #12648
+- Improve layout of labels in xfce dialogs
+- Set a reasonable default window width to make sure labels wrap
+- Improve vertical alignment of primary and secondary label
+- Bump the default dialog width to 500px
+- Update libxfce4ui documentation
+- Fix make docs compilation warning
+- Fix xfce_dialog_show_help(_with_version) doc
+- Remove Makefile.am space to fix autogen.sh warning
+- Better documentation processing
+- Change xfce_dialog_show_help(_with_version)
+- Default debug to yes instead of full
+- Remove exo dependancy Bug #13326
+- fix: add libxfce4ui_get_resource to abi check symbols Bug #13326
+- Let autotools find and invoke glib-compile-resources Bug #13326
+- Add support for GOBJECT-INTROSPECTION Bug #13461
+- Add GtkDoc checks
+- Add missing introspection.m4 file
+- fix: make distcheck
+- fix: remove deprecation warnings
+- feat: Switch to Gtk3 default, Gtk2 Optional
+- Rename introspection GIR to 4ui-2.0 to match util
+- Translation updates: am ast ca da el eu fi gl id it ko lt ms nn
+   oc pl pt ro ru sl sr th zh_CN zh_TW
+
+4.13.1
 ==
 - Better Gtk3.20 compatibility (fix XfceHeading style, drop deprecated call)
 - Translation updates: Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
diff --git a/README b/README
index d3e3eef..1427413 100644
--- a/README
+++ b/README
@@ -10,8 +10,8 @@ Required packages
 
 Libxfce4ui depends on the following packages:
 
- - GTK+ 2.24.0 or above
- - GLib 2.30.0 or above
+ - GTK+ 3.18.0 or above
+ - GLib 2.42.0 or above
  - Libxfce4util 4.12.0 or above
 
 
diff --git a/configure.ac.in b/configure.ac.in
index 6bf39cc..0dbd42c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,5 +1,5 @@
 dnl
-dnl Copyright (c) 2007-2015 The Xfce development team
+dnl Copyright (c) 2007-2017 The Xfce development team
 dnl
 
 dnl ***
@@ -9,10 +9,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
 m4_define([libxfce4ui_version_api], [1])
 m4_define([libxfce4ui_version_major], [4])
 m4_define([libxfce4ui_version_minor], [13])
-m4_define([libxfce4ui_version_micro], [1])
+m4_define([libxfce4ui_version_micro], [2])
 m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano 
version
 m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
 m4_define([libxfce4ui_version], 
[libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(),
 [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], 
[libxfce4ui_version_tag()-libxfce4ui_version_build()], 
[libxfce4ui_version_tag()])])
 
 m4_define([libxfce4kbd_private_verinfo], [0:0:0])
@@ -30,7 +30,7 @@ m4_define([libxfce4ui_debug_default], 
[ifelse(libxfce4ui_version_tag(), [git], [
 dnl ***
 dnl *** Initialize autoconf ***
 dnl ***
-AC_COPYRIGHT([Copyright (c) 2007-2015 The Xfce development team])
+AC_COPYRIGHT([Copyright (c) 2007-2017 The Xfce development team])
 AC_INIT([libxfce4ui], [libxfce4ui_version], [http://bugzilla.xfce.org/], 
[libxfce4ui])
 AC_PREREQ([2.60])
 AC_CONFIG_MACRO_DIR([m4])

-- 
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 (365a205 -> 36ee3b1)

2017-06-26 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  365a205   I18n: Update translation sv (100%).
   new  36ee3b1   I18n: Update translation pl (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/pl.po | 63 ---
 1 file changed, 36 insertions(+), 27 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 pl (100%).

2017-06-26 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 36ee3b1be3c77d10327b122b95b64e7d471d11b4
Author: Anonymous 
Date:   Mon Jun 26 12:31:25 2017 +0200

I18n: Update translation pl (100%).

41 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/pl.po | 63 ---
 1 file changed, 36 insertions(+), 27 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index be41986..8706980 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # m4sk1n , 2017
+# No Ne, 2017
 # Piotr Maliński , 2006
 # Piotr Sokół , 2012-2013
 # Piotr Strębski , 2017
@@ -12,15 +13,15 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-17 06:31+0200\n"
-"PO-Revision-Date: 2017-05-17 13:13+\n"
-"Last-Translator: m4sk1n \n"
+"POT-Creation-Date: 2017-06-09 06:31+0200\n"
+"PO-Revision-Date: 2017-06-26 10:10+\n"
+"Last-Translator: No Ne\n"
 "Language-Team: Polish 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/pl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pl\n"
-"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && 
(n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && 
n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && 
(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && 
n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
 
 #: ../panel-plugin/xfce4-cpufreq-configure.c:80
 msgid "Select font..."
@@ -38,64 +39,72 @@ msgstr "Przywraca domyślną czcionkę kliknięciem prawego 
przycisku myszy"
 msgid "Select font"
 msgstr "Wybór czcionki"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:187
+#: ../panel-plugin/xfce4-cpufreq-configure.c:199
 msgid "Configure CPU Frequency Monitor"
 msgstr "Monitor częstotliwości CPU"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:192
+#: ../panel-plugin/xfce4-cpufreq-configure.c:204
 msgid "Configure the CPU frequency plugin"
 msgstr "Konfiguruje aplet"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:210
+#: ../panel-plugin/xfce4-cpufreq-configure.c:222
 msgid "Monitor"
 msgstr "Monitor"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:233
+#: ../panel-plugin/xfce4-cpufreq-configure.c:245
 msgid "_Update interval:"
 msgstr "_Okres uaktualniania:"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:251
+#: ../panel-plugin/xfce4-cpufreq-configure.c:263
 msgid "Panel"
 msgstr "Panel"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:275
+#: ../panel-plugin/xfce4-cpufreq-configure.c:287
 msgid "_Font:"
 msgstr "_Czcionka:"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:294
+#: ../panel-plugin/xfce4-cpufreq-configure.c:306
+msgid "_Font color:"
+msgstr "_Kolor czcionki:"
+
+#: ../panel-plugin/xfce4-cpufreq-configure.c:316
+msgid "Select font color"
+msgstr "Wybór koloru czcionki"
+
+#: ../panel-plugin/xfce4-cpufreq-configure.c:326
 msgid "_Display CPU:"
 msgstr "_Wyświetlany CPU:"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:310
+#: ../panel-plugin/xfce4-cpufreq-configure.c:342
 msgid "min"
 msgstr "min."
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:311
+#: ../panel-plugin/xfce4-cpufreq-configure.c:343
 msgid "avg"
 msgstr "śr."
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:312
+#: ../panel-plugin/xfce4-cpufreq-configure.c:344
 msgid "max"
 msgstr "maks."
 
 #. check buttons for display widgets in panel
-#: ../panel-plugin/xfce4-cpufreq-configure.c:318
+#: ../panel-plugin/xfce4-cpufreq-configure.c:350
 msgid "_Keep compact"
 msgstr "_Układ zwarty"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:323
+#: ../panel-plugin/xfce4-cpufreq-configure.c:355
 msgid "Show text in a single _line"
 msgstr "Wyświetlanie tekstu w pojedynczym _wierszu"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:328
+#: ../panel-plugin/xfce4-cpufreq-configure.c:360
 msgid "Show CPU _icon"
 msgstr "_Ikona CPU"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:335
+#: ../panel-plugin/xfce4-cpufreq-configure.c:367
 msgid "Show CPU fre_quency"
 msgstr "_Częstotliwość CPU"
 
-#: ../panel-plugin/xfce4-cpufreq-configure.c:340
+#: ../panel-plugin/xfce4-cpufreq-configure.c:372
 msgid "Show CPU _governor"
 msgstr "_Zarządca CPU"
 
@@ -146,11 +155,11 @@ msgstr "obecna śr."
 msgid "current max"
 msgstr "obecna maks."
 
-#: ../panel-plugin/xfce4-cpufreq-plugin.c:367
+#: ../panel-plugin/xfce4-cpufreq-plugin.c:383
 msgid "No CPU information available."
 msgstr "Brak dostępnych informacji o CPU."
 
-#: ../panel-plugin/xfce4-cpufreq-plugin.c:373
+#: ../panel-plugin/xfce4-cpufreq-plugin.c:389
 #, c-format
 msgid "%

[Xfce4-commits] [xfce/thunar] branch master updated (2f1aad0 -> bc5ccb1)

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

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

  from  2f1aad0   I18n: Update translation nl (100%).
   new  bc5ccb1   I18n: Update translation nl (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/nl.po | 82 
 1 file changed, 41 insertions(+), 41 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: I18n: Update translation nl (100%).

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

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

commit bc5ccb17b10409a120ad45807be65d56a0c5eb04
Author: Pjotr 
Date:   Mon Jun 26 12:30:19 2017 +0200

I18n: Update translation nl (100%).

738 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/nl.po | 82 
 1 file changed, 41 insertions(+), 41 deletions(-)

diff --git a/po/nl.po b/po/nl.po
index 55650ca..be93e11 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: Thunar\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-02-19 18:30+0100\n"
-"PO-Revision-Date: 2017-06-25 20:50+\n"
+"PO-Revision-Date: 2017-06-26 09:58+\n"
 "Last-Translator: Pjotr \n"
 "Language-Team: Dutch (http://www.transifex.com/xfce/thunar/language/nl/)\n"
 "MIME-Version: 1.0\n"
@@ -79,11 +79,11 @@ msgstr "Meld fouten a.u.b. aan <%s>."
 
 #: ../thunar/thunar-abstract-icon-view.c:117
 msgid "Arran_ge Items"
-msgstr "Ran_gschik elementen"
+msgstr "Elementen ran_gschikken"
 
 #: ../thunar/thunar-abstract-icon-view.c:122
 msgid "Sort By _Name"
-msgstr "Sorteer op _naam"
+msgstr "Sorteren op _naam"
 
 #: ../thunar/thunar-abstract-icon-view.c:122
 msgid "Keep items sorted by their name"
@@ -91,7 +91,7 @@ msgstr "Houd elementen op naam gesorteerd"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Sort By _Size"
-msgstr "Sorteer op _grootte"
+msgstr "Sorteren op _grootte"
 
 #: ../thunar/thunar-abstract-icon-view.c:123
 msgid "Keep items sorted by their size"
@@ -99,7 +99,7 @@ msgstr "Houd elementen op grootte gesorteerd"
 
 #: ../thunar/thunar-abstract-icon-view.c:124
 msgid "Sort By _Type"
-msgstr "Sorteer op _type"
+msgstr "Sorteren op _type"
 
 #: ../thunar/thunar-abstract-icon-view.c:124
 msgid "Keep items sorted by their type"
@@ -107,7 +107,7 @@ msgstr "Houd elementen op type gesorteerd"
 
 #: ../thunar/thunar-abstract-icon-view.c:125
 msgid "Sort By Modification _Date"
-msgstr "Sorteer op _wijzigingsdatum"
+msgstr "Sorteren op _wijzigingsdatum"
 
 #: ../thunar/thunar-abstract-icon-view.c:125
 msgid "Keep items sorted by their modification date"
@@ -155,7 +155,7 @@ msgstr "Kon '%s' niet openen: %s"
 #: ../thunar/thunar-standard-view.c:2747 ../thunar/thunar-tree-view.c:1877
 #, c-format
 msgid "Failed to rename \"%s\""
-msgstr "Hernoemen van '%s' mislukt"
+msgstr "Hernoemen van '%s' is mislukt"
 
 #: ../thunar/thunar-application.c:1464
 #: ../thunar/thunar-location-buttons.c:1308
@@ -207,7 +207,7 @@ msgstr "Bestanden verplaatsen naar '%s'..."
 msgid ""
 "Are you sure that you want to\n"
 "permanently delete \"%s\"?"
-msgstr "Weet u zeker dat u\n'%s' voorgoed wil verwijderen?"
+msgstr "Weet u zeker dat u\n'%s' voorgoed wilt verwijderen?"
 
 #: ../thunar/thunar-application.c:1813
 #, c-format
@@ -218,7 +218,7 @@ msgid_plural ""
 "Are you sure that you want to permanently\n"
 "delete the %u selected files?"
 msgstr[0] "Weet u zeker dat u het geselecteerde\nbestand voorgoed wil 
verwijderen?"
-msgstr[1] "Weet u zeker dat u de %u geselecteerde\nbestanden voorgoed wil 
verwijderen?"
+msgstr[1] "Weet u zeker dat u de %u geselecteerde\nbestanden voorgoed wilt 
verwijderen?"
 
 #: ../thunar/thunar-application.c:1833
 msgid "If you delete a file, it is permanently lost."
@@ -250,7 +250,7 @@ msgstr "Alle bestanden en mappen uit de prullenbak 
verwijderen?"
 #: ../thunar/thunar-shortcuts-view.c:1196 ../thunar/thunar-tree-view.c:1294
 #: ../thunar/thunar-window.c:351 ../plugins/thunar-tpa/thunar-tpa.c:191
 msgid "_Empty Trash"
-msgstr "_Ledig prullenbak"
+msgstr "Prullenbak _ledigen"
 
 #: ../thunar/thunar-application.c:2012
 msgid ""
@@ -336,7 +336,7 @@ msgstr "Kon toepassing '%s' niet uitvoeren"
 #. append the "Remove Launcher" item
 #: ../thunar/thunar-chooser-dialog.c:565
 msgid "_Remove Launcher"
-msgstr "Ve_rwijder starter"
+msgstr "Starter ve_rwijderen"
 
 #. update the header label
 #: ../thunar/thunar-chooser-dialog.c:648
@@ -368,7 +368,7 @@ msgid ""
 "This will remove the application launcher that appears in the file context 
menu, but will not uninstall the application itself.\n"
 "\n"
 "You can only remove application launchers that were created using the custom 
command box in the \"Open With\" dialog of the file manager."
-msgstr "Dit verwijdert de toepassingstarter die in het contextmenu van het 
bestand wordt weergegeven, maar de toepassing zelf zal niet worden 
gedeïnstalleerd.\n\nU kunt alleen starters verwijderen die werden aangemaakt 
via de optie 'Gebruik een aangepaste opdracht:' in het 'Open met' 
dialoogvenster van de bestandbeheerder."
+msgstr "Dit verwijdert de toepassingstarter die in het contextmenu van het 
bestand wordt weergegeven, maar de toepassing zelf zal niet worden 
gedeïnstallee

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

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

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

commit efab05835d148b7494f22f72ea8e030180136e48
Author: Anonymous 
Date:   Mon Jun 26 12:30:36 2017 +0200

I18n: Update translation pl (100%).

39 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/pl.po | 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/po/pl.po b/po/pl.po
index db0241d..8523c69 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -4,20 +4,21 @@
 # 
 # Translators:
 # m4sk1n , 2017
+# No Ne, 2017
 # Piotr Sokół , 2011
 msgid ""
 msgstr ""
 "Project-Id-Version: Tumbler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-15 18:30+0200\n"
-"PO-Revision-Date: 2017-05-17 13:16+\n"
-"Last-Translator: m4sk1n \n"
+"POT-Creation-Date: 2017-05-28 12:30+0200\n"
+"PO-Revision-Date: 2017-06-26 10:07+\n"
+"Last-Translator: No Ne\n"
 "Language-Team: Polish (http://www.transifex.com/xfce/tumbler/language/pl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Language: pl\n"
-"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && 
(n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && 
n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && 
(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && 
n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
 
 #: ../tumblerd/tumbler-group-scheduler.c:486
 #: ../tumblerd/tumbler-lifo-scheduler.c:422
@@ -43,6 +44,7 @@ msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Nie udało się wywołać określonej usługi dostarczania miniatur: %s"
 
 #: ../tumblerd/tumbler-manager.c:548 ../tumblerd/tumbler-manager.c:954
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer-provider.c:119
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "Nie udało się wczytać pliku „%s”: %s"
@@ -62,6 +64,8 @@ msgstr "Nieprawidłowa sekcja „%s” w pliku „%s”: niezgodność 
nazwy sek
 
 #: ../tumblerd/tumbler-manager.c:967 ../tumblerd/tumbler-manager.c:981
 #: ../tumblerd/tumbler-manager.c:995
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer-provider.c:133
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer-provider.c:147
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Nieprawidłowy plik „%s”: %s"
@@ -137,6 +141,7 @@ msgstr "Nie udało się wczytać wtyczki „%s”: %s"
 #: ../plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c:57
 #: ../plugins/raw-thumbnailer/raw-thumbnailer-plugin.c:57
 #: ../plugins/xdg-cache/xdg-cache-plugin.c:52
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer-plugin.c:56
 #, c-format
 msgid "Version mismatch: %s"
 msgstr "Niezgodna wersja: %s"
@@ -222,3 +227,8 @@ msgstr "Obsługiwane są tylko pliki lokalne"
 #, c-format
 msgid "Could not save thumbnail to \"%s\""
 msgstr "Nie można zapisać miniatury do pliku „%s”"
+
+#: ../plugins/desktop-thumbnailer/desktop-thumbnailer.c:368
+#, c-format
+msgid "Malformed command line \"%s\": %s"
+msgstr "Nieprawidłowy wiersz poleceń \"%s\": %s"

-- 
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/tumbler] branch master updated (5de4813 -> efab058)

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

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

  from  5de4813   I18n: Update translation lt (100%).
   new  efab058   I18n: Update translation pl (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/pl.po | 18 ++
 1 file changed, 14 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