[Xfce4-commits] [bindings/thunarx-python] branch master updated (8eec603 -> aaffbb0)

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

adamplumb pushed a 
change to branch 
master
in repository bindings/thunarx-python.

  from  8eec603   Remove more tabs
   new  12ad412   Update readme and news
   new  7563879   Update docs with new 0.5.0 updates
   new  aaffbb0   Bump version to v0.5.0

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


Summary of changes:
 .gitignore |  7 ++-
 NEWS   |  1 +
 README | 23 +-
 configure.ac.in|  2 +-
 docs/reference/thunarx-python-menu-provider.xml|  6 +++---
 docs/reference/thunarx-python-overview-example.xml |  2 +-
 docs/reference/thunarx-python-overview.xml | 14 +
 .../thunarx-python-preferences-provider.xml|  1 +
 .../thunarx-python-property-page-provider.xml  | 13 
 9 files changed, 50 insertions(+), 19 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] [bindings/thunarx-python] 01/03: Update readme and news

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit 12ad412495651cd33b90e36f137787e5982c3153
Author: Adam Plumb 
Date:   Fri Dec 22 21:23:31 2017 -0500

Update readme and news
---
 NEWS   |  1 +
 README | 23 ++-
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index 2650a37..b040341 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 0.5.0:
 - Updated to work with python3 or python2
+- Improve extension path loading semantics to follow XDG recommendations
 
 0.4.0:
- Updated to work with Thunarx-3 which requires uses gobject introspection 
diff --git a/README b/README
index a05018b..2ffd002 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ As of v0.4.0 the thunarx-python bindings will only work with 
Gtk+3
 and Thunar v1.7.  To use these with Gtk+2, make sure to use thunarx-python 
v0.3.0.
 
 As of v0.5.0 the thunarx-python bindings can be built with either python3
-or python2 support.  The $PYTHON environment variable should be pointed
+or python2 support.  Ensure the $PYTHON environment variable is pointed
 at your preferred python executable before running configure or autogen.
 
 Install
@@ -16,27 +16,32 @@ To install, run the following commands:
   $ make
   $ make install
   
-If you have built thunar into a non-standard prefix, thunarx-python will be
+If you have built Thunar into a non-standard prefix, thunarx-python will be
 installed there, but make sure pkg-config knows where it is.  You may have to 
-update your PKG_CONFIG_PATH environment variable to include your thunar's 
+update your PKG_CONFIG_PATH environment variable to include your Thunar's 
 pkgconfig path.
 
-export PKG_CONFIG_PATH="/thunar_prefix/lib/pkgconfig"
+  export PKG_CONFIG_PATH="/thunar_prefix/lib/pkgconfig"
 
 Running Extensions
 --
-As of thunarx-python 0.3.0, scripts are loaded from 
$XDG_DATA_DIR/thunarx-python/extensions,
-which includes ~/.local/share and /usr/share (or whatever your $XDG_DATA_DIR 
is 
-set to).  Simply copy your python scripts into that folder and restart thunar.
+As of thunarx-python 0.5.0, scripts are loaded in the following order:
+
+  1. $XDG_DATA_HOME/thunarx-python/extensions
+  2. thunar_prefix/share/thunarx-python/extensions
+  3. $XDG_DATA_DIRS/thunarx-python/extensions
+  4. THUNARX_EXTENSION_DIR/python (i.e. /usr/lib64/thunarx-3/python)
+
+Simply copy your python scripts into that folder and restart Thunar.
 
 Dependencies
 
- * thunar (1.7.0 or later)
+ * Thunar (1.7.0 or later)
  * pygobject (3.20.0 or later)
  * gtk+3 (3.20.0 or later)
  
 Debugging
 ---
-To enable debug mode, start thunar with the following command:
+To enable debug mode, start Thunar with the following command:
 
   $ THUNARX_PYTHON_DEBUG=all /path/to/thunar

-- 
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] [bindings/thunarx-python] 02/03: Update docs with new 0.5.0 updates

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit 756387982844784e6005b7a9eeabe156f59dbc05
Author: Adam Plumb 
Date:   Fri Dec 22 21:33:55 2017 -0500

Update docs with new 0.5.0 updates
---
 .gitignore   |  7 ++-
 docs/reference/thunarx-python-menu-provider.xml  |  6 +++---
 docs/reference/thunarx-python-overview-example.xml   |  2 +-
 docs/reference/thunarx-python-overview.xml   | 14 ++
 docs/reference/thunarx-python-preferences-provider.xml   |  1 +
 docs/reference/thunarx-python-property-page-provider.xml | 13 +
 6 files changed, 34 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3da3252..d7070f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ Makefile
 Makefile.in
 depcomp
 stamp-h1
+*.stamp
 missing
 *.tar.gz
 *.tar.bz2
@@ -21,4 +22,8 @@ configure
 configure.ac
 *.m4
 *.make
