[Xfce4-commits] [xfce/xfwm4] 01/01: Enable compositing by default

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 0abaac15f84812f16cae7f5bb62244711fdd9fa7
Author: Olivier Fourdan four...@xfce.org
Date:   Sat Feb 28 10:45:59 2015 +0100

Enable compositing by default

Signed-off-by: Olivier Fourdan four...@xfce.org
---
 defaults/defaults |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/defaults/defaults b/defaults/defaults
index 6d7184a..a75a6bb 100644
--- a/defaults/defaults
+++ b/defaults/defaults
@@ -45,7 +45,7 @@ shadow_delta_y=-3
 shadow_opacity=50
 show_app_icon=false
 show_dock_shadow=true
-show_frame_shadow=false
+show_frame_shadow=true
 show_popup_shadow=false
 snap_resist=false
 snap_to_border=true
@@ -65,7 +65,7 @@ titleless_maximize=false
 toggle_workspaces=false
 unredirect_overlays=true
 urgent_blink=false
-use_compositing=false
+use_compositing=true
 workspace_count=4
 wrap_cycle=true
 wrap_layout=true

-- 
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] branch master updated (356a668 - 0abaac1)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  356a668   I18n: Update translation ro (100%).
   new  0abaac1   Enable compositing by default

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:
 defaults/defaults |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


[Xfce4-commits] [xfce/xfdesktop] branch master updated (212acfa - 9c5e3ec)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  212acfa   I18n: Update translation he (100%).
   new  9c5e3ec   Add the new wallpaper for the 4.12 release

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


Summary of changes:
 backgrounds/Makefile.am   |5 -
 backgrounds/xfce-blue.jpg |  Bin 152462 - 197011 bytes
 backgrounds/xfce-teal.jpg |  Bin 0 - 312080 bytes
 common/xfdesktop-common.h |2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 backgrounds/xfce-teal.jpg

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


[Xfce4-commits] [xfce/xfdesktop] 01/01: Add the new wallpaper for the 4.12 release

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 9c5e3ec5c6be758556f494d5181530731590bfef
Author: Simon Steinbeiss simon.steinbe...@elfenbeinturm.at
Date:   Sat Feb 28 10:15:06 2015 +0100

Add the new wallpaper for the 4.12 release
---
 backgrounds/Makefile.am   |5 -
 backgrounds/xfce-blue.jpg |  Bin 152462 - 197011 bytes
 backgrounds/xfce-teal.jpg |  Bin 0 - 312080 bytes
 common/xfdesktop-common.h |2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/backgrounds/Makefile.am b/backgrounds/Makefile.am
index 33181f7..901aa1c 100644
--- a/backgrounds/Makefile.am
+++ b/backgrounds/Makefile.am
@@ -3,6 +3,9 @@
 
 backgroundsdir = $(datadir)/backgrounds/xfce
 
-backgrounds_DATA = xfce-blue.jpg
+backgrounds_DATA = \
+xfce-blue.jpg \
+xfce-teal.jpg
+
 
 EXTRA_DIST = $(backgrounds_DATA)
diff --git a/backgrounds/xfce-blue.jpg b/backgrounds/xfce-blue.jpg
index fd962e7..c35533c 100644
Binary files a/backgrounds/xfce-blue.jpg and b/backgrounds/xfce-blue.jpg differ
diff --git a/backgrounds/xfce-teal.jpg b/backgrounds/xfce-teal.jpg
new file mode 100644
index 000..aafd728
Binary files /dev/null and b/backgrounds/xfce-teal.jpg differ
diff --git a/common/xfdesktop-common.h b/common/xfdesktop-common.h
index 424d3fc..d1a2745 100644
--- a/common/xfdesktop-common.h
+++ b/common/xfdesktop-common.h
@@ -35,7 +35,7 @@
 #include stdarg.h
 
 #define XFDESKTOP_CHANNELxfce4-desktop
-#define DEFAULT_BACKDROP DATADIR /backgrounds/xfce/xfce-blue.jpg
+#define DEFAULT_BACKDROP DATADIR /backgrounds/xfce/xfce-teal.jpg
 #define DEFAULT_ICON_FONT_SIZE   12
 #define DEFAULT_ICON_SIZE48
 #define ITHEME_FLAGS (GTK_ICON_LOOKUP_USE_BUILTIN \

-- 
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: Use actual output geometry to place panels

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch master
in repository xfce/xfce4-panel.

commit e93f54f1ee559700b1310b0ead65f9892604831b
Author: John Lindgren john.lindg...@aol.com
Date:   Sat Feb 28 10:27:33 2015 +0100

Use actual output geometry to place panels

Bug: 11058

The logical screen width/height as reported by X may be larger than
the outer bounds of all the monitors combined.

Compute the actual outer bounds of the monitors and place the panel
accordingly.

But keep the struts based on the logical screen width/height as this is
what the standard expects.
---
 panel/panel-window.c |   21 ++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index 8f30e41..c21aac3 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -1948,9 +1948,24 @@ panel_window_screen_layout_changed (GdkScreen   *screen,
 
   /* get the screen geometry we also use this if there is only
* one monitor and no output is choosen, as a fast-path */
-  a.x = a.y = 0;
-  a.width = gdk_screen_get_width (screen);
-  a.height = gdk_screen_get_height (screen);
+  gdk_screen_get_monitor_geometry (screen, 0, a);
+
+  a.width += a.x;
+  a.height += a.y;
+
+  for (n = 1; n  n_monitors; n++)
+{
+  gdk_screen_get_monitor_geometry (screen, n, b);
+
+  a.x = MIN (a.x, b.x);
+  a.y = MIN (a.y, b.y);
+  a.width = MAX (a.width, b.x + b.width);
+  a.height = MAX (a.height, b.y + b.height);
+}
+
+  a.width -= a.x;
+  a.height -= a.y;
+
   panel_return_if_fail (a.width  0  a.height  0);
 }
   else if (window-output_name != NULL

-- 
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 (99783bc - e93f54f)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

olivier pushed a change to branch master
in repository xfce/xfce4-panel.

  from  99783bc   I18n: Update translation ro (100%).
   new  e93f54f   Use actual output geometry to place panels

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/panel-window.c |   21 ++---
 1 file changed, 18 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/xfdesktop] 02/02: I18n: Update translation ro (100%).

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 7e2f753ef63da1ba6a7db9e46aacd38175186070
Author: Mișu Moldovan du...@l10n.ro
Date:   Sat Feb 28 12:32:00 2015 +0100

I18n: Update translation ro (100%).

221 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ro.po |  587 --
 1 file changed, 307 insertions(+), 280 deletions(-)

diff --git a/po/ro.po b/po/ro.po
index caea8ca..82c0c61 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,149 +3,152 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Mișu Moldovan du...@xfce.org, 2015
 msgid 
 msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-11-15 00:31+0100\n
