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

2020-01-01 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-panel.

commit 514a49f9a3ec801fc60bef14e795b3440d6acafc
Author: Demiray Muhterem 
Date:   Thu Jan 2 00:30:45 2020 +0100

I18n: Update translation tr (100%).

416 translated messages.

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

diff --git a/po/tr.po b/po/tr.po
index 43d181b..d892205 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -5,7 +5,7 @@
 # Translators:
 # Ali Polatel , 2014
 # Ayhan YALÇINSOY , 2010
-# Demiray Muhterem , 2018-2019
+# Demiray Muhterem , 2018-2020
 # Erçin EKER , 2004
 # erenturkay , 2007-2008
 # Faruk Uzun , 2013
@@ -20,8 +20,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-12-09 00:30+0100\n"
-"PO-Revision-Date: 2019-12-11 10:57+\n"
+"POT-Creation-Date: 2019-12-29 18:30+0100\n"
+"PO-Revision-Date: 2020-01-01 22:09+\n"
 "Last-Translator: Demiray Muhterem \n"
 "Language-Team: Turkish 
(http://www.transifex.com/xfce/xfce4-panel/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -995,7 +995,7 @@ msgid "_OK"
 msgstr "_Tamam"
 
 #: ../plugins/applicationsmenu/applicationsmenu.c:639
-#: ../plugins/clock/clock.c:955 ../plugins/launcher/launcher.c:2399
+#: ../plugins/clock/clock.c:955 ../plugins/launcher/launcher.c:2403
 #, c-format
 msgid "Failed to execute command \"%s\"."
 msgstr "\"%s\" komutu çalıştırılamadı."
@@ -1443,8 +1443,8 @@ msgid "_Base Directory:"
 msgstr "_Temel Dizin:"
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:7
-msgid "Show '_Open _Folder'"
-msgstr "'_Açık _Klasörü' Göster"
+msgid "Show 'Open _Folder'"
+msgstr "'Açık _Dizini' Göster"
 
 #: ../plugins/directorymenu/directorymenu-dialog.glade.h:8
 msgid "Show 'Open in _Terminal'"
@@ -1479,7 +1479,7 @@ msgstr "Başlatıcı menüsünü aç"
 msgid "Unnamed Item"
 msgstr "İsimsiz Öge"
 
-#: ../plugins/launcher/launcher.c:1796
+#: ../plugins/launcher/launcher.c:1800
 msgid "No items"
 msgstr "Öge yok"
 

-- 
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-panel] branch master updated (4edda27 -> 514a49f)

2020-01-01 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-panel.

  from  4edda27   I18n: Update translation ca (100%).
   new  514a49f   I18n: Update translation tr (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/tr.po | 14 +++---
 1 file changed, 7 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/thunar] branch master updated (bc1b71a -> 1e076f6)

2020-01-01 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  bc1b71a   Drop timer on finalize (Bug #15305)
   new  1e076f6   Drop GLIB_CHECK_VERSION for <= 2.42.0

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:
 thunar/main.c   |  7 ---
 thunar/thunar-thumbnail-cache.c | 17 -
 thunar/thunar-thumbnailer.c | 18 --
 thunarx/thunarx-file-info.c |  9 -
 4 files changed, 51 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: Drop GLIB_CHECK_VERSION for <= 2.42.0

2020-01-01 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 1e076f676370050628051f27530c45878add98c3
Author: Andre Miranda 
Date:   Wed Jan 1 19:19:02 2020 -0300

Drop GLIB_CHECK_VERSION for <= 2.42.0
---
 thunar/main.c   |  7 ---
 thunar/thunar-thumbnail-cache.c | 17 -
 thunar/thunar-thumbnailer.c | 18 --
 thunarx/thunarx-file-info.c |  9 -
 4 files changed, 51 deletions(-)

diff --git a/thunar/main.c b/thunar/main.c
index 46888bc..c2bd5d4 100644
--- a/thunar/main.c
+++ b/thunar/main.c
@@ -73,13 +73,6 @@ main (int argc, char **argv)
   thunar_preferences_xfconf_init_failed ();
 }
 
-#ifdef HAVE_GIO_UNIX
-#if !GLIB_CHECK_VERSION (2, 42, 0)
-  /* set desktop environment for app infos */
-  g_desktop_app_info_set_desktop_env ("XFCE");
-#endif
-#endif
-
   /* register additional transformation functions */
   thunar_g_initialize_transformations ();
 
diff --git a/thunar/thunar-thumbnail-cache.c b/thunar/thunar-thumbnail-cache.c
index 2648310..b54719b 100644
--- a/thunar/thunar-thumbnail-cache.c
+++ b/thunar/thunar-thumbnail-cache.c
@@ -32,13 +32,8 @@
 #include 
 #include 
 
-#if GLIB_CHECK_VERSION (2, 32, 0)
 #define _thumbnail_cache_lock(cache)   g_mutex_lock (&((cache)->lock))
 #define _thumbnail_cache_unlock(cache) g_mutex_unlock (&((cache)->lock))
-#else
-#define _thumbnail_cache_lock(cache)   g_mutex_lock ((cache)->lock)
-#define _thumbnail_cache_unlock(cache) g_mutex_unlock ((cache)->lock)
-#endif
 
 
 
@@ -79,11 +74,7 @@ struct _ThunarThumbnailCache
   GList  *cleanup_queue;
   guint   cleanup_queue_idle_id;
 
-#if GLIB_CHECK_VERSION (2, 32, 0)
   GMutex  lock;
-#else
-  GMutex *lock;
-#endif
 };
 
 
@@ -144,11 +135,7 @@ thunar_thumbnail_cache_finalize (GObject *object)
   _thumbnail_cache_unlock (cache);
 
   /* release the mutex itself */
-#if GLIB_CHECK_VERSION (2, 32, 0)
   g_mutex_clear (&cache->lock);
-#else
-  g_mutex_free (cache->lock);
-#endif
 
   (*G_OBJECT_CLASS (thunar_thumbnail_cache_parent_class)->finalize) (object);
 }