-
+docs/*.html
+docs/*.png
+docs/*.css
+builddate.xml
+*.devhelp2
diff --git a/docs/reference/thunarx-python-menu-provider.xml 
b/docs/reference/thunarx-python-menu-provider.xml
index b4bada6..2bb53f5 100644
--- a/docs/reference/thunarx-python-menu-provider.xml
+++ b/docs/reference/thunarx-python-menu-provider.xml
@@ -71,7 +71,7 @@ class ThunarxMenuProviderPlugin(GObject.GObject, 
Thunarx.MenuProvider):
 return [Thunarx.MenuItem(name="TMP:TestFolderAction", label="Python 
Folder Action", tooltip='', icon=Gtk.STOCK_OPEN)]
 
 def __do_something(self, item, window):
-print "Doing something"
+print("Doing something")
 
 
 
@@ -112,10 +112,10 @@ class ThunarxSubMenuProviderPlugin(GObject.GObject, 
Thunarx.MenuProvider):
 return item,item2
 
 def __subitem1_callback(self, item, window):
-print "Subitem1 call"
+print("Subitem1 call")
 
 def __subitem2_callback(self, item, window):
-print "Subitem2 call"
+print("Subitem2 call")
 
 
 
diff --git a/docs/reference/thunarx-python-overview-example.xml 
b/docs/reference/thunarx-python-overview-example.xml
index 0c00821..88690ab 100644
--- a/docs/reference/thunarx-python-overview-example.xml
+++ b/docs/reference/thunarx-python-overview-example.xml
@@ -27,7 +27,7 @@ class ThunarxMenuProviderPlugin(GObject.GObject, 
Thunarx.MenuProvider):
 return [Thunarx.MenuItem(name="TMP:TestFolderAction", label="Python 
Folder Action", tooltip='', icon=Gtk.STOCK_OPEN)]
 
 def __do_something(self, item, window):
-print "Doing something"
+print("Doing something")
 
 
 
diff --git a/docs/reference/thunarx-python-overview.xml 
b/docs/reference/thunarx-python-overview.xml
index 11cd40a..3d2870d 100644
--- a/docs/reference/thunarx-python-overview.xml
+++ b/docs/reference/thunarx-python-overview.xml
@@ -27,12 +27,26 @@
 As of thunarx-python 0.3.0, python extensions are installed in 
$XDG_DATA_DIR/thunarx-python/extensions where $XDG_DATA_DIR 
 could be /usr/share for a global install or ~/.local/share for a local 
install.
 
+
+
+As of thunarx-python 0.5.0, python extensions are loaded in the 
following order:
+
+  1. $XDG_DATA_HOME/thunarx-python/extensions
+  2. thunar_prefix/share/thunarx-python/extensions
+  3. $XDG_DATA_DIRS/thunarx-python/extensions
+  4. THUNARX_EXTENSION_DIR/python (i.e. /usr/lib64/thunarx-3/python)
+
 
 
 thunarx-3
 As of thunar v1.7.0, thunarx requires Gtk+3 and no longer 
accepts gtk.Actions.  Instead, it expects Thunarx.MenuItems.
 
 
+
+python3
+As of thunarx-python v0.5.0, thunarx-python can be built to 
embed python3 instead of python2.  It uses the $PYTHON environment variable to 
determine which library to use.
+
+
 
 
 
diff --git a/docs/reference/thunarx-python-preferences-provider.xml 
b/docs/reference/thunarx-python-preferences-provider.xml
index 366235a..d039962 100644
--- a/docs/reference/thunarx-python-preferences-provider.xml
+++ b/docs/reference/thunarx-python-preferences-provider.xml
@@ -51,6 +51,7 @@ class DialogExample(Gtk.Dialog):
  Gtk.STOCK_OK, Gtk.ResponseType.OK))
 
 self.set_default_size(150, 100)
+self.set_transient_for(parent)
 
 label = Gtk.Label("This is a dialog to display additional information")
 
diff --git a/docs/reference/thunarx-python-property-page-provider.xml 
b/docs/reference/thunarx-python-property-page-provider.xml
index d58f98d..4f18d3b 100644
--- a/docs/reference/thunarx-python-property-page-provider.xml
+++ b/docs/reference/thunarx-python-property-page-provider.xml
@@ -41,7 +41,12 @@
 A Thunarx.PropertyPageProvider plugin
 
 import hashlib
-import urllib
+
+# A way to get unquote working with python 2 and 3

[Xfce4-commits] [bindings/thunarx-python] 03/03: Bump version to v0.5.0

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit aaffbb07059179994b72abbee3e86b4b16fe05cd
Author: Adam Plumb 
Date:   Fri Dec 22 21:34:06 2017 -0500

Bump version to v0.5.0
---
 configure.ac.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index 76fd5a5..6bdeb11 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,7 +12,7 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([txp_version_major], [0])
-m4_define([txp_version_minor], [4])
+m4_define([txp_version_minor], [5])
 m4_define([txp_version_micro], [0])
 m4_define([txp_version_tag], [])
 m4_define([txp_version_build], [])

-- 
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] [bindings/thunarx-python] branch master updated (bedb26a -> 8eec603)

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

adamplumb pushed a 
change to branch 
master
in repository bindings/thunarx-python.

  from  bedb26a   Improve extension loading to better follow XDG semantics
   new  8eec603   Remove more tabs

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


Summary of changes:
 src/thunarx-python-object.c | 12 +-
 src/thunarx-python.c| 58 ++---
 2 files changed, 35 insertions(+), 35 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] [bindings/thunarx-python] 01/01: Remove more tabs

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit 8eec603dcf91e1d9cbd41525b60a3997e900b0dd
Author: Adam Plumb 
Date:   Fri Dec 22 21:17:02 2017 -0500

Remove more tabs
---
 src/thunarx-python-object.c | 12 +-
 src/thunarx-python.c| 58 ++---
 2 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/src/thunarx-python-object.c b/src/thunarx-python-object.c
index 4d561c9..581ecfc 100644
--- a/src/thunarx-python-object.c
+++ b/src/thunarx-python-object.c
@@ -173,7 +173,7 @@ thunarx_python_object_get_file_menu_items 
(ThunarxMenuProvider *provider,
 
 beach:
 if (PyErr_Occurred()) {
-   PyErr_Print();
+PyErr_Print();
 }
 
 Py_XDECREF(py_ret);
@@ -209,7 +209,7 @@ thunarx_python_object_get_folder_menu_items 
(ThunarxMenuProvider   *provider,
 
 beach:
 if (PyErr_Occurred()) {
-   PyErr_Print();
+PyErr_Print();
 }
 
 Py_XDECREF(py_ret);
@@ -250,7 +250,7 @@ thunarx_python_object_get_dnd_menu_items 
(ThunarxMenuProvider  *provider,
 
 beach:
 if (PyErr_Occurred()) {
-   PyErr_Print();
+PyErr_Print();
 }
 
 Py_XDECREF(py_ret);
@@ -295,7 +295,7 @@ thunarx_python_object_get_property_pages 
(ThunarxPropertyPageProvider *provider,
 
 beach:
 if (PyErr_Occurred()) {
-   PyErr_Print();
+PyErr_Print();
 }
 
 Py_XDECREF(py_ret);
@@ -327,7 +327,7 @@ thunarx_python_object_get_renamers (ThunarxRenamerProvider 
*provider) {
 
 beach:
 if (PyErr_Occurred()) {
-   PyErr_Print();
+PyErr_Print();
 }
 
 Py_XDECREF(py_ret);
@@ -369,7 +369,7 @@ thunarx_python_object_get_preferences_menu_items 
(ThunarxPreferencesProvider *pr
 
 beach:
 if (PyErr_Occurred()) {
-   PyErr_Print();
+PyErr_Print();
 }
 
 Py_XDECREF(py_ret);
diff --git a/src/thunarx-python.c b/src/thunarx-python.c
index 16a9fb7..62a4415 100644
--- a/src/thunarx-python.c
+++ b/src/thunarx-python.c
@@ -174,9 +174,9 @@ thunarx_python_load_file (ThunarxProviderPlugin *plugin,
 continue;
 
 if (PyObject_IsSubclass(value, (PyObject*)_Type) 
||
-   PyObject_IsSubclass(value, 
(PyObject*)_Type) ||
-   PyObject_IsSubclass(value, 
(PyObject*)_Type) ||
-   PyObject_IsSubclass(value, 
(PyObject*)_Type)) {
+PyObject_IsSubclass(value, 
(PyObject*)_Type) ||
+PyObject_IsSubclass(value, 
(PyObject*)_Type) ||
+PyObject_IsSubclass(value, 
(PyObject*)_Type)) {
 new_type = thunarx_python_object_get_type(plugin, value);
 g_array_append_val(all_types, new_type);
 }
@@ -237,38 +237,38 @@ 
thunarx_python_check_all_directories(ThunarxProviderPlugin *plugin) {
 
 GList *dirs = NULL;
 
-   // Check ~/.local/share first
+// Check ~/.local/share first
 dirs = g_list_append(dirs, g_build_filename(g_get_user_data_dir(), 
 "thunarx-python", "extensions", NULL));
 
-   // If thunar is built in a non-standard prefix
-   // Check that' prefix's DATADIR
+// If thunar is built in a non-standard prefix
+// Check that' prefix's DATADIR
 gchar *prefix_extension_dir = DATADIR "/thunarx-python/extensions";
-   dirs = g_list_append(dirs, prefix_extension_dir);
+dirs = g_list_append(dirs, prefix_extension_dir);
 
-   // Check all system data dirs 
+// Check all system data dirs 
 const gchar *const *temp = g_get_system_data_dirs();
 while (*temp != NULL) {
-   gchar *dir = g_build_filename(*temp,
-   "thunarx-python", "extensions", NULL);
-   if (dir != prefix_extension_dir) {
-   dirs = g_list_append(dirs, dir);
-   }
-
-   temp++;
-   }
-
-   // Finally, check the old thunarx-python <0.3.0 extension dir
-   dirs = g_list_append(dirs, THUNARX_EXTENSION_DIR "/python");
-
-   dirs = g_list_first(dirs);
-   while (dirs != NULL) {
-   gchar *dir = dirs->data;
-   thunarx_python_load_dir(plugin, dir);
-   dirs = dirs->next;
-   }
-
-   g_list_free(dirs);
+gchar *dir = g_build_filename(*temp,
+"thunarx-python", "extensions", NULL);
+if (dir != prefix_extension_dir) {
+dirs = g_list_append(dirs, dir);
+}
+
+temp++;
+}
+
+// Finally, check the old thunarx-python <0.3.0 extension dir
+dirs = g_list_append(dirs, THUNARX_EXTENSION_DIR "/python");
+
+dirs = g_list_first(dirs);
+while (dirs != NULL) {
+gchar *dir = dirs->data;
+thunarx_python_load_dir(plugin, dir);
+   

[Xfce4-commits] [bindings/thunarx-python] branch master updated (4ae064c -> bedb26a)

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

adamplumb pushed a 
change to branch 
master
in repository bindings/thunarx-python.

  from  4ae064c   Remove tabs and switch to spaces, also move to same-line 
open curly braces
   new  bedb26a   Improve extension loading to better follow XDG semantics

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


Summary of changes:
 src/thunarx-python.c | 52 +---
 1 file changed, 41 insertions(+), 11 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] [bindings/thunarx-python] 01/01: Improve extension loading to better follow XDG semantics

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit bedb26aad61296af6e5c327caf3b17ec403fdf8b
Author: Adam Plumb 
Date:   Fri Dec 22 21:15:21 2017 -0500

Improve extension loading to better follow XDG semantics
---
 src/thunarx-python.c | 52 +---
 1 file changed, 41 insertions(+), 11 deletions(-)

diff --git a/src/thunarx-python.c b/src/thunarx-python.c
index 91b3bcf..16a9fb7 100644
--- a/src/thunarx-python.c
+++ b/src/thunarx-python.c
@@ -231,9 +231,48 @@ thunarx_python_load_dir (ThunarxProviderPlugin  *plugin,
 }
 }
 
+static void
+thunarx_python_check_all_directories(ThunarxProviderPlugin *plugin) {
+gchar *extensions_dir = NULL;
+
+GList *dirs = NULL;
+
+   // Check ~/.local/share first
+dirs = g_list_append(dirs, g_build_filename(g_get_user_data_dir(), 
+"thunarx-python", "extensions", NULL));
+
+   // If thunar is built in a non-standard prefix
+   // Check that' prefix's DATADIR
+gchar *prefix_extension_dir = DATADIR "/thunarx-python/extensions";
+   dirs = g_list_append(dirs, prefix_extension_dir);
+
+   // Check all system data dirs 
+const gchar *const *temp = g_get_system_data_dirs();
+while (*temp != NULL) {
+   gchar *dir = g_build_filename(*temp,
+   "thunarx-python", "extensions", NULL);
+   if (dir != prefix_extension_dir) {
+   dirs = g_list_append(dirs, dir);
+   }
+
+   temp++;
+   }
+
+   // Finally, check the old thunarx-python <0.3.0 extension dir
+   dirs = g_list_append(dirs, THUNARX_EXTENSION_DIR "/python");
+
+   dirs = g_list_first(dirs);
+   while (dirs != NULL) {
+   gchar *dir = dirs->data;
+   thunarx_python_load_dir(plugin, dir);
+   dirs = dirs->next;
+   }
+
+   g_list_free(dirs);
+}
+
 G_MODULE_EXPORT void
 thunar_extension_initialize (ThunarxProviderPlugin *plugin) {
-gchar *user_extensions_dir;
 const gchar *mismatch;
 const gchar *env_string;
 
@@ -258,16 +297,7 @@ thunar_extension_initialize (ThunarxProviderPlugin 
*plugin) {
 
 thunarx_provider_plugin_set_resident (plugin, TRUE);
 
-// Look in the new global path, $DATADIR/thunarx-python/extensions
-thunarx_python_load_dir(plugin, DATADIR "/thunarx-python/extensions");
-
-// Look in XDG_DATA_DIR, ~/.local/share/thunarx-python/extensions
-user_extensions_dir = g_build_filename(g_get_user_data_dir(), 
-"thunarx-python", "extensions", NULL);
-thunarx_python_load_dir(plugin, user_extensions_dir);
-g_free(user_extensions_dir);
-
-thunarx_python_load_dir(plugin, THUNARX_EXTENSION_DIR "/python");
+   thunarx_python_check_all_directories(plugin);
 }
 
 G_MODULE_EXPORT void

-- 
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] [bindings/thunarx-python] 02/02: Remove tabs and switch to spaces, also move to same-line open curly braces

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit 4ae064cbaa620671203bcd0f9907c2a630d94505
Author: Adam Plumb 
Date:   Fri Dec 22 20:09:16 2017 -0500

Remove tabs and switch to spaces, also move to same-line open curly braces
---
 src/thunarx-python-object.c | 385 
 src/thunarx-python.c| 227 +++---
 2 files changed, 275 insertions(+), 337 deletions(-)

diff --git a/src/thunarx-python-object.c b/src/thunarx-python-object.c
index d7758a6..4d561c9 100644
--- a/src/thunarx-python-object.c
+++ b/src/thunarx-python-object.c
@@ -38,40 +38,34 @@ static void
 thunarx_python_object_finalize (GObject *object);
 static void
 thunarx_python_object_class_init (ThunarxPythonObjectClass *klass,
- gpointer  
class_data);
-   
  
-   
  
+  gpointer  class_data);
+  
+  
 
 static void thunarx_python_object_menu_provider_iface_init  
(ThunarxMenuProviderIface *iface);
 static GList *thunarx_python_object_get_file_menu_items
(ThunarxMenuProvider  *provider,
  GtkWidget 
   *window,
  GList 
   *files);
 static GList *thunarx_python_object_get_folder_menu_items  
(ThunarxMenuProvider  *provider,
-   
 GtkWidget*window,
-   
 ThunarxFileInfo  *folder);
+   GtkWidget   
 *window,
+   
ThunarxFileInfo  *folder);
 static GList *thunarx_python_object_get_dnd_menu_items 
(ThunarxMenuProvider  *provider,
-   
 GtkWidget*window,
-   
 ThunarxFileInfo  *folder,
-   
 GList*files);
+  
GtkWidget*window,
+ 
ThunarxFileInfo  *folder,
+ GList 
   *files);
 
 
 static void thunarx_python_object_property_page_provider_iface_init 
(ThunarxPropertyPageProviderIface   *iface);
 static GList *thunarx_python_object_get_property_pages  
(ThunarxPropertyPageProvider*provider,
-   
 GList  *files);
+ GList 
 *files);
 
 static void   thunarx_python_object_preferences_provider_iface_init 
(ThunarxPreferencesProviderIface*iface);
 static GList *thunarx_python_object_get_preferences_menu_items 
(ThunarxPreferencesProvider *provider,
-   
 GtkWidget  *window);
+ GtkWidget 
 *window);
 
 static void   thunarx_python_object_renamer_provider_iface_init 
(ThunarxRenamerProviderIface  *iface);
 static GList *thunarx_python_object_get_renamers
(ThunarxRenamerProvider   *provider);
 
-/* These macros assumes the following things:
- *   a METHOD_NAME is defined with is a string
- *   a goto label called beach
- *   the return value is called ret
- */
-
 int __PyString_Check(PyObject *obj) {
 #if PY_MAJOR_VERSION >= 3
 return PyUnicode_Check(obj);
@@ -88,62 +82,68 @@ char* __PyString_AsString(PyObject *obj) {
 #endif
 }
 
+/* These macros assumes the following things:
+ *   a METHOD_NAME is defined with is a string
+ *   a 

[Xfce4-commits] [bindings/thunarx-python] 01/02: Update ignore file

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit 15fe22c13131b90f1ee5ffacbdcfcbb0fa509d40
Author: Adam Plumb 
Date:   Fri Dec 22 20:00:41 2017 -0500

Update ignore file
---
 .gitignore | 23 +++
 1 file changed, 23 insertions(+)

diff --git a/.gitignore b/.gitignore
index 0fa5896..3da3252 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,24 @@
 docs/reference/*.docbook
+src/.deps
+src/.libs
+src/*.la
+src/*.lo
+Makefile
+Makefile.in
+depcomp
+stamp-h1
+missing
+*.tar.gz
+*.tar.bz2
+libtool
+ltmain.sh
+install-sh
+aclocal.m4
+autom4te.cache
+compile
+config.*
+configure
+configure.ac
+*.m4
+*.make
+

-- 
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] [bindings/thunarx-python] branch master updated (9522c19 -> 4ae064c)

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

adamplumb pushed a 
change to branch 
master
in repository bindings/thunarx-python.

  from  9522c19   Add support for building with python3
   new  15fe22c   Update ignore file
   new  4ae064c   Remove tabs and switch to spaces, also move to same-line 
open curly braces

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:
 .gitignore  |  23 +++
 src/thunarx-python-object.c | 385 
 src/thunarx-python.c| 227 +++---
 3 files changed, 298 insertions(+), 337 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] [bindings/thunarx-python] 01/01: Add support for building with python3

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

adamplumb pushed a 
commit to branch 
master
in repository bindings/thunarx-python.

commit 9522c19cb0f5eeb394f87eba650bf85c6403f997
Author: Adam Plumb 
Date:   Fri Dec 22 19:56:58 2017 -0500

Add support for building with python3
---
 INSTALL  | 320 +++
 NEWS |   3 +
 README   |  11 +-
 configure.ac.in  |  19 +-
 examples/thunarx-preferences-plugin.py   |   1 +
 examples/thunarx-property-page-plugin.py |  13 +-
 examples/thunarx-renamer-plugin.py   |   7 +-
 examples/thunarx-submenu-plugin.py   |   4 +-
 m4/python.m4 | 228 ++
 src/Makefile.am  |  10 +-
 src/thunarx-python-object.c  |  51 -
 src/thunarx-python.c |  39 ++--
 12 files changed, 460 insertions(+), 246 deletions(-)

diff --git a/INSTALL b/INSTALL
index 2099840..8865734 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
-Inc.
+   Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+Foundation, Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -12,97 +12,96 @@ without warranty of any kind.
 Basic Installation
 ==
 
-   Briefly, the shell command `./configure && make && make install'
+   Briefly, the shell command './configure && make && make install'
 should configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
+more-detailed instructions are generic; see the 'README' file for
 instructions specific to this package.  Some packages provide this
-`INSTALL' file but do not implement all of the features documented
+'INSTALL' file but do not implement all of the features documented
 below.  The lack of an optional feature in a given package is not
 necessarily a bug.  More recommendations for GNU packages can be found
 in *note Makefile Conventions: (standards)Makefile Conventions.
 
-   The `configure' shell script attempts to guess correct values for
+   The 'configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
+those values to create a 'Makefile' in each directory of the package.
+It may also create one or more '.h' files containing system-dependent
+definitions.  Finally, it creates a shell script 'config.status' that
 you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
+file 'config.log' containing compiler output (useful mainly for
+debugging 'configure').
 
-   It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.
+   It can also use an optional file (typically called 'config.cache' and
+enabled with '--cache-file=config.cache' or simply '-C') that saves the
+results of its tests to speed up reconfiguring.  Caching is disabled by
+default to prevent problems with accidental use of stale cache files.
 
If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
+to figure out how 'configure' could check whether to do them, and mail
+diffs or instructions to the address given in the 'README' so they can
 be considered for the next release.  If you are using the cache, and at
-some point `config.cache' contains results you don't want to keep, you
+some point 'config.cache' contains results you don't want to keep, you
 may remove or edit it.
 
-   The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
+   The file 'configure.ac' (or 'configure.in') is used to create
+'configure' by a program called 'autoconf'.  You need 'configure.ac' if
+you want to change it or regenerate 'configure' using a newer version 

[Xfce4-commits] [bindings/thunarx-python] branch master updated (41bdfc4 -> 9522c19)

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

adamplumb pushed a 
change to branch 
master
in repository bindings/thunarx-python.

  from  41bdfc4   Add news item
   new  9522c19   Add support for building with python3

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:
 INSTALL  | 320 +++
 NEWS |   3 +
 README   |  11 +-
 configure.ac.in  |  19 +-
 examples/thunarx-preferences-plugin.py   |   1 +
 examples/thunarx-property-page-plugin.py |  13 +-
 examples/thunarx-renamer-plugin.py   |   7 +-
 examples/thunarx-submenu-plugin.py   |   4 +-
 m4/python.m4 | 228 ++
 src/Makefile.am  |  10 +-
 src/thunarx-python-object.c  |  51 -
 src/thunarx-python.c |  39 ++--
 12 files changed, 460 insertions(+), 246 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-systemload-plugin] branch master updated (d91168c -> 749e99e)

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

ochosi pushed a 
change to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

  from  d91168c   Unroll the new_spin_button function to improve readability
   new  749e99e   Drop two more superfluous switches (power-saving, 
system-monitor)

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:
 panel-plugin/systemload.c | 61 +--
 1 file changed, 33 insertions(+), 28 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-systemload-plugin] 01/01: Drop two more superfluous switches (power-saving, system-monitor)

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit 749e99e22d927ab8b0f04d7430793ab954156c84
Author: Simon Steinbeiss 
Date:   Sat Dec 23 01:33:21 2017 +0100

Drop two more superfluous switches (power-saving, system-monitor)

As with the empty labels, setting the power-saving value to 0 will
disable it and setting no string for system-monitor disables it.
---
 panel-plugin/systemload.c | 61 +--
 1 file changed, 33 insertions(+), 28 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index a684ea2..125c056 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -698,6 +698,13 @@ entry_changed_cb(GtkEntry *entry, t_global_monitor *global)
 else
 *use_label = (gboolean *) TRUE;
 *charvar = g_strdup(gtk_entry_get_text(GTK_ENTRY(entry)));
+
+/* Show or hide the system monitor menu item */
+if (!global->command.enabled)
+gtk_widget_set_visible(global->menu_item, FALSE);
+else
+gtk_widget_set_visible(global->menu_item, TRUE);
+
 setup_monitor(global);
 }
 
