[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 01/01: I18n: Update translation zh_TW (100%).

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

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

commit ce4e31728a9e1074a2673ed2725dac11f6b3976c
Author: Jeff Huang 
Date:   Tue Mar 6 18:30:33 2018 +0100

I18n: Update translation zh_TW (100%).

320 translated messages.

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

diff --git a/po/zh_TW.po b/po/zh_TW.po
index d736943..8c56f89 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,15 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Jeff Huang , 2015
+# Jeff Huang , 2015,2018
 # Walter Cheuk , 2013
 # Jeff Huang , 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-17 00:30+0100\n"
-"PO-Revision-Date: 2017-09-19 18:04+\n"
+"POT-Creation-Date: 2018-03-05 00:30+0100\n"
+"PO-Revision-Date: 2018-03-06 11:37+\n"
 "Last-Translator: Jeff Huang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/xfce/thunar-plugins/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
@@ -650,8 +650,8 @@ msgid "Clone finished"
 msgstr "完成克隆"
 
 #: ../tvp-git-helper/tgh-clone.c:126
-msgid "Cloning ..."
-msgstr "正在克隆..."
+msgid "Cloning..."
+msgstr "再製中……"
 
 #: ../tvp-git-helper/tgh-common.c:82 ../tvp-svn-helper/tsh-add.c:76
 #: ../tvp-svn-helper/tsh-add.c:94 ../tvp-svn-helper/tsh-checkout.c:73
@@ -726,8 +726,8 @@ msgid "Move To"
 msgstr "移動至"
 
 #: ../tvp-git-helper/tgh-move.c:162
-msgid "Move ..."
-msgstr "移動..."
+msgid "Move..."
+msgstr "移動……"
 
 #: ../tvp-git-helper/tgh-notify-dialog.c:86
 #: ../tvp-svn-helper/tsh-log-dialog.c:184
@@ -744,8 +744,8 @@ msgid "Reset finished"
 msgstr "重設完成"
 
 #: ../tvp-git-helper/tgh-reset.c:154
-msgid "Reset ..."
-msgstr "重設..."
+msgid "Reset..."
+msgstr "重設……"
 
 #: ../tvp-git-helper/tgh-stash-dialog.c:173
 msgid "Description"
@@ -953,8 +953,8 @@ msgid "Cleanup finished"
 msgstr "清理完成"
 
 #: ../tvp-svn-helper/tsh-cleanup.c:97
-msgid "Cleaning up ..."
-msgstr "正在清理..."
+msgid "Cleaning up..."
+msgstr "正在清除……"
 
 #: ../tvp-svn-helper/tsh-commit.c:211 ../tvp-svn-helper/tsh-common.c:823
 #: ../tvp-svn-helper/tsh-common.c:1089 ../tvp-svn-helper/tsh-copy.c:107
@@ -1429,8 +1429,8 @@ msgid "Relocate finished"
 msgstr "重新定位完成"
 
 #: ../tvp-svn-helper/tsh-relocate.c:139
-msgid "Relocating ..."
-msgstr "正在重新定位..."
+msgid "Relocating..."
+msgstr "正在重新定位……"
 
 #: ../tvp-svn-helper/tsh-relocate-dialog.c:87
 msgid "_From:"

-- 
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] [thunar-plugins/thunar-vcs-plugin] branch master updated (bb00831 -> ce4e317)

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

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

  from  bb00831   I18n: Update translation de (100%).
   new  ce4e317   I18n: Update translation zh_TW (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_TW.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] [apps/xfce4-screenshooter] 01/01: Handle device grab failure (Bug #10259)

2018-03-06 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 76f54a331ff889d928148f9f636de8b869ce27e4
Author: Andre Miranda 
Date:   Tue Mar 6 13:39:04 2018 -0300

Handle device grab failure (Bug #10259)

Also introduce a small delay before device grabbing.
This is necessary because xfsettingsd will grab the keyboard
for a moment after the user presses the global hotkey.
---
 lib/screenshooter-capture.c | 119 ++--
 1 file changed, 82 insertions(+), 37 deletions(-)

diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c
index 7d5f47a..d5449b2 100644
--- a/lib/screenshooter-capture.c
+++ b/lib/screenshooter-capture.c
@@ -691,12 +691,12 @@ static GdkPixbuf
   GtkWidget *window;
   RubberBandData rbdata;
   gboolean cancelled = FALSE;
-  GdkPixbuf *screenshot;
+  GdkPixbuf *screenshot = NULL;
   GdkWindow *root;
   GdkDevice *pointer, *keyboard;
+  GdkGrabStatus res;
   GdkSeat   *seat;
-  GdkCursor *xhair_cursor = gdk_cursor_new_for_display 
(gdk_display_get_default (),
-GDK_CROSSHAIR);
+  GdkCursor *xhair_cursor;
 
   /* Initialize the rubber band data */
   rbdata.left_pressed = FALSE;
@@ -733,6 +733,7 @@ static GdkPixbuf
   /* This window is not managed by the window manager, we have to set 
everything
* ourselves */
   gtk_widget_realize (window);
+  xhair_cursor = gdk_cursor_new_for_display (gdk_display_get_default (), 
GDK_CROSSHAIR);
   gdk_window_set_cursor (gtk_widget_get_window (window), xhair_cursor);
   gdk_window_set_override_redirect (gtk_widget_get_window (window), TRUE);
   gtk_widget_set_size_request (window,
@@ -743,24 +744,45 @@ static GdkPixbuf
   gtk_widget_grab_focus (window);
   gdk_flush ();
 
+  /* Wait 100ms before grabbing devices, useful when invoked by global hotkey
+   * because xfsettings will grab the key for a moment */ 
+  g_usleep(10);
+
   /* Grab the mouse and the keyboard to prevent any interaction with other
* applications */
   seat = gdk_display_get_default_seat (gdk_display_get_default ());
   pointer = gdk_seat_get_pointer (seat);
   keyboard = gdk_seat_get_keyboard (seat);
 
-  gdk_device_grab (keyboard, gtk_widget_get_window (window),
-  GDK_OWNERSHIP_NONE, FALSE,
-  GDK_KEY_PRESS_MASK |
-  GDK_KEY_RELEASE_MASK,
-  NULL, GDK_CURRENT_TIME);
+  res = gdk_device_grab (keyboard, gtk_widget_get_window (window),
+ GDK_OWNERSHIP_NONE, FALSE,
+ GDK_KEY_PRESS_MASK |
+ GDK_KEY_RELEASE_MASK,
+ NULL, GDK_CURRENT_TIME);
 
-  gdk_device_grab (pointer, gtk_widget_get_window (window),
-   GDK_OWNERSHIP_NONE, FALSE,
-   GDK_POINTER_MOTION_MASK |
-   GDK_BUTTON_PRESS_MASK | 
-   GDK_BUTTON_RELEASE_MASK,
-   NULL, GDK_CURRENT_TIME);
+  if (res != GDK_GRAB_SUCCESS)
+{
+  gtk_widget_destroy (window);
+  g_object_unref (xhair_cursor);
+  g_warning ("Failed to grab keyboard");
+  return NULL;
+}
+
+  res = gdk_device_grab (pointer, gtk_widget_get_window (window),
+ GDK_OWNERSHIP_NONE, FALSE,
+ GDK_POINTER_MOTION_MASK |
+ GDK_BUTTON_PRESS_MASK | 
+ GDK_BUTTON_RELEASE_MASK,
+ NULL, GDK_CURRENT_TIME);
+
+  if (res != GDK_GRAB_SUCCESS)
+{
+  gtk_widget_destroy (window);
+  g_object_unref (xhair_cursor);
+  gdk_device_ungrab (keyboard, GDK_CURRENT_TIME);
+  g_warning ("Failed to grab pointer");
+  return NULL;
+}
 
   gtk_dialog_run (GTK_DIALOG (window));
   gtk_widget_destroy (window);
@@ -768,7 +790,7 @@ static GdkPixbuf
   gdk_flush();
 
   if (cancelled)
-return NULL;
+goto cleanup;
 
   /* Grab the screenshot on the main window */
   root = gdk_get_default_root_window ();
@@ -781,6 +803,7 @@ static GdkPixbuf
rbdata.rectangle.width,
rbdata.rectangle.height);
 
+  cleanup:
   /* Ungrab the mouse and the keyboard */
   gdk_device_ungrab (pointer, GDK_CURRENT_TIME);
   gdk_device_ungrab (keyboard, GDK_CURRENT_TIME);
@@ -951,6 +974,7 @@ static GdkPixbuf
   RbData rbdata;
   GdkCursor *xhair_cursor;
   GdkDevice *pointer, *keyboard;
+  GdkGrabStatus res;
   GdkSeat   *seat;
   long value_mask;
 
@@ -960,6 +984,49 @@ static GdkPixbuf
   display = gdk_x11_get_default_xdisplay ();
   screen = gdk_x11_get_default_screen ();
 
+  /* Change cursor to cross-hair */
+  TRACE ("Set the cursor");
+  xhair_cursor = 

[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (eeabea5 -> 76f54a3)

2018-03-06 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  eeabea5   I18n: Update translation sq (100%).
   new  76f54a3   Handle device grab failure (Bug #10259)

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 | 119 ++--
 1 file changed, 82 insertions(+), 37 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] [thunar-plugins/thunar-vcs-plugin] branch master updated (0cdfea2 -> bb00831)

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

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

  from  0cdfea2   I18n: Update translation ru (100%).
   new  bb00831   I18n: Update translation de (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/de.po | 25 +
 1 file changed, 13 insertions(+), 12 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] [thunar-plugins/thunar-vcs-plugin] 01/01: I18n: Update translation de (100%).

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

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

commit bb00831d0858e03b234d3af3d69717b2de00dfba
Author: Vinzenz Vietzke 
Date:   Tue Mar 6 12:31:04 2018 +0100

I18n: Update translation de (100%).

320 translated messages.

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

diff --git a/po/de.po b/po/de.po
index 60fb609..68336b1 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,12 +7,13 @@
 # Georg Eckert , 2015
 # Mario Blättermann , 2012
 # Tobias Bannert , 2014-2015
+# Vinzenz Vietzke , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-02-17 00:30+0100\n"
-"PO-Revision-Date: 2017-12-16 19:05+\n"
+"POT-Creation-Date: 2018-03-05 00:30+0100\n"
+"PO-Revision-Date: 2018-03-06 10:08+\n"
 "Last-Translator: Vinzenz Vietzke \n"
 "Language-Team: German 
(http://www.transifex.com/xfce/thunar-plugins/language/de/)\n"
 "MIME-Version: 1.0\n"
@@ -651,8 +652,8 @@ msgid "Clone finished"
 msgstr "Klonen abgeschlossen"
 
 #: ../tvp-git-helper/tgh-clone.c:126
-msgid "Cloning ..."
-msgstr "Klonen läuft …"
+msgid "Cloning..."
+msgstr "Klone..."
 
 #: ../tvp-git-helper/tgh-common.c:82 ../tvp-svn-helper/tsh-add.c:76
 #: ../tvp-svn-helper/tsh-add.c:94 ../tvp-svn-helper/tsh-checkout.c:73
@@ -727,8 +728,8 @@ msgid "Move To"
 msgstr "Verschieben nach"
 
 #: ../tvp-git-helper/tgh-move.c:162
-msgid "Move ..."
-msgstr "Verschieben …"
+msgid "Move..."
+msgstr "Verschiebe..."
 
 #: ../tvp-git-helper/tgh-notify-dialog.c:86
 #: ../tvp-svn-helper/tsh-log-dialog.c:184
@@ -745,8 +746,8 @@ msgid "Reset finished"
 msgstr "Zurücksetzen abgeschlossen"
 
 #: ../tvp-git-helper/tgh-reset.c:154
-msgid "Reset ..."
-msgstr "Zurücksetzen …"
+msgid "Reset..."
+msgstr "Setze zurück..."
 
 #: ../tvp-git-helper/tgh-stash-dialog.c:173
 msgid "Description"
@@ -954,8 +955,8 @@ msgid "Cleanup finished"
 msgstr "Aufräumen vollständig"
 
 #: ../tvp-svn-helper/tsh-cleanup.c:97
-msgid "Cleaning up ..."
-msgstr "Aufräumen läuft …"
+msgid "Cleaning up..."
+msgstr "Räume auf..."
 
 #: ../tvp-svn-helper/tsh-commit.c:211 ../tvp-svn-helper/tsh-common.c:823
 #: ../tvp-svn-helper/tsh-common.c:1089 ../tvp-svn-helper/tsh-copy.c:107
@@ -1430,8 +1431,8 @@ msgid "Relocate finished"
 msgstr "Umplatzieren vollendet"
 
 #: ../tvp-svn-helper/tsh-relocate.c:139
-msgid "Relocating ..."
-msgstr "Umplatzieren läuft …"
+msgid "Relocating..."
+msgstr "Ziehe um..."
 
 #: ../tvp-svn-helper/tsh-relocate-dialog.c:87
 msgid "_From:"

-- 
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] [thunar-plugins/thunar-shares-plugin] 01/01: I18n: Update translation de (100%).

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

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-shares-plugin.

commit bbacf94f5adc493bde2efaef9108297f9f98d3a5
Author: Vinzenz Vietzke 
Date:   Tue Mar 6 12:30:57 2018 +0100

I18n: Update translation de (100%).

29 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/de.po b/po/de.po
index c1bc8ba..9640699 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-16 06:30+0100\n"
-"PO-Revision-Date: 2018-02-16 23:51+\n"
+"PO-Revision-Date: 2018-03-06 10:08+\n"
 "Last-Translator: Vinzenz Vietzke \n"
 "Language-Team: German 
(http://www.transifex.com/xfce/thunar-plugins/language/de/)\n"
 "MIME-Version: 1.0\n"

-- 
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] [thunar-plugins/thunar-shares-plugin] branch master updated (ab890cf -> bbacf94)

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

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-shares-plugin.

  from  ab890cf   I18n: Update translation sq (100%).
   new  bbacf94   I18n: Update translation de (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/de.po | 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] [thunar-plugins/thunar-media-tags-plugin] 01/01: I18n: Update translation de (100%).

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

transifex pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-media-tags-plugin.

commit dc4fa0f7dedfa69128798d982bc124ef8821c328
Author: Vinzenz Vietzke 
Date:   Tue Mar 6 12:30:49 2018 +0100

I18n: Update translation de (100%).

60 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/de.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/de.po b/po/de.po
index 9440a92..4551293 100644
--- a/po/de.po
+++ b/po/de.po
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: Thunar Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-02-15 00:30+0100\n"
-"PO-Revision-Date: 2018-02-15 21:11+\n"
+"PO-Revision-Date: 2018-03-06 10:36+\n"
 "Last-Translator: Vinzenz Vietzke \n"
 "Language-Team: German 
(http://www.transifex.com/xfce/thunar-plugins/language/de/)\n"
 "MIME-Version: 1.0\n"

-- 
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] [thunar-plugins/thunar-media-tags-plugin] branch master updated (35a6718 -> dc4fa0f)

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

transifex pushed a 
change to branch 
master
in repository thunar-plugins/thunar-media-tags-plugin.

  from  35a6718   I18n: Update translation sq (100%).
   new  dc4fa0f   I18n: Update translation de (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/de.po | 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