-PO-Revision-Date: 2013-11-19 13:41+\n
-Last-Translator: Xfce transi...@xfce.org\n
-Language-Team: Romanian 
(http://www.transifex.com/projects/p/xfce/language/ro/)\n
+POT-Creation-Date: 2015-02-16 12:32+0100\n
+PO-Revision-Date: 2015-02-28 10:51+\n
+Last-Translator: Mișu Moldovan du...@l10n.ro\n
+Language-Team: Romanian 
(http://www.transifex.com/projects/p/xfdesktop/language/ro/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: ro\n
 Plural-Forms: nplurals=3; 
plural=(n==1?0:(((n%10019)||((n%100==0)(n!=0)))?2:1));\n
 
-#: ../settings/main.c:371 ../src/xfdesktop-special-file-icon.c:295
+#: ../settings/main.c:404 ../src/xfdesktop-special-file-icon.c:295
 #: ../src/xfdesktop-special-file-icon.c:479
 msgid Home
 msgstr Acasă
 
-#: ../settings/main.c:373
+#: ../settings/main.c:406
 msgid Filesystem
 msgstr Sistem de fișiere
 
-#: ../settings/main.c:375
+#: ../settings/main.c:408
 msgid Trash
 msgstr Coș de gunoi
 
-#: ../settings/main.c:377
+#: ../settings/main.c:410
 msgid Removable Devices
 msgstr Dispozitive detașabile
 
-#: ../settings/main.c:379
+#: ../settings/main.c:412
 msgid Network Shares
-msgstr 
+msgstr Partajări în rețea
 
-#: ../settings/main.c:381
+#: ../settings/main.c:414
 msgid Disks and Drives
-msgstr 
+msgstr Discuri și unități
 
-#: ../settings/main.c:383
-msgid Other Items
-msgstr 
+#: ../settings/main.c:416
+msgid Other Devices
+msgstr Alte dispozitive
 
 #. Display the file name, file type, and file size in the tooltip.
-#: ../settings/main.c:496
+#: ../settings/main.c:529
 #, c-format
 msgid 
 b%s/b\n
 Type: %s\n
 Size: %s
-msgstr 
+msgstr b%s/b\nTip: %s\nMărime: %s
 
-#: ../settings/main.c:680
+#: ../settings/main.c:716
 #, c-format
 msgid Wallpaper for Monitor %d (%s)
-msgstr 
+msgstr Fundal pentru monitorul %d (%s)
 
-#: ../settings/main.c:683
+#: ../settings/main.c:719
 #, c-format
 msgid Wallpaper for Monitor %d
-msgstr 
+msgstr Fundal pentru monitorul %d
 
-#: ../settings/main.c:689
-msgid 
-You are using more than one display, move this dialog to the display you 
-want to edit the settings for.
-msgstr 
+#: ../settings/main.c:725
+msgid Move this dialog to the display you want to edit the settings for.
+msgstr Mutați această fereastră pe displayul pentru care vreți să schimbați 
opțiunile.
 
-#: ../settings/main.c:697
+#: ../settings/main.c:732
 #, c-format
 msgid Wallpaper for %s on Monitor %d (%s)
-msgstr 
+msgstr Fundal pentru %s pe monitorul %d (%s)
 
-#: ../settings/main.c:701
+#: ../settings/main.c:736
 #, c-format
 msgid Wallpaper for %s on Monitor %d
-msgstr 
+msgstr Fundal pentru %s pe monitorul %d
 
-#: ../settings/main.c:708
+#: ../settings/main.c:743
 msgid 
-You are using more than one display, move this dialog to the display and 
-workspace you want to edit the settings for.
-msgstr 
+Move this dialog to the display and workspace you want to edit the settings 
+for.
+msgstr Mutați această fereastră pe displayul și spațiul de lucru pentru care 
vreți să schimbați opțiunile.
 
 #. Single monitor and single workspace
-#: ../settings/main.c:716
+#: ../settings/main.c:751
 #, c-format
 msgid Wallpaper for my desktop
-msgstr 
+msgstr Fundal pentru desktop
 
 #. Single monitor and per workspace wallpaper
-#: ../settings/main.c:722
+#: ../settings/main.c:757
 #, c-format
 msgid Wallpaper for %s
-msgstr 
+msgstr Fundal pentru %s
 
-#: ../settings/main.c:727
+#: ../settings/main.c:762
 msgid Move this dialog to the workspace you want to edit the settings for.
-msgstr 
+msgstr Mutați această fereastră pe spațiul de lucru pentru care vreți să 
schimbați opțiunile.
 
-#: ../settings/main.c:1130
+#: ../settings/main.c:1176
 msgid Image selection is unavailable while the image style is set to None.
-msgstr 
+msgstr Nu se poate selecta o imagine dacă nu ați ales un anumit stil de 
aranjare pentru imagini.
 
-#: ../settings/main.c:1482
+#: ../settings/main.c:1526
 msgid Spanning screens
-msgstr 
+msgstr Pe mai multe ecrane
 
-#: ../settings/main.c:1787
+#: ../settings/main.c:1836
 msgid Image files
-msgstr Fișierele 

[Xfce4-commits] [xfce/xfdesktop] 01/02: I18n: Update translation he (100%).

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 4e1d11e7f36e79b5d648f20ce0371cbb2d0342c6
Author: GenghisKhan genghisk...@gmx.ca
Date:   Sat Feb 28 12:31:59 2015 +0100

I18n: Update translation he (100%).

221 translated messages.

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

diff --git a/po/he.po b/po/he.po
index 4f613d6..ffd692c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: Xfdesktop\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-02-16 12:32+0100\n
-PO-Revision-Date: 2015-02-26 11:59+\n
+PO-Revision-Date: 2015-02-28 08:42+\n
 Last-Translator: GenghisKhan genghisk...@gmx.ca\n
 Language-Team: Hebrew 
(http://www.transifex.com/projects/p/xfdesktop/language/he/)\n
 MIME-Version: 1.0\n
@@ -395,7 +395,7 @@ msgstr הצג _שמות משטח עבודה ברשימה
 
 #: ../settings/xfdesktop-settings-ui.glade.h:24
 msgid Use _submenus for the windows in each workspace
-msgstr השתמש בתפריטי משנה עבור החלונות ב_כל משטח עבודה
+msgstr השתמש בתפריטי משנה לחלונות שב_כל משטח עבודה
 
 #: ../settings/xfdesktop-settings-ui.glade.h:25
 msgid Show s_ticky windows only in active workspace

-- 
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 (d27cf55 - a5e0633)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  d27cf55   Update NEWS for 0.10.3
   new  a5e0633   Updates for release

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


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

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


[Xfce4-commits] [xfce/exo] 01/01: Updates for release

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit a5e0633b7498f7455df7d220107416d7ed7550ac
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Feb 28 08:57:16 2015 -0500

Updates for release
---
 configure.ac.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 75cdc5f..961cc07 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [10])
-m4_define([libexo_version_micro], [2])
+m4_define([libexo_version_micro], [3])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
 m4_define([libexo_version], 
[libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(),
 [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 

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


[Xfce4-commits] [www/www.xfce.org] branch xfce-4.12 updated (6eab434 - 5386cbb)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch xfce-4.12
in repository www/www.xfce.org.

  from  6eab434   first pass at a news item for 4.12
   new  5386cbb   exo 0.10.3 changelog

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


Summary of changes:
 pages/download/changelogs/4.12.php |   17 +
 1 file changed, 17 insertions(+)

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


[Xfce4-commits] [www/www.xfce.org] 01/01: exo 0.10.3 changelog

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit 5386cbb11dec38439e7f6da9a03a562db6eed643
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 15:12:00 2015 +0100

exo 0.10.3 changelog
---
 pages/download/changelogs/4.12.php |   17 +
 1 file changed, 17 insertions(+)

diff --git a/pages/download/changelogs/4.12.php 
b/pages/download/changelogs/4.12.php
index c8b8a31..77c10c2 100644
--- a/pages/download/changelogs/4.12.php
+++ b/pages/download/changelogs/4.12.php
@@ -61,6 +61,14 @@
 
 h2Extension Library em(exo)/em/h2
 ul
+   liBuild updates and improvements (autotools, intltool)/li
+   liIncreased required automake and libtool versions/li
+   liUpdated mimeapps.list location for glib = 2.41 (bug #11504)/li
+   liAdd an icon-column in the icon view for loading thumbnailed images/li
+   liAdd helpers for qtFM, QTerminal, Qupzilla, Surf, Vimprobable2 (bug 
#10216)/li
+   liAdd support for BCC in exo-compose-email (bug #11070)/li
+   liBetter handle filenames with spaces in exo-helpers (bug #10731)/li
+   liDrop use of the -remote option in Firefox helpers (bug #11601)/li
liFix ATK deprecation warnings (bug #11556)./li
lilong file names into view in compact listview (bug #6014, Thanks 
Forest)./li
liClose open fd, fix typo, prevent null dereference and division by 0, 
remove unused code./li
@@ -72,6 +80,15 @@
liInstall category icons into categories folder (bug #11364)./li
liUpdate mimeapps.list location for glib gt;= 2.41 (Bug #11504)./li
liFix exo_str_looks_like_an_uri() (bug #10098)./li
+   liTranslation updates: Albanian, Arabic, Asturian, Basque, Belarusian, 
Bengali,
+  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
+  Croatian, Czech, Danish, Dutch (Flemish), English (Australia),
+  English (Great Britain), Estonian, Finnish, French, Galician, German, Greek,
+  Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,
+  Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan,
+  Panjabi, Polish, Portuguese, Portuguese (Brazilian), Romanian, Russian,
+  Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish,
+  Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese/li
 /ul
 
 h2Menu Library em(garcon)/em/h2

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


[Xfce4-commits] [xfce/libxfce4util] annotated tag libxfce4util-4.12.0 created (now a645da0)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to annotated tag libxfce4util-4.12.0
in repository xfce/libxfce4util.

at  a645da0   (tag)
   tagging  4039e0c900825b96336772152bdd397c95c10170 (commit)
  replaces  libxfce4util-4.11.0
 tagged by  Landry Breuil
on  Sat Feb 28 15:57:03 2015 +0100

- Log -
libxfce4util-4.12.0
---

No new revisions were added by this update.

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


[Xfce4-commits] [xfce/libxfce4util] 01/01: updates for release

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 4039e0c900825b96336772152bdd397c95c10170
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 15:55:15 2015 +0100

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

diff --git a/NEWS b/NEWS
index 765d904..b5c934b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.12.0
+==
+- Update libtool version to reflect dropped symbols (bug #10737)
+- Translation updates: ast, bg, de, es, fr, hr, nb, pl, ro, ru
+
 4.11.0
 ==
 - Autotools updates.
diff --git a/configure.ac.in b/configure.ac.in
index 473f26c..9b03ce4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ dnl *** Version information ***
 dnl ***
 m4_define([libxfce4util_verinfo], [7:0:0])
 m4_define([libxfce4util_version_major], [4])
-m4_define([libxfce4util_version_minor], [11])
+m4_define([libxfce4util_version_minor], [12])
 m4_define([libxfce4util_version_micro], [0])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no 
nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [git])
+m4_define([libxfce4util_version_tag], [])
 m4_define([libxfce4util_version], 
[libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(),
 [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), 
[git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **

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


[Xfce4-commits] [xfce/libxfce4util] branch master updated (2cc7c86 - 4039e0c)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  2cc7c86   I18n: Update translation bg (100%).
   new  4039e0c   updates for release

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


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

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


[Xfce4-commits] [xfce/xfce4-appfinder] branch master updated (48e8ebd - ce50813)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to branch master
in repository xfce/xfce4-appfinder.

  from  48e8ebd   I18n: Update translation ro (100%).
   new  ce50813   Add appdata file

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


Summary of changes:
 data/Makefile.am|   13 -
 data/xfce4-appfinder.appdata.xml.in |   35 +++
 po/POTFILES.in  |1 +
 3 files changed, 48 insertions(+), 1 deletion(-)
 create mode 100644 data/xfce4-appfinder.appdata.xml.in

-- 
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-appfinder] 01/01: Add appdata file

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/xfce4-appfinder.

commit ce508136ab390d211d556cbf863ce96bd0f93744
Author: Eric Koegel eric.koe...@gmail.com
Date:   Fri Sep 26 19:36:34 2014 +0300

Add appdata file

Based on the xfpm appdata, the spec is available at:

http://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html

Signed-off-by: Simon Steinbeiss simon.steinbe...@elfenbeinturm.at
---
 data/Makefile.am|   13 -
 data/xfce4-appfinder.appdata.xml.in |   35 +++
 po/POTFILES.in  |1 +
 3 files changed, 48 insertions(+), 1 deletion(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index 2d232b4..17ad9b6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,8 +6,19 @@ apps_in_files = \
 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+#
+# .appdata
+#
+@INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = xfce4-appfinder.appdata.xml.in
+
 EXTRA_DIST = \
-   $(apps_in_files)
+   $(apps_in_files)\
+   $(appdata_in_files)
+
+CLEANFILES = $(appdata_DATA)
 
 DISTCLEANFILES = \
$(apps_DATA)
diff --git a/data/xfce4-appfinder.appdata.xml.in 
b/data/xfce4-appfinder.appdata.xml.in
new file mode 100644
index 000..615e9e1
--- /dev/null
+++ b/data/xfce4-appfinder.appdata.xml.in
@@ -0,0 +1,35 @@
+?xml version=1.0 encoding=UTF-8?
+!-- Copyright 2014 Eric Koegel eric.koe...@gmail.com and Simon Steinbeiss 
si...@xfce.org --
+component type=desktop
+  idxfce4-appfinder.desktop/id
+  metadata_licenseCC-BY-3.0/metadata_license
+  project_licenseGPL-2.0+/project_license
+  nameApplication Finder/name
+  summaryApplication to quickly run applications and commands/summary
+
+  description
+_pThe application finder is a tool to find and launch installed 
applications on your system
+and the quickly execute commands. It can also be used to quickly add 
launchers to the Xfce
+Panel by dragging an item from the view and drop it on the panel.
+/_p
+  /description
+
+  screenshots
+screenshot type=default
+  
imagehttp://docs.xfce.org/_media/xfce/xfce4-appfinder/xfce4-appfinder-expanded.png/image
+/screenshot
+  /screenshots
+
+  url type=homepagehttp://www.xfce.org//url
+  url type=bugtrackerhttps://bugzilla.xfce.org//url
+  url type=helphttp://docs.xfce.org/xfce/xfce4-appfinder/start/url
+
+  updatecontactxfce4-...@xfce.org/updatecontact
+
+  project_groupXFCE/project_group
+
+  provides
+binaryxfce4-appfinder/binary
+  /provides
+
+/component
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a7fe997..0f60bb7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -11,3 +11,4 @@ src/appfinder-preferences.glade
 
 data/xfce4-appfinder.desktop.in
 data/xfce4-run.desktop.in
+data/xfce4-appfinder.appdata.xml.in

-- 
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/01: Clean-up compositor state in case of error

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 631bdbe28eb2b8ae671f67a1bbb39eaaa9848957
Author: Olivier Fourdan four...@xfce.org
Date:   Sat Feb 28 12:36:48 2015 +0100

Clean-up compositor state in case of error

If the compositor fails to start because another one is detected, clean
up the status so we don't end up with a blank screen.

Signed-off-by: Olivier Fourdan four...@xfce.org
---
 src/compositor.c |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/compositor.c b/src/compositor.c
index 6c6d3af..1533fa7 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -3419,20 +3419,23 @@ compositorManageScreen (ScreenInfo *screen_info)
 DisplayInfo *display_info;
 XRenderPictureAttributes pa;
 XRenderPictFormat *visual_format;
+gint xerror;
 
 g_return_val_if_fail (screen_info != NULL, FALSE);
 TRACE (entering compositorManageScreen);
 
 display_info = screen_info-display_info;
-screen_info-compositor_active = FALSE;
+screen_info-compositor_active = TRUE;
 
 gdk_error_trap_push ();
 XCompositeRedirectSubwindows (display_info-dpy, screen_info-xroot, 
display_info-composite_mode);
 XSync (display_info-dpy, FALSE);
+xerror = gdk_error_trap_pop ();
 
-if (gdk_error_trap_pop ())
+if (xerror == BadAccess)
 {
 g_warning (Another compositing manager is running on screen %i, 
screen_info-screen);
+compositorUnmanageScreen (screen_info);
 return FALSE;
 }
 
@@ -3449,6 +3452,7 @@ compositorManageScreen (ScreenInfo *screen_info)
 if (!visual_format)
 {
 g_warning (Cannot find visual format on screen %i, 
screen_info-screen);
+compositorUnmanageScreen (screen_info);
 return FALSE;
 }
 
@@ -3489,6 +3493,7 @@ compositorManageScreen (ScreenInfo *screen_info)
 if (screen_info-rootPicture == None)
 {
 g_warning (Cannot create root picture on screen %i, 
screen_info-screen);
+compositorUnmanageScreen (screen_info);
 return FALSE;
 }
 
@@ -3506,7 +3511,6 @@ compositorManageScreen (ScreenInfo *screen_info)
 screen_info-rootTile = None;
 screen_info-allDamage = None;
 screen_info-cwindows = NULL;
-screen_info-compositor_active = TRUE;
 screen_info-wins_unredirected = 0;
 screen_info-compositor_timeout_id = 0;
 screen_info-zoomed = 0;

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


[Xfce4-commits] [xfce/xfwm4] branch master updated (421aca7 - 631bdbe)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  421aca7   Enable window preview in cycling by default
   new  631bdbe   Clean-up compositor state in case of error

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/compositor.c |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

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


[Xfce4-commits] [xfce/exo] 01/01: Post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 25fa48cf9a59132a464e2010d139fd0d91bd1ddf
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Feb 28 09:09:54 2015 -0500

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

diff --git a/configure.ac.in b/configure.ac.in
index 961cc07..d12b051 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,7 +15,7 @@ m4_define([libexo_version_minor], [10])
 m4_define([libexo_version_micro], [3])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [])
+m4_define([libexo_version_tag], [git])
 m4_define([libexo_version], 
[libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(),
 [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 

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


[Xfce4-commits] [xfce/exo] branch master updated (a5e0633 - 25fa48c)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  a5e0633   Updates for release
   new  25fa48c   Post release tag bump

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


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

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


[Xfce4-commits] [xfce/thunar] 01/01: plugins/thunar-wallpaper: Fix icon

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit b94c3f87435b7d6e9ad6dae524253e6f2fd57f3d
Author: Jani Välimaa wa...@mageia.org
Date:   Fri Feb 27 08:58:25 2015 -0600

plugins/thunar-wallpaper: Fix icon

Signed-off-by: Robby Workman rwork...@slackware.com
---
 plugins/thunar-wallpaper/twp-provider.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/thunar-wallpaper/twp-provider.c 
b/plugins/thunar-wallpaper/twp-provider.c
index 0eb2579..acd5438 100644
--- a/plugins/thunar-wallpaper/twp-provider.c
+++ b/plugins/thunar-wallpaper/twp-provider.c
@@ -170,7 +170,7 @@ twp_provider_get_file_actions (ThunarxMenuProvider 
*menu_provider,
 {
   action = g_object_new (GTK_TYPE_ACTION,
  name, Twp::setwallpaper,
- icon-name, background,
+ icon-name, 
preferences-desktop-wallpaper,
  label, _(Set as wallpaper),
  NULL);
   g_signal_connect (action, activate, G_CALLBACK 
(twp_action_set_wallpaper), files-data);

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


[Xfce4-commits] [xfce/thunar] branch master updated (b816e36 - b94c3f8)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  b816e36   Fix icon name for folders and a memory leak (bug #11608)
   new  b94c3f8   plugins/thunar-wallpaper: Fix icon

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


Summary of changes:
 plugins/thunar-wallpaper/twp-provider.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [apps/mousepad] 01/04: Check for gcc version for push/pop pragmas, fixes build on OpenBSD.

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit c15a1b2c60be0158f6011a0d9e424b51fd16449e
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 13:37:12 2015 +0100

Check for gcc version for push/pop pragmas, fixes build on OpenBSD.
---
 mousepad/mousepad-print.c  |4 ++--
 mousepad/mousepad-search-bar.c |4 ++--
 mousepad/mousepad-window.c |4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mousepad/mousepad-print.c b/mousepad/mousepad-print.c
index b7fadc7..d835f97 100644
--- a/mousepad/mousepad-print.c
+++ b/mousepad/mousepad-print.c
@@ -701,7 +701,7 @@ mousepad_print_create_custom_widget (GtkPrintOperation 
*operation)
   gtk_widget_show (alignment);
 
   /* In GTK3, GtkTable is deprecated */
-#if GTK_CHECK_VERSION(3, 0, 0)  defined(__GNUC__)
+#if GTK_CHECK_VERSION(3, 0, 0)  (__GNUC__  4 || __GNUC__ == 4  
__GNUC_MINOR__  2)
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored -Wdeprecated-declarations
 #endif
@@ -742,7 +742,7 @@ mousepad_print_create_custom_widget (GtkPrintOperation 
*operation)
   g_signal_connect (G_OBJECT (print-widget_line_numbers_font), font-set, 
G_CALLBACK (mousepad_print_button_font_set), print);
   gtk_widget_show (print-widget_line_numbers_font);
 
-#if GTK_CHECK_VERSION(3, 0, 0)  defined(__GNUC__)
+#if GTK_CHECK_VERSION(3, 0, 0)  (__GNUC__  4 || __GNUC__ == 4  
__GNUC_MINOR__  2)
 # pragma GCC diagnostic pop
 #endif
 
diff --git a/mousepad/mousepad-search-bar.c b/mousepad/mousepad-search-bar.c
index 3315ed9..6690109 100644
--- a/mousepad/mousepad-search-bar.c
+++ b/mousepad/mousepad-search-bar.c
@@ -137,7 +137,7 @@ mousepad_search_bar_class_init (MousepadSearchBarClass 
*klass)
   gtk_binding_entry_add_signal (binding_set, GDK_Escape, 0, hide-bar, 0);
 
   /* In GTK3, gtkrc is deprecated */
-#if GTK_CHECK_VERSION(3, 0, 0)  defined(__GNUC__)
+#if GTK_CHECK_VERSION(3, 0, 0)  (__GNUC__  4 || __GNUC__ == 4  
__GNUC_MINOR__  2)
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored -Wdeprecated-declarations
 #endif
@@ -156,7 +156,7 @@ mousepad_search_bar_class_init (MousepadSearchBarClass 
*klass)
  }\n
widget \MousepadWindow.*.Gtk*ToolButton\ style 
\mousepad-button-style\\n);
 
-#if GTK_CHECK_VERSION(3, 0, 0)  defined(__GNUC__)
+#if GTK_CHECK_VERSION(3, 0, 0)  (__GNUC__  4 || __GNUC__ == 4  
__GNUC_MINOR__  2)
 # pragma GCC diagnostic pop
 #endif
 
diff --git a/mousepad/mousepad-window.c b/mousepad/mousepad-window.c
index ae55465..f1acc2b 100644
--- a/mousepad/mousepad-window.c
+++ b/mousepad/mousepad-window.c
@@ -865,7 +865,7 @@ mousepad_window_create_root_warning (MousepadWindow *window)
   GtkWidget *ebox, *label, *separator;
 
   /* In GTK3, gtkrc is deprecated */
-#if GTK_CHECK_VERSION(3, 0, 0)  defined(__GNUC__)
+#if GTK_CHECK_VERSION(3, 0, 0)  (__GNUC__  4 || __GNUC__ == 4  
__GNUC_MINOR__  2)
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored -Wdeprecated-declarations
 #endif
@@ -879,7 +879,7 @@ mousepad_window_create_root_warning (MousepadWindow *window)

widget\MousepadWindow.*.root-warning\style\mousepad-window-root-style\\n

widget\MousepadWindow.*.root-warning.GtkLabel\style\mousepad-window-root-style\\n);
 
-#if GTK_CHECK_VERSION(3, 0, 0)  defined(__GNUC__)
+#if GTK_CHECK_VERSION(3, 0, 0)  (__GNUC__  4 || __GNUC__ == 4  
__GNUC_MINOR__  2)
 # pragma GCC diagnostic pop
 #endif
 

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


[Xfce4-commits] [apps/mousepad] annotated tag mousepad-0.4.0 created (now de00162)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to annotated tag mousepad-0.4.0
in repository apps/mousepad.

at  de00162   (tag)
   tagging  98f07819929533258eab863b8eadeb7e8207cddb (commit)
  replaces  mousepad-0.3.0
 tagged by  Landry Breuil
on  Sat Feb 28 13:38:31 2015 +0100

- Log -
- Use GSettings to improve preference handling
- A new preferences dialog exposing all preferences in the GUI
- Implement config and GUI preferences for various GtkSourceView properties
  such as:
* Highlighting the current line
* Match braces
* Indentation width control
* Right margin (long-line margin) column
* Showing/hiding of line numbers
* Smart home and end keys
- Improved GUI configurability and state persistence, including:
* A toolbar for commonly used items
* Fullscreen support
* Main menu re-organization
* Improved editor context menu
* Improved single-instance multi-window support
* Remember and synchronize size, position, and state, across windows
  and instances
- Support for building against GTK+ 3
- Various other improvements and bugs fixed
---

No new revisions were added by this update.

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


[Xfce4-commits] [apps/mousepad] 03/04: updates for release

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 98f07819929533258eab863b8eadeb7e8207cddb
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 13:38:13 2015 +0100

updates for release
---
 NEWS|   23 +++
 configure.ac.in |4 ++--
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index b1dc310..b6291aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+0.4.0
+=
+- Use GSettings to improve preference handling
+- A new preferences dialog exposing all preferences in the GUI
+- Implement config and GUI preferences for various GtkSourceView properties
+  such as:
+* Highlighting the current line
+* Match braces
+* Indentation width control
+* Right margin (long-line margin) column
+* Showing/hiding of line numbers
+* Smart home and end keys
+- Improved GUI configurability and state persistence, including:
+* A toolbar for commonly used items
+* Fullscreen support
+* Main menu re-organization
+* Improved editor context menu
+* Improved single-instance multi-window support
+* Remember and synchronize size, position, and state, across windows
+  and instances
+- Support for building against GTK+ 3
+- Various other improvements and bugs fixed
+
 0.3.0
 =
 Highlights:
diff --git a/configure.ac.in b/configure.ac.in
index dcc0573..6b18d2c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,11 +2,11 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([mousepad_version_major], [0])
-m4_define([mousepad_version_minor], [3])
+m4_define([mousepad_version_minor], [4])
 m4_define([mousepad_version_micro], [0])
 m4_define([mousepad_version_nano], []) dnl leave this empty to have no nano 
version
 m4_define([mousepad_version_build], [@REVISION@])
-m4_define([mousepad_version_tag], [git])
+m4_define([mousepad_version_tag], [])
 m4_define([mousepad_version], 
[mousepad_version_major().mousepad_version_minor().mousepad_version_micro()ifelse(mousepad_version_nano(),
 [], [], [.mousepad_version_nano()])ifelse(mousepad_version_tag(), [git], 
[mousepad_version_tag()-mousepad_version_build()], [mousepad_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [apps/mousepad] branch master updated (48d31a8 - e2ec3f2)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  48d31a8   I18n: Update translation es (100%).
   new  c15a1b2   Check for gcc version for push/pop pragmas, fixes build 
on OpenBSD.
   new  eb8a943   Fix revert file
   new  98f0781   updates for release
   new  e2ec3f2   post release tag bump

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


Summary of changes:
 NEWS   |   23 +++
 configure.ac.in|2 +-
 mousepad/mousepad-file.c   |4 ++--
 mousepad/mousepad-print.c  |4 ++--
 mousepad/mousepad-search-bar.c |4 ++--
 mousepad/mousepad-window.c |4 ++--
 6 files changed, 32 insertions(+), 9 deletions(-)

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


[Xfce4-commits] [apps/mousepad] 04/04: post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit e2ec3f2ce6ed648604e34e96b4640cae8e949718
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 13:48:39 2015 +0100

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

diff --git a/configure.ac.in b/configure.ac.in
index 6b18d2c..3f75bad 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,7 +6,7 @@ m4_define([mousepad_version_minor], [4])
 m4_define([mousepad_version_micro], [0])
 m4_define([mousepad_version_nano], []) dnl leave this empty to have no nano 
version
 m4_define([mousepad_version_build], [@REVISION@])
-m4_define([mousepad_version_tag], [])
+m4_define([mousepad_version_tag], [git])
 m4_define([mousepad_version], 
[mousepad_version_major().mousepad_version_minor().mousepad_version_micro()ifelse(mousepad_version_nano(),
 [], [], [.mousepad_version_nano()])ifelse(mousepad_version_tag(), [git], 
[mousepad_version_tag()-mousepad_version_build()], [mousepad_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [apps/mousepad] 02/04: Fix revert file

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit eb8a943164aa0582c959a4cb7b3c887dc024deaa
Author: Andre Miranda andreldm1...@gmail.com
Date:   Fri Sep 5 19:14:28 2014 -0300

Fix revert file
---
 mousepad/mousepad-file.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mousepad/mousepad-file.c b/mousepad/mousepad-file.c
index 667492c..b44acec 100644
--- a/mousepad/mousepad-file.c
+++ b/mousepad/mousepad-file.c
@@ -863,7 +863,7 @@ mousepad_file_reload (MousepadFile  *file,
   GError   **error)
 {
   GtkTextIter start, end;
-  gbooleansucceed = FALSE;
+  gintsucceed;
 
   g_return_val_if_fail (MOUSEPAD_IS_FILE (file), FALSE);
   g_return_val_if_fail (GTK_IS_TEXT_BUFFER (file-buffer), FALSE);
@@ -887,7 +887,7 @@ mousepad_file_reload (MousepadFile  *file,
   /* reload the file */
   succeed = mousepad_file_open (file, NULL, error);
 
-  return succeed;
+  return (succeed == 0);
 }
 
 

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


[Xfce4-commits] [xfce/gtk-xfce-engine] branch master updated (ab532ce - d21ac7a)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a change to branch master
in repository xfce/gtk-xfce-engine.

  from  ab532ce   Don't free the rc_style on parse errors
   new  b5dc8d5   Added new flat theme
   new  616e022   Added the flat theme to automake
   new  952496e   Release 3.2.0!
   new  d21ac7a   Post release tag bump.

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


Summary of changes:
 NEWS   |7 +-
 configure.ac.in|5 +-
 themes/Makefile.am |1 +
 themes/{b5 = flat}/Makefile.am|2 +-
 themes/{dawn = flat}/gtk-2.0/Makefile.am  |2 +-
 themes/flat/gtk-2.0/gtkrc  |  571 +++
 themes/flat/gtk-3.0/Makefile.am|   19 +
 themes/flat/gtk-3.0/apps/gnome-applications.css|  316 ++
 themes/flat/gtk-3.0/apps/granite-widgets.css   |  687 
 themes/flat/gtk-3.0/apps/lightdm-gtk-greeter.css   |   92 +
 themes/flat/gtk-3.0/apps/lightdm-unity-greeter.css |   58 +
 themes/flat/gtk-3.0/apps/unity.css |   31 +
 themes/flat/gtk-3.0/apps/xfce.css  |   59 +
 themes/flat/gtk-3.0/gtk-widgets.css| 3678 
 themes/flat/gtk-3.0/gtk.css|   74 +
 themes/flat/gtk-3.0/settings.ini   |4 +
 16 files changed, 5602 insertions(+), 4 deletions(-)
 copy themes/{b5 = flat}/Makefile.am (59%)
 copy themes/{dawn = flat}/gtk-2.0/Makefile.am (50%)
 create mode 100644 themes/flat/gtk-2.0/gtkrc
 create mode 100644 themes/flat/gtk-3.0/Makefile.am
 create mode 100644 themes/flat/gtk-3.0/apps/gnome-applications.css
 create mode 100644 themes/flat/gtk-3.0/apps/granite-widgets.css
 create mode 100644 themes/flat/gtk-3.0/apps/lightdm-gtk-greeter.css
 create mode 100644 themes/flat/gtk-3.0/apps/lightdm-unity-greeter.css
 create mode 100644 themes/flat/gtk-3.0/apps/unity.css
 create mode 100644 themes/flat/gtk-3.0/apps/xfce.css
 create mode 100644 themes/flat/gtk-3.0/gtk-widgets.css
 create mode 100644 themes/flat/gtk-3.0/gtk.css
 create mode 100644 themes/flat/gtk-3.0/settings.ini

-- 
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/gtk-xfce-engine] 04/04: Post release tag bump.

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master-gtk2
in repository xfce/gtk-xfce-engine.

commit 7e852e4c8d3e857a726b1f0ccd17385639937bf5
Author: Peter de Ridder pe...@xfce.org
Date:   Sat Feb 28 13:42:36 2015 +0100

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

diff --git a/configure.ac.in b/configure.ac.in
index adad275..ba0295b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([gtk_xfce_engine_version_minor], [10])
 m4_define([gtk_xfce_engine_version_micro], [0])
 m4_define([gtk_xfce_engine_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([gtk_xfce_engine_version_build], [@REVISION@])
-m4_define([gtk_xfce_engine_version_tag],   [])
+m4_define([gtk_xfce_engine_version_tag],   [git])
 m4_define([gtk_xfce_engine_version], 
[gtk_xfce_engine_version_major().gtk_xfce_engine_version_minor().gtk_xfce_engine_version_micro()ifelse(gtk_xfce_engine_version_nano(),
 [], [], 
[.gtk_xfce_engine_version_nano()])ifelse(gtk_xfce_engine_version_tag(), [git], 
[gtk_xfce_engine_version_tag()-gtk_xfce_engine_version_build()], 
[gtk_xfce_engine_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [xfce/gtk-xfce-engine] 01/04: Added new flat theme

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master-gtk2
in repository xfce/gtk-xfce-engine.

commit 02c398efdaef7875edc03b253737358927cdb359
Author: Simon Steinbeiss simon.steinbe...@elfenbeinturm.at
Date:   Sat Feb 28 11:52:57 2015 +0100

Added new flat theme
---
 themes/flat/gtk-2.0/gtkrc |  571 +
 1 file changed, 571 insertions(+)

diff --git a/themes/flat/gtk-2.0/gtkrc b/themes/flat/gtk-2.0/gtkrc
new file mode 100644
index 000..55e6f98
--- /dev/null
+++ b/themes/flat/gtk-2.0/gtkrc
@@ -0,0 +1,571 @@
+# Created July 2006
+# Modified Dec. 2006
+# Modified Jan. 2007
+# Modified Jul. 2008 for xfce 4.6
+# Modified Feb. 2009 for xfce 4.6
+# Olivier Fourdan four...@xfce.org
+# Modified Nov. 2013 for xfce 4.12
+# Simon Steinbeiß si...@xfce.org
+# Released under the GPL license
+
+gtk-color-scheme   = 
bg_color:#d9dadb\nselected_bg_color:#1e9cc8\nbase_color:#fcfcfc # Background, 
base.
+gtk-color-scheme   = 
fg_color:#2D2D2D\nselected_fg_color:#EE\ntext_color:#2D2D2D # Foreground, 
text. 
+gtk-color-scheme   = tooltip_bg_color:#df\ntooltip_fg_color:#2D2D2D 
# Tooltips.
+gtk-color-scheme   = link_color:#5177ac # Hyperlinks
+gtk-color-scheme   = panel_bg:#252525 # Panel bg color
+gtk-color-scheme   = fm_color:#F7F7F7 # Color used in Nautilus and 
Thunar.
+gtk-color-scheme   = bg_color_dark:#686868\ntext_color_dark:#FFF
+
+style default
+{
+GtkWidget::focus-line-width  = 1
+GtkWidget::focus_padding = 0
+GtkWidget::interior_focus= 0
+GtkWidget::internal_padding  = 0
+GtkWidget::link-color= @link_color
+
+GtkArrow::arrow-scaling  = 0.5
+
+GtkButton::child_displacement_x  = 1
+GtkButton::child_displacement_y  = 1
+GtkButton::default_border= {0, 0, 0, 0}
+GtkButton::default_outside_border= {0, 0, 0, 0}
+GtkButton::focus-line-pattern= \0
+
+GtkButtonBox::child_internal_pad_x   = 6
+GtkButtonBox::child_internal_pad_y   = 2
+GtkButtonBox::child_min_heigth   = 0
+GtkButtonBox::child_min_width= 0
+
+GtkCheckButton::indicator_size   = 12
+GtkCheckButton::focus-line-pattern   = \1\1
+
+GtkEntry::focus-line-pattern = \0
+
+GtkRadioButton::indicator_size   = 12
+GtkRadioButton::focus-line-pattern   = \1\1
+
+GtkExpander::expander-size   = 11
+GtkExpander::expander_spacing= 0
+
+GtkMenuBar::internal-padding = 0
+GtkMenuBar::shadow-type  = GTK_SHADOW_NONE
+GtkMenu::horizontal-padding  = 0
+GtkMenu::vertical-padding= 0
+
+GtkMenuItem::internal_padding= 2
+GtkMenuItem::selected_shadow_type= etched-in
+
+GtkNotebook::tab-overlap = -1
+
+GtkOptionMenu::indicator_size= {5, 5}
+GtkOptionMenu::indicator_spacing = {3, 3, 3, 3}
+
+GtkPaned::handle_full_size   = 1
+GtkPaned::handle_size= 3
+
+GtkRange::slider_width   = 13
+GtkRange::stepper_size   = 13
+GtkRange::stepper_spacing= 0
+GtkRange::stepper_spacing= 0
+GtkRange::trough_border  = 0
+
+GtkScale::trough-side-details= 1
+GtkScale::value_spacing  = 0
+GtkScale::slider-length = 13
+GtkScale::slider-width  = 13
+
+GtkScrollbar::has_forward_stepper= 0
+GtkScrollbar::has_backward_stepper   = 0
+GtkScrollbar::min_slider_length  = 25
+GtkScrollbar::slider_width   = 11
+
+GtkScrolledWindow::scrollbars-within-bevel  = 1
+GtkScrolledWindow::scrollbar_spacing = 0
+GtkScrolledWindow::shadow-type   = GTK_SHADOW_NONE
+GtkScrolledWindow::draw_border   = { 0, 0, 0, 0 }
+GtkScrolledWindow::focus-line-width  = 0
+
+GtkStatusbar::shadow-type= GTK_SHADOW_NONE
+
+GtkTextView::focus-line-pattern  = \0
+
+GtkToolbar::internal-padding = 2
+GtkToolbar::space-size   = 10
+GtkToolbar::shadow-type  = GTK_SHADOW_NONE
+
+GtkTreeView::expander-size   = 11
+GtkTreeView::horizontal-separator= 0
+GtkTreeView::vertical-separator  = 0
+
+ExoIconBar::focus_padding= 1
+
+xthickness = 2
+ythickness = 2
+
+base[ACTIVE]  = 

[Xfce4-commits] [xfce/gtk-xfce-engine] annotated tag gtk-xfce-engine-3.2.0 created (now abd3c18)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a change to annotated tag gtk-xfce-engine-3.2.0
in repository xfce/gtk-xfce-engine.

at  abd3c18   (tag)
   tagging  952496ebe66c0b9709bbf64120669f479f9beef4 (commit)
  replaces  gtk-xfce-engine-3.1.0
 tagged by  Peter de Ridder
on  Sat Feb 28 14:04:43 2015 +0100

- Log -
3.2.0
=
- Add new theme Xfce-flat
- Fix invalid free on theme parse error
---

No new revisions were added by this update.

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


[Xfce4-commits] [xfce/gtk-xfce-engine] 04/04: Post release tag bump.

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.

commit d21ac7a2b49038d553431f0b94c165c6a01f7a5d
Author: Peter de Ridder pe...@xfce.org
Date:   Sat Feb 28 13:45:35 2015 +0100

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

diff --git a/configure.ac.in b/configure.ac.in
index 6b3c6e6..ea9a599 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([gtk_xfce_engine_version_minor], [2])
 m4_define([gtk_xfce_engine_version_micro], [0])
 m4_define([gtk_xfce_engine_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([gtk_xfce_engine_version_build], [@REVISION@])
-m4_define([gtk_xfce_engine_version_tag],   [])
+m4_define([gtk_xfce_engine_version_tag],   [git])
 m4_define([gtk_xfce_engine_version], 
[gtk_xfce_engine_version_major().gtk_xfce_engine_version_minor().gtk_xfce_engine_version_micro()ifelse(gtk_xfce_engine_version_nano(),
 [], [], 
[.gtk_xfce_engine_version_nano()])ifelse(gtk_xfce_engine_version_tag(), [git], 
[gtk_xfce_engine_version_tag()-gtk_xfce_engine_version_build()], 
[gtk_xfce_engine_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [xfce/gtk-xfce-engine] 02/04: Added the flat theme to automake

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.

commit 616e0224f43effef0928163e98a7a15a1a93951c
Author: Peter de Ridder pe...@xfce.org
Date:   Sat Feb 28 13:11:15 2015 +0100

Added the flat theme to automake
---
 configure.ac.in |3 +++
 themes/Makefile.am  |1 +
 themes/flat/Makefile.am |4 
 themes/flat/gtk-2.0/Makefile.am |5 +
 themes/flat/gtk-3.0/Makefile.am |   19 +++
 5 files changed, 32 insertions(+)

diff --git a/configure.ac.in b/configure.ac.in
index 98107b7..ee34cad 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -136,6 +136,9 @@ themes/dawn/Makefile
 themes/dusk/gtk-2.0/Makefile
 themes/dusk/gtk-3.0/Makefile
 themes/dusk/Makefile
+themes/flat/gtk-2.0/Makefile
+themes/flat/gtk-3.0/Makefile
+themes/flat/Makefile
 themes/kolors/gtk-2.0/Makefile
 themes/kolors/gtk-3.0/Makefile
 themes/kolors/Makefile
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 3a15b26..41a25cc 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -10,6 +10,7 @@ SUBDIRS = \
curve   \
dawn\
dusk\
+   flat\
kde2\
kolors  \
light   \
diff --git a/themes/flat/Makefile.am b/themes/flat/Makefile.am
new file mode 100644
index 000..d34eb57
--- /dev/null
+++ b/themes/flat/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = $(GTK_SUBDIRS)
+DIST_SUBDIRS = gtk-2.0 gtk-3.0
+themedir = $(datadir)/themes/Xfce-flat
+
diff --git a/themes/flat/gtk-2.0/Makefile.am b/themes/flat/gtk-2.0/Makefile.am
new file mode 100644
index 000..1e9249e
--- /dev/null
+++ b/themes/flat/gtk-2.0/Makefile.am
@@ -0,0 +1,5 @@
+themedir = $(datadir)/themes/Xfce-flat/gtk-2.0
+theme_DATA = gtkrc
+
+EXTRA_DIST = $(theme_DATA)
+
diff --git a/themes/flat/gtk-3.0/Makefile.am b/themes/flat/gtk-3.0/Makefile.am
new file mode 100644
index 000..98a69e2
--- /dev/null
+++ b/themes/flat/gtk-3.0/Makefile.am
@@ -0,0 +1,19 @@
+themedir = $(datadir)/themes/Xfce-flat/gtk-3.0
+appsdir = $(datadir)/themes/Xfce-flat/gtk-3.0/apps
+theme_DATA = \
+   apps/xfce.css   \
+   gtk.css \
+   gtk-widgets.css \
+   settings.ini
+apps_DATA = \
+   apps/gnome-applications.css \
+   apps/granite-widgets.css\
+   apps/lightdm-gtk-greeter.css\
+   apps/lightdm-unity-greeter.css  \
+   apps/unity.css  \
+   apps/xfce.css
+
+EXTRA_DIST = \
+   $(theme_DATA)   \
+   $(apps_DATA)
+

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


[Xfce4-commits] [xfce/gtk-xfce-engine] 02/04: Added the flat theme to automake

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master-gtk2
in repository xfce/gtk-xfce-engine.

commit a2edb7c877768e9205a7f65f655e7e16470395af
Author: Peter de Ridder pe...@xfce.org
Date:   Sat Feb 28 13:11:15 2015 +0100

Added the flat theme to automake
---
 configure.ac.in |2 ++
 themes/Makefile.am  |1 +
 themes/flat/Makefile.am |4 
 themes/flat/gtk-2.0/Makefile.am |5 +
 4 files changed, 12 insertions(+)

diff --git a/configure.ac.in b/configure.ac.in
index 05b8456..cf3d4b4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -108,6 +108,8 @@ themes/dawn/gtk-2.0/Makefile
 themes/dawn/Makefile
 themes/dusk/gtk-2.0/Makefile
 themes/dusk/Makefile
+themes/flat/gtk-2.0/Makefile
+themes/flat/Makefile
 themes/kolors/gtk-2.0/Makefile
 themes/kolors/Makefile
 themes/kde2/gtk-2.0/Makefile
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 3a15b26..41a25cc 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -10,6 +10,7 @@ SUBDIRS = \
curve   \
dawn\
dusk\
+   flat\
kde2\
kolors  \
light   \
diff --git a/themes/flat/Makefile.am b/themes/flat/Makefile.am
new file mode 100644
index 000..4c396c3
--- /dev/null
+++ b/themes/flat/Makefile.am
@@ -0,0 +1,4 @@
+SUBDIRS = $(GTK_SUBDIRS)
+DIST_SUBDIRS = gtk-2.0
+themedir = $(datadir)/themes/Xfce-flat
+
diff --git a/themes/flat/gtk-2.0/Makefile.am b/themes/flat/gtk-2.0/Makefile.am
new file mode 100644
index 000..1e9249e
--- /dev/null
+++ b/themes/flat/gtk-2.0/Makefile.am
@@ -0,0 +1,5 @@
+themedir = $(datadir)/themes/Xfce-flat/gtk-2.0
+theme_DATA = gtkrc
+
+EXTRA_DIST = $(theme_DATA)
+

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


[Xfce4-commits] [xfce/gtk-xfce-engine] 03/04: Release 2.10.0!

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master-gtk2
in repository xfce/gtk-xfce-engine.

commit d560759aece07eb8b7e48fb9c42092acec63b77a
Author: Peter de Ridder pe...@xfce.org
Date:   Sat Feb 28 13:41:43 2015 +0100

Release 2.10.0!
---
 NEWS|7 ++-
 configure.ac.in |6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 012d3fe..324863d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
+2.10.0
+==
+- Add new theme Xfce-flat
+- Fix invalid free on theme parse error
+
 2.9.2
 =
 - Add default colors to xfce basic theme
-- Fix uinitialized value (bug #10877)
+- Fix uninitialized value (bug #10877)
 
 2.9.1
 =
diff --git a/configure.ac.in b/configure.ac.in
index cf3d4b4..adad275 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([gtk_xfce_engine_version_major], [2])
-m4_define([gtk_xfce_engine_version_minor], [9])
-m4_define([gtk_xfce_engine_version_micro], [2])
+m4_define([gtk_xfce_engine_version_minor], [10])
+m4_define([gtk_xfce_engine_version_micro], [0])
 m4_define([gtk_xfce_engine_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([gtk_xfce_engine_version_build], [@REVISION@])
-m4_define([gtk_xfce_engine_version_tag],   [git])
+m4_define([gtk_xfce_engine_version_tag],   [])
 m4_define([gtk_xfce_engine_version], 
[gtk_xfce_engine_version_major().gtk_xfce_engine_version_minor().gtk_xfce_engine_version_micro()ifelse(gtk_xfce_engine_version_nano(),
 [], [], 
[.gtk_xfce_engine_version_nano()])ifelse(gtk_xfce_engine_version_tag(), [git], 
[gtk_xfce_engine_version_tag()-gtk_xfce_engine_version_build()], 
[gtk_xfce_engine_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [xfce/exo] branch master updated (06336ee - d27cf55)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  06336ee   I18n: Update translation ro (100%).
   new  d27cf55   Update NEWS for 0.10.3

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


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

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


[Xfce4-commits] [www/www.xfce.org] 04/05: add xfce4-settings 4.12 changes

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit edcc373471afc677d387bca304596189f79dc371
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 14:31:19 2015 +0100

add xfce4-settings 4.12 changes
---
 pages/download/changelogs/4.12.php |5 +
 1 file changed, 5 insertions(+)

diff --git a/pages/download/changelogs/4.12.php 
b/pages/download/changelogs/4.12.php
index 64ba24e..f50ba7d 100644
--- a/pages/download/changelogs/4.12.php
+++ b/pages/download/changelogs/4.12.php
@@ -426,6 +426,11 @@
 
 h2Settings Manager em(xfce4-settings)/em/h2
 ul
+   liDo not change properties on disabled libinput devices/li
+   liIncreased required automake and libtool versions/li
+   liFix crashes for missing icons (bug #11568)/li
+   liFix warnings during configure/li
+   liFix primary checkbox expansion in the display settings/li
liAdd touchpad support with libinput/li
liAdd previews for icon themes in appearance settings/li
liAdd Gtk+ theme palettes in the appearance dialog/li

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


[Xfce4-commits] [www/www.xfce.org] 02/05: first stab at tour page structure

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit c8b35ac4df11138e1d84645ce83588db8226bb16
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 25 22:40:29 2015 +0100

first stab at tour page structure
---
 pages/about/tour.php |  110 +++---
 1 file changed, 33 insertions(+), 77 deletions(-)

diff --git a/pages/about/tour.php b/pages/about/tour.php
index a2695f8..96703dd 100644
--- a/pages/about/tour.php
+++ b/pages/about/tour.php
@@ -1,107 +1,63 @@
-?php $head['title'] = R_('Xfce 4.10 tour'); ?
+?php $head['title'] = R_('Xfce 4.12 tour'); ?
 
 h1?php echo $head['title'] ?/h1
 
-  p?php E_(This tour will introduce you to new major features of Xfce 
4.10. It only covers the visual part of what has been done; for the full list 
of changes, see the a href=\/download/changelogs/\changelogs/a.) ?/p
+  p?php E_(This tour will introduce you to new major features of Xfce 
4.12. It only covers the visual part of what has been done; for the full list 
of changes, see the a href=\/download/changelogs/\changelogs/a.) ?/p
 
-h2?php E_(Online Documentation) ?/h2
-
-  p?php E_(During the 4.10 development we've decided to remove user 
manuals from the packages and move them to an online wiki at a 
href=\http://docs.xfce.org\;docs.xfce.org/a. The reason for this change is 
to make a href=\http://docs.xfce.org/wiki/documentation\;contributing/a 
and updating the documentation easier.) ?/p
-
-  ?php print_figure (about/tour/4.10/online-help.png, R_(When you click a 
Help button Xfce will ask you to go to an online wiki page)) ?
+h2?php E_(Window Manager) ? em(xfwm4)/em/h2
 
-  p?php E_(We hope that with the introduction of the wiki it will be 
easier for developers and contributors to maintain the documentation.) ?/p
+  h3?php E_(Window Switcher Dialog) ?/h3
 
-h2?php E_(Application Finder) ? em(xfce4-appfinder)/em/h2
+p?php E_(The window manager gained a new themable Alt+Tab dialog with 
optional windows preview and a list mode.) ?/p
+INSERT TABWIN SCREENSHOTS
 
-  ?php print_figure (about/tour/4.10/appfinder-collapsed.png, R_(Collapsed 
view of the Application Finder)) ?
+  h3?php E_(Tiling, Zooming, Client-side Decorations) ?/h3
 
-  p?php E_(The application finder has been completely rewritten and 
combines the functionality of the old appfinder and xfrun4. Apart from user 
interface improvements, it now allows creating custom actions matching a prefix 
or a regex pattern.) ?/p
+p?php E_(Initial Client side decoration support was implemented, window 
tiling mode was improved providing support for corner-tiling, and a new zooming 
mode was added.) ?/p
+ZOOMING SCREENCAST GIF ?
 
-  ?php print_figure (about/tour/4.10/appfinder-expanded.png, R_(Expanded 
view of the Application Finder)) ?
+  h3?php E_(HiDPI Support) ?/h3
+p?php E_(To take advantage of modern screens, a HiDPI Xfwm theme was also 
added.) ?/p
+WHO HAS AN HIDPI SCREEN ?
 
 h2?php E_(Panel) ? em(xfce4-panel)/em/h2
 
-  h3?php E_(Multiple Rows) ?/h3
-
-p?php E_(In 4.10 there is a single panel-wide option for configuring 
the number of  rows in the panel. Some plugins (e.g. emlaunchers/em) fit a 
single row, while others, like window buttons are allowed to occupy full width 
of the panel.) ?/p
-
-?php print_figure (about/tour/4.10/panel-rows.png, R_(A horizontal 
panel with a number of rows set to three)) ?
-
-  h3?php E_(Deskbar Mode) ?/h3
-
-p?php E_(The panel features a new configuration called a 
emdeskbar/em mode. In the deskbar  mode the panel is aligned vertically, 
just like in the vertical mode, but the plugins are laid out horizontally. With 
multiple rows, it allows creating wide vertical panels suitable for wide-screen 
setups.) ?/p
-
-?php print_figure (about/tour/4.10/panel-deskbar.png, R_(A panel in 
Deskbar mode with a number of rows set to five)) ?
-
-  h3?php E_(Actions Plugin) ?/h3
+  h3?php E_(Intelligent Hiding) ?/h3
 
-p?php E_(Session plugin from the xfce4-session package has been merged 
with a rewritten emactions/em plugin) ?/p
+p?php E_(The panel can now intelligently hide itself) ?/p
 
-?php print_figure (about/tour/4.10/panel-actions.png, R_(Action plugin 
in a menu mode (left), and in a button mode (right))) ?
+  h3?php E_(Gtk3 plugins) ?/h3
 
-  h3?php E_(Window Buttons) ?/h3
+p?php E_(Infrastructure was added to be able to load Gtk3 plugins along 
Gtk2 plugins) ?/p
+NEED SCREENSHOT
 
-p?php E_(The emwindow buttons/em plugin no longer expands, which 
makes the plugin positioning more flexible. In order to restore the previous 
behavior please add a transparent emseparator/em plugin with the 
strongExpand/strong option enabled just behind the window buttons plugin.) 
?/p
-
-h2?php E_(File Manager) ? em(thunar)/em/h2
-
-  p?php E_(There are few visual changes in this release of Thunar. The 
window has less padding and the position of the status bar has been 

[Xfce4-commits] [xfce/thunar] 02/02: Bump default size of file properties dialog a bit

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 3d9bc5c685497c3cf674fb37ed2c25aad2e8ec52
Author: Harald Judt h.j...@gmx.at
Date:   Fri Oct 26 17:11:39 2012 +0200

Bump default size of file properties dialog a bit

To better accommodate longer translation strings without
ellipsizing them all the time.
---
 thunar/thunar-properties-dialog.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-properties-dialog.c 
b/thunar/thunar-properties-dialog.c
index 5b0769a..6fc68a1 100644
--- a/thunar/thunar-properties-dialog.c
+++ b/thunar/thunar-properties-dialog.c
@@ -233,7 +233,7 @@ thunar_properties_dialog_init (ThunarPropertiesDialog 
*dialog)
   GTK_STOCK_HELP, GTK_RESPONSE_HELP,
   GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
   NULL);
-  gtk_window_set_default_size (GTK_WINDOW (dialog), 400, 430);
+  gtk_window_set_default_size (GTK_WINDOW (dialog), 500, 550);
 
   dialog-notebook = gtk_notebook_new ();
   gtk_container_set_border_width (GTK_CONTAINER (dialog-notebook), 6);

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


[Xfce4-commits] [www/www.xfce.org] 05/05: improve tour

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit ef46796423969c7612035d65596bdcb2c580c132
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 15:01:29 2015 +0100

improve tour
---
 pages/about/tour.php |  106 --
 1 file changed, 94 insertions(+), 12 deletions(-)

diff --git a/pages/about/tour.php b/pages/about/tour.php
index 96703dd..0788eb2 100644
--- a/pages/about/tour.php
+++ b/pages/about/tour.php
@@ -9,31 +9,52 @@
   h3?php E_(Window Switcher Dialog) ?/h3
 
 p?php E_(The window manager gained a new themable Alt+Tab dialog with 
optional windows preview and a list mode.) ?/p
-INSERT TABWIN SCREENSHOTS
+
+  ?php print_figure (about/tour/4.12/tabwin-simple-crop.png, 
R_(Traditional dialog is fully themable)) ?
+
+p?php E_(Here, showing a drop-down list of windows.) ?/p
+
+  ?php print_figure (about/tour/4.12/tabwin-list-crop.png, R_(List of 
window with titles)) ?
+
+p?php E_(Or displaying window previews in a grid. Here you can see 
minimized windows greyed out, the currently active window, and the to-be active 
window.) ?/p
+
+  ?php print_figure (about/tour/4.12/tabwin-preview-crop.png, R_(Window 
thumbnails)) ?
 
   h3?php E_(Tiling, Zooming, Client-side Decorations) ?/h3
 
-p?php E_(Initial Client side decoration support was implemented, window 
tiling mode was improved providing support for corner-tiling, and a new zooming 
mode was added.) ?/p
-ZOOMING SCREENCAST GIF ?
+p?php E_(Initial Client side decoration support was implemented for better 
Gtk3 applications integration.) ?/p
+
+  ?php print_figure (about/tour/4.12/xfwm4-csd.png, R_(Gtk3 apps now have 
their native decorations)) ?
+
+p?php E_(Window tiling mode was improved providing support for 
corner-tiling, and a new zooming mode was added using Alt-mousewheel.) ?/p
+
+  ?php print_figure (about/tour/4.12/xfwm4-tiling-small.png, R_(Drop a 
window to a corner to tile it)) ?
 
   h3?php E_(HiDPI Support) ?/h3
 p?php E_(To take advantage of modern screens, a HiDPI Xfwm theme was also 
added.) ?/p
-WHO HAS AN HIDPI SCREEN ?
 
 h2?php E_(Panel) ? em(xfce4-panel)/em/h2
 
   h3?php E_(Intelligent Hiding) ?/h3
+p?php E_(The panel can now intelligently hide itself when a window is 
dragged near it) ?/p
+
+  ?php print_figure (about/tour/4.12/panel-shown.png, R_(Oh what is this 
window ??)) ?
 
-p?php E_(The panel can now intelligently hide itself) ?/p
+  ?php print_figure (about/tour/4.12/panel-shown-stack.png, R_(Don't come 
closer !)) ?
+
+  ?php print_figure (about/tour/4.12/panel-hidden.png, R_(Hah! Now you 
don't see me!)) ?
 
   h3?php E_(Gtk3 plugins) ?/h3
 
-p?php E_(Infrastructure was added to be able to load Gtk3 plugins along 
Gtk2 plugins) ?/p
-NEED SCREENSHOT
+p?php E_(Infrastructure was added to be able to load Gtk3 plugins along 
Gtk2 plugins.) ?/p
 
 h2?php E_(Desktop Manager) ? em (xfdesktop)/em/h2
 
-p?php E_(The desktop has a new wallpaper settings dialog, per workspace 
wallpaper support, and better multi-monitor handling.) ?/p
+p?php E_(The desktop has a new wallpaper settings dialog and better 
multi-monitor handling. You just need to drag the dialog to the display where 
you want to change the wallpaper) ?/p
+
+  ?php print_figure 
(about/tour/4.12/xfdesktop-properties-multiworkspace.png, R_(Better 
multi-monitor handling)) ?
+
+p?php E_(Uncheck 'apply to all workspaces' to have distinct wallpaper per 
workspace) ?/p
 
 h2?php E_(Settings) ? em(xfce4-settings)/em/h2
 
@@ -41,9 +62,16 @@ NEED SCREENSHOT
 
 p?php E_(Support for multi-monitor use was improved in a new display 
settings dialog and a quick setup popup on monitor plugging) ?/p
 
+  ?php print_figure (about/tour/4.12/xfce4-display-settings-twoscreens.png, 
R_(Configure multiple displays)) ?
+  ?php print_figure (about/tour/4.12/xfce4-display-layout.png, R_(Choose 
display layout when plugging a monitor)) ?
+
   h3?php E_(Appearance Settings) ?/h3
 
-p?php E_(The appearance dialog now showcases previews for icons and 
themes.) ?/p
+p?php E_(The appearance dialog now showcases previews.) ?/p
+
+  ?php print_figure (about/tour/4.12/xfce4-appearance-settings-style.png, 
R_(Gtk style preview)) ?
+
+  ?php print_figure (about/tour/4.12/xfce4-appearance-settings-icons.png, 
R_(Icon theme preview)) ?
 
 h2?php E_(Power Manager) ? em(xfce4-power-manager)/em/h2
 
@@ -51,13 +79,67 @@ NEED SCREENSHOT
 
 p?php E_(A new panel plugin was created) ?/p
 
+  ?php print_figure (about/tour/4.12/xfpm-plugin-crop.png, R_(Plugin 
allows to control brightness too)) ?
+
   h3?php E_(Settings Dialog) ?/h3
 
 p?php E_(The Settings dialog was revamped.) ?/p
 
+  ?php print_figure (about/tour/4.12/xfpm-prefs-devices.png, R_(Display 
power devices information)) ?
+
+  ?php print_figure (about/tour/4.12/xfpm-prefs-general.png, R_(Configure 
what to do on button/lid actions)) ?
+  ?php print_figure (about/tour/4.12/xfpm-prefs-system.png, 

[Xfce4-commits] [www/www.xfce.org] 03/05: add skeleton for 4.12 release news

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit 3b8300318d738bad0bad53b61b9e6742e85e67a2
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 25 22:40:49 2015 +0100

add skeleton for 4.12 release news
---
 pages/news-array.php |   14 ++
 1 file changed, 14 insertions(+)

diff --git a/pages/news-array.php b/pages/news-array.php
index 330db50..701fbe7 100644
--- a/pages/news-array.php
+++ b/pages/news-array.php
@@ -7,6 +7,20 @@
  * */
 
 $news = array (
+   array ('title' = R_('Xfce 4.12 released'),
+   'version' = null,
+   'date' = '28 feb 2015',
+   'author' = 'Release Manager',
+   'paragraphs' = array (
+   R_('An online tour of the changes in Xfce 4.12 can be 
viewed here:'),
+   'a 
href=http://xfce.org/about/tour;http://xfce.org/about/tour/a',
+   R_('A detailed overview of the changes between Xfce 
4.10 and Xfce 4.12 releases can be found on the following page:'),
+   'a 
href=http://xfce.org/download/changelogs;http://xfce.org/download/changelogs/a',
+   R_('This release can be downloaded either as a set of 
individual packages or as a single fat tarball including all these individual 
versions:'),
+   'a 
href=http://archive.xfce.org/xfce/4.12;http://archive.xfce.org/xfce/4.12/a',
+   R_('Thank you all the contributors, bug reporters, as 
well as translators and packagers for your efforts in making this release 
possible.'),
+   R_('Best regards,br /The Xfce development team'))
+   ),
array ('title' = R_('Xfce 4.10 released'),
'version' = null,
'date' = '28 apr 2012',

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


[Xfce4-commits] [www/www.xfce.org] branch xfce-4.12 updated (f30b5a1 - ef46796)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch xfce-4.12
in repository www/www.xfce.org.

  from  f30b5a1   first pass at a complete changelog
   new  3b417b4   add 4.12 to the changelog list array
   new  c8b35ac   first stab at tour page structure
   new  3b83003   add skeleton for 4.12 release news
   new  edcc373   add xfce4-settings 4.12 changes
   new  ef46796   improve tour

The 5 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:
 pages/about/tour.php|  142 ++-
 pages/download/changelogs/4.12.php  |5 ++
 pages/download/changelogs/index.php |1 +
 pages/news-array.php|   14 
 4 files changed, 110 insertions(+), 52 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/02: Respect the View new folders using preference (bug #11606)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit c10e1ce9039245659edb2d6c0daab7b73078071b
Author: Harald Judt h.j...@gmx.at
Date:   Sat Feb 28 14:51:44 2015 +0100

Respect the View new folders using preference (bug #11606)

To reproduce:
1.) Open Thunar.
2.) Select the View menu from the menu bar.
3.) Select View as Detailed List.
4.) Select the Edit menu from the menu bar.
5.) Select Preferences.
6.) Go to the Display tab.
7.) Select Icon View under View new folders using:

You can open any folder or close and reopen Thunar it will always list
items in View as Detailed List mode and ignore the setting set
in preferences.
---
 thunar/thunar-window.c |   11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 0221881..146ed91 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -3697,10 +3697,17 @@ thunar_window_set_current_directory (ThunarWindow 
*window,
   /* create a new view if the window is new */
   if (gtk_notebook_get_n_pages (GTK_NOTEBOOK (window-notebook)) == 0)
 {
-  /* determine the last selected view if we don't have a valid default 
*/
-  g_object_get (G_OBJECT (window-preferences), last-view, 
type_name, NULL);
+  /* determine the default view */
+  g_object_get (G_OBJECT (window-preferences), default-view, 
type_name, NULL);
   type = g_type_from_name (type_name);
 
+  /* determine the last selected view if the last selected view 
preference is not selected */
+  if (g_type_is_a (type, G_TYPE_NONE))
+{
+  g_object_get (G_OBJECT (window-preferences), last-view, 
type_name, NULL);
+  type = g_type_from_name (type_name);
+}
+
   /* activate the selected view */
   action = gtk_action_group_get_action (window-action_group, 
view-as-icons);
   g_signal_handlers_block_by_func (action, 
thunar_window_action_view_changed, window);

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


[Xfce4-commits] [xfce/thunar] branch master updated (b385bcf - 3d9bc5c)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  b385bcf   Improve check for shell scripts and add hidden option for 
bug #7596
   new  c10e1ce   Respect the View new folders using preference (bug 
#11606)
   new  3d9bc5c   Bump default size of file properties dialog a bit

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


Summary of changes:
 thunar/thunar-properties-dialog.c |2 +-
 thunar/thunar-window.c|   11 +--
 2 files changed, 10 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] [www/www.xfce.org] 01/05: add 4.12 to the changelog list array

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit 3b417b43adc9048837e46c21c3cb60eeffc71b2e
Author: Landry Breuil lan...@xfce.org
Date:   Wed Feb 25 22:03:14 2015 +0100

add 4.12 to the changelog list array
---
 pages/download/changelogs/index.php |1 +
 1 file changed, 1 insertion(+)

diff --git a/pages/download/changelogs/index.php 
b/pages/download/changelogs/index.php
index 6da9ac4..a9584bb 100644
--- a/pages/download/changelogs/index.php
+++ b/pages/download/changelogs/index.php
@@ -3,6 +3,7 @@
 $head['title'] = R_('Changelogs');
 
 $major_versions = array (
+'/^4\.12(|pre)/' = R_('Xfce 4.12'),
 '/^4\.10(|pre)/' = R_('Xfce 4.10'),
 '/^4\.8(|pre)/' = R_('Xfce 4.8'),
 '/^4\.[56]\./' = R_('Xfce 4.6'),

-- 
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-dev-tools] branch master updated (18b2e20 - 5eb3f0c)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a change to branch master
in repository xfce/xfce4-dev-tools.

  from  18b2e20   Updates for release
   new  5eb3f0c   Post release tag bump

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


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

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


[Xfce4-commits] [xfce/xfce4-dev-tools] 01/01: Post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/xfce4-dev-tools.

commit 5eb3f0cd923711f1e005bb41dc324d6bbba31c91
Author: Harald Judt h.j...@gmx.at
Date:   Sat Feb 28 15:39:00 2015 +0100

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

diff --git a/configure.ac.in b/configure.ac.in
index fb29ddd..a713d86 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,7 +13,7 @@ m4_define([xdt_version_minor], [12])
 m4_define([xdt_version_micro], [0])
 m4_define([xdt_version_nano], [])
 m4_define([xdt_version_build], [@REVISION@])
-m4_define([xdt_version_tag], [])
+m4_define([xdt_version_tag], [git])
 m4_define([xdt_version], 
[xdt_version_major().xdt_version_minor().xdt_version_micro()ifelse(xdt_version_nano(),
 [], [], [.xdt_version_nano()])ifelse(xdt_version_tag(), [git], 
[xdt_version_tag()-xdt_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] [xfce/libxfce4util] 02/03: post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 661c950e344478eb8a70e9227248b3da990810d9
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 17:05:40 2015 +0100

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

diff --git a/configure.ac.in b/configure.ac.in
index bd71db9..552d11c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([libxfce4util_version_minor], [12])
 m4_define([libxfce4util_version_micro], [1])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no 
nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [])
+m4_define([libxfce4util_version_tag], [git])
 m4_define([libxfce4util_version], 
[libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(),
 [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), 
[git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **

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


[Xfce4-commits] [xfce/libxfce4util] 01/03: Release 4.12.1, setting xfce_version_string to 4.12.

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 38f9190be0a77ac5787aca84bf4cc68913b91f5b
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 17:03:55 2015 +0100

Release 4.12.1, setting xfce_version_string to 4.12.

Thx to Olivier Duchateau for spotting it.
---
 NEWS|3 +++
 configure.ac.in |6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index b5c934b..46eb961 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+4.12.1
+==
+- Set xfce_version_string to 4.12 (oops!).
 4.12.0
 ==
 - Update libtool version to reflect dropped symbols (bug #10737)
diff --git a/configure.ac.in b/configure.ac.in
index 765a4d9..bd71db9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,16 +13,16 @@ dnl ***
 m4_define([libxfce4util_verinfo], [7:0:0])
 m4_define([libxfce4util_version_major], [4])
 m4_define([libxfce4util_version_minor], [12])
-m4_define([libxfce4util_version_micro], [0])
+m4_define([libxfce4util_version_micro], [1])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no 
nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [git])
+m4_define([libxfce4util_version_tag], [])
 m4_define([libxfce4util_version], 
[libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(),
 [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), 
[git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **
 dnl *** Overall Xfce version, modify this when making releases ***
 dnl **
-m4_define([xfce_version_string], [4.10])
+m4_define([xfce_version_string], [4.12])
 
 
 dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT

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


[Xfce4-commits] [xfce/libxfce4util] branch master updated (0ddce96 - 5b9fcc2)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  0ddce96   post release tag bump
   new  38f9190   Release 4.12.1, setting xfce_version_string to 4.12.
   new  661c950   post release tag bump
   new  5b9fcc2   add newline

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:
 NEWS|4 
 configure.ac.in |4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

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


[Xfce4-commits] [xfce/libxfce4util] 03/03: add newline

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 5b9fcc2f5c27ab8d213297a1f9cac132633162a3
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 17:05:46 2015 +0100

add newline
---
 NEWS |1 +
 1 file changed, 1 insertion(+)

diff --git a/NEWS b/NEWS
index 46eb961..ea4d028 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 4.12.1
 ==
 - Set xfce_version_string to 4.12 (oops!).
+
 4.12.0
 ==
 - Update libtool version to reflect dropped symbols (bug #10737)

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


[Xfce4-commits] [xfce/libxfce4util] annotated tag libxfce4util-4.12.1 created (now d7bd843)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to annotated tag libxfce4util-4.12.1
in repository xfce/libxfce4util.

at  d7bd843   (tag)
   tagging  38f9190be0a77ac5787aca84bf4cc68913b91f5b (commit)
  replaces  libxfce4util-4.12.0
 tagged by  Landry Breuil
on  Sat Feb 28 17:04:52 2015 +0100

- Log -
4.12.1
==
- Set xfce_version_string to 4.12 (oops!).
---

No new revisions were added by this update.

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


[Xfce4-commits] [xfce/thunar] branch master updated (a8d7ab6 - b816e36)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  a8d7ab6   Also query for network location icons.
   new  b816e36   Fix icon name for folders and a memory leak (bug #11608)

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


Summary of changes:
 thunar/thunar-file.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/thunar] 01/01: Fix icon name for folders and a memory leak (bug #11608)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit b816e361c2a947c9907186a3f8044283c45e4557
Author: Harald Judt h.j...@gmx.at
Date:   Sat Feb 28 09:09:47 2015 +0100

Fix icon name for folders and a memory leak (bug #11608)
---
 thunar/thunar-file.c |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index 2511fc8..e254347 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -3723,11 +3723,12 @@ thunar_file_get_icon_name (ThunarFile  *file,
 }
 
   /* store new name, fallback to legacy names, or empty string to avoid 
recursion */
+  g_free (file-icon_name);
   if (G_LIKELY (icon_name != NULL))
 file-icon_name = icon_name;
   else if (file-kind == G_FILE_TYPE_DIRECTORY
 gtk_icon_theme_has_icon (icon_theme, folder))
-icon_name = g_strdup (folder);
+file-icon_name = g_strdup (folder);
   else
 file-icon_name = g_strdup ();
 

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


[Xfce4-commits] [apps/parole] 01/01: Post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit b4839f4b44475fa1f334c318a6f2a799b741ed5d
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Feb 28 10:30:52 2015 -0500

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

diff --git a/configure.ac.in b/configure.ac.in
index 23ebfbe..b50e753 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,8 +4,8 @@ m4_define([parole_version_api],   [0])
 m4_define([parole_version_major], [0])
 m4_define([parole_version_minor], [8])
 m4_define([parole_version_micro], [0])
-m4_define([parole_version_build], [])
-m4_define([parole_version_tag],   [])
+m4_define([parole_version_build], [@REVISION@])
+m4_define([parole_version_tag],   [git])
 m4_define([parole_version], 
[parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(),
 [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
 
 AC_INIT([parole], [parole_version], [http://docs.xfce.org/apps/parole/bugs])

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


[Xfce4-commits] [apps/parole] branch master updated (73ad598 - b4839f4)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  73ad598   Updates for release
   new  b4839f4   Post release tag bump

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


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

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


[Xfce4-commits] [xfce/thunar] 02/02: Set correct dialog window hint for progress dialog (again) (bug #11467)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 3be61269f30a34e80790cbc0152f9c73e441b8c1
Author: Matt Thirtytwo matt.59...@gmail.com
Date:   Fri Feb 6 19:08:58 2015 +0100

Set correct dialog window hint for progress dialog (again) (bug #11467)

Except deprecated compiz every window manager tested so far works fine
with this. Reapplying again.
---
 thunar/thunar-progress-dialog.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-progress-dialog.c b/thunar/thunar-progress-dialog.c
index 1fe2cfa..2e040fe 100644
--- a/thunar/thunar-progress-dialog.c
+++ b/thunar/thunar-progress-dialog.c
@@ -96,7 +96,7 @@ thunar_progress_dialog_init (ThunarProgressDialog *dialog)
   gtk_window_set_modal (GTK_WINDOW (dialog), FALSE);
   gtk_window_set_transient_for (GTK_WINDOW (dialog), NULL);
   gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), FALSE);
-  gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_NORMAL);
+  gtk_window_set_type_hint (GTK_WINDOW (dialog), GDK_WINDOW_TYPE_HINT_DIALOG);
 
   g_signal_connect_swapped (dialog, show, 
 G_CALLBACK (thunar_progress_dialog_shown), dialog);

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


[Xfce4-commits] [xfce/thunar] 01/02: Fix some GTK_STOCK icon usages resulting in missing icons (bug #11608)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit eaeb66a587de0e9cc79c3ff902949877eedf6d32
Author: Jani Välimaa wa...@mageia.org
Date:   Fri Feb 27 08:57:19 2015 -0600

Fix some GTK_STOCK icon usages resulting in missing icons (bug #11608)

Signed-off-by: Robby Workman rwork...@slackware.com
---
 thunar/thunar-history.c |2 +-
 thunar/thunar-icon-factory.c|2 +-
 thunar/thunar-location-entry.c  |2 +-
 thunar/thunar-shortcuts-model.c |6 +++---
 thunar/thunar-window.c  |   26 +-
 5 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/thunar/thunar-history.c b/thunar/thunar-history.c
index ded855c..c6dbb82 100644
--- a/thunar/thunar-history.c
+++ b/thunar/thunar-history.c
@@ -661,7 +661,7 @@ thunar_history_show_menu (GtkAction *action,
   else if (thunar_g_file_is_root (lp-data))
 icon_name = drive-harddisk;
   else
-icon_name = GTK_STOCK_DIRECTORY;
+icon_name = folder;
 
   image = gtk_image_new_from_icon_name (icon_name, GTK_ICON_SIZE_MENU);
 }
diff --git a/thunar/thunar-icon-factory.c b/thunar/thunar-icon-factory.c
index 96d783d..d660dc0 100644
--- a/thunar/thunar-icon-factory.c
+++ b/thunar/thunar-icon-factory.c
@@ -599,7 +599,7 @@ static GdkPixbuf*
 thunar_icon_factory_load_fallback (ThunarIconFactory *factory,
gint   size)
 {
-  return thunar_icon_factory_lookup_icon (factory, GTK_STOCK_FILE, size, 
FALSE);
+  return thunar_icon_factory_lookup_icon (factory, text-x-generic, size, 
FALSE);
 }
 
 
diff --git a/thunar/thunar-location-entry.c b/thunar/thunar-location-entry.c
index f702ffb..a695274 100644
--- a/thunar/thunar-location-entry.c
+++ b/thunar/thunar-location-entry.c
@@ -190,7 +190,7 @@ thunar_location_entry_init (ThunarLocationEntry 
*location_entry)
 
   /* put reload button in entry */
   gtk_entry_set_icon_from_icon_name (GTK_ENTRY (location_entry-path_entry),
- GTK_ENTRY_ICON_SECONDARY, 
GTK_STOCK_REFRESH);
+ GTK_ENTRY_ICON_SECONDARY, view-refresh);
   gtk_entry_set_icon_tooltip_text (GTK_ENTRY (location_entry-path_entry),
GTK_ENTRY_ICON_SECONDARY, _(Reload the 
current folder));
   g_signal_connect (G_OBJECT (location_entry-path_entry), icon-release,
diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c
index 5dce97d..8a1bdc3 100644
--- a/thunar/thunar-shortcuts-model.c
+++ b/thunar/thunar-shortcuts-model.c
@@ -895,7 +895,7 @@ thunar_shortcuts_model_shortcut_devices 
(ThunarShortcutsModel *model)
   shortcut-group = THUNAR_SHORTCUT_GROUP_DEVICES_FILESYSTEM;
   shortcut-name = g_strdup (_(File System));
   shortcut-file = thunar_file_get_for_uri (file:///, NULL);
-  shortcut-gicon = g_themed_icon_new (GTK_STOCK_HARDDISK);
+  shortcut-gicon = g_themed_icon_new (drive-harddisk);
   shortcut-hidden = thunar_shortcuts_model_get_hidden (model, shortcut);
   thunar_shortcuts_model_add_shortcut (model, shortcut);
 
@@ -937,7 +937,7 @@ thunar_shortcuts_model_shortcut_network 
(ThunarShortcutsModel *model)
   shortcut-group = THUNAR_SHORTCUT_GROUP_NETWORK_DEFAULT;
   shortcut-name = g_strdup (_(Browse Network));
   shortcut-location = g_file_new_for_uri (network://);
-  shortcut-gicon = g_themed_icon_new (GTK_STOCK_NETWORK);
+  shortcut-gicon = g_themed_icon_new (network-workgroup);
   shortcut-hidden = thunar_shortcuts_model_get_hidden (model, shortcut);
   thunar_shortcuts_model_add_shortcut (model, shortcut);
 }
@@ -969,7 +969,7 @@ thunar_shortcuts_model_shortcut_places 
(ThunarShortcutsModel *model)
   shortcut = g_slice_new0 (ThunarShortcut);
   shortcut-group = THUNAR_SHORTCUT_GROUP_PLACES_DEFAULT;
   shortcut-file = file;
-  shortcut-gicon = g_themed_icon_new (GTK_STOCK_HOME);
+  shortcut-gicon = g_themed_icon_new (go-home);
   shortcut-sort_id = 0;
   shortcut-hidden = thunar_shortcuts_model_get_hidden (model, shortcut);
   thunar_shortcuts_model_add_shortcut (model, shortcut);
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 94a566f..0221881 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -351,28 +351,28 @@ static GtkActionEntry action_entries[] =
   { empty-trash, NULL, N_ (_Empty Trash), NULL, N_ (Delete all files and 
folders in the Trash), G_CALLBACK (thunar_window_action_empty_trash), },
   { detach-tab, NULL, N_ (Detac_h Tab), NULL, N_ (Open current folder in 
a new window), G_CALLBACK (thunar_window_action_detach_tab), },
   { close-all-windows, NULL, N_ (Close _All Windows), controlshiftW, 
N_ (Close all Thunar windows), G_CALLBACK 
(thunar_window_action_close_all_windows), },
-  { close-tab, GTK_STOCK_CLOSE, N_ (C_lose Tab), controlW, N_ (Close 
this folder), G_CALLBACK 

[Xfce4-commits] [xfce/thunar] branch master updated (b94c3f8 - 3be6126)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  b94c3f8   plugins/thunar-wallpaper: Fix icon
   new  eaeb66a   Fix some GTK_STOCK icon usages resulting in missing icons 
(bug #11608)
   new  3be6126   Set correct dialog window hint for progress dialog 
(again) (bug #11467)

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


Summary of changes:
 thunar/thunar-history.c |2 +-
 thunar/thunar-icon-factory.c|2 +-
 thunar/thunar-location-entry.c  |2 +-
 thunar/thunar-progress-dialog.c |2 +-
 thunar/thunar-shortcuts-model.c |6 +++---
 thunar/thunar-window.c  |   26 +-
 6 files changed, 20 insertions(+), 20 deletions(-)

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


[Xfce4-commits] [xfce/gtk-xfce-engine] 03/04: Release 3.2.0!

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master
in repository xfce/gtk-xfce-engine.

commit 952496ebe66c0b9709bbf64120669f479f9beef4
Author: Peter de Ridder pe...@xfce.org
Date:   Sat Feb 28 13:45:19 2015 +0100

Release 3.2.0!
---
 NEWS|7 ++-
 configure.ac.in |4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 23a66b6..131c68a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,12 @@
+3.2.0
+=
+- Add new theme Xfce-flat
+- Fix invalid free on theme parse error
+
 3.1.0
 =
 - Added default colors to xfce basic theme
-- Fix uinitialized value (bug #10877)
+- Fix uninitialized value (bug #10877)
 - Support trough-side-details
 - Added flat_border and focus_color style properties
 - More rendering improvements
diff --git a/configure.ac.in b/configure.ac.in
index ee34cad..6b3c6e6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([gtk_xfce_engine_version_major], [3])
-m4_define([gtk_xfce_engine_version_minor], [1])
+m4_define([gtk_xfce_engine_version_minor], [2])
 m4_define([gtk_xfce_engine_version_micro], [0])
 m4_define([gtk_xfce_engine_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([gtk_xfce_engine_version_build], [@REVISION@])
-m4_define([gtk_xfce_engine_version_tag],   [git])
+m4_define([gtk_xfce_engine_version_tag],   [])
 m4_define([gtk_xfce_engine_version], 
[gtk_xfce_engine_version_major().gtk_xfce_engine_version_minor().gtk_xfce_engine_version_micro()ifelse(gtk_xfce_engine_version_nano(),
 [], [], 
[.gtk_xfce_engine_version_nano()])ifelse(gtk_xfce_engine_version_tag(), [git], 
[gtk_xfce_engine_version_tag()-gtk_xfce_engine_version_build()], 
[gtk_xfce_engine_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] [xfce/gtk-xfce-engine] branch master-gtk2 updated (8064e53 - 7e852e4)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a change to branch master-gtk2
in repository xfce/gtk-xfce-engine.

  from  8064e53   Don't free the rc_style on parse errors
   new  02c398e   Added new flat theme
   new  a2edb7c   Added the flat theme to automake
   new  d560759   Release 2.10.0!
   new  7e852e4   Post release tag bump.

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


Summary of changes:
 NEWS|7 +-
 configure.ac.in |6 +-
 themes/Makefile.am  |1 +
 themes/flat/Makefile.am |4 +
 themes/{b5 = flat}/gtk-2.0/Makefile.am |2 +-
 themes/flat/gtk-2.0/gtkrc   |  571 +++
 6 files changed, 587 insertions(+), 4 deletions(-)
 create mode 100644 themes/flat/Makefile.am
 copy themes/{b5 = flat}/gtk-2.0/Makefile.am (50%)
 create mode 100644 themes/flat/gtk-2.0/gtkrc

-- 
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/gtk-xfce-engine] annotated tag gtk-xfce-engine-2.10.0 created (now 8df48e1)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

peter pushed a change to annotated tag gtk-xfce-engine-2.10.0
in repository xfce/gtk-xfce-engine.

at  8df48e1   (tag)
   tagging  d560759aece07eb8b7e48fb9c42092acec63b77a (commit)
  replaces  gtk-xfce-engine-2.9.2
 tagged by  Peter de Ridder
on  Sat Feb 28 13:53:49 2015 +0100

- Log -
2.10.0
==
- Add new theme Xfce-flat
- Fix invalid free on theme parse error
---

No new revisions were added by this update.

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


[Xfce4-commits] [xfce/thunar] 01/01: Removed GNU extension -i from sed

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit d57c68f3f83a0ddc078465d17c3f5e982de359bd
Author: Peter de Ridder pe...@xfce.org
Date:   Sat Feb 28 15:47:16 2015 +0100

Removed GNU extension -i from sed
---
 thunar/Makefile.am |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 0055e43..6f66e39 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -314,17 +314,19 @@ thunar-dbus-service-infos.h: 
$(srcdir)/thunar-dbus-service-infos.xml Makefile
 thunar-thumbnailer-proxy.h: $(srcdir)/thunar-thumbnailer-dbus.xml Makefile
$(AM_V_GEN) ( \
dbus-binding-tool --mode=glib-client \
-   $(srcdir)/thunar-thumbnailer-dbus.xml  
thunar-thumbnailer-proxy.h \
-$(SED) -i -e 
's/org_freedesktop_thumbnails_Thumbnailer1/thunar_thumbnailer_proxy/g' \
-   thunar-thumbnailer-proxy.h \
+   $(srcdir)/thunar-thumbnailer-dbus.xml  
thunar-thumbnailer-proxy.h.tmp \
+$(SED) -e 
's/org_freedesktop_thumbnails_Thumbnailer1/thunar_thumbnailer_proxy/g' \
+   thunar-thumbnailer-proxy.h.tmp  
thunar-thumbnailer-proxy.h \
+$(RM) thunar-thumbnailer-proxy.h.tmp \
)
 
 thunar-thumbnail-cache-proxy.h: $(srcdir)/thunar-thumbnail-cache-dbus.xml 
Makefile
$(AM_V_GEN) ( \
dbus-binding-tool --mode=glib-client \
-   $(srcdir)/thunar-thumbnail-cache-dbus.xml  
thunar-thumbnail-cache-proxy.h \
-$(SED) -i -e 
's/org_freedesktop_thumbnails_Cache1/thunar_thumbnail_cache_proxy/g' \
-   thunar-thumbnail-cache-proxy.h \
+   $(srcdir)/thunar-thumbnail-cache-dbus.xml  
thunar-thumbnail-cache-proxy.h.tmp \
+$(SED) -e 
's/org_freedesktop_thumbnails_Cache1/thunar_thumbnail_cache_proxy/g' \
+   thunar-thumbnail-cache-proxy.h.tmp  
thunar-thumbnail-cache-proxy.h \
+$(RM) thunar-thumbnail-cache-proxy.h.tmp \
)
 endif
 

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


[Xfce4-commits] [xfce/thunar] branch master updated (3d9bc5c - d57c68f)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  3d9bc5c   Bump default size of file properties dialog a bit
   new  d57c68f   Removed GNU extension -i from sed

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


Summary of changes:
 thunar/Makefile.am |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

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


[Xfce4-commits] [xfce/xfwm4] 01/01: Enable window preview in cycling by default

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 421aca7f54e87b0e7dd64c17c47498f055cda5fd
Author: Olivier Fourdan four...@xfce.org
Date:   Sat Feb 28 10:56:38 2015 +0100

Enable window preview in cycling by default

Signed-off-by: Olivier Fourdan four...@xfce.org
---
 defaults/defaults |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/defaults b/defaults/defaults
index a75a6bb..537c35a 100644
--- a/defaults/defaults
+++ b/defaults/defaults
@@ -10,7 +10,7 @@ cycle_draw_frame=true
 cycle_apps_only=false
 cycle_hidden=true
 cycle_minimum=true
-cycle_preview=false
+cycle_preview=true
 cycle_tabwin_mode=0
 cycle_workspaces=false
 double_click_time=250

-- 
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] branch master updated (0abaac1 - 421aca7)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  0abaac1   Enable compositing by default
   new  421aca7   Enable window preview in cycling by default

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:
 defaults/defaults |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: I18n: Update translation ro (100%).

2015-02-28 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-power-manager.

commit fd6246707ac0d32b4efcc05e37210631406d2c1a
Author: Mișu Moldovan du...@l10n.ro
Date:   Sat Feb 28 12:30:40 2015 +0100

I18n: Update translation ro (100%).

204 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/ro.po | 1248 ++
 1 file changed, 608 insertions(+), 640 deletions(-)

diff --git a/po/ro.po b/po/ro.po
index b3c89ea..c9d3c23 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -3,327 +3,425 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Mișu Moldovan du...@xfce.org, 2012
+# Mișu Moldovan du...@xfce.org, 2012,2015
 msgid 
 msgstr 
 Project-Id-Version: Xfce4-power-manager\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2013-08-12 00:30+0200\n
-PO-Revision-Date: 2013-11-19 12:50+\n
-Last-Translator: Xfce transi...@xfce.org\n
-Language-Team: Romanian 
(http://www.transifex.com/projects/p/xfce/language/ro/)\n
+POT-Creation-Date: 2015-02-07 12:30+0100\n
+PO-Revision-Date: 2015-02-28 09:48+\n
+Last-Translator: Mișu Moldovan du...@l10n.ro\n
+Language-Team: Romanian 
(http://www.transifex.com/projects/p/xfce4-power-manager/language/ro/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 Language: ro\n
 Plural-Forms: nplurals=3; 
plural=(n==1?0:(((n%10019)||((n%100==0)(n!=0)))?2:1));\n
 
-#: ../data/interfaces/xfpm-settings.ui.h:1 ../settings/xfpm-settings.c:809
-#: ../settings/xfpm-settings.c:877 ../settings/xfpm-settings.c:1026
-#: ../settings/xfpm-settings.c:1203 ../settings/xfpm-settings.c:1260
-#: ../settings/xfpm-settings.c:1312
-msgid Nothing
-msgstr Nimic
+#: ../data/interfaces/xfpm-settings.ui.h:1 ../settings/xfpm-settings.c:626
+#: ../settings/xfpm-settings.c:641 ../settings/xfpm-settings.c:668
+#: ../settings/xfpm-settings.c:1551
+msgid Never
+msgstr Niciodată
 
 #: ../data/interfaces/xfpm-settings.ui.h:2
-#: ../settings/xfpm-settings-main.c:121 ../src/xfpm-main.c:415
-msgid Xfce Power Manager
-msgstr Managerul de consum Xfce
+msgid When the screensaver is activated
+msgstr Când protectorul de ecran este activ
 
 #: ../data/interfaces/xfpm-settings.ui.h:3
-msgid Power manager settings
-msgstr Opțiuni ale managerului de consum
+msgid When the screensaver is deactivated
+msgstr Când protectorul de ecran este inactiv
 
 #: ../data/interfaces/xfpm-settings.ui.h:4
-msgid When sleep button is pressed:
-msgstr La apăsarea butonului de repaus:
+msgid Nothing
+msgstr Nimic
 
 #: ../data/interfaces/xfpm-settings.ui.h:5
-msgid When hibernate button is pressed:
-msgstr La apăsarea butonului de hibernare:
+#: ../settings/xfpm-settings-main.c:142 ../src/xfpm-main.c:425
+msgid Xfce Power Manager
+msgstr Managerul de consum Xfce
 
 #: ../data/interfaces/xfpm-settings.ui.h:6
-msgid When power button is pressed:
-msgstr La apăsarea butonului de oprire:
+msgid Power manager settings
+msgstr Opțiuni ale managerului de consum
 
 #: ../data/interfaces/xfpm-settings.ui.h:7
-msgid System tray icon: 
-msgstr Iconiță în zona de notificare: 
+msgid When power button is pressed:
+msgstr La apăsarea butonului de oprire:
 
 #: ../data/interfaces/xfpm-settings.ui.h:8
-msgid Monitor power management control
-msgstr Controlează consumul de curent al monitorului
+msgid When sleep button is pressed:
+msgstr La apăsarea butonului de repaus:
 
 #: ../data/interfaces/xfpm-settings.ui.h:9
-msgid Show notifications to notify about the battery state
-msgstr Arată notificări în legătură cu starea bateriei
+msgid When hibernate button is pressed:
+msgstr La apăsarea butonului de hibernare:
 
 #: ../data/interfaces/xfpm-settings.ui.h:10
-msgid bGeneral Options/b
-msgstr bOpțiuni generale/b
+msgid Handle display brightness _keys
+msgstr Gestionează tastele de lumino_zitate
 
 #: ../data/interfaces/xfpm-settings.ui.h:11
-msgid When laptop lid is closed:
-msgstr La închiderea capacului laptopului:
+msgid bButtons/b
+msgstr bButoane/b
 
 #: ../data/interfaces/xfpm-settings.ui.h:12
-msgid Put the computer to sleep when inactive for:
-msgstr Sistemul intră în repaus după o inactivitate de:
+msgid On battery
+msgstr Pe baterie
 
-#: ../data/interfaces/xfpm-settings.ui.h:13
-msgid Spin down hard disks
-msgstr Oprește rotația discurilor
+#: ../data/interfaces/xfpm-settings.ui.h:13 ../common/xfpm-power-common.c:444
+msgid Plugged in
+msgstr În priză
 
 #: ../data/interfaces/xfpm-settings.ui.h:14
-msgid bActions/b
-msgstr bAcțiuni/b
+msgid When laptop lid is closed:
+msgstr La închiderea laptopului:
 
 #: ../data/interfaces/xfpm-settings.ui.h:15
-msgid Actions
-msgstr Acțiuni
+msgid bLaptop Lid/b
+msgstr bCapacul laptopului/b
 
 #: ../data/interfaces/xfpm-settings.ui.h:16
-msgid Put display to sleep when computer is inactive for:
-msgstr Monitorul intră în repaus după o inactivitate 

[Xfce4-commits] [www/www.xfce.org] branch master updated (9838915 - 8f7ad6f)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  9838915   I18n: Update translation de (100%).
   new  8f7ad6f   I18n: Update translation ru (85%).

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


Summary of changes:
 lib/po/ru.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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


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

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 8f7ad6fa6fffa8d7364a69a32fe542dc21007995
Author: Sergey Alyoshin alyoshi...@gmail.com
Date:   Sat Feb 28 12:31:52 2015 +0100

I18n: Update translation ru (85%).

507 translated messages, 84 untranslated messages.

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

diff --git a/lib/po/ru.po b/lib/po/ru.po
index 43e90fd..042e96f 100644
--- a/lib/po/ru.po
+++ b/lib/po/ru.po
@@ -19,8 +19,8 @@ msgstr 
 Project-Id-Version: Xfce Websites\n
 Report-Msgid-Bugs-To: https://bugzilla.xfce.org\n;
 POT-Creation-Date: 2013-07-03 22:08+0200\n
-PO-Revision-Date: 2015-02-27 09:05+\n
-Last-Translator: AlexanderFilev ifill...@gmail.com\n
+PO-Revision-Date: 2015-02-28 09:31+\n
+Last-Translator: Sergey Alyoshin alyoshi...@gmail.com\n
 Language-Team: Russian 
(http://www.transifex.com/projects/p/xfce-www/language/ru/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n

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


[Xfce4-commits] [xfce/xfdesktop] branch master updated (9c5e3ec - 7e2f753)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  9c5e3ec   Add the new wallpaper for the 4.12 release
   new  4e1d11e   I18n: Update translation he (100%).
   new  7e2f753   I18n: Update translation ro (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/he.po |4 +-
 po/ro.po |  587 --
 2 files changed, 309 insertions(+), 282 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-power-manager] branch master updated (62c6acd - fd62467)

2015-02-28 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-power-manager.

  from  62c6acd   Bug fix - do not attempt to call Inhibit() if logind 
isn't running.
   new  fd62467   I18n: Update translation ro (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/ro.po | 1248 ++
 1 file changed, 608 insertions(+), 640 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-power-manager] branch master updated (fd62467 - 27921bd)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to branch master
in repository xfce/xfce4-power-manager.

  from  fd62467   I18n: Update translation ro (100%).
   new  27921bd   Updates for release

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


Summary of changes:
 NEWS|   30 ++
 configure.ac.in |4 ++--
 2 files changed, 32 insertions(+), 2 deletions(-)

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


[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Updates for release

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/xfce4-power-manager.

commit 27921bdc81165d8e34f52779bc7876ecf8149544
Author: Simon Steinbeiss simon.steinbe...@elfenbeinturm.at
Date:   Sat Feb 28 14:24:30 2015 +0100

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

diff --git a/NEWS b/NEWS
index b6ce465..39e03e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+1.4.3
+=
+New stable release of xfce4-power-manager.
+
+* Miscellaneous bug fixes:
+ - Handle autotools m4 stuff properly
+ - Plug a memory leak (Bug #11538)
+ - Add support for ConsoleKit2
+ - Correctly check for hibernation
+   permissions (bug #11529)
+ - Use sysctl(3) to get or set brightness
+   level on FreeBSD and DragonFly systems
+ - Light Locker Integration (Bug #11488)
+ - Add gmux_backlight as supported
+   interface (bug #11406)
+ - Reformat code in xfpm_power_get_property
+ - Reformat code in xfpm_power_set_property
+
+* Translation updates:
+ Arabic (ar), Asturian (ast), Bulgarian (bg),
+ Czech (cs), Danish (da), German (de),
+ Spanish (Castilian) (es), Finnish (fi),
+ French (fr), Hebrew (he), Hungarian (hu),
+ Icelandic (is), Italian (it), Kazakh (kk),
+ Korean (ko), Malay (ms), Norwegian Bokmål (nb),
+ Dutch (Flemish) (nl), Polish (pl), Portuguese (pt),
+ Portuguese (Brazilian) (pt_BR), Russian (ru),
+ Slovak (sk), Slovenian (sl), Serbian (sr), Thai (th),
+ Turkish (tr), Ukrainian (uk), Chinese (China) (zh_CN).
+
 1.4.2
 =
 New stable release of xfce4-power-manager.
diff --git a/configure.ac.in b/configure.ac.in
index 4da1822..f0341f2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
 m4_define([intltool_minimum_version], [0.31])
 m4_define([xfpm_version_major], [1])
 m4_define([xfpm_version_minor], [4])
-m4_define([xfpm_version_micro], [2])
+m4_define([xfpm_version_micro], [3])
 m4_define([xfpm_version_build], [@REVISION@])
-m4_define([xfpm_version_tag],   [git])
+m4_define([xfpm_version_tag],   [])
 m4_define([xfpm_version], 
[xfpm_version_major().xfpm_version_minor().xfpm_version_micro()ifelse(xfpm_version_tag(),
 [git], [xfpm_version_tag()-xfpm_version_build()], [xfpm_version_tag()])])
 
 AC_INIT([xfce4-power-manager],[xfpm_version],[http://bugzilla.xfce.org/])

-- 
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-power-manager] annotated tag xfce4-power-manager-1.4.3 created (now 17cf7c9)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a change to annotated tag xfce4-power-manager-1.4.3
in repository xfce/xfce4-power-manager.

at  17cf7c9   (tag)
   tagging  fd6246707ac0d32b4efcc05e37210631406d2c1a (commit)
  replaces  xfce4-power-manager-1.4.2
 tagged by  Simon Steinbeiss
on  Sat Feb 28 14:22:54 2015 +0100

- Log -
1.4.3
=
New stable release of xfce4-power-manager.

* Miscellaneous bug fixes:
 - Handle autotools m4 stuff properly
 - Plug a memory leak (Bug #11538)
 - Add support for ConsoleKit2
 - Correctly check for hibernation
   permissions (bug #11529)
 - Use sysctl(3) to get or set brightness
   level on FreeBSD and DragonFly systems
 - Light Locker Integration (Bug #11488)
 - Add gmux_backlight as supported
   interface (bug #11406)
 - Reformat code in xfpm_power_get_property
 - Reformat code in xfpm_power_set_property
---

No new revisions were added by this update.

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


[Xfce4-commits] [www/www.xfce.org] 03/03: first pass at a news item for 4.12

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit 6eab4345c7fa79fd262e37ace5bb71ee5729ed4c
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 15:04:24 2015 +0100

first pass at a news item for 4.12
---
 pages/news-array.php |   49 -
 1 file changed, 48 insertions(+), 1 deletion(-)

diff --git a/pages/news-array.php b/pages/news-array.php
index 701fbe7..78b089a 100644
--- a/pages/news-array.php
+++ b/pages/news-array.php
@@ -12,13 +12,60 @@ $news = array (
'date' = '28 feb 2015',
'author' = 'Release Manager',
'paragraphs' = array (
+   R_('Xfce 4.12 is be the best release ever (yes, we like 
to party!)!'),
+   R_('Source : Internet comments.'),
+   R_('Today, after 2 years and 10 months of work, we are 
pleased to announce the release of the Xfce desktop 4.12, a new stable version 
that supersedes Xfce 4.10.'),
+   R_('This long period can only be explained by how 
awesome Xfce 4.10 was. But as all things, it needed some refreshing -  and for 
that we saw lots of new contributors providing valuable feedback, features and 
bugfixes. As always, Xfce follows its steady pace of evolution without 
revolution that seems to match our users\' needs.'),
+   R_('In this 4.12 cycle, we mainly focused on polishing 
our user experience on the desktop and window manager, and on updating some 
components to take advantage of newly available technologies.'),
+   R_('The main highlights of this release are:'),
+   'ul',
+   'li'.R_('The window manager gained a new 
themable Alt+Tab dialog with optional windows preview and a list mode. Initial 
Client side decoration support was implemented, window tiling mode was improved 
providing support for corner-tiling, and a new zooming mode was added. A HiDPI 
Xfwm theme was also added.').'/li',
+   'li'.R_('The panel can now intelligently hide 
itself, supports Gtk3 plugins, and saw lots of its third-party plugins updated 
to take full advantage of the features added in 4.10.').'/li',
+
+   'li'.R_('The desktop has a new wallpaper 
settings dialog, per workspace wallpaper support, and better multi-monitor 
handling. It also supports displaying folder coverart and emblems on icons 
now.').'/li',
+
+   'li'.R_('Our session manager was updated to 
use logind and/or upower if available for hibernate/suspend support. For 
portability and to respect our users\' choices, fallback modes were implemented 
relying on os-specific backends.').'/li',
+
+   'li'.R_('Support for multi-monitor use was 
improved in a new display settings dialog and a quick setup popup on monitor 
plugging').'/li',
+
+   'li'.R_('The appearance dialog now showcases 
previews for icons and themes.').'/li',
+
+   'li'.R_('Xfsettingsd now supports 
libinput.').'/li',
+
+   'li'.R_('Power management was not forgotten: 
A new panel plugin was created, logind/upower support was added to handle 
battery/lid/brightness events, and locking via light-locker was implemented. 
The settings dialog was also revamped, and support for X11 screenblanking was 
added.').'/li',
+
+   'li'.R_('Our file manager, the beloved 
Thunar, saw an insane amount of improvements: tab support, tons of bug fixes, 
speed-ups, key shortcuts for custom actions, better naming of file copies and 
links, nice freespace bar in properties, tweaks for the renamer and other 
dialogs, improved keyboard navigation, fixes for the treeview pane, better 
wallpaper support, Gtk3 bookmarks support, multiple file properties... need we 
say more?').'/li',
+
+   'li'.R_('To prepare the future of Xfce with 
Gtk3, which no longer requires theme engines, we are stopping the development 
of our Gtk theme engine, and dropping our Gtk3 engine - theme makers, please 
update your themes  to CSS if you want them to work on the next Xfce 
version.').'/li',
+
+   'li'.R_('Due to gstreamer1.0 having dropped 
the mixer-interface entirely, and xfce4-mixer and xfce4-volumed relying on this 
interface with gstreamer0.10, our mixer application and volume daemon cannot be 
ported to 1.0 and are consequently not maintained anymore.').'/li',
+   '/ul',
+
+   R_('Xfce wouldn\'t be what it is right now without all 
its goodies. In this area, we also saw a flurry of activity, most notably:'),
+   'ul',
+   'li'.R_('Xfburn gained BluRay Disc burning 

[Xfce4-commits] [www/www.xfce.org] 02/03: enable 4.12 screenshots

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit b6b402f21ecaf612c83908f10fe7b25466c95050
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 15:04:10 2015 +0100

enable 4.12 screenshots
---
 pages/about/screenshots.php |5 +
 1 file changed, 5 insertions(+)

diff --git a/pages/about/screenshots.php b/pages/about/screenshots.php
index ebf946e..69181c1 100644
--- a/pages/about/screenshots.php
+++ b/pages/about/screenshots.php
@@ -20,6 +20,11 @@ function print_shots ($group, $count, $format = 'png')
   ?php E_('Some screenshots of Xfce, ordered by version.') ?
 /p
 
+h2?php E_('Xfce 4.12') ?/h2
+p
+  ?php print_shots ('4.12', 1); ?
+/p
+
 h2?php E_('Xfce 4.10') ?/h2
 p
   ?php print_shots ('4.10', 4); ?

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


[Xfce4-commits] [www/www.xfce.org] branch xfce-4.12 updated (ef46796 - 6eab434)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch xfce-4.12
in repository www/www.xfce.org.

  from  ef46796   improve tour
   new  6f32628   add xfpm 1.6.3 and gtk-xfce-engine 3.2.0 changes
   new  b6b402f   enable 4.12 screenshots
   new  6eab434   first pass at a news item for 4.12

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:
 pages/about/screenshots.php|5 
 pages/download/changelogs/4.12.php |   11 
 pages/news-array.php   |   49 +++-
 3 files changed, 64 insertions(+), 1 deletion(-)

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


[Xfce4-commits] [www/www.xfce.org] 01/03: add xfpm 1.6.3 and gtk-xfce-engine 3.2.0 changes

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch xfce-4.12
in repository www/www.xfce.org.

commit 6f32628f5b8005c1109e7bc415539a8a31437919
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 15:03:35 2015 +0100

add xfpm 1.6.3 and gtk-xfce-engine 3.2.0 changes
---
 pages/download/changelogs/4.12.php |   11 +++
 1 file changed, 11 insertions(+)

diff --git a/pages/download/changelogs/4.12.php 
b/pages/download/changelogs/4.12.php
index f50ba7d..c8b8a31 100644
--- a/pages/download/changelogs/4.12.php
+++ b/pages/download/changelogs/4.12.php
@@ -736,6 +736,8 @@
 
 h2Theme Engine em(gtk-xfce-engine)/em/h2
 ul
+   liAdd new theme Xfce-flat/li
+   liFix invalid free on theme parse error/li
liAdded default colors to xfce basic theme/li
liFix uinitialized value (bug #10877)/li
liSupport trough-side-details/li
@@ -748,6 +750,15 @@
 
 h2Power Manager em(xfce4-power-manager)/em/h2
 ul
+   liHandle autotools m4 stuff properly/li
+   liPlug a memory leak (Bug #11538)/li
+   liAdd support for ConsoleKit2/li
+   liCorrectly check for hibernation permissions (bug #11529)/li
+   liUse sysctl(3) to get or set brightness level on FreeBSD and DragonFly 
systems/li
+   liLight Locker Integration (Bug #11488)/li
+   liAdd gmux_backlight as supported interface (bug #11406)/li
+   liReformat code in xfpm_power_get_property/li
+   liReformat code in xfpm_power_set_property/li
liShorten label for system inactivity time (bug #11129)/li
liInitially disable DPMS widgets when not handling DPMS/li
liUse translated device type for unknown devices (bug #11217)/li

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


[Xfce4-commits] [xfce/libxfce4util] 01/01: post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 0ddce9680165460cb0010804d2d8ade4166d53cd
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 16:00:01 2015 +0100

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

diff --git a/configure.ac.in b/configure.ac.in
index 9b03ce4..765a4d9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ m4_define([libxfce4util_version_minor], [12])
 m4_define([libxfce4util_version_micro], [0])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no 
nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [])
+m4_define([libxfce4util_version_tag], [git])
 m4_define([libxfce4util_version], 
[libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(),
 [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), 
[git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **

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


[Xfce4-commits] [xfce/libxfce4util] branch master updated (4039e0c - 0ddce96)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  4039e0c   updates for release
   new  0ddce96   post release tag bump

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


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

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


[Xfce4-commits] [xfce/libxfce4ui] 01/01: Updates for release

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 6344dd498d831fe8561906a7298ca63b6776cb7e
Author: Harald Judt h.j...@gmx.at
Date:   Sat Feb 28 15:59:08 2015 +0100

Updates for release
---
 NEWS|5 +
 README  |4 ++--
 autogen.sh  |2 +-
 configure.ac.in |   12 ++--
 4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index 6eecf44..e10b665 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.12.0
+==
+- Bump version
+- Lots of translation updates
+
 4.11.2
 ==
 - Bump dependencies versions (autotools, Xfce libraries)
diff --git a/README b/README
index 8a05d71..d3e3eef 100644
--- a/README
+++ b/README
@@ -11,8 +11,8 @@ Required packages
 Libxfce4ui depends on the following packages:
 
  - GTK+ 2.24.0 or above
- - GLib 2.28.0 or above
- - Libxfce4util 4.10.0 or above
+ - GLib 2.30.0 or above
+ - Libxfce4util 4.12.0 or above
 
 
 
diff --git a/autogen.sh b/autogen.sh
index 11b09bf..abb0bf6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,6 +31,6 @@ EOF
 
 test -d m4 || mkdir m4
 
-XDT_AUTOGEN_REQUIRED_VERSION=4.9.0 exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION=4.12.0 exec xdt-autogen $@
 
 # vi:set ts=2 sw=2 et ai:
diff --git a/configure.ac.in b/configure.ac.in
index 3d63531..f211a52 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,11 +8,11 @@ dnl ***
 m4_define([libxfce4ui_verinfo], [0:0:0])
 m4_define([libxfce4ui_version_api], [1])
 m4_define([libxfce4ui_version_major], [4])
-m4_define([libxfce4ui_version_minor], [11])
-m4_define([libxfce4ui_version_micro], [2])
+m4_define([libxfce4ui_version_minor], [12])
+m4_define([libxfce4ui_version_micro], [0])
 m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano 
version
 m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
 m4_define([libxfce4ui_version], 
[libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(),
 [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], 
[libxfce4ui_version_tag()-libxfce4ui_version_build()], 
[libxfce4ui_version_tag()])])
 
 m4_define([libxfce4kbd_private_verinfo], [0:0:0])
@@ -125,9 +125,9 @@ XDT_CHECK_LIBSM()
 dnl ***
 dnl *** Check for required packages ***
 dnl ***
-XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.28.0])
+XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.30.0])
 XDT_CHECK_PACKAGE([GTK2], [gtk+-2.0], [2.24.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.10.0])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
 
 dnl ***
 dnl *** Optional support for a GTK+3 version of the library ***
@@ -153,7 +153,7 @@ AC_ARG_ENABLE([keyboard-library],
   [Do not compile the keyboard library needed by 
xfwm4 and xfce4-settings (default=enabled)])],
   [enable_keyboard_library=$enableval], 
[enable_keyboard_library=yes])
 if test x$enable_keyboard_library = xyes; then
-  XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.10.0])
+  XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [4.12.0])
 fi
 AM_CONDITIONAL([ENABLE_KEYBOARD_LIBRARY], [test x$enable_keyboard_library = 
xyes])
 

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


[Xfce4-commits] [xfce/libxfce4ui] branch master updated (18c9dd1 - 6344dd4)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  18c9dd1   I18n: Update translation ro (100%).
   new  6344dd4   Updates for release

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


Summary of changes:
 NEWS|5 +
 README  |4 ++--
 autogen.sh  |2 +-
 configure.ac.in |   12 ++--
 4 files changed, 14 insertions(+), 9 deletions(-)

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


[Xfce4-commits] [xfce/libxfce4ui] annotated tag libxfce4ui-4.12.0 created (now db5075b)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a change to annotated tag libxfce4ui-4.12.0
in repository xfce/libxfce4ui.

at  db5075b   (tag)
   tagging  6344dd498d831fe8561906a7298ca63b6776cb7e (commit)
  replaces  libxfce4ui-4.11.2
 tagged by  Harald Judt
on  Sat Feb 28 16:09:39 2015 +0100

- Log -
4.12.0
==
- Bump version
- Lots of translation updates
---

No new revisions were added by this update.

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


[Xfce4-commits] [xfce/libxfce4ui] 01/01: Post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit dd6546f02cd1a15a0f5aa6b366eabc4f30c7f0d4
Author: Harald Judt h.j...@gmx.at
Date:   Sat Feb 28 16:14:35 2015 +0100

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

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

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


[Xfce4-commits] [xfce/garcon] 01/01: post release tag bump

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository xfce/garcon.

commit 6c09daff2c3a9ea601c8984319c64a05a3ba2fb4
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 16:51:14 2015 +0100

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

diff --git a/configure.ac.in b/configure.ac.in
index 3d075ed..e8cf2f6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -26,7 +26,7 @@ m4_define([garcon_version_major], [0])
 m4_define([garcon_version_minor], [4])
 m4_define([garcon_version_micro], [0])
 m4_define([garcon_version_build], [@REVISION@])
-m4_define([garcon_version_tag], [])
+m4_define([garcon_version_tag], [git])
 m4_define([garcon_version], 
[garcon_version_major().garcon_version_minor().garcon_version_micro()ifelse(garcon_version_tag(),
 [git], [garcon_version_tag()-garcon_version_build()], [garcon_version_tag()])])
 
 dnl 

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


[Xfce4-commits] [www/www.xfce.org] 01/01: Update tarball with new background.

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit 07931edead0f8b4905b05f74d45aa3a5213b69b8
Author: Nick Schermer n...@xfce.org
Date:   Sat Feb 28 12:36:46 2015 +0100

Update tarball with new background.
---
 static/downloads/xfce_artwork.tar.bz2 |  Bin 4798695 - 4785060 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/static/downloads/xfce_artwork.tar.bz2 
b/static/downloads/xfce_artwork.tar.bz2
index 4c21040..f4c2552 100644
Binary files a/static/downloads/xfce_artwork.tar.bz2 and 
b/static/downloads/xfce_artwork.tar.bz2 differ

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


[Xfce4-commits] [www/www.xfce.org] branch master updated (8f7ad6f - 07931ed)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  8f7ad6f   I18n: Update translation ru (85%).
   new  07931ed   Update tarball with new background.

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:
 static/downloads/xfce_artwork.tar.bz2 |  Bin 4798695 - 4785060 bytes
 1 file changed, 0 insertions(+), 0 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-dev-tools] 01/02: Require xfce4-panel-4.11 for panel plugins

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/xfce4-dev-tools.

commit 86d8411271b38d6ecb1a6b77c17b6c9d6f59b3ba
Author: Harald Judt h.j...@gmx.at
Date:   Sat Feb 28 15:28:22 2015 +0100

Require xfce4-panel-4.11 for panel plugins

GTK-3 API changes
---
 m4macros/xdt-xfce.m4 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4macros/xdt-xfce.m4 b/m4macros/xdt-xfce.m4
index d06cfd4..ea77824 100644
--- a/m4macros/xdt-xfce.m4
+++ b/m4macros/xdt-xfce.m4
@@ -41,7 +41,7 @@ dnl
 AC_DEFUN([XDT_XFCE_PANEL_PLUGIN],
 [
   dnl Check for the xfce4-panel package
-  XDT_CHECK_PACKAGE([$1], [xfce4-panel-1.0], [m4_default([$2], [4.9.0])])
+  XDT_CHECK_PACKAGE([$1], [xfce4-panel-1.0], [m4_default([$2], [4.11.0])])
 
   dnl Check where to put the plugins to
   AC_MSG_CHECKING([where to install panel plugins])

-- 
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-dev-tools] annotated tag xfce4-dev-tools-4.12.0 created (now ddca04e)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a change to annotated tag xfce4-dev-tools-4.12.0
in repository xfce/xfce4-dev-tools.

at  ddca04e   (tag)
   tagging  18b2e20ea1f8be1005ed27443e667f660046ee04 (commit)
  replaces  xfce4-dev-tools-4.11.1
 tagged by  Harald Judt
on  Sat Feb 28 15:30:35 2015 +0100

- Log -
4.12.0
==

- Bump version.
- Require xfce4-panel-4.11 for panel plugins.
- Restore AC_REVISION.
---

No new revisions were added by this update.

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


[Xfce4-commits] [xfce/xfce4-dev-tools] 02/02: Updates for release

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a commit to branch master
in repository xfce/xfce4-dev-tools.

commit 18b2e20ea1f8be1005ed27443e667f660046ee04
Author: Harald Judt h.j...@gmx.at
Date:   Sat Feb 28 15:30:12 2015 +0100

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

diff --git a/NEWS b/NEWS
index 8ecd8cb..3461c8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.12.0
+==
+- Bump version.
+- Require xfce4-panel-4.11 for panel plugins.
+- Restore AC_REVISION.
+
 4.11.1
 ==
 - Update list of files to clean with xdt-autogen
diff --git a/configure.ac.in b/configure.ac.in
index 1d365c5..fb29ddd 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([xdt_version_major], [4])
-m4_define([xdt_version_minor], [11])
-m4_define([xdt_version_micro], [1])
+m4_define([xdt_version_minor], [12])
+m4_define([xdt_version_micro], [0])
 m4_define([xdt_version_nano], [])
 m4_define([xdt_version_build], [@REVISION@])
-m4_define([xdt_version_tag], [git])
+m4_define([xdt_version_tag], [])
 m4_define([xdt_version], 
[xdt_version_major().xdt_version_minor().xdt_version_micro()ifelse(xdt_version_nano(),
 [], [], [.xdt_version_nano()])ifelse(xdt_version_tag(), [git], 
[xdt_version_tag()-xdt_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] [xfce/xfce4-dev-tools] branch master updated (8858dfc - 18b2e20)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

hjudt pushed a change to branch master
in repository xfce/xfce4-dev-tools.

  from  8858dfc   Restore AC_REVISION
   new  86d8411   Require xfce4-panel-4.11 for panel plugins
   new  18b2e20   Updates for release

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:
 NEWS |6 ++
 configure.ac.in  |6 +++---
 m4macros/xdt-xfce.m4 |2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

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


[Xfce4-commits] [xfce/garcon] branch master updated (91228c9 - 0150336)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch master
in repository xfce/garcon.

  from  91228c9   I18n: Update translation ro (100%).
   new  6203653   updates for release
   new  0150336   update API reference

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:
 NEWS   |8 +
 configure.ac.in|4 +-
 docs/reference/garcon-sections.txt |  429 ++--
 3 files changed, 230 insertions(+), 211 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/garcon] 02/02: update API reference

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository xfce/garcon.

commit 0150336d6289895e214ef714ef853e6fe74deb0a
Author: Landry Breuil lan...@xfce.org
Date:   Sat Feb 28 16:35:00 2015 +0100

update API reference
---
 docs/reference/garcon-sections.txt |  429 ++--
 1 file changed, 220 insertions(+), 209 deletions(-)

diff --git a/docs/reference/garcon-sections.txt 
b/docs/reference/garcon-sections.txt
index ee5b7db..2dac182 100644
--- a/docs/reference/garcon-sections.txt
+++ b/docs/reference/garcon-sections.txt
@@ -1,141 +1,117 @@
 SECTION
-FILEgarcon-menu-element/FILE
-TITLEGarconMenuElement/TITLE
-GarconMenuElementIface
-garcon_menu_element_get_name
-garcon_menu_element_get_comment
-garcon_menu_element_get_icon_name
-garcon_menu_element_get_visible
-garcon_menu_element_get_show_in_environment
-garcon_menu_element_get_no_display
-garcon_menu_element_equal
-SUBSECTION Standard
-GARCON_MENU_ELEMENT
-GARCON_IS_MENU_ELEMENT
-GARCON_TYPE_MENU_ELEMENT
-garcon_menu_element_get_type
-GARCON_MENU_ELEMENT_GET_IFACE
+FILEgarcon/FILE
+GARCON_INSIDE_GARCON_H
 /SECTION
 
 SECTION
-FILEgarcon-menu-parser/FILE
-TITLEGarconMenuParser/TITLE
-garcon_menu_parser_new
-garcon_menu_parser_run
-GarconMenuParserClass
-GarconMenuParserPrivate
-SUBSECTION Standard
-GARCON_MENU_PARSER
-GARCON_IS_MENU_PARSER
-GARCON_TYPE_MENU_PARSER
-garcon_menu_parser_get_type
-GARCON_MENU_PARSER_CLASS
-GARCON_IS_MENU_PARSER_CLASS
-GARCON_MENU_PARSER_GET_CLASS
+FILEgarcon-config/FILE
+GARCON_MAJOR_VERSION
+GARCON_MINOR_VERSION
+GARCON_MICRO_VERSION
+GARCON_CHECK_VERSION
+garcon_major_version
+garcon_minor_version
+garcon_micro_version
+garcon_check_version
+garcon_config_lookup
+garcon_config_build_paths
 /SECTION
 
 SECTION
-FILEgarcon-menu-item-cache/FILE
-TITLEGarconMenuItemCache/TITLE
-GarconMenuItemCacheClass
-garcon_menu_item_cache_get_default
-garcon_menu_item_cache_lookup
-garcon_menu_item_cache_foreach
-garcon_menu_item_cache_invalidate
-garcon_menu_item_cache_invalidate_file
-GarconMenuItemCachePrivate
-SUBSECTION Standard
-GARCON_MENU_ITEM_CACHE
-GARCON_IS_MENU_ITEM_CACHE
-GARCON_TYPE_MENU_ITEM_CACHE
-garcon_menu_item_cache_get_type
-GARCON_MENU_ITEM_CACHE_CLASS
-GARCON_IS_MENU_ITEM_CACHE_CLASS
-GARCON_MENU_ITEM_CACHE_GET_CLASS
+FILEgarcon-environment/FILE
+GARCON_ENVIRONMENT_XFCE
+garcon_set_environment
+garcon_get_environment
+garcon_set_environment_xdg
 /SECTION
 
 SECTION
-FILEgarcon-menu-merger/FILE
-TITLEGarconMenuMerger/TITLE
-garcon_menu_merger_new
-garcon_menu_merger_run
-GarconMenuMergerClass
-GarconMenuMergerPrivate
+FILEgarcon-marshal/FILE
+garcon_marshal_VOID__OBJECT_OBJECT
+/SECTION
+
+SECTION
+FILEgarcon-menu/FILE
+TITLEGarconMenu/TITLE
+garcon_menu_new
+garcon_menu_new_for_path
+garcon_menu_new_applications
+garcon_menu_load
+garcon_menu_get_file
+garcon_menu_get_directory
+garcon_menu_get_menus
+garcon_menu_add_menu
+garcon_menu_get_menu_with_name
+garcon_menu_get_parent
+garcon_menu_get_item_pool
+garcon_menu_get_items
+garcon_menu_get_elements
 SUBSECTION Standard
-GARCON_MENU_MERGER
-GARCON_IS_MENU_MERGER
-GARCON_TYPE_MENU_MERGER
-garcon_menu_merger_get_type
-GARCON_MENU_MERGER_CLASS
-GARCON_IS_MENU_MERGER_CLASS
-GARCON_MENU_MERGER_GET_CLASS
+GARCON_IS_MENU
+GARCON_IS_MENU_CLASS
+GARCON_MENU
+GARCON_MENU_CLASS
+GARCON_MENU_GET_CLASS
+GARCON_TYPE_MENU
+GarconMenu
+GarconMenuClass
+GarconMenuPrivate
+garcon_menu_get_type
 /SECTION
 
 SECTION
-FILEgarcon-menu-separator/FILE
-TITLEGarconMenuSeparator/TITLE
-GarconMenuSeparatorClass
-garcon_menu_separator_get_default
+FILEgarcon-menu-directory/FILE
+TITLEGarconMenuDirectory/TITLE
+garcon_menu_directory_new
+garcon_menu_directory_get_file
+garcon_menu_directory_get_name
+garcon_menu_directory_set_name
+garcon_menu_directory_get_comment
+garcon_menu_directory_set_comment
+garcon_menu_directory_get_icon_name
+garcon_menu_directory_set_icon_name
+garcon_menu_directory_get_no_display
+garcon_menu_directory_set_no_display
+garcon_menu_directory_get_hidden
+garcon_menu_directory_get_show_in_environment
+garcon_menu_directory_get_visible
+garcon_menu_directory_equal
 SUBSECTION Standard
-GARCON_MENU_SEPARATOR
-GARCON_IS_MENU_SEPARATOR
-GARCON_TYPE_MENU_SEPARATOR
-garcon_menu_separator_get_type
-GARCON_MENU_SEPARATOR_CLASS
-GARCON_IS_MENU_SEPARATOR_CLASS
-GARCON_MENU_SEPARATOR_GET_CLASS
+GARCON_IS_MENU_DIRECTORY
+GARCON_IS_MENU_DIRECTORY_CLASS
+GARCON_MENU_DIRECTORY
+GARCON_MENU_DIRECTORY_CLASS
+GARCON_MENU_DIRECTORY_GET_CLASS
+GARCON_TYPE_MENU_DIRECTORY
+GarconMenuDirectory
+GarconMenuDirectoryClass
+GarconMenuDirectoryPrivate
+garcon_menu_directory_get_type
 /SECTION
 
 SECTION
-FILEgarcon-menu-node/FILE
-GarconMenuNodeType
-GarconMenuLayoutMergeType
-GarconMenuMergeFileType
-garcon_menu_node_get_type
-garcon_menu_node_new
-garcon_menu_node_get_node_type
-garcon_menu_node_create
-garcon_menu_node_copy
-garcon_menu_node_get_string
-garcon_menu_node_set_string

[Xfce4-commits] [xfce/garcon] branch master updated (0150336 - 6c09daf)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch master
in repository xfce/garcon.

  from  0150336   update API reference
   new  6c09daf   post release tag bump

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


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

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


[Xfce4-commits] [xfce/thunar] 01/01: Improve check for shell scripts and add hidden option for bug #7596

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

commit b385bcf7c856fdc0a63b5f91a6d4053a7d22347e
Author: Harald Judt h.j...@gmx.at
Date:   Fri Feb 27 22:26:09 2015 +0100

Improve check for shell scripts and add hidden option for bug #7596

The check for shell scripts was incomplete. This commit extends it to
all executable scripts that are text/plain. For people wanting the
old, unsafe behaviour there is a new boolean option called
misc-exec-shell-scripts-by-default that can be created and set to
TRUE using xfconf-query or the Xfce settings editor.
---
 thunar/thunar-file.c|   34 +++---
 thunar/thunar-preferences.c |   17 +
 2 files changed, 36 insertions(+), 15 deletions(-)

diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index e254347..9b5aa9b 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -63,6 +63,7 @@
 #include thunar/thunar-gio-extensions.h
 #include thunar/thunar-gobject-extensions.h
 #include thunar/thunar-private.h
+#include thunar/thunar-preferences.h
 #include thunar/thunar-user.h
 #include thunar/thunar-util.h
 #include thunar/thunar-dialogs.h
@@ -2755,8 +2756,10 @@ thunar_file_is_ancestor (const ThunarFile *file,
 gboolean
 thunar_file_is_executable (const ThunarFile *file)
 {
-  gboolean can_execute = FALSE;
-  const gchar *content_type;
+  ThunarPreferences *preferences;
+  gboolean   can_execute = FALSE;
+  gboolean   exec_shell_scripts = FALSE;
+  const gchar   *content_type;
 
   _thunar_return_val_if_fail (THUNAR_IS_FILE (file), FALSE);
 
@@ -2769,20 +2772,21 @@ thunar_file_is_executable (const ThunarFile *file)
   content_type = thunar_file_get_content_type (THUNAR_FILE (file));
   if (G_LIKELY (content_type != NULL))
 {
-#ifdef G_OS_WIN32
-  /* check for .exe, .bar or .com */
   can_execute = g_content_type_can_be_executable (content_type);
-#else
-  /* Check if the content type is safe to execute, we don't
-   * use g_content_type_can_be_executable() for unix because
-   * it also returns true for text/plain and we don't want
-   * that. Also do not execute x-shellscripts by default, it
-   * is safer to open them in an editor or run them in a
-   * terminal, usually they require parameters. */
-  if (g_content_type_is_a (content_type, application/x-executable)
-   ! g_content_type_is_a (content_type, 
application/x-shellscript))
-  can_execute = TRUE;
-#endif
+
+  if (can_execute)
+{
+  /* check if the shell scripts should be executed or opened by 
default */
+  preferences = thunar_preferences_get ();
+  g_object_get (preferences, misc-exec-shell-scripts-by-default, 
exec_shell_scripts, NULL);
+  g_object_unref (preferences);
+
+  /* do never execute plain text files which are not shell scripts 
but marked executable */
+  if (g_strcmp0 (content_type, text/plain) == 0)
+  can_execute = FALSE;
+  else if (g_content_type_is_a (content_type, text/plain)  ! 
exec_shell_scripts)
+  can_execute = FALSE;
+}
 }
 }
 
diff --git a/thunar/thunar-preferences.c b/thunar/thunar-preferences.c
index 684485f..9a86ae1 100644
--- a/thunar/thunar-preferences.c
+++ b/thunar/thunar-preferences.c
@@ -75,6 +75,7 @@ enum
   PROP_MISC_VOLUME_MANAGEMENT,
   PROP_MISC_CASE_SENSITIVE,
   PROP_MISC_DATE_STYLE,
+  PROP_EXEC_SHELL_SCRIPTS_BY_DEFAULT,
   PROP_MISC_FOLDERS_FIRST,
   PROP_MISC_FULL_PATH_IN_TITLE,
   PROP_MISC_HORIZONTAL_WHEEL_NAVIGATES,
@@ -492,6 +493,22 @@ thunar_preferences_class_init (ThunarPreferencesClass 
*klass)
  EXO_PARAM_READWRITE);
 
   /**
+   * ThunarPreferences:misc-execute-shell-scripts-by-default:
+   *
+   * Shell scripts are often unsafe to execute, require additional
+   * parameters and most users will only want to edit them in their
+   * favorite editor, so the default is to open them in the associated
+   * application. Setting this to TRUE allows executing them, like
+   * binaries, by default. See bug #7596.
+   **/
+  preferences_props[PROP_EXEC_SHELL_SCRIPTS_BY_DEFAULT] =
+  g_param_spec_boolean (misc-exec-shell-scripts-by-default,
+MiscExecShellScriptsByDefault,
+NULL,
+FALSE,
+EXO_PARAM_READWRITE);
+
+  /**
* ThunarPreferences:misc-folders-first:
*
* Whether to sort folders before files.

-- 
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] [xfce/thunar] branch master updated (3be6126 - b385bcf)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  3be6126   Set correct dialog window hint for progress dialog 
(again) (bug #11467)
   new  b385bcf   Improve check for shell scripts and add hidden option for 
bug #7596

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


Summary of changes:
 thunar/thunar-file.c|   34 +++---
 thunar/thunar-preferences.c |   17 +
 2 files changed, 36 insertions(+), 15 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] annotated tag exo-0.10.3 created (now 5f78759)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

bluesabre pushed a change to annotated tag exo-0.10.3
in repository xfce/exo.

at  5f78759   (tag)
   tagging  a5e0633b7498f7455df7d220107416d7ed7550ac (commit)
  replaces  exo-0.10.2
 tagged by  Sean Davis
on  Sat Feb 28 09:08:02 2015 -0500

- Log -
exo-0.10.3
---

No new revisions were added by this update.

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


[Xfce4-commits] [xfce/garcon] annotated tag garcon-0.4.0 created (now a8952ae)

2015-02-28 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to annotated tag garcon-0.4.0
in repository xfce/garcon.

at  a8952ae   (tag)
   tagging  0150336d6289895e214ef714ef853e6fe74deb0a (commit)
  replaces  garcon-0.3.0
 tagged by  Landry Breuil
on  Sat Feb 28 16:35:14 2015 +0100

- Log -
0.4.0
=
- Update intltool (bug #8930)
- Fix menu icons for misconfigured desktop files (Bug 10709)
- Add case insensitive sorting to the menu (bug #10594)
- Don't force URLs to be opened in a web browser (bug #10212)
- Translation updates: ast, bg, de, el, eo, es, fr, he, nb, pl, sk, te
---

No new revisions were added by this update.

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


  1   2   3   >