@@ -750,33 +757,25 @@ change_timeout_cb(GtkSpinButton *spin, t_global_monitor 
*global)
 static void
 change_timeout_seconds_cb(GtkSpinButton *spin, t_global_monitor *global)
 {
+gboolean** use_timeout_seconds = (gboolean**)g_object_get_data 
(G_OBJECT(spin), "boolvar");
 global->timeout_seconds = gtk_spin_button_get_value(spin);
 
+if (global->timeout_seconds == 0)
+*use_timeout_seconds = (gboolean *) FALSE;
+else
+*use_timeout_seconds = (gboolean *) TRUE;
+
 setup_timer(global);
 }
 #endif
 
-/* Creates a switch box if boolvar is non-null, and its label.
- * If it is a check box, it will control the sensitivity of target.
- * If it is a label, its mnemonic will point to target.
+/* Creates a label, its mnemonic will point to target.
  * Returns the widget. */
-static GtkWidget *new_label_or_check_button(t_global_monitor *global,
-GtkGrid *grid, guint row,
-const gchar *labeltext,
-gboolean *boolvar, GtkWidget 
*target)
+static GtkWidget *new_label (GtkGrid *grid, guint row,
+ const gchar *labeltext, GtkWidget *target)
 {
-GtkWidget *label, *sw;
-if (boolvar) {
-sw = gtk_switch_new();
-g_object_set_data (G_OBJECT(sw), "sensitive_widget", target);
-g_object_set_data (G_OBJECT(sw), "boolvar", boolvar);
-gtk_switch_set_active (GTK_SWITCH(sw), *boolvar);
-gtk_widget_set_valign (GTK_WIDGET (sw), GTK_ALIGN_CENTER);
-switch_cb (GTK_SWITCH(sw), *boolvar, global);
-g_signal_connect (GTK_WIDGET(sw), "state-set",
-  G_CALLBACK(switch_cb), global);
-gtk_grid_attach(grid, sw, 2, row, 1, 1);
-}
+GtkWidget *label;
+
 label = gtk_label_new_with_mnemonic (labeltext);
 gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
@@ -797,6 +796,7 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 sw = gtk_switch_new();
 g_object_set_data (G_OBJECT(sw), "boolvar", boolvar);
 gtk_switch_set_active (GTK_SWITCH(sw), *boolvar);
+gtk_widget_set_halign (sw, GTK_ALIGN_END);
 gtk_widget_set_valign (sw, GTK_ALIGN_CENTER);
 gtk_widget_set_margin_top (sw, 12);
 switch_cb (GTK_SWITCH(sw), *boolvar, global);
@@ -810,8 +810,8 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 gtk_widget_set_margin_top (label, 12);
 gtk_label_set_use_markup (GTK_LABEL (label), TRUE);
 g_free (markup);
-gtk_grid_attach(GTK_GRID(grid), label, 0, position, 2, 1);
-gtk_grid_attach(GTK_GRID(grid), sw, 2, position, 1, 1);
+gtk_grid_attach(GTK_GRID(grid), label, 0, position, 1, 1);
+gtk_grid_attach(GTK_GRID(grid), sw, 1, position, 1, 1);
 
 if (colorvar == NULL)
 return;
@@ -837,6 +837,7 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 gtk_grid_attach(GTK_GRID(subgrid), button, 1, 1, 1, 1);
 
 entry = gtk_entry_new ();
+gtk_widget_set_hexpand (entry, TRUE);
 g_object_set_data (G_OBJECT(entry), "charvar", labeltext);
 g_object_set_data (G_OBJECT(entry), "boolvar", use_label);
 gtk_entry_set_text (GTK_ENTRY(entry), *labeltext);
@@ -844,8 +845,8 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
   G_CALLBACK(entry_changed_cb), global);
 
 label = gtk_label_new_with_mnemonic (_("Text:"));
-

[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: Unroll the new_spin_button function to improve readability

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit d91168c86eab65c2f49f0445768e86b2d5e6f02c
Author: Simon Steinbeiss 
Date:   Sat Dec 23 00:14:57 2017 +0100

Unroll the new_spin_button function to improve readability
---
 panel-plugin/systemload.c | 43 ++-
 1 file changed, 18 insertions(+), 25 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 78c2290..a684ea2 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -853,27 +853,12 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 gtk_grid_attach(GTK_GRID(subgrid), entry, 1, 0, 1, 1);
 }
 