@@ -758,11 +745,7 @@ static void
 thunar_thumbnail_cache_init (ThunarThumbnailCache *cache)
 {
   /* create a new mutex for accessing the cache from different threads */
-#if GLIB_CHECK_VERSION (2, 32, 0)
   g_mutex_init (&cache->lock);
-#else
-  cache->lock = g_mutex_new ();
-#endif
 
   /* add an additional reference to keep us alive while tre proxy initializes 
*/
   g_object_ref (cache);
diff --git a/thunar/thunar-thumbnailer.c b/thunar/thunar-thumbnailer.c
index 0701d2c..cfaf2c3 100644
--- a/thunar/thunar-thumbnailer.c
+++ b/thunar/thunar-thumbnailer.c
@@ -141,15 +141,9 @@ static void   
thunar_thumbnailer_set_property   (GObject
  const 
GValue   *value,
  
GParamSpec *pspec);
 
-#if GLIB_CHECK_VERSION (2, 32, 0)
 #define _thumbnailer_lock(thumbnailer)g_mutex_lock (&((thumbnailer)->lock))
 #define _thumbnailer_unlock(thumbnailer)  g_mutex_unlock 
(&((thumbnailer)->lock))
 #define _thumbnailer_trylock(thumbnailer) g_mutex_trylock 
(&((thumbnailer)->lock))
-#else
-#define _thumbnailer_lock(thumbnailer)g_mutex_lock ((thumbnailer)->lock)
-#define _thumbnailer_unlock(thumbnailer)  g_mutex_unlock ((thumbnailer)->lock)
-#define _thumbnailer_trylock(thumbnailer) g_mutex_trylock ((thumbnailer)->lock)
-#endif
 
 
 
@@ -169,11 +163,7 @@ struct _ThunarThumbnailer
   /* running jobs */
   GSList *jobs;
 
-#if GLIB_CHECK_VERSION (2, 32, 0)
   GMutex  lock;
-#else
-  GMutex *lock;
-#endif
 
   /* cached MIME types -> URI schemes for which thumbs can be generated */
   GHashTable *supported;
@@ -514,11 +504,7 @@ thunar_thumbnailer_begin_job (ThunarThumbnailer 
*thumbnailer,
 static void
 thunar_thumbnailer_init (ThunarThumbnailer *thumbnailer)
 {
-  #if GLIB_CHECK_VERSION (2, 32, 0)
   g_mutex_init (&thumbnailer->lock);
-#else
-  thumbnailer->lock = g_mutex_new ();
-#endif
 
   /* initialize the proxies */
   thunar_thumbnailer_init_thumbnailer_proxy (thumbnailer);
@@ -567,11 +553,7 @@ thunar_thumbnailer_finalize (GObject *object)
   _thumbnailer_unlock (thumbnailer);
 
 /* release the mutex */
-#if GLIB_CHECK_VERSION (2, 32, 0)
   g_mutex_clear (&thumbnailer->lock);
-#else
-  g_mutex_free (thumbnailer->lock);
-#endif
 
   (*G_OBJECT_CLASS (thunar_thumbnailer_parent_class)->finalize) (object);
 }
diff --git a/thunarx/thunarx-file-info.c b/thunarx/thunarx-file-info.c
index ad83206..0879ad3 100644
--- a/thunarx/thunarx-file-info.c
+++ b/thunarx/thunarx-file-info.c
@@ -426,16 +426,7 @@ thunarx_file_info_list_get_type (void)
 GList*
 thunarx_file_info_list_copy (GList *file_infos)
 

[Xfce4-commits] [xfce/thunar] branch xfce-4.14 updated (f4f5330 -> b74ef72)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  f4f5330   I18n: Update translation nb (100%).
   new  806cf8e   Store column width setting asynchronously and only once 
(Bug #15305)
   new  b74ef72   Drop timer on finalize (Bug #15305)

The 2 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:
 thunar/thunar-column-model.c | 29 +++--
 1 file changed, 27 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/thunar] 02/02: Drop timer on finalize (Bug #15305)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit b74ef72ba467fb7d9427719bcdcb7a963a4dd646
Author: Andre Miranda 
Date:   Wed Jan 1 18:28:59 2020 -0300

Drop timer on finalize (Bug #15305)
---
 thunar/thunar-column-model.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/thunar/thunar-column-model.c b/thunar/thunar-column-model.c
index d2fc88d..1ece1be 100644
--- a/thunar/thunar-column-model.c
+++ b/thunar/thunar-column-model.c
@@ -213,6 +213,10 @@ thunar_column_model_finalize (GObject *object)
   g_signal_handlers_disconnect_matched (G_OBJECT (column_model->preferences), 
G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, column_model);
   g_object_unref (G_OBJECT (column_model->preferences));
 
+  /* drop any running "save width" timer */
+  if (G_UNLIKELY (column_model->save_width_timer_id != 0))
+g_source_remove (column_model->save_width_timer_id);
+
   (*G_OBJECT_CLASS (thunar_column_model_parent_class)->finalize) (object);
 }
 

-- 
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/02: Store column width setting asynchronously and only once (Bug #15305)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 806cf8e2cdbadbd3604ea959380bc60bc7d17469
Author: Andre Miranda 
Date:   Wed Jan 1 17:56:35 2020 -0300

Store column width setting asynchronously and only once (Bug #15305)

To avoid overloading Xfconf
---
 thunar/thunar-column-model.c | 25 +++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-column-model.c b/thunar/thunar-column-model.c
index 35ac6fc..d2fc88d 100644
--- a/thunar/thunar-column-model.c
+++ b/thunar/thunar-column-model.c
@@ -86,6 +86,7 @@ static void   
thunar_column_model_save_visible_columns(ThunarCol
 static void   thunar_column_model_notify_visible_columns  
(ThunarPreferences  *preferences,

GParamSpec *pspec,

ThunarColumnModel  *column_model);
+static gboolean   thunar_column_model_set_column_width_timer  
(gpointeruser_data);
 
 
 
@@ -113,6 +114,7 @@ struct _ThunarColumnModel
   ThunarColumn   order[THUNAR_N_VISIBLE_COLUMNS];
   gboolean   visible[THUNAR_N_VISIBLE_COLUMNS];
   gint   width[THUNAR_N_VISIBLE_COLUMNS];
+  guint  save_width_timer_id;
 };
 
 
@@ -720,6 +722,19 @@ thunar_column_model_notify_visible_columns 
(ThunarPreferences *preferences,
 
 
 
+static gboolean
+thunar_column_model_set_column_width_timer (gpointer user_data)
+{
+  ThunarColumnModel *column_model = THUNAR_COLUMN_MODEL (user_data);
+
+  thunar_column_model_save_column_widths (column_model);
+  column_model->save_width_timer_id = 0;
+
+  return FALSE;
+}
+
+
+
 /**
  * thunar_column_model_get_default:
  *
@@ -998,8 +1013,14 @@ thunar_column_model_set_column_width (ThunarColumnModel 
*column_model,
   /* apply the new value */
   column_model->width[column] = width;
 
-  /* store the settings */
-  thunar_column_model_save_column_widths (column_model);
+  /* store the settings... */
+  if (column_model->save_width_timer_id != 0)
+g_source_remove (column_model->save_width_timer_id);
+
+  /* ... asynchronously and only once to not overload xfconf */
+  column_model->save_width_timer_id = g_timeout_add (1000,
+ 
thunar_column_model_set_column_width_timer,
+ column_model);
 }
 }
 

-- 
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] branch master updated (2bbf314 -> bc1b71a)

2020-01-01 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  2bbf314   Store column width setting asynchronously and only once 
(Bug #15305)
   new  bc1b71a   Drop timer on finalize (Bug #15305)

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:
 thunar/thunar-column-model.c | 4 
 1 file changed, 4 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/thunar] 01/01: Drop timer on finalize (Bug #15305)

2020-01-01 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 bc1b71a2a24abdbfb6a3d3e7f58678cf21a44e41
Author: Andre Miranda 
Date:   Wed Jan 1 18:28:59 2020 -0300

Drop timer on finalize (Bug #15305)
---
 thunar/thunar-column-model.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/thunar/thunar-column-model.c b/thunar/thunar-column-model.c
index d2fc88d..1ece1be 100644
--- a/thunar/thunar-column-model.c
+++ b/thunar/thunar-column-model.c
@@ -213,6 +213,10 @@ thunar_column_model_finalize (GObject *object)
   g_signal_handlers_disconnect_matched (G_OBJECT (column_model->preferences), 
G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, column_model);
   g_object_unref (G_OBJECT (column_model->preferences));
 
+  /* drop any running "save width" timer */
+  if (G_UNLIKELY (column_model->save_width_timer_id != 0))
+g_source_remove (column_model->save_width_timer_id);
+
   (*G_OBJECT_CLASS (thunar_column_model_parent_class)->finalize) (object);
 }
 

-- 
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: Store column width setting asynchronously and only once (Bug #15305)

2020-01-01 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 2bbf3142a317401502795758d45f295d84bf7abf
Author: Andre Miranda 
Date:   Wed Jan 1 17:56:35 2020 -0300

Store column width setting asynchronously and only once (Bug #15305)

To avoid overloading Xfconf
---
 thunar/thunar-column-model.c | 25 +++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-column-model.c b/thunar/thunar-column-model.c
index 35ac6fc..d2fc88d 100644
--- a/thunar/thunar-column-model.c
+++ b/thunar/thunar-column-model.c
@@ -86,6 +86,7 @@ static void   
thunar_column_model_save_visible_columns(ThunarCol
 static void   thunar_column_model_notify_visible_columns  
(ThunarPreferences  *preferences,

GParamSpec *pspec,

ThunarColumnModel  *column_model);
+static gboolean   thunar_column_model_set_column_width_timer  
(gpointeruser_data);
 
 
 
@@ -113,6 +114,7 @@ struct _ThunarColumnModel
   ThunarColumn   order[THUNAR_N_VISIBLE_COLUMNS];
   gboolean   visible[THUNAR_N_VISIBLE_COLUMNS];
   gint   width[THUNAR_N_VISIBLE_COLUMNS];
+  guint  save_width_timer_id;
 };
 
 
@@ -720,6 +722,19 @@ thunar_column_model_notify_visible_columns 
(ThunarPreferences *preferences,
 
 
 
+static gboolean
+thunar_column_model_set_column_width_timer (gpointer user_data)
+{
+  ThunarColumnModel *column_model = THUNAR_COLUMN_MODEL (user_data);
+
+  thunar_column_model_save_column_widths (column_model);
+  column_model->save_width_timer_id = 0;
+
+  return FALSE;
+}
+
+
+
 /**
  * thunar_column_model_get_default:
  *
@@ -998,8 +1013,14 @@ thunar_column_model_set_column_width (ThunarColumnModel 
*column_model,
   /* apply the new value */
   column_model->width[column] = width;
 
-  /* store the settings */
-  thunar_column_model_save_column_widths (column_model);
+  /* store the settings... */
+  if (column_model->save_width_timer_id != 0)
+g_source_remove (column_model->save_width_timer_id);
+
+  /* ... asynchronously and only once to not overload xfconf */
+  column_model->save_width_timer_id = g_timeout_add (1000,
+ 
thunar_column_model_set_column_width_timer,
+ column_model);
 }
 }
 

-- 
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] branch master updated (206242b -> 2bbf314)

2020-01-01 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  206242b   I18n: Update translation nb (100%).
   new  2bbf314   Store column width setting asynchronously and only once 
(Bug #15305)

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:
 thunar/thunar-column-model.c | 25 +++--
 1 file changed, 23 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/catfish] branch master updated (9941667 -> 45bf5a2)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  9941667   Better handling of Wayland screen sizes
   new  45bf5a2   Catfish 1.4.12

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:
 ChangeLog|  2 +-
 catfish_lib/catfishconfig.py |  2 +-
 data/metainfo/catfish.appdata.xml.in |  8 +++
 po/catfish.pot   | 42 
 po/fr.po |  2 +-
 5 files changed, 35 insertions(+), 21 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/catfish] 01/01: Catfish 1.4.12

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit 45bf5a250c535e1527feaea058a5b2e715dbc732
Author: Sean Davis 
Date:   Wed Jan 1 13:38:34 2020 -0500

Catfish 1.4.12
---
 ChangeLog|  2 +-
 catfish_lib/catfishconfig.py |  2 +-
 data/metainfo/catfish.appdata.xml.in |  8 +++
 po/catfish.pot   | 42 
 po/fr.po |  2 +-
 5 files changed, 35 insertions(+), 21 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d290ada..e9f4e58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-v1.4.12 (unreleased):
+v1.4.12:
  + New Features:
- Wayland and GNOME Shell support (Xfce #16293)
  + General:
diff --git a/catfish_lib/catfishconfig.py b/catfish_lib/catfishconfig.py
index 6ce4af3..7491a59 100644
--- a/catfish_lib/catfishconfig.py
+++ b/catfish_lib/catfishconfig.py
@@ -31,7 +31,7 @@ __catfish_data_directory__ = '../data/'
 # Location of locate.db file
 __locate_db_path__ = '/var/lib/mlocate/mlocate.db'
 __license__ = 'GPL-2+'
-__version__ = '1.4.11'
+__version__ = '1.4.12'
 __url__ = 'https://docs.xfce.org/apps/catfish/start'
 
 
diff --git a/data/metainfo/catfish.appdata.xml.in 
b/data/metainfo/catfish.appdata.xml.in
index bb1b98d..1f8a34f 100644
--- a/data/metainfo/catfish.appdata.xml.in
+++ b/data/metainfo/catfish.appdata.xml.in
@@ -43,6 +43,14 @@
   
 
   
+
+  
+<_p>This releases adds support for running under Wayland and features
+refreshed dialogs with simplified controls.
+
+  
+
+
 
   
 <_p>This releases addresses some startup errors as well as various
diff --git a/po/catfish.pot b/po/catfish.pot
index 89ac648..f5299c3 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-01-01 13:01-0500\n"
+"POT-Creation-Date: 2020-01-01 13:36-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
@@ -564,29 +564,35 @@ msgstr ""
 
 #: ../data/metainfo/catfish.appdata.xml.in.h:5
 msgid ""
+"This releases adds support for running under Wayland and features refreshed "
+"dialogs with simplified controls."
+msgstr ""
+
+#: ../data/metainfo/catfish.appdata.xml.in.h:6
+msgid ""
 "This releases addresses some startup errors as well as various issues with "
 "traversing symbolic links."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:6
+#: ../data/metainfo/catfish.appdata.xml.in.h:7
 msgid ""
 "This release includes many appearance improvements, introduces a new "
 "preferences dialog, and improves search results and performance."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:7
+#: ../data/metainfo/catfish.appdata.xml.in.h:8
 msgid ""
 "This release features performance improvements by excluding uncommon search "
 "directories."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:8
+#: ../data/metainfo/catfish.appdata.xml.in.h:9
 msgid ""
 "This release features better desktop integration, support for OpenBSD and "
 "Wayland, and improved translation support."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:9
+#: ../data/metainfo/catfish.appdata.xml.in.h:10
 msgid ""
 "This release features improved performance, better desktop integration, and "
 "a number of long-standing bugs. Quoted search strings are now correctly "
@@ -594,7 +600,7 @@ msgid ""
 "generated when requested by the user."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:10
+#: ../data/metainfo/catfish.appdata.xml.in.h:11
 msgid ""
 "This release features several improvements to thumbnail processing and "
 "numerous bug fixes. Icon previews have been improved and will now match "
@@ -602,23 +608,23 @@ msgid ""
 "now accessible with all desktop themes."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:11
+#: ../data/metainfo/catfish.appdata.xml.in.h:12
 msgid "This is a minor translations-only release."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:12
+#: ../data/metainfo/catfish.appdata.xml.in.h:13
 msgid ""
 "This release features several performance improvements and numerous "
 "translation updates."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:13
+#: ../data/metainfo/catfish.appdata.xml.in.h:14
 msgid ""
 "This release now displays all file timestamps according to timezone instead "
 "of Universal Coordinated Time (UTC)."
 msgstr ""
 
-#: ../data/metainfo/catfish.appdata.xml.in.h:14
+#: ../data/metainfo/catfish.appdata.xml.in.h:15
 msgid ""
 "This release fixes several bugs related to the results window. Files are "
 "once again removed from the results list when deleted. Middle- an

[Xfce4-commits] [apps/catfish] annotated tag catfish-1.4.12 created (now cb4bda0)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to annotated 
tag catfish-1.4.12
in repository apps/catfish.

at  cb4bda0   (tag)
   tagging  45bf5a250c535e1527feaea058a5b2e715dbc732 (commit)
  replaces  catfish-1.4.11
 tagged by  Sean Davis
on  Wed Jan 1 13:38:51 2020 -0500

- Log -
catfish-1.4.12
-BEGIN PGP SIGNATURE-

iQFMBAABCgA2FiEEIdALUAHoBOXebkv4dub+7JX8XiIFAl4M5zwYHHNtZC5zZWFu
ZGF2aXNAZ21haWwuY29tAAoJEHbm/uyV/F4itVQIAKKc4/XHu8rwfZEylAZDfMJl
tto7hHzw2EpnkTHjgoV655a6ovcvZ0We27jVEYKoMyXvgORnkYSZIQ4Y4buYVPV5
egQ9skP4aag2ZICFSb2ZAk85Oq+0wN+fTe0b0vFbV7EO8OZkr36j2+/nbJCiy55P
jxdEr4AMEFgoZqGn9S1puy10HJI7rDKD0JVUmIU1X/MhCQry9/XzO0qexeobp7vG
ODoC3EPzx4WNjrV7+LBUO/OezTegm8wV+W9thlGfUtsrEFP96P/+iMFe/Ic+vTov
aEfsmoE30nfU+QKdko6QIS3Xqd8GADuPSRZWZ/WYg2Phv4VP6/g2FRmhz9kgmNY=
=CdJE
-END PGP SIGNATURE-
---

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/catfish] branch master updated (5b77c6d -> 9941667)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  5b77c6d   Bump copyright
   new  9941667   Better handling of Wayland screen sizes

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:
 catfish/CatfishWindow.py | 27 ++
 po/catfish.pot   | 72 
 2 files changed, 52 insertions(+), 47 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/catfish] 01/01: Better handling of Wayland screen sizes

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit 9941667bfd3f549e2786577e43dcd9938c4a062b
Author: Sean Davis 
Date:   Wed Jan 1 13:02:36 2020 -0500

Better handling of Wayland screen sizes
---
 catfish/CatfishWindow.py | 27 ++
 po/catfish.pot   | 72 
 2 files changed, 52 insertions(+), 47 deletions(-)

diff --git a/catfish/CatfishWindow.py b/catfish/CatfishWindow.py
index 6a5335e..134f115 100644
--- a/catfish/CatfishWindow.py
+++ b/catfish/CatfishWindow.py
@@ -324,17 +324,22 @@ class CatfishWindow(Window):
 (screen_width, screen_height) = self.get_screen_size()
 (display_width, display_height) = self.get_display_size()
 
-if (window_height > screen_height or window_width > screen_width):
-window_width = min(display_width, 650)
-window_height = min(display_height, 470)
+if (screen_width, screen_height) == (-1, -1) or \
+(display_width, display_height) == (-1, -1):
+# Failed detection, likely using Wayland, don't resize
+pass
+else:
+if (window_height > screen_height or window_width > screen_width):
+window_width = min(display_width, 650)
+window_height = min(display_height, 470)
 
-paned.set_property('height_request', window_height)
-paned.set_property('width_request', window_width)
+paned.set_property('height_request', window_height)
+paned.set_property('width_request', window_width)
 
-if (window_x >= 0 and window_y >= 0):
-if (window_x + window_width <= screen_width) and \
-   (window_y + window_height <= screen_height):
-self.move(window_x, window_y)
+if (window_x >= 0 and window_y >= 0):
+if (window_x + window_width <= screen_width) and \
+(window_y + window_height <= screen_height):
+self.move(window_x, window_y)
 
 self.refresh_search_entry()
 
@@ -391,13 +396,13 @@ class CatfishWindow(Window):
 def get_screen_size(self):
 s = Gdk.Screen.get_default()
 if s is None:
-return (800, 600)
+return (-1, -1)
 return (s.get_width(), s.get_height())
 
 def get_display_size(self):
 d = Gdk.Display.get_default()
 if d is None:
-return (800, 600)
+return (-1, -1)
 
 w = Gdk.get_default_root_window()
 m = d.get_monitor_at_window(w)
diff --git a/po/catfish.pot b/po/catfish.pot
index 157d627..89ac648 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-01-01 12:41-0500\n"
+"POT-Creation-Date: 2020-01-01 13:01-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
@@ -209,11 +209,11 @@ msgstr ""
 msgid "File Type"
 msgstr ""
 
-#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1316
+#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1321
 msgid "Modified"
 msgstr ""
 
-#: ../data/ui/CatfishWindow.ui.h:29 ../catfish/CatfishWindow.py:1761
+#: ../data/ui/CatfishWindow.ui.h:29 ../catfish/CatfishWindow.py:1766
 msgid "Results will be displayed as soon as they are found."
 msgstr ""
 
@@ -223,7 +223,7 @@ msgstr ""
 
 #. Restore Cancel button
 #. Buttons
-#: ../data/ui/CatfishWindow.ui.h:31 ../catfish/CatfishWindow.py:711
+#: ../data/ui/CatfishWindow.ui.h:31 ../catfish/CatfishWindow.py:716
 #: ../catfish_lib/SudoDialog.py:193
 msgid "Cancel"
 msgstr ""
@@ -356,152 +356,152 @@ msgstr ""
 msgid "Never"
 msgstr ""
 
-#: ../catfish/CatfishWindow.py:369
+#: ../catfish/CatfishWindow.py:374
 #, python-format
 msgid ""
 "Enter your query above to find your files\n"
 "or click the %s icon for more options."
 msgstr ""
 
-#: ../catfish/CatfishWindow.py:726
+#: ../catfish/CatfishWindow.py:731
 msgid "An error occurred while updating the database."
 msgstr ""
 
-#: ../catfish/CatfishWindow.py:728
+#: ../catfish/CatfishWindow.py:733
 msgid "Authentication failed."
 msgstr ""
 
-#: ../catfish/CatfishWindow.py:734
+#: ../catfish/CatfishWindow.py:739
 msgid "Authentication cancelled."
 msgstr ""
 
-#: ../catfish/CatfishWindow.py:740
+#: ../catfish/CatfishWindow.py:745
 msgid "Search database updated successfully."
 msgstr ""
 
 #. Update the Cancel button to Close, make it default
-#: ../catfish/CatfishWindow.py:801
+#: ../catfish/CatfishWindow.py:806
 msgid "Close"
 msgstr ""
 
 #. Set the dialog status to running.
-#: ../catfish/CatfishWindow.py:815
+#: ../catfish/CatfishWindow.py:820
 msgid "Updating..."
 msgstr "

[Xfce4-commits] [apps/catfish] 01/01: Bump copyright

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit 5b77c6d81602639dd543ccf466772426ee82b650
Author: Sean Davis 
Date:   Wed Jan 1 12:46:54 2020 -0500

Bump copyright
---
 AUTHORS  | 2 +-
 bin/catfish  | 2 +-
 catfish.1| 2 +-
 catfish/CatfishPrefsDialog.py| 2 +-
 catfish/CatfishSearchEngine.py   | 2 +-
 catfish/CatfishWindow.py | 2 +-
 catfish/__init__.py  | 2 +-
 catfish_lib/Builder.py   | 2 +-
 catfish_lib/CatfishSettings.py   | 2 +-
 catfish_lib/PrefsDialog.py   | 2 +-
 catfish_lib/SudoDialog.py| 2 +-
 catfish_lib/Thumbnailer.py   | 2 +-
 catfish_lib/Window.py| 2 +-
 catfish_lib/__init__.py  | 2 +-
 catfish_lib/catfishconfig.py | 4 ++--
 catfish_lib/helpers.py   | 2 +-
 data/metainfo/catfish.appdata.xml.in | 2 +-
 po/POTFILES.in   | 2 +-
 setup.py | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index c03536b..8945150 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
 Copyright (C) 2007-2012 Christian Dywan 
-Copyright (C) 2012-2019 Sean Davis 
+Copyright (C) 2012-2020 Sean Davis 
diff --git a/bin/catfish b/bin/catfish
index 5f06a6a..17107a1 100755
--- a/bin/catfish
+++ b/bin/catfish
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan 
-#   Copyright (C) 2012-2019 Sean Davis 
+#   Copyright (C) 2012-2020 Sean Davis 
 #
 #   This program is free software: you can redistribute it and/or modify it
 #   under the terms of the GNU General Public License version 2, as published
diff --git a/catfish.1 b/catfish.1
index ca136e3..1570392 100644
--- a/catfish.1
+++ b/catfish.1
@@ -1,4 +1,4 @@
-.TH CATFISH "1" "December 2019" "catfish 1.4.11" "User Commands"
+.TH CATFISH "1" "January 2020" "catfish 1.4.12" "User Commands"
 .SH NAME
 catfish \- File searching tool which is configurable via the command line
 .SH "DESCRIPTION"
diff --git a/catfish/CatfishPrefsDialog.py b/catfish/CatfishPrefsDialog.py
index ef2d6ae..f9ac9c3 100644
--- a/catfish/CatfishPrefsDialog.py
+++ b/catfish/CatfishPrefsDialog.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan 
-#   Copyright (C) 2012-2019 Sean Davis 
+#   Copyright (C) 2012-2020 Sean Davis 
 #
 #   This program is free software: you can redistribute it and/or modify it
 #   under the terms of the GNU General Public License version 2, as published
diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py
index f5dfa3d..cb22244 100644
--- a/catfish/CatfishSearchEngine.py
+++ b/catfish/CatfishSearchEngine.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan 
-#   Copyright (C) 2012-2019 Sean Davis 
+#   Copyright (C) 2012-2020 Sean Davis 
 #
 #   This program is free software: you can redistribute it and/or modify it
 #   under the terms of the GNU General Public License version 2, as published
diff --git a/catfish/CatfishWindow.py b/catfish/CatfishWindow.py
index 6fa8a1b..6a5335e 100644
--- a/catfish/CatfishWindow.py
+++ b/catfish/CatfishWindow.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan 
-#   Copyright (C) 2012-2019 Sean Davis 
+#   Copyright (C) 2012-2020 Sean Davis 
 #
 #   This program is free software: you can redistribute it and/or modify it
 #   under the terms of the GNU General Public License version 2, as published
diff --git a/catfish/__init__.py b/catfish/__init__.py
index c95f4a5..596b036 100644
--- a/catfish/__init__.py
+++ b/catfish/__init__.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan 
-#   Copyright (C) 2012-2019 Sean Davis 
+#   Copyright (C) 2012-2020 Sean Davis 
 #
 #   This program is free software: you can redistribute it and/or modify it
 #   under the terms of the GNU General Public License version 2, as published
diff --git a/catfish_lib/Builder.py b/catfish_lib/Builder.py
index 8c5d62e..9c8d478 100644
--- a/catfish_lib/Builder.py
+++ b/catfish_lib/Builder.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-wid

[Xfce4-commits] [apps/catfish] branch master updated (ca2a6a2 -> 5b77c6d)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  ca2a6a2   Another autopep8 fix
   new  5b77c6d   Bump copyright

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:
 AUTHORS  | 2 +-
 bin/catfish  | 2 +-
 catfish.1| 2 +-
 catfish/CatfishPrefsDialog.py| 2 +-
 catfish/CatfishSearchEngine.py   | 2 +-
 catfish/CatfishWindow.py | 2 +-
 catfish/__init__.py  | 2 +-
 catfish_lib/Builder.py   | 2 +-
 catfish_lib/CatfishSettings.py   | 2 +-
 catfish_lib/PrefsDialog.py   | 2 +-
 catfish_lib/SudoDialog.py| 2 +-
 catfish_lib/Thumbnailer.py   | 2 +-
 catfish_lib/Window.py| 2 +-
 catfish_lib/__init__.py  | 2 +-
 catfish_lib/catfishconfig.py | 4 ++--
 catfish_lib/helpers.py   | 2 +-
 data/metainfo/catfish.appdata.xml.in | 2 +-
 po/POTFILES.in   | 2 +-
 setup.py | 2 +-
 19 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] [apps/catfish] branch master updated (bd7cd40 -> ca2a6a2)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  bd7cd40   Apply autopep8 fixes
   new  acbacb0   Apply numerous pylint fixes
   new  ca2a6a2   Another autopep8 fix

The 2 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:
 bin/catfish|   8 +-
 catfish/CatfishPrefsDialog.py  |  12 ++-
 catfish/CatfishSearchEngine.py |  82 ++-
 catfish/CatfishWindow.py   | 177 -
 catfish/__init__.py|   7 +-
 catfish_lib/Builder.py |   4 +-
 catfish_lib/CatfishSettings.py |  15 ++--
 catfish_lib/SudoDialog.py  |  19 ++---
 catfish_lib/Thumbnailer.py |  10 ++-
 catfish_lib/Window.py  |  22 ++---
 catfish_lib/__init__.py|   2 +-
 catfish_lib/catfishconfig.py   |   2 +-
 catfish_lib/helpers.py |  28 +--
 po/catfish.pot | 116 +--
 setup.py   |  58 +++---
 15 files changed, 277 insertions(+), 285 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/catfish] 02/02: Another autopep8 fix

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit ca2a6a25c38b2361e310cac7b6a3b525e1d263eb
Author: Sean Davis 
Date:   Wed Jan 1 12:43:53 2020 -0500

Another autopep8 fix
---
 catfish/CatfishSearchEngine.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py
index 69c10cc..f5dfa3d 100644
--- a/catfish/CatfishSearchEngine.py
+++ b/catfish/CatfishSearchEngine.py
@@ -206,8 +206,8 @@ class CatfishSearchEngine:
 
 if method.method_name == 'fulltext' or  \
 all(key in
-os.path.basename(filename).lower()
-for key in keys):
+os.path.basename(filename).lower()
+for key in keys):
 
 # Remove the URI portion of the filename if present.
 if filename.startswith('file://'):

-- 
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/catfish] 01/02: Apply numerous pylint fixes

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit acbacb0bc04c74838c73162eebe16cbe55427fcd
Author: Sean Davis 
Date:   Wed Jan 1 12:43:00 2020 -0500

Apply numerous pylint fixes
---
 bin/catfish|   8 +-
 catfish/CatfishPrefsDialog.py  |  12 ++-
 catfish/CatfishSearchEngine.py |  86 ++--
 catfish/CatfishWindow.py   | 177 -
 catfish/__init__.py|   7 +-
 catfish_lib/Builder.py |   4 +-
 catfish_lib/CatfishSettings.py |  15 ++--
 catfish_lib/SudoDialog.py  |  19 ++---
 catfish_lib/Thumbnailer.py |  10 ++-
 catfish_lib/Window.py  |  22 ++---
 catfish_lib/__init__.py|   2 +-
 catfish_lib/catfishconfig.py   |   2 +-
 catfish_lib/helpers.py |  28 +--
 po/catfish.pot | 116 +--
 setup.py   |  58 +++---
 15 files changed, 279 insertions(+), 287 deletions(-)

diff --git a/bin/catfish b/bin/catfish
index a226631..5f06a6a 100755
--- a/bin/catfish
+++ b/bin/catfish
@@ -16,18 +16,20 @@
 #   You should have received a copy of the GNU General Public License along
 #   with this program.  If not, see .
 
+import os
+import sys
+
+
 import locale
 locale.textdomain('catfish')
 
-import sys
-import os
 
 import gi
 gi.require_version('Gtk', '3.0')
 from gi.repository import Gtk
 
 # Check GTK Version, minimum required is 3.10