-/* Adds a new spin button, optionally with a checkbox to enable it.
- * Set boolvar to NULL if you do not want a checkbox. */
-static void new_spin_button(t_global_monitor *global, GtkGrid *grid, guint row,
-const gchar *labeltext,
-gfloat value, gfloat min, gfloat max, gfloat step,
-GCallback callback, gboolean* boolvar) {
-GtkWidget *button;
-button = gtk_spin_button_new_with_range (min, max, step);
-gtk_widget_set_halign (button, GTK_ALIGN_START);
-gtk_spin_button_set_value (GTK_SPIN_BUTTON (button), value);
-g_signal_connect (G_OBJECT (button), "value-changed", callback, global);
-new_label_or_check_button(global, grid, row, labeltext, boolvar, button);
-gtk_grid_attach(grid, button, 1, row, 1, 1);
-}
-
 static void
 monitor_create_options(XfcePanelPlugin *plugin, t_global_monitor *global)
 {
 GtkWidget   *dlg;
 GtkBox  *content;
-GtkWidget   *grid, *label, *entry;
+GtkWidget   *grid, *label, *entry, *button;
 guintcount;
 t_monitor   *monitor;
 static const gchar *FRAME_TEXT[] = {
@@ -904,24 +889,31 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 gtk_grid_set_row_spacing (GTK_GRID(grid), 6);
 gtk_container_set_border_width(GTK_CONTAINER(grid), 12);
 gtk_box_pack_start (content, grid, TRUE, TRUE, 0);
+
 label = gtk_label_new (NULL);
 gtk_label_set_markup (GTK_LABEL (label), _("General"));
 gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
 gtk_grid_attach (GTK_GRID (grid), label, 0, 0, 1, 1);
+
 /* Update interval */
-new_spin_button(global, GTK_GRID(grid), 1,
-_("Update interval:"),
-(gfloat)global->timeout/1000.0, 0.100, 10.000, .050,
-G_CALLBACK(change_timeout_cb), NULL);
+button = gtk_spin_button_new_with_range (0.100, 10.000, .050);
+gtk_widget_set_halign (button, GTK_ALIGN_START);
+gtk_spin_button_set_value (GTK_SPIN_BUTTON (button), 
(gfloat)global->timeout/1000.0);
+g_signal_connect (G_OBJECT (button), "value-changed", 
G_CALLBACK(change_timeout_cb), global);
+new_label_or_check_button (global, GTK_GRID (grid), 1, _("Update 
interval:"), NULL, button);
+gtk_grid_attach (GTK_GRID (grid), button, 1, 1, 1, 1);
+
 #ifdef HAVE_UPOWER_GLIB
 /* Power-saving interval */
-new_spin_button(global, GTK_GRID(grid), 2,
-_("Power-saving interval:"),
-(gfloat)global->timeout_seconds, 1, 10, 1,
-G_CALLBACK(change_timeout_seconds_cb),
->use_timeout_seconds);
+button = gtk_spin_button_new_with_range (1, 10, 1);
+gtk_widget_set_halign (button, GTK_ALIGN_START);
+gtk_spin_button_set_value (GTK_SPIN_BUTTON (button), 
(gfloat)global->timeout_seconds);
+g_signal_connect (G_OBJECT (button), "value-changed", 
G_CALLBACK(change_timeout_seconds_cb), global);
+new_label_or_check_button(global, GTK_GRID (grid), 2, _("Power-saving 
interval:"), >use_timeout_seconds, button);
+gtk_grid_attach(GTK_GRID (grid), button, 1, 2, 1, 1);
 #endif
+
 /* System Monitor */
 entry = gtk_entry_new ();
 g_object_set_data (G_OBJECT(entry), "charvar", 
>command.command_text);
@@ -930,6 +922,7 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
   G_CALLBACK(entry_changed_cb), global);
 new_label_or_check_button(global, GTK_GRID (grid), 3, _("System 
monitor:"), >command.enabled, entry);
 gtk_grid_attach (GTK_GRID (grid), entry, 1, 3, 1, 1);
+
 /* Add options for the three monitors */
 for(count = 0; count < 3; count++)
 {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org

[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] branch master updated (963ca89 -> d91168c)

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

ochosi pushed a 
change to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

  from  963ca89   Drop unused code
   new  d91168c   Unroll the new_spin_button function to improve readability

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:
 panel-plugin/systemload.c | 43 ++-
 1 file changed, 18 insertions(+), 25 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-systemload-plugin] 01/01: Drop unused code

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit 963ca892a8fd2459717d5a9db0a07c96a8b46db1
Author: Simon Steinbeiss 
Date:   Sat Dec 23 00:03:13 2017 +0100

Drop unused code
---
 panel-plugin/systemload.c | 18 --
 1 file changed, 18 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 64b256a..78c2290 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -702,24 +702,6 @@ entry_changed_cb(GtkEntry *entry, t_global_monitor *global)
 }
 
 static void
-check_button_cb(GtkToggleButton *check_button, t_global_monitor *global)
-{
-gboolean oldstate;
-gboolean* boolvar;
-gpointer sensitive_widget;
-boolvar = (gboolean*)g_object_get_data(G_OBJECT(check_button), "boolvar");
-sensitive_widget = g_object_get_data(G_OBJECT(check_button), 
"sensitive_widget");
-oldstate = *boolvar;
-*boolvar = gtk_toggle_button_get_active(check_button);
-if (sensitive_widget)
-gtk_widget_set_sensitive(GTK_WIDGET(sensitive_widget), *boolvar);
-if (boolvar == &(global->command.enabled)) {
-gtk_widget_set_visible(global->menu_item, *boolvar);
-} else if (oldstate != *boolvar)
-setup_monitor(global);
-}
-
-static void
 switch_cb(GtkSwitch *check_button, gboolean state, t_global_monitor *global)
 {
 gboolean oldstate;

-- 
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-systemload-plugin] branch master updated (a7226c7 -> 963ca89)

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

ochosi pushed a 
change to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

  from  a7226c7   Unroll the new_entry function to improve readability
   new  963ca89   Drop unused code

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:
 panel-plugin/systemload.c | 18 --
 1 file changed, 18 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-systemload-plugin] 02/02: Unroll the new_entry function to improve readability

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit a7226c7294a526fc5186e09ed63193bf6cc2c163
Author: Simon Steinbeiss 
Date:   Sat Dec 23 00:00:53 2017 +0100

Unroll the new_entry function to improve readability
---
 panel-plugin/systemload.c | 35 +--
 1 file changed, 13 insertions(+), 22 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 1b6a0d1..64b256a 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -871,22 +871,6 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 gtk_grid_attach(GTK_GRID(subgrid), entry, 1, 0, 1, 1);
 }
 
-/* Adds an entry box to the grid, optionally with a checkbox to enable it.
- * Set boolvar to NULL if you do not want a checkbox. */
-static void new_entry(t_global_monitor *global, GtkGrid *grid, guint row,
-  const gchar *labeltext, gchar **charvar,
-  gboolean *boolvar)
-{
-GtkWidget *entry;
-entry = gtk_entry_new ();
-g_object_set_data (G_OBJECT(entry), "charvar", charvar);
-gtk_entry_set_text (GTK_ENTRY(entry), *charvar);
-g_signal_connect (G_OBJECT(entry), "changed",
-  G_CALLBACK(entry_changed_cb), global);
-new_label_or_check_button(global, GTK_GRID(grid), row, labeltext, boolvar, 
entry);
-gtk_grid_attach(grid, entry, 1, row, 1, 1);
-}
-
 /* Adds a new spin button, optionally with a checkbox to enable it.
  * Set boolvar to NULL if you do not want a checkbox. */
 static void new_spin_button(t_global_monitor *global, GtkGrid *grid, guint row,
@@ -907,7 +891,7 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 {
 GtkWidget   *dlg;
 GtkBox  *content;
-GtkWidget   *grid, *label;
+GtkWidget   *grid, *label, *entry;
 guintcount;
 t_monitor   *monitor;
 static const gchar *FRAME_TEXT[] = {
@@ -943,20 +927,28 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
 gtk_grid_attach (GTK_GRID (grid), label, 0, 0, 1, 1);
+/* Update interval */
 new_spin_button(global, GTK_GRID(grid), 1,
 _("Update interval:"),
 (gfloat)global->timeout/1000.0, 0.100, 10.000, .050,
 G_CALLBACK(change_timeout_cb), NULL);
 #ifdef HAVE_UPOWER_GLIB
+/* Power-saving interval */
 new_spin_button(global, GTK_GRID(grid), 2,
 _("Power-saving interval:"),
 (gfloat)global->timeout_seconds, 1, 10, 1,
 G_CALLBACK(change_timeout_seconds_cb),
 >use_timeout_seconds);
 #endif
-new_entry(global, GTK_GRID(grid), 3,
-  _("System monitor:"),
-  >command.command_text, >command.enabled);
+/* System Monitor */
+entry = gtk_entry_new ();
+g_object_set_data (G_OBJECT(entry), "charvar", 
>command.command_text);
+gtk_entry_set_text (GTK_ENTRY(entry), global->command.command_text);
+g_signal_connect (G_OBJECT(entry), "changed",
+  G_CALLBACK(entry_changed_cb), global);
+new_label_or_check_button(global, GTK_GRID (grid), 3, _("System 
monitor:"), >command.enabled, entry);
+gtk_grid_attach (GTK_GRID (grid), entry, 1, 3, 1, 1);
+/* Add options for the three monitors */
 for(count = 0; count < 3; count++)
 {
 monitor = global->monitor[count];
@@ -969,11 +961,10 @@ monitor_create_options(XfcePanelPlugin *plugin, 
t_global_monitor *global)
>options.label_text);
 }
 
-/*uptime monitor options - start*/
+/* Uptime monitor options */
 new_monitor_setting(global, GTK_GRID(grid), 11,
   _(FRAME_TEXT[3]), >uptime->enabled,
   NULL, NULL, NULL);
-/*uptime monitor options - end*/
 
 gtk_widget_show_all (dlg);
 }

-- 
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-systemload-plugin] 01/02: Set the spin buttons' halign to START

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit 3f1ec06ae8a7fee02ca6ac6014b0b66c1d47b701
Author: Simon Steinbeiss 
Date:   Fri Dec 22 23:53:40 2017 +0100

Set the spin buttons' halign to START
---
 panel-plugin/systemload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 8899586..1b6a0d1 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -895,6 +895,7 @@ static void new_spin_button(t_global_monitor *global, 
GtkGrid *grid, guint row,
 GCallback callback, gboolean* boolvar) {
 GtkWidget *button;
 button = gtk_spin_button_new_with_range (min, max, step);
+gtk_widget_set_halign (button, GTK_ALIGN_START);
 gtk_spin_button_set_value (GTK_SPIN_BUTTON (button), value);
 g_signal_connect (G_OBJECT (button), "value-changed", callback, global);
 new_label_or_check_button(global, grid, row, labeltext, boolvar, button);

-- 
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-systemload-plugin] branch master updated (9552cf7 -> a7226c7)

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

ochosi pushed a 
change to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

  from  9552cf7   Set the color buttons' halign to START
   new  3f1ec06   Set the spin buttons' halign to START
   new  a7226c7   Unroll the new_entry function to improve readability

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/systemload.c | 36 ++--
 1 file changed, 14 insertions(+), 22 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/03: Fix whitespace problems

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit fc27614d96194f98d656f48f935bfb3bc6d87f56
Author: Simon Steinbeiss 
Date:   Fri Dec 22 23:44:56 2017 +0100

Fix whitespace problems
---
 panel-plugin/systemload.c | 61 +++
 1 file changed, 30 insertions(+), 31 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 8d12c53..2fdddf9 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -331,7 +331,7 @@ monitor_control_new(XfcePanelPlugin *plugin)
 t_global_monitor *global;
 GtkWidget* image;
 GtkWidget *label, *box;
-
+
 global = g_new(t_global_monitor, 1);
 #ifdef HAVE_UPOWER_GLIB
 global->upower = up_client_new();
@@ -359,7 +359,7 @@ monitor_control_new(XfcePanelPlugin *plugin)
 gtk_widget_show_all (global->menu_item);
 
 xfce_panel_plugin_add_action_widget (plugin, global->ebox);
-
+
 for(count = 0; count < 3; count++)
 {
 global->monitor[count] = g_new(t_monitor, 1);
@@ -377,10 +377,10 @@ monitor_control_new(XfcePanelPlugin *plugin)
 global->monitor[count]->history[3] = 0;
 
 }
-
+
 global->uptime = g_new(t_uptime_monitor, 1);
 global->uptime->enabled = TRUE;
-
+
 return global;
 }
 
@@ -514,16 +514,16 @@ monitor_read_config(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 const char *value;
 char *file;
 XfceRc *rc;
-
+
 if (!(file = xfce_panel_plugin_lookup_rc_file (plugin)))
 return;
-
+
 rc = xfce_rc_simple_open (file, TRUE);
 g_free (file);
 
 if (!rc)
 return;
-
+
 if (xfce_rc_has_group (rc, "Main"))
 {
 xfce_rc_set_group (rc, "Main");
@@ -549,13 +549,13 @@ monitor_read_config(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 if (xfce_rc_has_group (rc, MONITOR_ROOT[count]))
 {
 xfce_rc_set_group (rc, MONITOR_ROOT[count]);
-
-global->monitor[count]->options.enabled = 
+
+global->monitor[count]->options.enabled =
 xfce_rc_read_bool_entry (rc, "Enabled", TRUE);
 
-global->monitor[count]->options.use_label = 
+global->monitor[count]->options.use_label =
 xfce_rc_read_bool_entry (rc, "Use_Label", TRUE);
-
+
 if ((value = xfce_rc_read_entry (rc, "Color", NULL)))
 {
 gdk_rgba_parse(>monitor[count]->options.color,
@@ -572,8 +572,8 @@ monitor_read_config(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 if (xfce_rc_has_group (rc, MONITOR_ROOT[3]))
 {
 xfce_rc_set_group (rc, MONITOR_ROOT[3]);
-
-global->uptime->enabled = 
+
+global->uptime->enabled =
 xfce_rc_read_bool_entry (rc, "Enabled", TRUE);
 }
 }
@@ -590,7 +590,7 @@ monitor_write_config(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 
 if (!(file = xfce_panel_plugin_save_location (plugin, TRUE)))
 return;
-
+
 rc = xfce_rc_simple_open (file, FALSE);
 g_free (file);
 
@@ -609,15 +609,15 @@ monitor_write_config(XfcePanelPlugin *plugin, 
t_global_monitor *global)
 {
 xfce_rc_set_group (rc, MONITOR_ROOT[count]);
 
-xfce_rc_write_bool_entry (rc, "Enabled", 
+xfce_rc_write_bool_entry (rc, "Enabled",
 global->monitor[count]->options.enabled);
-
-xfce_rc_write_bool_entry (rc, "Use_Label", 
+
+xfce_rc_write_bool_entry (rc, "Use_Label",
 global->monitor[count]->options.use_label);
 
 xfce_rc_write_entry (rc, "Color", 
gdk_rgba_to_string(>monitor[count]->options.color));
 
-xfce_rc_write_entry (rc, "Text", 
+xfce_rc_write_entry (rc, "Text",
 global->monitor[count]->options.label_text ?
 global->monitor[count]->options.label_text : "");
 }
@@ -638,7 +638,7 @@ monitor_set_size(XfcePanelPlugin *plugin, int size, 
t_global_monitor *global)
 gtk_container_set_border_width (GTK_CONTAINER (global->ebox), (size > 26 ? 
2 : 1));
 for(count = 0; count < 3; count++)
 {
-if (xfce_panel_plugin_get_orientation (plugin) == 
+if (xfce_panel_plugin_get_orientation (plugin) ==
 GTK_ORIENTATION_HORIZONTAL)
 {
 
gtk_widget_set_size_request(GTK_WIDGET(global->monitor[count]->status),
@@ -650,7 +650,7 @@ monitor_set_size(XfcePanelPlugin *plugin, int size, 
t_global_monitor *global)
 -1, 8);
 }
 }
-
+
 setup_monitor(global);
 
 return TRUE;
@@ -743,7 +743,7 @@ color_set_cb(GtkColorButton *color_button, 

[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 03/03: Set the color buttons' halign to START

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit 9552cf7c22318f19c7c99f51dbee91a24794734c
Author: Simon Steinbeiss 
Date:   Fri Dec 22 23:49:39 2017 +0100

Set the color buttons' halign to START
---
 panel-plugin/systemload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index d6cf6ac..8899586 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -840,6 +840,7 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 gtk_grid_set_row_spacing (GTK_GRID(subgrid), 6);
 
 button = gtk_color_button_new_with_rgba(colorvar);
+gtk_widget_set_halign(button, GTK_ALIGN_START);
 g_object_set_data(G_OBJECT(button), "colorvar", colorvar);
 g_signal_connect(G_OBJECT(button), "color-set",
  G_CALLBACK (color_set_cb), global);

-- 
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-systemload-plugin] branch master updated (b8a3da5 -> 9552cf7)

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

ochosi pushed a 
change to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

  from  b8a3da5   Make all labels left-aligned
   new  fc27614   Fix whitespace problems
   new  ceda975   Make properties dialog HIG compliant
   new  9552cf7   Set the color buttons' halign to START

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


Summary of changes:
 panel-plugin/systemload.c | 114 +-
 1 file changed, 61 insertions(+), 53 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 02/03: Make properties dialog HIG compliant

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit ceda975e5092955964f5fe1c71ecf6cf48b143d9
Author: Simon Steinbeiss 
Date:   Fri Dec 22 23:46:09 2017 +0100

Make properties dialog HIG compliant

Also drop the superfluous checkboxes for the labels.
Instead, an empty label will be treated like disabling the label.
---
 panel-plugin/systemload.c | 52 +++
 1 file changed, 30 insertions(+), 22 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 2fdddf9..d6cf6ac 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -691,7 +691,12 @@ static void
 entry_changed_cb(GtkEntry *entry, t_global_monitor *global)
 {
 gchar** charvar = (gchar**)g_object_get_data (G_OBJECT(entry), "charvar");
+gboolean** use_label = (gboolean**)g_object_get_data (G_OBJECT(entry), 
"boolvar");
 g_free(*charvar);
+if (gtk_entry_get_text_length (entry) == 0)
+*use_label = (gboolean *) FALSE;
+else
+*use_label = (gboolean *) TRUE;
 *charvar = g_strdup(gtk_entry_get_text(GTK_ENTRY(entry)));
 setup_monitor(global);
 }
@@ -793,6 +798,7 @@ static GtkWidget 
*new_label_or_check_button(t_global_monitor *global,
 label = gtk_label_new_with_mnemonic (labeltext);
 gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
+gtk_widget_set_margin_start (label, 18);
 gtk_label_set_mnemonic_widget(GTK_LABEL(label), target);
 gtk_grid_attach(grid, label, 0, row, 1, 1);
 return label;
@@ -809,6 +815,8 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 sw = gtk_switch_new();
 g_object_set_data (G_OBJECT(sw), "boolvar", boolvar);
 gtk_switch_set_active (GTK_SWITCH(sw), *boolvar);
+gtk_widget_set_valign (sw, GTK_ALIGN_CENTER);
+gtk_widget_set_margin_top (sw, 12);
 switch_cb (GTK_SWITCH(sw), *boolvar, global);
 g_signal_connect (GTK_WIDGET(sw), "state-set",
   G_CALLBACK(switch_cb), global);
@@ -817,6 +825,7 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 label = gtk_label_new (markup);
 gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
+gtk_widget_set_margin_top (label, 12);
 gtk_label_set_use_markup (GTK_LABEL (label), TRUE);
 g_free (markup);
 gtk_grid_attach(GTK_GRID(grid), label, 0, position, 2, 1);
@@ -835,36 +844,30 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
 g_signal_connect(G_OBJECT(button), "color-set",
  G_CALLBACK (color_set_cb), global);
 
-label = gtk_label_new_with_mnemonic (_("Bar color:"));
+label = gtk_label_new_with_mnemonic (_("Color:"));
 gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
+gtk_widget_set_margin_start (label, 18);
 gtk_label_set_mnemonic_widget(GTK_LABEL(label), button);
 
-gtk_grid_attach(GTK_GRID(subgrid), label, 1, 1, 1, 1);
-gtk_grid_attach(GTK_GRID(subgrid), button, 2, 1, 1, 1);
+gtk_grid_attach(GTK_GRID(subgrid), label, 0, 1, 1, 1);
+gtk_grid_attach(GTK_GRID(subgrid), button, 1, 1, 1, 1);
 
 entry = gtk_entry_new ();
 g_object_set_data (G_OBJECT(entry), "charvar", labeltext);
+g_object_set_data (G_OBJECT(entry), "boolvar", use_label);
 gtk_entry_set_text (GTK_ENTRY(entry), *labeltext);
 g_signal_connect (G_OBJECT(entry), "changed",
   G_CALLBACK(entry_changed_cb), global);
 
-label = gtk_label_new_with_mnemonic (_("Text to display:"));
+label = gtk_label_new_with_mnemonic (_("Text:"));
 gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
+gtk_widget_set_margin_start (label, 18);
 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry);
 
-check = gtk_check_button_new();
-g_object_set_data (G_OBJECT(check), "sensitive_widget", entry);
-g_object_set_data (G_OBJECT(check), "boolvar", use_label);
-gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(check), *use_label);
-check_button_cb (GTK_TOGGLE_BUTTON(check), global);
-g_signal_connect (G_OBJECT(check), "toggled",
-  G_CALLBACK(check_button_cb), global);
-
-gtk_grid_attach(GTK_GRID(subgrid), check, 0, 0, 1, 1);
-gtk_grid_attach(GTK_GRID(subgrid), label, 1, 0, 1, 1);
-gtk_grid_attach(GTK_GRID(subgrid), entry, 2, 0, 1, 1);
+gtk_grid_attach(GTK_GRID(subgrid), label, 0, 0, 1, 1);
+gtk_grid_attach(GTK_GRID(subgrid), entry, 1, 0, 1, 1);
 }
 
 /* Adds an entry box to the grid, optionally 

[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 01/01: Text overlay: On 2nd+ monitor type loop, only output text if text isnt fixed

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

omegaphil pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit 0d8034f5a8c40fe6d61eb8856464045224c13ac2
Author: OmegaPhil 
Date:   Fri Dec 22 16:18:28 2017 +

Text overlay: On 2nd+ monitor type loop, only output text if text isnt fixed

Prevents fixed text being duplicated per monitor type when the user
effectively just wants a label overlay
Fixes https://bugzilla.xfce.org/show_bug.cgi?id=14065
---
 src/canvas-view.cpp | 21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/src/canvas-view.cpp b/src/canvas-view.cpp
index 73a952c..832b61c 100644
--- a/src/canvas-view.cpp
+++ b/src/canvas-view.cpp
@@ -177,11 +177,11 @@ std::list> 
CanvasView::process_mon_maxes_text_overlay(
   monitor_data_needed = false, monitor_data_compact_needed = false,
   text_overlay_enabled = plugin->get_viewer_text_overlay_enabled();
 
-  /* Obtain maximum value of all curves/flames/bars etc in the view on a per 
monitor type basis
-   * but only when the user wants visualisations to be split by type,
-   * separately tracking fixed maxes incase all monitors are fixed. Graphs with
-   * fixed monitors are not supposed to be scaled, but the text overlay still
-   * needs to refer to a max if there are no normal monitors present
+  /* Obtain maximum value of all curves/flames/bars etc in the view on a per
+   * monitor type basis but only when the user wants visualisations to be split
+   * by type, separately tracking fixed maxes incase all monitors are fixed.
+   * Graphs with fixed monitors are not supposed to be scaled, but the text
+   * overlay still needs to refer to a max if there are no normal monitors 
present
* Priority-wise, non-fixed monitor sources are always reported in preference
* to fixed-max sources
* On top of this, collect the curves together by monitor type so that they
@@ -326,8 +326,7 @@ std::list> 
CanvasView::process_mon_maxes_text_overlay(
 }
   }
 
-  // Drawing the curves with the unified max value
-  //(*r)->draw(*canvas, width(), height(), max);
+  // Recording max per monitor
   elems_and_maxes.push_back(std::make_pair(*r, max));
 }
 
@@ -350,7 +349,13 @@ std::list> 
CanvasView::process_mon_maxes_text_overlay(
  max_formatted_compact);
   if (overlay_text.empty())
 overlay_text = per_type_overlay_text;
-  else
+
+  /* Overlay text is already present. If the user has only fixed text (i.e.
+   * no substitution variables), outputting the full text again per monitor
+   * type would result in the fixed text being duped - so in this case, 
make
+   * sure to only output once */
+  else if (monitor_data_needed || monitor_data_compact_needed
+   || graph_max_needed || graph_max_compact_needed)
 overlay_text += separator_string + per_type_overlay_text;
 }
   }

-- 
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-hardware-monitor-plugin] branch master updated (ee33421 -> 0d8034f)

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

omegaphil pushed a 
change to branch 
master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

  from  ee33421   Remove unused setter code
   new  0d8034f   Text overlay: On 2nd+ monitor type loop, only output text 
if text isnt fixed

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


Summary of changes:
 src/canvas-view.cpp | 21 +
 1 file changed, 13 insertions(+), 8 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/xfwm4] 02/02: I18n: Update translation sr (100%).

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

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

commit 5d793414f92854621402054d858170945072232d
Author: Саша Петровић 
Date:   Fri Dec 22 12:33:37 2017 +0100

I18n: Update translation sr (100%).

169 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sr.po | 246 +--
 1 file changed, 115 insertions(+), 131 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index d28b71b..82935fa 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,13 +6,14 @@
 # Саша Петровић , 2012,2014
 # Саша Петровић , 2012,2014-2016
 # Саша Петровић , 2015
+# Саша Петровић , 2015,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-15 12:31+0200\n"
-"PO-Revision-Date: 2017-09-19 18:01+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2017-12-20 12:33+0100\n"
+"PO-Revision-Date: 2017-12-22 07:38+\n"
+"Last-Translator: Саша Петровић \n"
 "Language-Team: Serbian (http://www.transifex.com/xfce/xfwm4/language/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,62 +21,62 @@ msgstr ""
 "Language: sr\n"
 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
-#: ../helper-dialog/helper-dialog.c:84
+#: ../helper-dialog/helper-dialog.c:86
 msgid ""
 "This window might be busy and is not responding.\n"
 "Do you want to terminate the application?"
 msgstr "Овај прозор изгледа заузет и не даје одзив.\nДа ли желите да окончате 
програм?"
 
-#: ../helper-dialog/helper-dialog.c:89
+#: ../helper-dialog/helper-dialog.c:91
 msgid "Warning"
 msgstr "Упозорење"
 
-#: ../settings-dialogs/tweaks-settings.c:50
+#: ../settings-dialogs/tweaks-settings.c:55
 msgid "None"
 msgstr "Ништа"
 
-#: ../settings-dialogs/tweaks-settings.c:462
+#: ../settings-dialogs/tweaks-settings.c:472
 msgid "Session manager socket"
 msgstr "Утичница управника сесије"
 
-#: ../settings-dialogs/tweaks-settings.c:462
-#: ../settings-dialogs/workspace-settings.c:381
+#: ../settings-dialogs/tweaks-settings.c:472
+#: ../settings-dialogs/workspace-settings.c:398
 #: ../settings-dialogs/xfwm4-settings.c:241
 msgid "SOCKET ID"
 msgstr "ЛБ УТИЧНИЦЕ"
 
-#: ../settings-dialogs/tweaks-settings.c:463
-#: ../settings-dialogs/workspace-settings.c:382
+#: ../settings-dialogs/tweaks-settings.c:473
+#: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:243
 msgid "Version information"
 msgstr "Подаци о издању"
 
-#: ../settings-dialogs/tweaks-settings.c:481
-#: ../settings-dialogs/workspace-settings.c:399
-#: ../settings-dialogs/xfwm4-settings.c:895
+#: ../settings-dialogs/tweaks-settings.c:491
+#: ../settings-dialogs/workspace-settings.c:416
+#: ../settings-dialogs/xfwm4-settings.c:899
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:485
-#: ../settings-dialogs/workspace-settings.c:403
-#: ../settings-dialogs/xfwm4-settings.c:899
+#: ../settings-dialogs/tweaks-settings.c:495
+#: ../settings-dialogs/workspace-settings.c:420
+#: ../settings-dialogs/xfwm4-settings.c:903
 #, c-format
 msgid ""
 "%s: %s\n"
 "Try %s --help to see a full list of available command line options.\n"
 msgstr "%s: %s\nПокушајте „%s --help“ да видите потпун списак расположивих 
могућности линије наредби.\n"
 
-#: ../settings-dialogs/workspace-settings.c:74
-#: ../settings-dialogs/workspace-settings.c:89
+#: ../settings-dialogs/workspace-settings.c:81
+#: ../settings-dialogs/workspace-settings.c:96
 #, c-format
 msgid "Workspace %d"
 msgstr "Радни простор %d"
 
-#: ../settings-dialogs/workspace-settings.c:275
+#: ../settings-dialogs/workspace-settings.c:286
 msgid "Workspace Name"
 msgstr "Назив радног простора"
 
-#: ../settings-dialogs/workspace-settings.c:381
+#: ../settings-dialogs/workspace-settings.c:398
 #: ../settings-dialogs/xfwm4-settings.c:241
 msgid "Settings manager socket"
 msgstr "Утичница управника поставки"
@@ -241,7 +242,7 @@ msgid "Raise on click"
 msgstr "Издигни на клик"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:37
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:17
 msgid "_Focus"
 msgstr "_Жижа"
 
@@ -260,7 +261,7 @@ msgstr "Рас_тојање:"
 #. Edge resistance
 #. Smart placement size
 #: ../settings-dialogs/xfwm4-dialog.glade.h:42
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
 msgid "Small"
 msgstr "Мало"
 
@@ -349,34 +350,33 @@ msgstr "Десно"
 msgid "Theme"
 msgstr "Тема"
 
-#: 

[Xfce4-commits] [xfce/xfwm4] branch master updated (451c991 -> 5d79341)

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

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

  from  451c991   I18n: Update translation tr (100%).
   new  9fc1499   I18n: Update translation fr (100%).
   new  5d79341   I18n: Update translation sr (100%).

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:
 po/fr.po | 109 ++--
 po/sr.po | 246 +--
 2 files changed, 172 insertions(+), 183 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/xfwm4] 01/02: I18n: Update translation fr (100%).

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

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

commit 9fc1499249eb6d4a2438b4d54c6079cb8390f92e
Author: Charles Monzat 
Date:   Fri Dec 22 12:33:37 2017 +0100

I18n: Update translation fr (100%).

169 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/fr.po | 109 +--
 1 file changed, 57 insertions(+), 52 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index 8a00901..0510ff8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -4,6 +4,7 @@
 # 
 # Translators:
 # tneskovic , 2014
+# Charles Monzat , 2017
 # Guillaume Laville , 2013-2014
 # jc1 , 2013
 # jc1 , 2013-2015
@@ -16,9 +17,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfwm4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-12-09 00:32+0100\n"
-"PO-Revision-Date: 2017-12-09 13:17+\n"
-"Last-Translator: Yannick Le Guen \n"
+"POT-Creation-Date: 2017-12-20 12:33+0100\n"
+"PO-Revision-Date: 2017-12-22 10:16+\n"
+"Last-Translator: Charles Monzat \n"
 "Language-Team: French (http://www.transifex.com/xfce/xfwm4/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -40,29 +41,29 @@ msgstr "Avertissement"
 msgid "None"
 msgstr "Aucun"
 
-#: ../settings-dialogs/tweaks-settings.c:467
+#: ../settings-dialogs/tweaks-settings.c:472
 msgid "Session manager socket"
 msgstr "Socket du gestionnaire de sessions"
 
-#: ../settings-dialogs/tweaks-settings.c:467
+#: ../settings-dialogs/tweaks-settings.c:472
 #: ../settings-dialogs/workspace-settings.c:398
 #: ../settings-dialogs/xfwm4-settings.c:241
 msgid "SOCKET ID"
 msgstr "ID SOCKET"
 
-#: ../settings-dialogs/tweaks-settings.c:468
+#: ../settings-dialogs/tweaks-settings.c:473
 #: ../settings-dialogs/workspace-settings.c:399
 #: ../settings-dialogs/xfwm4-settings.c:243
 msgid "Version information"
 msgstr "Informations sur la version"
 
-#: ../settings-dialogs/tweaks-settings.c:486
+#: ../settings-dialogs/tweaks-settings.c:491
 #: ../settings-dialogs/workspace-settings.c:416
 #: ../settings-dialogs/xfwm4-settings.c:899
 msgid "."
 msgstr "."
 
-#: ../settings-dialogs/tweaks-settings.c:490
+#: ../settings-dialogs/tweaks-settings.c:495
 #: ../settings-dialogs/workspace-settings.c:420
 #: ../settings-dialogs/xfwm4-settings.c:903
 #, c-format
@@ -247,7 +248,7 @@ msgid "Raise on click"
 msgstr "Mise au premier plan par un clic"
 
 #: ../settings-dialogs/xfwm4-dialog.glade.h:37
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:16
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:17
 msgid "_Focus"
 msgstr "_Focalisation"
 
@@ -266,7 +267,7 @@ msgstr "Dis_tance :"
 #. Edge resistance
 #. Smart placement size
 #: ../settings-dialogs/xfwm4-dialog.glade.h:42
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:35
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:36
 msgid "Small"
 msgstr "Petite"
 
@@ -401,177 +402,181 @@ msgid "_Draw frame around selected windows while 
cycling"
 msgstr "_Dessiner un cadre autour de la fenêtre mise en évidence lors de la 
navigation"
 
 #: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:8
+msgid "_Raise windows while cycling"
+msgstr "_Placer les fenêtres au premier plan lors de la navigation"
+
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
 msgid "Cycle through windows in a _list"
 msgstr "Naviguer parmi les fenêtres dans une _liste"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:9
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
 msgid "C_ycling"
 msgstr "_Navigation"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:10
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:11
 msgid "Activate foc_us stealing prevention"
 msgstr "Activer la prévention de vol de _focalisation"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:11
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:12
 msgid "Honor _standard ICCCM focus hint"
 msgstr "Suivre le _standard ICCCM pour la focalisation"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:12
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:13
 msgid "When a window raises itself:"
 msgstr "Lorsqu’une fenêtre se place au premier plan :"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:13
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:14
 msgid "_Bring window on current workspace"
 msgstr "_Placer la fenêtre dans l’espace de travail actif"
 
-#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:14
+#: ../settings-dialogs/xfwm4-tweaks-dialog.glade.h:15
 msgid "Switch to win_dow's workspace"
 msgstr "Basculer dans l’espace _de travail de la fenêtre"
 
-#: 

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

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

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

commit 592efa894b5219b0961c57455f12addc1eae4a7a
Author: Саша Петровић 
Date:   Fri Dec 22 12:32:48 2017 +0100

I18n: Update translation sr (100%).

40 translated messages.

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

diff --git a/po/sr.po b/po/sr.po
index 849d374..3b4acc8 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -5,13 +5,14 @@
 # Translators:
 # Саша Петровић , 2012
 # Саша Петровић , 2012-2013,2017
+# Саша Петровић , 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce Panel Plugins\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-07-16 18:31+0200\n"
-"PO-Revision-Date: 2017-09-19 18:06+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2017-12-22 08:03+\n"
+"Last-Translator: Саша Петровић \n"
 "Language-Team: Serbian 
(http://www.transifex.com/xfce/xfce-panel-plugins/language/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -138,7 +139,7 @@ msgstr "Четвртасте сличице"
 
 #: ../panel-plugin/indicator-dialog.glade.h:7
 msgid "Indicator buttons will take a square when it's possible."
-msgstr ""
+msgstr "Дугмад указивача ће се поравнати ако је могуће."
 
 #: ../panel-plugin/indicator-dialog.glade.h:8
 msgid "Appearance"

-- 
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-indicator-plugin] branch master updated (1227f72 -> 592efa8)

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

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

  from  1227f72   I18n: Update translation ja (97%).
   new  592efa8   I18n: Update translation sr (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/sr.po | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

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


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

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

transifex pushed a 
commit to branch 
xfce-4.12
in repository xfce/xfce4-panel.

commit 95a7389396abf954509522fa1486d1597a3c088d
Author: Саша Петровић 
Date:   Fri Dec 22 12:31:40 2017 +0100

I18n: Update translation sr (100%).

396 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sr.po | 40 ++--
 1 file changed, 22 insertions(+), 18 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 6691249..15741a4 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -8,9 +8,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-09-09 18:31+0200\n"
+"POT-Creation-Date: 2017-10-10 00:31+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2017\n"
+"Last-Translator: Саша Петровић , 2017\n"
 "Language-Team: Serbian (https://www.transifex.com/xfce/teams/16840/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,7 +31,7 @@ msgstr ""
 "површи"
 
 #: ../panel-preferences.desktop.in.h:1
-#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2615
+#: ../panel/panel-preferences-dialog.glade.h:10 ../panel/panel-window.c:2623
 #: ../migrate/main.c:117
 msgid "Panel"
 msgstr "Полица"
@@ -42,13 +42,13 @@ msgstr "Прилагодите полицу"
 
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1032
-#: ../panel/panel-preferences-dialog.c:1190
+#: ../panel/panel-preferences-dialog.c:1199
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Да ли сте сигурни да желите да уклоните „%s“?"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1037
-#: ../panel/panel-preferences-dialog.c:1193
+#: ../panel/panel-preferences-dialog.c:1202
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Ако уклоните ставку са полице, биће заувек изгубљена."
 
@@ -62,17 +62,17 @@ msgid "Pane_l"
 msgstr "Полиц_а"
 
 #. add new items
-#: ../libxfce4panel/xfce-panel-plugin.c:1239 ../panel/panel-window.c:2627
+#: ../libxfce4panel/xfce-panel-plugin.c:1239 ../panel/panel-window.c:2635
 msgid "Add _New Items..."
 msgstr "Додај _нове ставке..."
 
 #. customize panel
-#: ../libxfce4panel/xfce-panel-plugin.c:1250 ../panel/panel-window.c:2638
+#: ../libxfce4panel/xfce-panel-plugin.c:1250 ../panel/panel-window.c:2646
 msgid "Panel Pr_eferences..."
 msgstr "По_дешавања полице..."
 
 #. logout item
-#: ../libxfce4panel/xfce-panel-plugin.c:1267 ../panel/panel-window.c:2666
+#: ../libxfce4panel/xfce-panel-plugin.c:1267 ../panel/panel-window.c:2674
 msgid "Log _Out"
 msgstr "Одја_ва"
 
@@ -275,7 +275,7 @@ msgstr "Додај нову ставку"
 msgid "Please choose a panel for the new plugin:"
 msgstr "Изаберите полицу за нови прикључак:"
 
-#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:853
+#: ../panel/panel-dialogs.c:192 ../panel/panel-preferences-dialog.c:862
 #, c-format
 msgid "Panel %d"
 msgstr "Полица %d"
@@ -331,37 +331,41 @@ msgstr ""
 msgid "Automatic"
 msgstr "Самостално"
 
+#: ../panel/panel-preferences-dialog.c:500
+msgid "Primary"
+msgstr "Главно"
+
 #. I18N: screen name in the output selector
-#: ../panel/panel-preferences-dialog.c:511
+#: ../panel/panel-preferences-dialog.c:520
 #, c-format
 msgid "Screen %d"
 msgstr "Екран %d"
 
 #. I18N: monitor name in the output selector
-#: ../panel/panel-preferences-dialog.c:537
+#: ../panel/panel-preferences-dialog.c:546
 #, c-format
 msgid "Monitor %d"
 msgstr "Монитор %d"
 
-#: ../panel/panel-preferences-dialog.c:919
+#: ../panel/panel-preferences-dialog.c:928
 msgid "The panel and plugin configurations will be permanently removed"
 msgstr "Поставке полице и прикључака ће бити трајно уклоњене"
 
-#: ../panel/panel-preferences-dialog.c:920
+#: ../panel/panel-preferences-dialog.c:929
 #, c-format
 msgid "Are you sure you want to remove panel %d?"
 msgstr "Да ли сте сигурни да желите да уклоните полицу %d?"
 
 #. I18N: append (external) in the preferences dialog if the plugin
 #. * runs external
-#: ../panel/panel-preferences-dialog.c:1032
+#: ../panel/panel-preferences-dialog.c:1041
 #, c-format
 msgid "%s (external)"
 msgstr "%s (спољни)"
 
 #. I18N: tooltip in preferences dialog when hovering an item in the list
 #. * for external plugins
-#: ../panel/panel-preferences-dialog.c:1037
+#: ../panel/panel-preferences-dialog.c:1046
 #, c-format
 msgid ""
 "Internal name: %s-%d\n"
@@ -372,7 +376,7 @@ msgstr ""
 
 #. I18N: tooltip in preferences dialog when hovering an item in the list
 #. * for internal plugins
-#: ../panel/panel-preferences-dialog.c:1049
+#: ../panel/panel-preferences-dialog.c:1058
 #, c-format
 msgid "Internal name: %s-%d"
 msgstr "Унутрашњи 

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

2017-12-22 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 c3d6b3b5c78816481df4399038c22b99bfb6e628
Author: Саша Петровић 
Date:   Fri Dec 22 12:31:21 2017 +0100

I18n: Update translation sr (100%).

412 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sr.po | 168 +++
 1 file changed, 93 insertions(+), 75 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 53655d7..aab9038 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,13 +6,14 @@
 # Саша Петровић , 2012
 # Саша Петровић , 2012-2014,2017
 # Саша Петровић , 2017
+# Саша Петровић , 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-panel\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-09-13 00:30+0200\n"
-"PO-Revision-Date: 2017-09-23 19:02+\n"
-"Last-Translator: Xfce Bot \n"
+"POT-Creation-Date: 2017-11-15 18:31+0100\n"
+"PO-Revision-Date: 2017-12-22 07:58+\n"
+"Last-Translator: Саша Петровић \n"
 "Language-Team: Serbian 
(http://www.transifex.com/xfce/xfce4-panel/language/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,18 +43,18 @@ msgstr "Прилагодите полицу"
 
 #. I18N: %s is the name of the plugin
 #: ../libxfce4panel/xfce-panel-plugin.c:1042
-#: ../panel/panel-preferences-dialog.c:1201
+#: ../panel/panel-preferences-dialog.c:1202
 #, c-format
 msgid "Are you sure that you want to remove \"%s\"?"
 msgstr "Да ли сте сигурни да желите да уклоните „%s“?"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1047
-#: ../panel/panel-preferences-dialog.c:1204
+#: ../panel/panel-preferences-dialog.c:1205
 msgid "If you remove the item from the panel, it is permanently lost."
 msgstr "Ако уклоните ставку са полице, биће заувек изгубљена."
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1048 ../panel/panel-dialogs.c:127
-#: ../panel/panel-preferences-dialog.c:1206
+#: ../panel/panel-preferences-dialog.c:1207
 #: ../plugins/applicationsmenu/applicationsmenu.c:538
 #: ../plugins/directorymenu/directorymenu.c:394
 msgid "Cancel"
@@ -61,18 +62,18 @@ msgstr "Откажи"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1049
 #: ../panel/panel-plugin-external.c:436
-#: ../panel/panel-preferences-dialog.c:929
-#: ../panel/panel-preferences-dialog.c:1207
+#: ../panel/panel-preferences-dialog.c:930
+#: ../panel/panel-preferences-dialog.c:1208
 msgid "Remove"
 msgstr "Уклони"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1190
 msgid "_Properties"
-msgstr ""
+msgstr "_Својства"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1205
 msgid "_About"
-msgstr ""
+msgstr "_О програму"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1220
 msgid "_Move"
@@ -80,7 +81,7 @@ msgstr "_Премести"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1244
 msgid "_Remove"
-msgstr ""
+msgstr "_Уклони"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1265
 msgid "Pane_l"
@@ -100,11 +101,11 @@ msgstr "Одја_ва"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1330
 msgid "_Help"
-msgstr ""
+msgstr "_Помоћи"
 
 #: ../libxfce4panel/xfce-panel-plugin.c:1345
 msgid "About"
-msgstr ""
+msgstr "О програму"
 
 #: ../panel/main.c:81
 msgid "Show the 'Panel Preferences' dialog"
@@ -152,7 +153,7 @@ msgstr "Приказује податке о издању и излази"
 #: ../panel/main.c:207
 #, c-format
 msgid "Name %s lost on the message dbus, exiting."
-msgstr ""
+msgstr "Име %s је изгубљено на сабирници порука, излазим."
 
 #. parse context options
 #: ../panel/main.c:258
@@ -178,49 +179,49 @@ msgid "There is already a running instance"
 msgstr "Један примерак је већ покренут"
 
 #. spawn ourselfs again
-#: ../panel/main.c:398
+#: ../panel/main.c:394
 msgid "Restarting..."
 msgstr "Поновно покрећем..."
 
-#: ../panel/main.c:413
+#: ../panel/main.c:409
 msgid "Failed to show the preferences dialog"
 msgstr "Нисам успео да прикажем прозорче подешавања"
 
-#: ../panel/main.c:415
+#: ../panel/main.c:411
 msgid "Failed to show the add new items dialog"
 msgstr "Нисам успео да прикажем прозорче за додаавање нових ставки"
 
-#: ../panel/main.c:417
+#: ../panel/main.c:413
 msgid "Failed to save the panel configuration"
 msgstr "Нисам успео да сачувам подешавања полице"
 
-#: ../panel/main.c:419
+#: ../panel/main.c:415
 msgid "Failed to add a plugin to the panel"
 msgstr "Нисам успео да додам прикључак на полицу"
 
-#: ../panel/main.c:421
+#: ../panel/main.c:417
 msgid "Failed to restart the panel"
 msgstr "Нисам успео да поновно покренем полицу"
 
-#: ../panel/main.c:423
+#: ../panel/main.c:419
 msgid "Failed to quit the panel"
 msgstr "Нисам успео да напустим полицу"
 
-#: ../panel/main.c:425
+#: ../panel/main.c:421
 msgid "Failed to send D-Bus 

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

2017-12-22 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-appfinder.

commit b6bd0a7fc6ec0e444969754190df40041864e7c7
Author: Саша Петровић 
Date:   Fri Dec 22 12:31:10 2017 +0100

I18n: Update translation sr (100%).

77 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sr.po | 104 ++-
 1 file changed, 57 insertions(+), 47 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 5cda73d..f460a56 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Xfce4-appfinder\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-07-17 06:30+0200\n"
-"PO-Revision-Date: 2017-09-19 18:02+\n"
+"POT-Creation-Date: 2017-11-01 06:30+0100\n"
+"PO-Revision-Date: 2017-12-22 08:14+\n"
 "Last-Translator: Саша Петровић \n"
 "Language-Team: Serbian 
(http://www.transifex.com/xfce/xfce4-appfinder/language/sr/)\n"
 "MIME-Version: 1.0\n"
@@ -61,98 +61,98 @@ msgstr "Историјат наредби"
 msgid "Bookmarks"
 msgstr "Забелешке"
 
-#: ../src/appfinder-preferences.c:219
+#: ../src/appfinder-preferences.c:238
 msgid "C_lear"
 msgstr "О_чисти"
 
-#: ../src/appfinder-preferences.c:220
+#: ../src/appfinder-preferences.c:239
 msgid "This will permanently clear the custom command history."
 msgstr "Ово ће трајно избрисати историјат произвољних наредби."
 
-#: ../src/appfinder-preferences.c:221
+#: ../src/appfinder-preferences.c:240
 msgid "Are you sure you want to clear the command history?"
 msgstr "Да ли сте сигурни да желите обрисати историјат наредби?"
 
-#: ../src/appfinder-preferences.c:331
+#: ../src/appfinder-preferences.c:350
 msgid "The custom action will be deleted permanently."
 msgstr "Произвољна радња ће бити трајно избрисана."
 
-#: ../src/appfinder-preferences.c:332
+#: ../src/appfinder-preferences.c:351
 #, c-format
 msgid "Are you sure you want to delete pattern \"%s\"?"
 msgstr "Да ли сте сигурни да желите избрисати образац „%s“?"
 
-#: ../src/appfinder-window.c:220 ../src/appfinder-preferences.glade.h:10
+#: ../src/appfinder-window.c:227 ../src/appfinder-preferences.glade.h:10
 #: ../data/xfce4-appfinder.desktop.in.h:1
 msgid "Application Finder"
 msgstr "Проналазач програма"
 
-#: ../src/appfinder-window.c:268
+#: ../src/appfinder-window.c:275
 msgid "Toggle view mode"
 msgstr "Промени начин прегледа"
 
-#: ../src/appfinder-window.c:344
+#: ../src/appfinder-window.c:351
 msgid "_Preferences"
 msgstr "Поставке"
 
-#: ../src/appfinder-window.c:360
+#: ../src/appfinder-window.c:368
 msgid "Close"
 msgstr "Затвори"
 
-#: ../src/appfinder-window.c:370 ../src/appfinder-window.c:1040
+#: ../src/appfinder-window.c:378 ../src/appfinder-window.c:1052
 msgid "La_unch"
 msgstr "По_крени"
 
-#: ../src/appfinder-window.c:854
+#: ../src/appfinder-window.c:866
 msgid "Failed to launch desktop item editor"
 msgstr "Нисам успео да покренем уређивача ставки радне површи"
 
-#: ../src/appfinder-window.c:880
+#: ../src/appfinder-window.c:892
 msgid ""
 "This will permanently remove the custom desktop file from your home "
 "directory."
 msgstr "Ово ће трајно уклонити произвољну датотеку покретача програма из личне 
фасцикле."
 
-#: ../src/appfinder-window.c:881
+#: ../src/appfinder-window.c:893
 #, c-format
 msgid "Are you sure you want to revert \"%s\"?"
 msgstr "Да ли сте сигурни да желите да повратите „%s“?"
 
-#: ../src/appfinder-window.c:891
+#: ../src/appfinder-window.c:903
 msgid "Failed to remove desktop file"
 msgstr "Нисам успео да уклоним датотеку покретача програма"
 
 #. I18N: the first %s will be replace with users' applications directory, the
 #. * second with Hidden=true
-#: ../src/appfinder-window.c:924
+#: ../src/appfinder-window.c:936
 #, c-format
 msgid ""
 "To unhide the item you have to manually remove the desktop file from \"%s\" "
 "or open the file in the same directory and remove the line \"%s\"."
 msgstr "Да опет прикажете ставку, морате ручно да уклоните датотеку покретача 
програма из „%s“ или да отворите датотеку у истој фасцикли и да уклоните ред 
„%s“."
 
-#: ../src/appfinder-window.c:929 ../src/appfinder-window.c:1077
+#: ../src/appfinder-window.c:941 ../src/appfinder-window.c:1089
 msgid "_Hide"
 msgstr "_Сакриј"
 
-#: ../src/appfinder-window.c:930
+#: ../src/appfinder-window.c:942
 #, c-format
 msgid "Are you sure you want to hide \"%s\"?"
 msgstr "Да ли сте сигурни да желите да сакријете „%s“?"
 
-#: ../src/appfinder-window.c:1024
+#: ../src/appfinder-window.c:1036
 msgid "Remove From Bookmarks"
 msgstr "Уклони забелешку"
 
-#: ../src/appfinder-window.c:1024
+#: ../src/appfinder-window.c:1036
 msgid "Add to Bookmarks"
 msgstr "Додај забелешку"
 
-#: ../src/appfinder-window.c:1053
+#: 

[Xfce4-commits] [xfce/xfce4-appfinder] branch master updated (c1554c1 -> b6bd0a7)

2017-12-22 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-appfinder.

  from  c1554c1   I18n: Update translation fi (98%).
   new  b6bd0a7   I18n: Update translation sr (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/sr.po | 104 ++-
 1 file changed, 57 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] [xfce/xfce4-panel] branch xfce-4.12 updated (285ce40 -> 95a7389)

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

transifex pushed a 
change to branch 
xfce-4.12
in repository xfce/xfce4-panel.

  from  285ce40   I18n: Update translation ca (100%).
   new  95a7389   I18n: Update translation sr (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/sr.po | 40 ++--
 1 file changed, 22 insertions(+), 18 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 xfce-4.12 updated (a1ab34e -> ad53f79)

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

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

  from  a1ab34e   I18n: Update translation fi (100%).
   new  ad53f79   I18n: Update translation sr (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/sr.po | 27 ---
 1 file changed, 16 insertions(+), 11 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-panel] branch master updated (8fc31a3 -> c3d6b3b)

2017-12-22 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  8fc31a3   I18n: Update translation zh_CN (100%).
   new  c3d6b3b   I18n: Update translation sr (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/sr.po | 168 +++
 1 file changed, 93 insertions(+), 75 deletions(-)

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


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

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

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

commit ad53f799533cd34b0d1075c6cbdc075dfa6cf66c
Author: Саша Петровић 
Date:   Fri Dec 22 12:30:58 2017 +0100

I18n: Update translation sr (100%).

739 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
---
 po/sr.po | 27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/po/sr.po b/po/sr.po
index 1901dfe..f0a7dca 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -8,9 +8,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-09-04 23:34+0200\n"
+"POT-Creation-Date: 2017-10-10 06:30+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Xfce Bot , 2017\n"
+"Last-Translator: Саша Петровић , 2017\n"
 "Language-Team: Serbian (https://www.transifex.com/xfce/teams/16840/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -815,48 +815,53 @@ msgstr "Име датотеке"
 msgid "File System"
 msgstr "Систем датотека"
 
-#: ../thunar/thunar-file.c:1513
+#: ../thunar/thunar-file.c:1075 ../thunar/thunar-gio-extensions.c:242
+#: ../thunar/thunar-shortcuts-model.c:1039
+msgid "Trash"
+msgstr "Смеће"
+
+#: ../thunar/thunar-file.c:1515
 #, c-format
 msgid "The root folder has no parent"
 msgstr "Корена фасцикла нема родитељску"
 
-#: ../thunar/thunar-file.c:1601 ../thunar/thunar-file.c:1897
+#: ../thunar/thunar-file.c:1603 ../thunar/thunar-file.c:1899
 #, c-format
 msgid "Failed to parse the desktop file: %s"
 msgstr "Нисам успео да рашчланим датотеку радне површи: %s"
 
 #. if the .desktop file is not secure, ask user what to do
-#: ../thunar/thunar-file.c:1613
+#: ../thunar/thunar-file.c:1615
 msgid "Untrusted application launcher"
 msgstr "Неповерљив покретач програма"
 
-#: ../thunar/thunar-file.c:1638
+#: ../thunar/thunar-file.c:1640
 #, c-format
 msgid "No Exec field specified"
 msgstr "Није одређено извршно поље"
 
 #. if the .desktop file is not secure, ask user what to do
-#: ../thunar/thunar-file.c:1647
+#: ../thunar/thunar-file.c:1649
 msgid "Untrusted link launcher"
 msgstr "Неповерљив покретач веза"
 
-#: ../thunar/thunar-file.c:1663
+#: ../thunar/thunar-file.c:1665
 #, c-format
 msgid "No URL field specified"
 msgstr "Није унето „URL“ поље"
 
-#: ../thunar/thunar-file.c:1668
+#: ../thunar/thunar-file.c:1670
 msgid "Invalid desktop file"
 msgstr "Неисправна датотека радне површи"
 
 #. TRANSLATORS: this will result in " on "
-#: ../thunar/thunar-gio-extensions.c:322
+#: ../thunar/thunar-gio-extensions.c:327
 #, c-format
 msgid "%s on %s"
 msgstr "%s на %s"
 
 #. free disk space string
-#: ../thunar/thunar-gio-extensions.c:433
+#: ../thunar/thunar-gio-extensions.c:438
 #, c-format
 msgid "%s of %s free (%d%% used)"
 msgstr "%s од %s слободно (%d%% заузето)"

-- 
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-volman] 01/01: I18n: Update translation sr (100%).

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

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

commit 886575c9c44ffb426e4a3b8f8460b1f804574069
Author: Саша Петровић 
Date:   Fri Dec 22 12:30:43 2017 +0100

I18n: Update translation sr (100%).

116 translated messages.

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

diff --git a/po/sr.po b/po/sr.po
index 612e393..f1c408c 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # Мирослав Николић , 2012
-# Саша Петровић , 2013
+# Саша Петровић , 2013,2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Thunar-volman\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-09 18:30+0200\n"
-"PO-Revision-Date: 2017-09-19 18:02+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2017-12-22 08:07+\n"
+"Last-Translator: Саша Петровић \n"
 "Language-Team: Serbian 
(http://www.transifex.com/xfce/thunar-volman/language/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -36,7 +36,7 @@ msgstr "Исписује податке о издању и излази"
 #. setup application name
 #: ../thunar-volman/main.c:93
 msgid "Thunar Volume Manager"
-msgstr "Тунаров управник волуменима"
+msgstr "Тунаров управник просторима"
 
 #: ../thunar-volman/main.c:121
 msgid "All rights reserved."
@@ -321,11 +321,11 @@ msgstr "Неподржана врста УСБ диска „%s“"
 
 #: ../thunar-volman-settings/main.c:44
 msgid "Settings manager socket"
-msgstr ""
+msgstr "Управник поставки прикључнице"
 
 #: ../thunar-volman-settings/main.c:44
 msgid "SOCKET ID"
-msgstr ""
+msgstr "ЛБ прикључнице"
 
 #. setup application name
 #: ../thunar-volman-settings/main.c:60
@@ -367,11 +367,11 @@ msgstr "Шел скрипте"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:110
 msgid "Help"
-msgstr ""
+msgstr "Помоћ"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:116
 msgid "Close"
-msgstr ""
+msgstr "Затвори"
 
 #. Storage
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:128
@@ -482,11 +482,11 @@ msgstr "Преносни диг. помоћници"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:429
 msgid "Palm™"
-msgstr "Palm™"
+msgstr "Палм™"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:447
 msgid "Sync _Palm™ devices when connected"
-msgstr "Усагласи _Palm™ уређаје по прикључивању"
+msgstr "Усагласи уређаје _Палм™ по прикључивању"
 
 #: ../thunar-volman-settings/tvm-preferences-dialog.c:467
 msgid "Pocket PCs"

-- 
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-volman] branch master updated (775167d -> 886575c)

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

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

  from  775167d   I18n: Update translation fi (98%).
   new  886575c   I18n: Update translation sr (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/sr.po | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

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


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

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

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

commit 95f188d2a0283c619d25941f5349023cbe15c174
Author: Саша Петровић 
Date:   Fri Dec 22 12:30:03 2017 +0100

I18n: Update translation sr (100%).

298 translated messages.

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

diff --git a/po/sr.po b/po/sr.po
index 251c155..289544d 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -10,8 +10,8 @@ msgstr ""
 "Project-Id-Version: Exo\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-07-17 00:30+0200\n"
-"PO-Revision-Date: 2017-09-19 18:02+\n"
-"Last-Translator: Xfce Bot \n"
+"PO-Revision-Date: 2017-12-22 07:48+\n"
+"Last-Translator: Саша Петровић \n"
 "Language-Team: Serbian (http://www.transifex.com/xfce/exo/language/sr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -524,7 +524,7 @@ msgstr "  --strip-content   Уклања садржаје чворова из И
 #: ../exo-csource/main.c:314
 #, c-format
 msgid "  --output=filename Write generated csource to specified file\n"
-msgstr ""
+msgstr "  --output=filename Исписује створени извор у одређену датотеку\n"
 
 #: ../exo-csource/main.c:324 ../exo-desktop-item-edit/main.c:196
 #: ../exo-open/main.c:509
@@ -1074,7 +1074,7 @@ msgstr "ВРСТА [ОДРЕДНИЦА]"
 #: ../exo-helper/main.c:76
 msgid ""
 "Query the default helper of TYPE, where TYPE is one of the following values."
-msgstr ""
+msgstr "Упитује подразумеваног помагача ВРСТЕ, где је ВРСТА једна од следећих 
вредности."
 
 #: ../exo-helper/main.c:105
 msgid ""
@@ -1084,7 +1084,7 @@ msgid ""
 "  MailReader   - The preferred Mail Reader.\n"
 "  FileManager  - The preferred File Manager.\n"
 "  TerminalEmulator - The preferred Terminal Emulator."
-msgstr ""
+msgstr "Следеће ВРСТЕ су подржане за наредбе упита --launch и --query:\n\n  
WebBrowser   - Омиљени прегледач веба.\n  MailReader   - Омиљени читач 
е-поште.\n  FileManager  - Омиљени управник датотека.\n  TerminalEmulator - 
Омиљени опонашач терминала."
 
 #: ../exo-helper/main.c:115
 #, c-format
@@ -1114,7 +1114,7 @@ msgstr "%s (Иксфце %s)\n\nАуторска права (c) 2003-2006\n
 #: ../exo-helper/main.c:250
 #, c-format
 msgid "No helper defined for \"%s\"."
-msgstr ""
+msgstr "Није одређен помоћник за „%s“."
 
 #: ../exo-helper/helpers/aterm.desktop.in.in.h:1
 msgid "aterm"
@@ -1126,7 +1126,7 @@ msgstr "Балса"
 
 #: ../exo-helper/helpers/brave.desktop.in.in.h:1
 msgid "Brave"
-msgstr ""
+msgstr "Храбар"
 
 #: ../exo-helper/helpers/caja.desktop.in.in.h:1
 msgid "Caja File Manager"
@@ -1174,11 +1174,11 @@ msgstr "Прегледник веба Галија"
 
 #: ../exo-helper/helpers/geary.desktop.in.in.h:1
 msgid "Geary"
-msgstr ""
+msgstr "Гири"
 
 #: ../exo-helper/helpers/google-chrome.desktop.in.in.h:1
 msgid "Google Chrome"
-msgstr ""
+msgstr "Гуглов Гром"
 
 #: ../exo-helper/helpers/gnome-terminal.desktop.in.in.h:1
 msgid "GNOME Terminal"
@@ -1290,7 +1290,7 @@ msgstr "Клавсова пошта"
 
 #: ../exo-helper/helpers/terminator.desktop.in.in.h:1
 msgid "Terminator"
-msgstr ""
+msgstr "Терминал"
 
 #: ../exo-helper/helpers/Thunar.desktop.in.in.h:1
 msgid "Thunar"

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


[Xfce4-commits] [xfce/exo] branch master updated (9bcfb81 -> 95f188d)

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

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

  from  9bcfb81   I18n: Update translation fi (97%).
   new  95f188d   I18n: Update translation sr (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/sr.po | 20 ++--
 1 file changed, 10 insertions(+), 10 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-systemload-plugin] branch master updated (366f6fa -> b8a3da5)

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

ochosi pushed a 
change to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

  from  366f6fa   Make sure the switches' state is correct
   new  b8a3da5   Make all labels left-aligned

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:
 panel-plugin/systemload.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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


[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/01: Make all labels left-aligned

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

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-systemload-plugin.

commit b8a3da5805ec9485188f592ab9511a8955a1f029
Author: Simon Steinbeiss 
Date:   Fri Dec 22 09:46:50 2017 +0100

Make all labels left-aligned

This is the standard in all Xfce settings dialogs.
---
 panel-plugin/systemload.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index 61c10b0..8d12c53 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -791,7 +791,7 @@ static GtkWidget 
*new_label_or_check_button(t_global_monitor *global,
 gtk_grid_attach(grid, sw, 2, row, 1, 1);
 }
 label = gtk_label_new_with_mnemonic (labeltext);
-gtk_widget_set_halign(label, GTK_ALIGN_END);
+gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
 gtk_label_set_mnemonic_widget(GTK_LABEL(label), target);
 gtk_grid_attach(grid, label, 0, row, 1, 1);
@@ -836,7 +836,7 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
  G_CALLBACK (color_set_cb), global);
 
 label = gtk_label_new_with_mnemonic (_("Bar color:"));
-gtk_widget_set_halign(label, GTK_ALIGN_END);
+gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
 gtk_label_set_mnemonic_widget(GTK_LABEL(label), button);
 
@@ -850,7 +850,7 @@ static void new_monitor_setting(t_global_monitor *global, 
GtkGrid *grid, int pos
   G_CALLBACK(entry_changed_cb), global);
 
 label = gtk_label_new_with_mnemonic (_("Text to display:"));
-gtk_widget_set_halign(label, GTK_ALIGN_END);
+gtk_widget_set_halign(label, GTK_ALIGN_START);
 gtk_widget_set_valign(label, GTK_ALIGN_CENTER);
 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry);
 

-- 
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