-if Gtk.check_version(3,10,0):
+if Gtk.check_version(3, 10, 0):
 print("Gtk version too old, version 3.10 required.")
 sys.exit(1)
 
diff --git a/catfish/CatfishPrefsDialog.py b/catfish/CatfishPrefsDialog.py
index dd2df13..ef2d6ae 100644
--- a/catfish/CatfishPrefsDialog.py
+++ b/catfish/CatfishPrefsDialog.py
@@ -16,6 +16,10 @@
 #   You should have received a copy of the GNU General Public License along
 #   with this program.  If not, see .
 
+# pylint: disable=C0114
+# pylint: disable=C0116
+# pylint: disable=C0413
+
 import logging
 
 import gi
@@ -24,7 +28,7 @@ from gi.repository import Gtk
 
 from catfish_lib.PrefsDialog import PrefsDialog
 
-logger = logging.getLogger('catfish')
+LOGGER = logging.getLogger('catfish')
 
 
 # See catfish_lib.PrefsDialog.py for more details about how this class works.
@@ -93,14 +97,14 @@ class CatfishPrefsDialog(PrefsDialog):
 self.settings.set_setting("close-after-select", False)
 self.changed_properties.append("close-after-select")
 
-def on_add_directory_clicked(self, widget):
+def on_add_directory_clicked(self, widget):  # pylint: disable=W0613
 dlg = Gtk.FileChooserDialog("Add Excluded Directory",
 self,
 Gtk.FileChooserAction.SELECT_FOLDER,
 (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL,
  Gtk.STOCK_OPEN, Gtk.ResponseType.OK))
 response = dlg.run()
-if (response == Gtk.ResponseType.OK):
+if response == Gtk.ResponseType.OK:
 path = dlg.get_filename()
 treeview = self.builder.get_object("exclude_treeview")
 model = treeview.get_model()
@@ -108,7 +112,7 @@ class CatfishPrefsDialog(PrefsDialog):
 self.treemodel_to_settings(model)
 dlg.destroy()
 
-def on_remove_directory_clicked(self, widget):
+def on_remove_directory_clicked(self, widget):  # pylint: disable=W0613
 treeview = self.builder.get_object("exclude_treeview")
 model = treeview.get_model()
 sel = treeview.get_selection().get_selected()
diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py
index befe63d..69c10cc 100644
--- a/catfish/CatfishSearchEngine.py
+++ b/catfish/CatfishSearchEngine.py
@@ -16,6 +16,10 @@
 #   You should have received a copy of the GNU General Public License along
 #   with this program.  If not, see .
 
+# pylint: disable=C0413
+# pylint: disable=C0114
+# pylint: disable=C0116
+
 import logging
 
 import io
@@ -28,31 +32,28 @@ from itertools import permutations
 
 from mimetypes import guess_type
 
-from sys import version_info
-
 import gi
 gi.require_version('GLib', '2.0')  # noqa
 from gi.repository import GLib
 
 try:
-from zeitgeist.client import ZeitgeistDBusInterface
-from zeitgeist.datamodel import Event, TimeRange
-from zeitgeist import datamodel
-iface = ZeitgeistDBusInterface()
-zeitgeist_support = True
-except Exception:
-zeitgeist_support = False
-
-logger = logging.getLogger('catfish_search')
-python3 = version_info[0] > 2
-engine_count = 0
+from zeitgeist.client import ZeitgeistDBusInterface  # pylint: 
disable=

[Xfce4-commits] [xfce/xfce4-session] branch xfce-4.14 updated (f41f507 -> 3bca7f7)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
change to branch 
xfce-4.14
in repository xfce/xfce4-session.

  from  f41f507   I18n: Update translation ja (100%).
   new  3bca7f7   I18n: Update translation ie (88%).

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/ie.po | 67 +++-
 1 file changed, 37 insertions(+), 30 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-session] branch master updated (bc36b2c -> f22b838)

2020-01-01 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-session.

  from  bc36b2c   I18n: Update translation ja (100%).
   new  f22b838   I18n: Update translation ie (90%).

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/ie.po | 105 ---
 1 file changed, 47 insertions(+), 58 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-session] 01/01: I18n: Update translation ie (88%).

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfce4-session.

commit 3bca7f7f9abda3a42a1c4b3956358d11b12b967c
Author: Anonymous 
Date:   Wed Jan 1 18:31:06 2020 +0100

I18n: Update translation ie (88%).

145 translated messages, 18 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ie.po | 67 +++-
 1 file changed, 37 insertions(+), 30 deletions(-)

diff --git a/po/ie.po b/po/ie.po
index eb11449..5a590ba 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -5,15 +5,16 @@
 # 
 # Translators:
 # Xfce Bot , 2019
+# Caarmi, 2020
 # 
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-session\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-10-20 18:37+0200\n"
+"POT-Creation-Date: 2019-10-21 00:31+0200\n"
 "PO-Revision-Date: 2019-10-20 16:38+\n"
-"Last-Translator: Xfce Bot , 2019\n"
+"Last-Translator: Caarmi, 2020\n"
 "Language-Team: Interlingue (https://www.transifex.com/xfce/teams/16840/ie/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -43,7 +44,7 @@ msgstr "Garda-ecran"
 
 #: ../scripts/xscreensaver.desktop.in.h:2
 msgid "Launch screensaver and locker program"
-msgstr ""
+msgstr "Lansar garda-ecran e serrure del ecran"
 
 #: ../settings/main.c:99
 msgid "Settings manager socket"
@@ -79,15 +80,15 @@ msgstr "Ne successat comunicar con li servitore de 
parametres"
 
 #: ../settings/main.c:152
 msgid "Unable to create user interface from embedded definition data"
-msgstr ""
+msgstr "Ne successat crear li interfacie de usator ex li inbedat definition"
 
 #: ../settings/main.c:165
 msgid "App_lication Autostart"
-msgstr ""
+msgstr "Auto-_lansament"
 
 #: ../settings/main.c:171
 msgid "Currently active session:"
-msgstr ""
+msgstr "Activ session:"
 
 #: ../settings/session-editor.c:63
 msgid "If running"
@@ -107,7 +108,7 @@ msgstr "Nequande"
 
 #: ../settings/session-editor.c:138
 msgid "Session Save Error"
-msgstr ""
+msgstr "Errore de gardation del session"
 
 #: ../settings/session-editor.c:139
 msgid "Unable to save the session"
@@ -193,7 +194,7 @@ msgstr "Programma"
 
 #: ../settings/session-editor.c:802
 msgid "Restart Style"
-msgstr ""
+msgstr "Stil de restarta"
 
 #: ../settings/xfae-dialog.c:78 ../xfce4-session/xfsm-manager.c:684
 msgid "_OK"
@@ -217,7 +218,7 @@ msgstr "Comande:"
 
 #: ../settings/xfae-dialog.c:138
 msgid "Trigger:"
-msgstr ""
+msgstr "Invocar:"
 
 #: ../settings/xfae-dialog.c:209
 msgid "Select a command"
@@ -261,7 +262,7 @@ msgstr "hivernante"
 
 #: ../settings/xfae-model.c:93
 msgid "on hybrid sleep"
-msgstr ""
+msgstr "pos somnie hibrid"
 
 #: ../settings/xfae-model.c:94
 msgid "on switch user"
@@ -271,7 +272,7 @@ msgstr "cambiante li usator"
 #: ../settings/xfae-model.c:1030
 #, c-format
 msgid "Failed to open %s for writing"
-msgstr ""
+msgstr "Ne successat aperter %s por scrition"
 
 #: ../settings/xfae-model.c:681
 #, c-format
@@ -281,12 +282,12 @@ msgstr ""
 #: ../settings/xfae-model.c:772
 #, c-format
 msgid "Failed to create file %s"
-msgstr ""
+msgstr "Ne successat crear li file %s"
 
 #: ../settings/xfae-model.c:796
 #, c-format
 msgid "Failed to write file %s"
-msgstr ""
+msgstr "Ne successat scrir li file %s"
 
 #: ../settings/xfae-model.c:856
 #, c-format
@@ -306,7 +307,7 @@ msgstr ""
 
 #: ../settings/xfae-window.c:219
 msgid "Trigger"
-msgstr ""
+msgstr "Invocar"
 
 #: ../settings/xfae-window.c:243 ../settings/xfae-window.c:329
 msgid "Add"
@@ -323,7 +324,7 @@ msgstr "Modificar"
 #: ../settings/xfae-window.c:389
 #, c-format
 msgid "Failed adding \"%s\""
-msgstr ""
+msgstr "Ne successat adjunter «%s»"
 
 #: ../settings/xfae-window.c:420 ../settings/xfae-window.c:434
 msgid "Failed to remove item"
@@ -340,11 +341,11 @@ msgstr "Ne successat modificar li element «%s»"
 
 #: ../settings/xfae-window.c:511
 msgid "Failed to toggle item"
-msgstr ""
+msgstr "Ne successat (de)marcar un element"
 
 #: ../xfce4-session/main.c:77
 msgid "Disable binding to TCP ports"
-msgstr ""
+msgstr "Ne ligar a portus TCP"
 
 #: ../xfce4-session/main.c:78 ../xfce4-session-logout/main.c:102
 msgid "Print version information and exit"
@@ -359,6 +360,8 @@ msgid ""
 "Choose the session you want to restore. You can simply double-click the "
 "session name to restore it."
 msgstr ""
+"Selecte li session que vu vole restituer. Un duplic clic sur su nómine anc "
+"va restituer it."
 
 #: ../xfce4-session/xfsm-chooser.c:184
 msgid "Create a new session."
@@ -376,16 +379,16 @@ msgstr "Cluder li session"
 
 #: ../xfce4-session/xfsm-chooser.c:204
 msgid "Cancel the login attempt and return to the login screen."
-msgstr ""
+msgstr "Anullar li apertion de session e retroear al ecran de inicie."
 
 #. "St

[Xfce4-commits] [xfce/xfce4-session] 01/01: I18n: Update translation ie (90%).

2020-01-01 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-session.

commit f22b8383d137203af6bbe2c3b3510ec585f8a2a5
Author: Anonymous 
Date:   Wed Jan 1 18:30:57 2020 +0100

I18n: Update translation ie (90%).

145 translated messages, 16 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/ie.po | 105 ---
 1 file changed, 47 insertions(+), 58 deletions(-)

diff --git a/po/ie.po b/po/ie.po
index 09d600a..76f7415 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -7,9 +7,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-session\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-08-01 00:31+0200\n"
-"PO-Revision-Date: 2019-08-01 06:18+\n"
-"Last-Translator: Ольга Смирнова\n"
+"POT-Creation-Date: 2019-11-05 06:30+0100\n"
+"PO-Revision-Date: 2020-01-01 16:18+\n"
+"Last-Translator: Caarmi\n"
 "Language-Team: Interlingue 
(http://www.transifex.com/xfce/xfce4-session/language/ie/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -39,7 +39,7 @@ msgstr "Garda-ecran"
 
 #: ../scripts/xscreensaver.desktop.in.h:2
 msgid "Launch screensaver and locker program"
-msgstr ""
+msgstr "Lansar garda-ecran e serrure del ecran"
 
 #: ../settings/main.c:99
 msgid "Settings manager socket"
@@ -75,15 +75,15 @@ msgstr "Ne successat comunicar con li servitore de 
parametres"
 
 #: ../settings/main.c:152
 msgid "Unable to create user interface from embedded definition data"
-msgstr ""
+msgstr "Ne successat crear li interfacie de usator ex li inbedat definition"
 
 #: ../settings/main.c:165
 msgid "App_lication Autostart"
-msgstr ""
+msgstr "Auto-_lansament"
 
 #: ../settings/main.c:171
 msgid "Currently active session:"
-msgstr ""
+msgstr "Activ session:"
 
 #: ../settings/session-editor.c:63
 msgid "If running"
@@ -103,7 +103,7 @@ msgstr "Nequande"
 
 #: ../settings/session-editor.c:138
 msgid "Session Save Error"
-msgstr ""
+msgstr "Errore de gardation del session"
 
 #: ../settings/session-editor.c:139
 msgid "Unable to save the session"
@@ -183,13 +183,13 @@ msgstr "Prioritá"
 msgid "PID"
 msgstr "PID"
 
-#: ../settings/session-editor.c:777 ../settings/xfae-window.c:198
+#: ../settings/session-editor.c:777 ../settings/xfae-window.c:172
 msgid "Program"
 msgstr "Programma"
 
 #: ../settings/session-editor.c:802
 msgid "Restart Style"
-msgstr ""
+msgstr "Stil de restarta"
 
 #: ../settings/xfae-dialog.c:78 ../xfce4-session/xfsm-manager.c:684
 msgid "_OK"
@@ -213,7 +213,7 @@ msgstr "Comande:"
 
 #: ../settings/xfae-dialog.c:138
 msgid "Trigger:"
-msgstr ""
+msgstr "Invocar:"
 
 #: ../settings/xfae-dialog.c:209
 msgid "Select a command"
@@ -257,7 +257,7 @@ msgstr "hivernante"
 
 #: ../settings/xfae-model.c:93
 msgid "on hybrid sleep"
-msgstr ""
+msgstr "pos somnie hibrid"
 
 #: ../settings/xfae-model.c:94
 msgid "on switch user"
@@ -267,7 +267,7 @@ msgstr "cambiante li usator"
 #: ../settings/xfae-model.c:1030
 #, c-format
 msgid "Failed to open %s for writing"
-msgstr ""
+msgstr "Ne successat aperter %s por scrition"
 
 #: ../settings/xfae-model.c:681
 #, c-format
@@ -277,12 +277,12 @@ msgstr ""
 #: ../settings/xfae-model.c:772
 #, c-format
 msgid "Failed to create file %s"
-msgstr ""
+msgstr "Ne successat crear li file %s"
 
 #: ../settings/xfae-model.c:796
 #, c-format
 msgid "Failed to write file %s"
-msgstr ""
+msgstr "Ne successat scrir li file %s"
 
 #: ../settings/xfae-model.c:856
 #, c-format
@@ -293,54 +293,43 @@ msgstr "Ne successat aperter %s por letion"
 msgid "Failed to set run hook"
 msgstr ""
 
-#: ../settings/xfae-window.c:139
-msgid ""
-"List of applications that will be started automatically on specific events 
like login, logout, shutdown, etc.\n"
-"On login additionally all applications that were saved on your last logout 
will be started.\n"
-"Cursive applications belong to another desktop environment, but you can still 
enable them if you want."
-msgstr ""
-
-#: ../settings/xfae-window.c:219
+#: ../settings/xfae-window.c:193
 msgid "Trigger"
-msgstr ""
+msgstr "Invocar"
 
-#: ../settings/xfae-window.c:243 ../settings/xfae-window.c:329
+#: ../settings/xfae-window.c:303
 msgid "Add"
 msgstr "Adjunter"
 
-#: ../settings/xfae-window.c:251 ../settings/xfae-window.c:335
+#: ../settings/xfae-window.c:309
 msgid "Remove"
 msgstr "Remover"
 
-#: ../settings/xfae-window.c:263
-msgid "Edit"
-msgstr "Modificar"
-
-#: ../settings/xfae-window.c:389
+#: ../settings/xfae-window.c:363
 #, c-format
 msgid "Failed adding \"%s\""
-msgstr ""
+msgstr "Ne successat adjunter «%s»"
 
-#: ../settings/xfae-window.c:420 ../settings/xfae-window.c:434
+#: ../settings/xfae-window.c:394 ../settings/xfae-window.c:408
 msgid "Failed to remove item"
 msgstr "Ne successat remover un element"
 
-#: ../se

[Xfce4-commits] [apps/catfish] 01/01: Apply autopep8 fixes

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit bd7cd40ecad292154a7d32c223737774b613042a
Author: Sean Davis 
Date:   Wed Jan 1 08:46:42 2020 -0500

Apply autopep8 fixes
---
 catfish/CatfishSearchEngine.py | 14 --
 catfish/CatfishWindow.py   |  9 -
 catfish_lib/catfishconfig.py   | 10 +-
 setup.py   |  3 ++-
 4 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py
index 29ed554..befe63d 100644
--- a/catfish/CatfishSearchEngine.py
+++ b/catfish/CatfishSearchEngine.py
@@ -141,7 +141,7 @@ class CatfishSearchEngine:
 """Add a CatfishSearchMethod the the engine's search backends."""
 self.methods.append(method_class())
 
-def run(self, keywords, path, limit=-1, regex=False): # noqa
+def run(self, keywords, path, limit=-1, regex=False):  # noqa
 """Run the CatfishSearchEngine.
 
 Each method is run sequentially in the order they are added.
@@ -296,7 +296,8 @@ class CatfishSearchMethod_Walk(CatfishSearchMethod):
 """Initialize the 'walk' Search Method."""
 CatfishSearchMethod.__init__(self, "walk")
 
-def get_dir_list(self, root, dirs, xdg_list, exclude_list, 
processed_links):
+def get_dir_list(self, root, dirs, xdg_list,
+ exclude_list, processed_links):
 dirs = sorted(dirs, key=lambda s: s.lower())
 
 # Prioritize: XDG, Visible (Linked), Dotfile (Linked)
@@ -394,12 +395,13 @@ class CatfishSearchMethod_Walk(CatfishSearchMethod):
 processed_links.append(realpath)
 
 # Prioritize and drop excluded paths
-dirs[:] = self.get_dir_list(root, dirs, xdgdirlist, exclude, 
processed_links)
+dirs[:] = self.get_dir_list(
+root, dirs, xdgdirlist, exclude, processed_links)
 
-paths = dirs + files
-paths.sort()
+paths = sorted(dirs + files)
 
-# Check paths in the second and deeper levels of the selected 
directory
+# Check paths in the second and deeper levels of the selected
+# directory
 for path in paths:
 if any(keyword in path.lower() for keyword in keywords):
 yield os.path.join(root, path)
diff --git a/catfish/CatfishWindow.py b/catfish/CatfishWindow.py
index 1351366..099e439 100644
--- a/catfish/CatfishWindow.py
+++ b/catfish/CatfishWindow.py
@@ -741,7 +741,7 @@ class CatfishWindow(Window):
 
 self.update_index_infobar.show()
 
-def on_update_index_unlock_clicked(self, widget): # noqa
+def on_update_index_unlock_clicked(self, widget):  # noqa
 """Unlock admin rights and perform 'updatedb' query."""
 self.update_index_active = True
 
@@ -1224,8 +1224,7 @@ class CatfishWindow(Window):
 """Show a delete dialog and remove the file if accepted."""
 filenames = []
 if self.get_delete_dialog(self.selected_filenames):
-delete = self.selected_filenames
-delete.sort()
+delete = sorted(self.selected_filenames)
 delete.reverse()
 for filename in delete:
 if self.delete_file(filename):
@@ -1558,7 +1557,7 @@ class CatfishWindow(Window):
  time.localtime(modification_int))
 return modified
 
-def results_filter_func(self, model, iter, user_data): # noqa
+def results_filter_func(self, model, iter, user_data):  # noqa
 """Filter function for search results."""
 # hidden
 if model[iter][6]:
@@ -1751,7 +1750,7 @@ class CatfishWindow(Window):
 return 1
 
 # -- Searching -- #
-def perform_query(self, keywords): # noqa
+def perform_query(self, keywords):  # noqa
 """Run the search query with the specified keywords."""
 self.stop_search = False
 
diff --git a/catfish_lib/catfishconfig.py b/catfish_lib/catfishconfig.py
index e7652c7..9821703 100644
--- a/catfish_lib/catfishconfig.py
+++ b/catfish_lib/catfishconfig.py
@@ -90,8 +90,8 @@ def get_about():
 'website': __url__,
 'comments': _('Catfish is a versatile file searching tool.'),
 'copyright': 'Copyright (C) 2007-2012 Christian Dywan 
\n'
- 'Copyright (C) 2012-2019 Sean Davis ',
-'authors': ['Christian Dywan ',
-'Sean Davis '],
-'artists': ['Nancy Runge ']
-}
\ No newline at end of file
+'Copyright (C) 2012-2019 Sean Davis ',
+'authors': [
+'Christian Dywan ',
+'Sean Davis '],
+'artists': ['Nancy Runge ']}
diff --git a/setup.py b/setup.py
index fce5f53..af9b6a6 100644
--- a/se

[Xfce4-commits] [apps/catfish] branch master updated (45be07e -> bd7cd40)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  45be07e   WIP Changelog
   new  bd7cd40   Apply autopep8 fixes

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:
 catfish/CatfishSearchEngine.py | 14 --
 catfish/CatfishWindow.py   |  9 -
 catfish_lib/catfishconfig.py   | 10 +-
 setup.py   |  3 ++-
 4 files changed, 19 insertions(+), 17 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/catfish] branch master updated (7681faa -> 45be07e)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  7681faa   Fix typo 'Catifish'
   new  45be07e   WIP Changelog

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:
 ChangeLog | 10 +++---
 1 file changed, 7 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] [apps/catfish] 01/01: WIP Changelog

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit 45be07e0506e122d6a7e25103c26b8afd9c58a10
Author: Sean Davis 
Date:   Wed Jan 1 08:32:11 2020 -0500

WIP Changelog
---
 ChangeLog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a3e9f1d..d290ada 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,15 @@ v1.4.12 (unreleased):
  + New Features:
- Wayland and GNOME Shell support (Xfce #16293)
  + General:
-   - All modal dialogs now use client-side decorations and are transient
- by default
+   - All dialogs now use client-side decorations and are modal
+   - Fixed typo "Catifish"
  + Release Process Updates:
- Temporary files are now excluded from releases
-   - Releases now generate .bz2 files and display checksums by default
+   - Releases now generate .bz2 files and display contents and checksums
+ + Translation Updates:
+   Albanian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch,
+   French, Galician, German, Italian, Japanese, Norwegian Bokmål, Russian,
+   Serbian, Spanish, Turkish
 
 v1.4.11:
  + General:

-- 
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/catfish] 01/01: Fix typo 'Catifish'

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit 7681faaeb2279a040c07b1f1983976532a25b60a
Author: Sean Davis 
Date:   Wed Jan 1 08:22:13 2020 -0500

Fix typo 'Catifish'
---
 data/ui/CatfishPreferences.ui | 2 +-
 po/be.po  | 4 ++--
 po/bg.po  | 2 +-
 po/ca.po  | 2 +-
 po/catfish.pot| 2 +-
 po/cs.po  | 2 +-
 po/da.po  | 4 ++--
 po/de.po  | 4 ++--
 po/es.po  | 2 +-
 po/eu.po  | 2 +-
 po/fr.po  | 2 +-
 po/gl.po  | 2 +-
 po/hr.po  | 2 +-
 po/hu.po  | 2 +-
 po/ie.po  | 2 +-
 po/it.po  | 2 +-
 po/ja.po  | 2 +-
 po/ko.po  | 2 +-
 po/lt.po  | 2 +-
 po/ms.po  | 2 +-
 po/nb.po  | 2 +-
 po/nl.po  | 2 +-
 po/pl.po  | 2 +-
 po/pt.po  | 2 +-
 po/pt_BR.po   | 2 +-
 po/ru.po  | 4 ++--
 po/sk.po  | 2 +-
 po/sl.po  | 2 +-
 po/sq.po  | 2 +-
 po/sr.po  | 2 +-
 po/th.po  | 2 +-
 po/tr.po  | 4 ++--
 po/zh_CN.po   | 2 +-
 po/zh_TW.po   | 2 +-
 34 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/data/ui/CatfishPreferences.ui b/data/ui/CatfishPreferences.ui
index 6c4a846..a96a525 100644
--- a/data/ui/CatfishPreferences.ui
+++ b/data/ui/CatfishPreferences.ui
@@ -222,7 +222,7 @@
   
 True
 False
-Your new window layout will be applied after restarting 
Catifish.
+Your new window layout will be applied after restarting 
Catfish.
   
   
 False
diff --git a/po/be.po b/po/be.po
index a62f4f3..118e90a 100644
--- a/po/be.po
+++ b/po/be.po
@@ -62,8 +62,8 @@ msgid "_Modern (CSD)"
 msgstr "_Сучасны (CSD)"
 
 #: ../data/ui/CatfishPreferences.ui.h:5
-msgid "Your new window layout will be applied after restarting Catifish."
-msgstr "Новы выгляд акна будзе ўжыты пасля перазапуску Catifish."
+msgid "Your new window layout will be applied after restarting Catfish."
+msgstr "Новы выгляд акна будзе ўжыты пасля перазапуску Catfish."
 
 #: ../data/ui/CatfishPreferences.ui.h:6
 msgid "Window Layout"
diff --git a/po/bg.po b/po/bg.po
index c9a654d..ef98d2c 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -63,7 +63,7 @@ msgid "_Modern (CSD)"
 msgstr "_Модерен (CSD)"
 
 #: ../data/ui/CatfishPreferences.ui.h:5
-msgid "Your new window layout will be applied after restarting Catifish."
+msgid "Your new window layout will be applied after restarting Catfish."
 msgstr ""
 "Вашата нова подредба на прозореца ще бъде приложена след рестартирането на "
 "Catfish."
diff --git a/po/ca.po b/po/ca.po
index 4be4321..72d2e7d 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -63,7 +63,7 @@ msgid "_Modern (CSD)"
 msgstr "_Modern (CSD)"
 
 #: ../data/ui/CatfishPreferences.ui.h:5
-msgid "Your new window layout will be applied after restarting Catifish."
+msgid "Your new window layout will be applied after restarting Catfish."
 msgstr ""
 "La nova disposició de la finestra s'aplicarà després de reiniciar Catfish."
 
diff --git a/po/catfish.pot b/po/catfish.pot
index 34869c5..262a211 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -52,7 +52,7 @@ msgid "_Modern (CSD)"
 msgstr ""
 
 #: ../data/ui/CatfishPreferences.ui.h:5
-msgid "Your new window layout will be applied after restarting Catifish."
+msgid "Your new window layout will be applied after restarting Catfish."
 msgstr ""
 
 #: ../data/ui/CatfishPreferences.ui.h:6
diff --git a/po/cs.po b/po/cs.po
index b6fb1f1..81367b0 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -65,7 +65,7 @@ msgid "_Modern (CSD)"
 msgstr "_Moderní (CSD)"
 
 #: ../data/ui/CatfishPreferences.ui.h:5
-msgid "Your new window layout will be applied after restarting Catifish."
+msgid "Your new window layout will be applied after restarting Catfish."
 msgstr "Nové rozvržení okna bude použito po restartu aplikace Catfish."
 
 #: ../data/ui/CatfishPreferences.ui.h:6
diff --git a/po/da.po b/po/da.po
index c45c59e..909 100644
--- a/po/da.po
+++ b/po/da.po
@@ -63,8 +63,8 @@ msgid "_Modern (CSD)"
 msgstr "_Moderne (CSD)"
 
 #: ../data/ui/CatfishPreferences.ui.h:5
-msgid "Your new window layout will be applied after restarting Catifish."

[Xfce4-commits] [apps/catfish] branch master updated (407cf89 -> 7681faa)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  407cf89   Switch to a Stack/Switcher on the Preferences dialog, 
apply a few focus improvements
   new  7681faa   Fix typo 'Catifish'

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:
 data/ui/CatfishPreferences.ui | 2 +-
 po/be.po  | 4 ++--
 po/bg.po  | 2 +-
 po/ca.po  | 2 +-
 po/catfish.pot| 2 +-
 po/cs.po  | 2 +-
 po/da.po  | 4 ++--
 po/de.po  | 4 ++--
 po/es.po  | 2 +-
 po/eu.po  | 2 +-
 po/fr.po  | 2 +-
 po/gl.po  | 2 +-
 po/hr.po  | 2 +-
 po/hu.po  | 2 +-
 po/ie.po  | 2 +-
 po/it.po  | 2 +-
 po/ja.po  | 2 +-
 po/ko.po  | 2 +-
 po/lt.po  | 2 +-
 po/ms.po  | 2 +-
 po/nb.po  | 2 +-
 po/nl.po  | 2 +-
 po/pl.po  | 2 +-
 po/pt.po  | 2 +-
 po/pt_BR.po   | 2 +-
 po/ru.po  | 4 ++--
 po/sk.po  | 2 +-
 po/sl.po  | 2 +-
 po/sq.po  | 2 +-
 po/sr.po  | 2 +-
 po/th.po  | 2 +-
 po/tr.po  | 4 ++--
 po/zh_CN.po   | 2 +-
 po/zh_TW.po   | 2 +-
 34 files changed, 39 insertions(+), 39 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/catfish] 01/01: Switch to a Stack/Switcher on the Preferences dialog, apply a few focus improvements

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
commit to branch 
master
in repository apps/catfish.

commit 407cf89cbd713d453c7b6e445ba7e8dd61b434bd
Author: Sean Davis 
Date:   Wed Jan 1 08:13:25 2020 -0500

Switch to a Stack/Switcher on the Preferences dialog, apply a few focus 
improvements
---
 data/ui/CatfishPreferences.ui | 73 +--
 po/be.po  |  8 ++---
 po/bg.po  |  4 +--
 po/ca.po  |  8 ++---
 po/catfish.pot|  6 ++--
 po/cs.po  |  8 ++---
 po/da.po  |  8 ++---
 po/de.po  |  8 ++---
 po/es.po  |  8 ++---
 po/eu.po  |  6 ++--
 po/fr.po  |  8 ++---
 po/gl.po  |  8 ++---
 po/hr.po  |  8 ++---
 po/hu.po  |  8 ++---
 po/ie.po  |  8 ++---
 po/it.po  |  8 ++---
 po/ja.po  |  8 ++---
 po/ko.po  |  8 ++---
 po/lt.po  |  8 ++---
 po/ms.po  |  8 ++---
 po/nb.po  |  8 ++---
 po/nl.po  |  6 ++--
 po/pl.po  |  8 ++---
 po/pt.po  |  8 ++---
 po/pt_BR.po   |  8 ++---
 po/ru.po  |  8 ++---
 po/sk.po  |  6 ++--
 po/sl.po  |  6 ++--
 po/sq.po  |  8 ++---
 po/sr.po  |  8 ++---
 po/th.po  |  8 ++---
 po/tr.po  |  8 ++---
 po/zh_CN.po   |  8 ++---
 po/zh_TW.po   |  8 ++---
 34 files changed, 153 insertions(+), 170 deletions(-)

diff --git a/data/ui/CatfishPreferences.ui b/data/ui/CatfishPreferences.ui
index 5374d52..6c4a846 100644
--- a/data/ui/CatfishPreferences.ui
+++ b/data/ui/CatfishPreferences.ui
@@ -3,26 +3,26 @@
 
   
   
-  
-
-  
-  
-
-  
   
 False
 Catfish Preferences
-500
-400
+400
+310
 catfish
 dialog
 
   
 True
 False
-Catfish 
Preferences
 True
 :close
+
+  
+True
+False
+catfish_prefs_stack
+  
+
   
 
 
@@ -59,15 +59,15 @@
   
 
 
-  
+  
 True
-True
-6
+False
+12
+slide-left-right
 
   
 True
 False
-12
 vertical
 18
 
@@ -97,13 +97,13 @@
 True
 True
 False
-True
 False
 
 
   
 True
-False
+True
+True
 vertical
 6
 
@@ -148,13 +148,12 @@
 True
 True
 False
-True
 False
 wl_titlebar
 
   
 True
-False
+True
 vertical
 6
 
@@ -330,23 +329,15 @@
   
 
   
-
-
-  
-True
-False
-_Appearance
-True
-  
   
-False
+appearance
+Appearance
   
 
 
   
 True
 False
-12
 vertical
 18
 
@@ -375,6 +366,8 @@
 True
 True
 liststore1
+False
+0
 

[Xfce4-commits] [apps/catfish] branch master updated (eb0c630 -> 407cf89)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a 
change to branch 
master
in repository apps/catfish.

  from  eb0c630   I18n: Update translation it (100%).
   new  407cf89   Switch to a Stack/Switcher on the Preferences dialog, 
apply a few focus improvements

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:
 data/ui/CatfishPreferences.ui | 73 +--
 po/be.po  |  8 ++---
 po/bg.po  |  4 +--
 po/ca.po  |  8 ++---
 po/catfish.pot|  6 ++--
 po/cs.po  |  8 ++---
 po/da.po  |  8 ++---
 po/de.po  |  8 ++---
 po/es.po  |  8 ++---
 po/eu.po  |  6 ++--
 po/fr.po  |  8 ++---
 po/gl.po  |  8 ++---
 po/hr.po  |  8 ++---
 po/hu.po  |  8 ++---
 po/ie.po  |  8 ++---
 po/it.po  |  8 ++---
 po/ja.po  |  8 ++---
 po/ko.po  |  8 ++---
 po/lt.po  |  8 ++---
 po/ms.po  |  8 ++---
 po/nb.po  |  8 ++---
 po/nl.po  |  6 ++--
 po/pl.po  |  8 ++---
 po/pt.po  |  8 ++---
 po/pt_BR.po   |  8 ++---
 po/ru.po  |  8 ++---
 po/sk.po  |  6 ++--
 po/sl.po  |  6 ++--
 po/sq.po  |  8 ++---
 po/sr.po  |  8 ++---
 po/th.po  |  8 ++---
 po/tr.po  |  8 ++---
 po/zh_CN.po   |  8 ++---
 po/zh_TW.po   |  8 ++---
 34 files changed, 153 insertions(+), 170 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-whiskermenu-plugin] 01/02: Update copyright year.

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

gottcode pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 62c7941d68d0b30e9743903c2468dc5a4cdd38c3
Author: Graeme Gott 
Date:   Wed Jan 1 05:41:00 2020 -0500

Update copyright year.
---
 panel-plugin/plugin.cpp | 4 ++--
 po/am.po| 4 ++--
 po/ar.po| 2 +-
 po/ast.po   | 4 ++--
 po/be.po| 4 ++--
 po/bg.po| 4 ++--
 po/ca.po| 4 ++--
 po/c...@valencia.po   | 4 ++--
 po/cs.po| 4 ++--
 po/cy.po| 4 ++--
 po/da.po| 4 ++--
 po/de.po| 4 ++--
 po/el.po| 4 ++--
 po/en_GB.po | 4 ++--
 po/eo.po| 2 +-
 po/es.po| 4 ++--
 po/et.po| 2 +-
 po/eu.po| 2 +-
 po/fa.po| 4 ++--
 po/fi.po| 4 ++--
 po/fr.po| 4 ++--
 po/gl.po| 4 ++--
 po/he.po| 4 ++--
 po/hr.po| 4 ++--
 po/hu.po| 2 +-
 po/id.po| 4 ++--
 po/is.po| 4 ++--
 po/it.po| 4 ++--
 po/ja.po| 4 ++--
 po/ka.po| 4 ++--
 po/kk.po| 4 ++--
 po/ko.po| 4 ++--
 po/lt.po| 4 ++--
 po/lv.po| 2 +-
 po/ms.po| 4 ++--
 po/nb.po| 4 ++--
 po/ne.po| 4 ++--
 po/nl.po| 4 ++--
 po/pl.po| 4 ++--
 po/pt.po| 4 ++--
 po/pt_BR.po | 4 ++--
 po/ro.po| 4 ++--
 po/ru.po| 4 ++--
 po/sk.po| 4 ++--
 po/sl.po| 4 ++--
 po/sr.po| 4 ++--
 po/s...@latin.po  | 4 ++--
 po/sv.po| 4 ++--
 po/tr.po| 4 ++--
 po/uk.po| 4 ++--
 po/uz.po| 4 ++--
 po/vi.po| 2 +-
 po/xfce4-whiskermenu-plugin.pot | 6 +++---
 po/zh_CN.po | 4 ++--
 po/zh_TW.po | 4 ++--
 55 files changed, 104 insertions(+), 104 deletions(-)

diff --git a/panel-plugin/plugin.cpp b/panel-plugin/plugin.cpp
index 3e53689..191843e 100644
--- a/panel-plugin/plugin.cpp
+++ b/panel-plugin/plugin.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019 Graeme Gott 

+ * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Graeme Gott 

  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -408,7 +408,7 @@ void Plugin::show_about()
(NULL,
"authors", authors,
"comments", _("Alternate application launcher for Xfce"),
-   "copyright", _("Copyright \302\251 2013-2019 Graeme Gott"),
+   "copyright", _("Copyright \302\251 2013-2020 Graeme Gott"),
"license", XFCE_LICENSE_GPL,
"logo-icon-name", "xfce4-whiskermenu",
"program-name", PACKAGE_NAME,
diff --git a/po/am.po b/po/am.po
index c0e84f5..e735a42 100644
--- a/po/am.po
+++ b/po/am.po
@@ -88,8 +88,8 @@ msgid "Clear Recently Used"
 msgstr "በ ቅርብ የተጠቀሙትን ማጽጃ"
 
 #: ../panel-plugin/plugin.cpp:409
-msgid "Copyright © 2013-2019 Graeme Gott"
-msgstr "Copyright © 2013-2019 Graeme Gott"
+msgid "Copyright © 2013-2020 Graeme Gott"
+msgstr "Copyright © 2013-2020 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:890
 msgid "Details"
diff --git a/po/ar.po b/po/ar.po
index e13bbd5..05f2bba 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -90,7 +90,7 @@ msgid "Clear Recently Used"
 msgstr "محو المستعملة حديثا"
 
 #: ../panel-plugin/plugin.cpp:409
-msgid "Copyright © 2013-2019 Graeme Gott"
+msgid "Copyright © 2013-2020 Graeme Gott"
 msgstr ""
 
 #: ../panel-plugin/configuration-dialog.cpp:890
diff --git a/po/ast.po b/po/ast.po
index 43987be..ccec626 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -90,8 +90,8 @@ msgid "Clear Recently Used"
 msgstr "Llimpiar Usáo apocayá"
 
 #: ../panel-plugin/plugin.cpp:409
-msgid "Copyright © 2013-2019 Graeme Gott"
-msgstr "Copyright © 2013-2019 Graeme Gott"
+msgid "Copyright © 2013-2020 Graeme Gott"
+msgstr "Copyright © 2013-2020 Graeme Gott"
 
 #: ../panel-plugin/configuration-dialog.cpp:890
 msgid "Details"
dif

[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] branch master updated (d186016 -> ef8ca38)

2020-01-01 Thread noreply
This is an automated email from the git hooks/post-receive script.

gottcode pushed a 
change to branch 
master
in repository panel-plugins/xfce4-whiskermenu-plugin.

  from  d186016   Select launcher on right click.
   new  62c7941   Update copyright year.
   new  ef8ca38   Update strings.

The 2 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:
 panel-plugin/plugin.cpp |   4 +-
 po/am.po| 192 
 po/ar.po| 190 ---
 po/ast.po   | 192 
 po/be.po| 192 
 po/bg.po| 192 
 po/ca.po| 192 
 po/c...@valencia.po   | 192 

 po/cs.po| 192 
 po/cy.po| 192 
 po/da.po| 192 
 po/de.po| 192 
 po/el.po| 192 
 po/en_GB.po | 192 
 po/eo.po| 190 ---
 po/es.po| 192 
 po/et.po| 190 ---
 po/eu.po| 190 ---
 po/fa.po| 192 
 po/fi.po| 192 
 po/fr.po| 192 
 po/gl.po| 192 
 po/he.po| 192 
 po/hr.po| 192 
 po/hu.po| 190 ---
 po/id.po| 192 
 po/is.po| 192 
 po/it.po| 192 
 po/ja.po| 192 
 po/ka.po| 192 
 po/kk.po| 192 
 po/ko.po| 192 
 po/lt.po| 192 
 po/lv.po| 190 ---
 po/ms.po| 192 
 po/nb.po| 192 
 po/ne.po| 192 
 po/nl.po| 192 
 po/pl.po| 192 
 po/pt.po| 192 
 po/pt_BR.po | 192 
 po/ro.po| 192 
 po/ru.po| 192 
 po/sk.po| 192 
 po/sl.po| 192 
 po/sr.po| 192 
 po/s...@latin.po  | 192 

 po/sv.po| 192 
 po/tr.po| 192 
 po/uk.po| 192 
 po/uz.po| 192 
 po/vi.po| 190 ---
 po/xfce4-whiskermenu-plugin.pot | 192 
 po/zh_CN.po | 192 
 po/zh_TW.po |