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

2020-04-06 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-panel.

commit 9f985e2d980965dc748d3d21d84e2c66f7e35b44
Author: Simon Steinbeiss 
Date:   Mon Apr 6 23:39:58 2020 +0200

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

diff --git a/NEWS b/NEWS
index 6bd8136..8c2e11e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+4.15.2
+==
+- panel: Improve autohide animation
+- panel: Add "popdown-speed" property to adjust autohide animation
+- panel: Fix autohide state machine
+- panel: Fix cancellation of autohide animation
+- panel: Immediately show panel in intellihide
+- panel: Don't tamper with leave_opacity value (Bug #16296)
+- launcher: Show desktop actions in context menu
+- plugin: Show custom menu items below plugin name
+- tasklist: Hide brackets for min windows by default
+- tasklist: Fix crash middle-click-closing grouped windows (Bug #16410)
+- systray: Basic support for symbolic icons
+- systray: Silence deprecation warnings
+- systray: Remove superfluous warning
+- Improve wording in "Remove plugin" dialog (Bug #9000)
+- settings: Add keywords for discoverability (Bug #10694)
+- Fix GTimeVal deprecation (Bug #16643)
+- Fix memory leak in panel plugin wrapper (Bug #16640)
+- Update docstring
+- Update libxfce4panel symbols
+- Make var names more consistent
+- Fix cast
+- Fix typo
+- Fix indentation
+- Translation Updates:
+  Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China),
+  Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician,
+  Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh,
+  Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
+  (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian
+
 4.15.1
 ==
 - Enable dark-mode by default
diff --git a/configure.ac.in b/configure.ac.in
index b2bc854..1402dbb 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [15])
-m4_define([xfce4_panel_version_micro], [1])
+m4_define([xfce4_panel_version_micro], [2])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

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

commit 42a6617bf584fcefa4e94e3f4250ff6742579883
Author: Simon Steinbeiss 
Date:   Tue Jan 14 01:10:00 2020 +0100

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

diff --git a/NEWS b/NEWS
index b3b8c79..6bd8136 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+4.15.1
+==
+- Enable dark-mode by default
+- tic-tac-toe: Fix XfceTitledDialog with CSD
+- add-item dialog: Fix XfceTitledDialog with CSD
+- systray: Improve app icon lookup
+- directorymenu: Add create folder/document menuitems (Bug #15639)
+- directorymenu: Add option to hide folder/terminal menuitems (Bug
+#15630)
+- plugins: Fix enter/leave opacity w/o compositing (Bug #14577)
+- clock: Drop leading zeros for days in default layout
+- clock: Add back hour:min to format presets (Bug #16035)
+- panel: Make sure "span monitors" is conditionally sensitive
+- tasklist: Fix drag in deskbar mode (Bug #16298)
+- Fix autohide with bg color or image (Bug #16064)
+- Improve the marching ants animation
+- Remove extra underscore (Bug #16266)
+- Use an empty placeholder icon for launcher (Bug #15819)
+- Always provide files for vala binding in dist tarball
+- Replace GtkStock icon
+- Use symbolic window-close button image
+- Fix doc typos
+- Fix indentation
+- Translation Updates:
+  Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese
+  (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom),
+  Finnish, French, Galician, Georgian, German, Greek, Hungarian,
+  Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish,
+  Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian,
+  Spanish, Swedish, Turkish
+
 4.15.0
 ==
  - Drop support for Gtk2 and 4.6 plugins
diff --git a/configure.ac.in b/configure.ac.in
index c29d669..8260b37 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [15])
-m4_define([xfce4_panel_version_micro], [0])
+m4_define([xfce4_panel_version_micro], [1])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

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

ochosi pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfce4-panel.

commit 93cc3e2d93fe97721ba408c467f5de36369a617e
Author: Simon Steinbeiss 
Date:   Mon Jan 13 00:06:48 2020 +0100

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

diff --git a/NEWS b/NEWS
index fbd97f1..09a18ce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+4.14.3
+==
+- Always provide files for vala binding in dist tarball
+
 4.14.2
 ==
 - plugins: Fix enter/leave opacity w/o compositing (Bug #14577)
diff --git a/configure.ac.in b/configure.ac.in
index f327f6f..b783a60 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [14])
-m4_define([xfce4_panel_version_micro], [2])
+m4_define([xfce4_panel_version_micro], [3])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

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

ochosi pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfce4-panel.

commit 1f92eee8f68afc9288280fc12c8332649f9c72a6
Author: Simon Steinbeiss 
Date:   Sat Jan 11 01:32:43 2020 +0100

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

diff --git a/NEWS b/NEWS
index 9f72758..fbd97f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+4.14.2
+==
+- plugins: Fix enter/leave opacity w/o compositing (Bug #14577)
+- tasklist: Fix drag in deskbar mode (Bug #16298)
+- appmenu: Use panel's icon size
+- appmenu: Listen to icon theme changes (Bug #15861)
+- prefs: Plug memory leaks (Bug #16016)
+- Replace GtkStock icon
+- Translation Updates:
+  Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque,
+  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong
+  Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English
+  (Australia), English (United Kingdom), Estonian, Finnish, French,
+  Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic,
+  Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian,
+  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500),
+  Panjabi (Punjabi), Persian (Iran), Polish, Portuguese, Portuguese
+  (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian,
+  Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese
+
 4.14.1
 ==
  - Draw panel border based on position and length
diff --git a/configure.ac.in b/configure.ac.in
index 74da69e..a31b029 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [14])
-m4_define([xfce4_panel_version_micro], [1])
+m4_define([xfce4_panel_version_micro], [2])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

2019-10-19 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-panel.

commit 47d0eaf8c3828e78a83923b21fbc884c11e156b9
Author: Simon Steinbeiss 
Date:   Sun Oct 20 00:37:13 2019 +0200

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

diff --git a/NEWS b/NEWS
index 246fa41..b3b8c79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+4.15.0
+==
+ - Drop support for Gtk2 and 4.6 plugins
+ - Drop Gtk2/4.6-only references from the docs
+ - Don't show or try to load Gtk2 plugins anymore
+ - Add dark mode preference
+ - autohide: Add sliding out animation
+ - Draw panel border based on position and length
+ - appmenu: Listen to icon theme changes (Bug #15861)
+ - appmenu: Use panel's icon size
+ - clock: Validate timezone entry (Bug #16036)
+ - prefs: Plug memory leaks (Bug #16016)
+ - docs: Fix build by dropping unused refs (Bug #16031)
+ - pager: Fix scrolling in pager-buttons (Bug #15614)
+ - pager: Face-lift of settings dialog
+ - pager: Only show scroll-option with buttons
+ - pager: Add option to show workspace number
+ - systray: Drop "Show frame" option (Bug #14186)
+ - tasklist: Resize when windows get removed (Bug #14394)
+ - systray: Fix icons without compositing (Bug #14577)
+ - windowlist: Make layout consistent with xfdesktop
+ - windowlist: Replace deprecated gtk_widget_modify_font
+ - launcher: Fix visual state of arrow-button (Bug #15818)
+ - launcher: Avoid excessive left padding on popup menu (Bug #15819)
+ - Fix typos and improve code formatting
+ - Translation Updates:
+   Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese
+   (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician,
+   German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese,
+   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
+   (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish
+
 4.14.0
 ==
  - tasklist: Keep panel visible on drag and drop (Bug #15703)
diff --git a/configure.ac.in b/configure.ac.in
index 76219df..e3c868f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ m4_define([libxfce4panel_verinfo], [4:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
-m4_define([xfce4_panel_version_minor], [14])
+m4_define([xfce4_panel_version_minor], [15])
 m4_define([xfce4_panel_version_micro], [0])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

2019-09-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
xfce-4.14
in repository xfce/xfce4-panel.

commit bd51a4996142876d811e64a22c27e9042330e529
Author: Simon Steinbeiss 
Date:   Wed Sep 25 23:56:16 2019 +0200

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

diff --git a/NEWS b/NEWS
index 246fa41..9f72758 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+4.14.1
+==
+ - Draw panel border based on position and length
+ - windowlist: Make layout consistent with xfdesktop
+ - windowmenu: Replace deprecated gtk_widget_modify_font
+ - tasklist: Resize when windows get removed (Bug #14394)
+ - systray: Fix icons without compositing (Bug #14577)
+ - pager: Fix scrolling in pager-buttons (Bug #15614)
+ - launcher: Fix visual state of arrow-button (Bug #15818)
+ - launcher: Avoid excessive left padding on popup menu (Bug #15819)
+ - Translation Updates:
+   Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (China),
+   Chinese (Taiwan), Galician, Greek, Hebrew, Indonesian, Japanese, Malay,
+   Polish, Serbian, Slovak, Swedish, Thai
+
 4.14.0
 ==
  - tasklist: Keep panel visible on drag and drop (Bug #15703)
diff --git a/configure.ac.in b/configure.ac.in
index cb38786..66bace6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [14])
-m4_define([xfce4_panel_version_micro], [0])
+m4_define([xfce4_panel_version_micro], [1])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

2019-08-11 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-panel.

commit 8980371d80e7be81392ccba4bde5f7bca71ff037
Author: Simon Steinbeiss 
Date:   Sun Aug 11 23:10:56 2019 +0200

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

diff --git a/NEWS b/NEWS
index 4f0114b..246fa41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+4.14.0
+==
+ - tasklist: Keep panel visible on drag and drop (Bug #15703)
+ - pager: Keep panel visible on drag and drop (Bug #15703)
+ - launcher: Make dialog's context menu popup at pointer
+ - Make strings translatable
+ - Translation Updates:
+   Chinese (China), Danish, Finnish, Galician, German, Hungarian, Italian,
+   Japanese, Kazakh, Lithuanian, Norwegian Bokmål, Portuguese (Brazil)
+
 4.13.7
 ==
  - Make vala and gobject-introspection optional
@@ -14,10 +24,10 @@
  - tic-tac-toe: Add mnemonic to Close button
  - tic-tac-toe: Avoid use-after-free/double-free (Bug #15649)
  - Translation Updates:
-   Albanian, Armenian (Armenia), Belarusian, Bulgarian, Catalan, Chinese 
-   (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, 
-   French, Galician, German, Hungarian, Italian, Japanese, Kazakh, 
-   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese 
+   Albanian, Armenian (Armenia), Belarusian, Bulgarian, Catalan, Chinese
+   (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish,
+   French, Galician, German, Hungarian, Italian, Japanese, Kazakh,
+   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese
(Brazil), Russian, Serbian, Spanish, Thai, Ukrainian
 
 4.13.6
diff --git a/configure.ac.in b/configure.ac.in
index b4da0af..f040fb1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,11 +12,11 @@ m4_define([libxfce4panel_verinfo], [4:0:0]) dnl 
current:revision:age
 m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
-m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [7])
+m4_define([xfce4_panel_version_minor], [14])
+m4_define([xfce4_panel_version_micro], [0])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag], [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

2019-07-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-panel.

commit 40ac073ec85634a80687cf8558936764299fa7c9
Author: Simon Steinbeiss 
Date:   Sun Jul 28 15:20:42 2019 +0200

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

diff --git a/NEWS b/NEWS
index 2a3a189..42c4720 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+4.13.7
+==
+ - Make vala and gobject-introspection optional
+ - clock: Add short weekday to default clock string
+ - clock: Add date to default clock layout (Bug #15456)
+ - prefs: Improve position of panel profiles button (Bug #15657)
+ - tasklist: Fix position of group indicator in vertical mode
+ - tasklist: Fix overlapping vertical window titles (Bug #14901)
+ - tasklist: Add fallback for missing window icons (Bug #15511)
+ - directory-menu: Use natural order for sorting (Bug #15413)
+ - arrow-button: Remove timeout on dispose (Bug #15696)
+ - pager: Ensure bg color is set correctly (Bug #15690)
+ - show-desktop: Toggle also when DND-ing (Bug #15654)
+ - tic-tac-toe: Add mnemonic to Close button
+ - tic-tac-toe: Avoid use-after-free/double-free (Bug #15649)
+ - Translation Updates:
+   Albanian, Armenian (Armenia), Belarusian, Bulgarian, Catalan, Chinese 
+   (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, 
+   French, Galician, German, Hungarian, Italian, Japanese, Kazakh, 
+   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese 
+   (Brazil), Russian, Serbian, Spanish, Thai, Ukrainian, 
+
 4.13.6
 ==
 - Update default panel layout
diff --git a/configure.ac.in b/configure.ac.in
index 6085b74..46b3727 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [6])
+m4_define([xfce4_panel_version_micro], [7])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag],   [git])
+m4_define([xfce4_panel_version_tag], [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

2019-06-30 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-panel.

commit 133ab04dd4d254acb0494af182f12f64f902e61c
Author: Simon Steinbeiss 
Date:   Mon Jul 1 00:22:32 2019 +0200

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

diff --git a/NEWS b/NEWS
index d884dc8..2a3a189 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+4.13.6
+==
+- Update default panel layout
+- Bugfixes:
+  - Retain original GDK_CORE_DEVICE_EVENTS setting for plugins (Bug
+  #15044)
+  - directorymenu: Fix plugin menu autohide behaviour
+  - prefs: Add missing mnemonic accelerators (Bug #15652)
+  - prefs: Improve window title (Bug #15653)
+  - prefs: Correct capitalization of labels (Bug #15651)
+  - arrow-button: Allow connect_after signals on draw
+  - tasklist: Draw grouped windows count indicator (Bug #10844)
+  - tasklist: Only base bg color of group indicator on Gtk theme
+  - tasklist: Avoid draw signal loop
+  - tasklist: Don't show actionsmenu in grouped windows (Bug #15622)
+  - Add more accelerators to dialog buttons (Bug #15490)
+  - AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS
+  - Fix typo in debug output
+- Translation updates:
+Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
+Croatian, Czech, Danish, Dutch (Flemish), English (Australia), French,
+German, Italian, Lithuanian, Polish, Portuguese, Portuguese
+(Brazilian), Serbian, Spanish, Turkish
+
 4.13.5
 ==
 - Bugfixes:
diff --git a/configure.ac.in b/configure.ac.in
index dd940cc..f2e7df6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [5])
+m4_define([xfce4_panel_version_micro], [6])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag],   [git])
+m4_define([xfce4_panel_version_tag],   [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

2019-05-17 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-panel.

commit 330e76a6c27eb77e39a08d8a19680388bd044872
Author: Simon Steinbeiss 
Date:   Fri May 17 15:00:39 2019 +0200

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

diff --git a/NEWS b/NEWS
index fb94ce4..d884dc8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+4.13.5
+==
+- Bugfixes:
+  - Revert "Applications menu icon sizing fixes" (Bug #14976)
+  - Make sure panel plugin icons aren't clipped (LP #1756608)
+  - actions: use a different icon for hybrid sleep when possible (Bug #15204)
+  - Fix compiler error -Wcast-function-type (GCC 8)
+  - Fix alpha-transparent background images (Bug #14850)
+  - Fix this use of "defined" may not be portable
+  - Bump glib version to 2.42.0
+  - tasklist: Activate parent windows (Bug #15307)
+  - launcher: Fix tooltip icon size (Bug #15319)
+  - Hide systray frame in default panel config
+  - separator: Use symbolic icon for more clarity (Bug #15359)
+- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
+Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Czech, Danish,
+Dutch (Flemish), English (Australia), English (Great Britain), Estonian,
+Finnish, Galician, German, Greek, Icelandic, Indonesian, Italian, Kazakh,
+Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan,
+Panjabi, Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian,
+Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur,
+Vietnamese
+
 4.13.4
 ==
 - Add per-panel setting "icon-size"
diff --git a/configure.ac.in b/configure.ac.in
index 57c3862..6a7fff7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [4])
+m4_define([xfce4_panel_version_micro], [5])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag],   [git])
+m4_define([xfce4_panel_version_tag],   [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release.

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

commit 8e57819186ee3c2070fbcd9c8b019e1c90f33edd
Author: Simon Steinbeiss 
Date:   Wed Jan 2 00:52:49 2019 +0100

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

diff --git a/NEWS b/NEWS
index 2fabb39..fb94ce4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+4.13.4
+==
+- Add per-panel setting "icon-size"
+- Set minimum Gtk+3 version to 3.22
+- Bugfixes:
+  - Gtk+ deprecation fixes (all plugins)
+  - tasklist: Fix group-button states
+  - libxfce4panel: arrow button size fixes
+  - launcher: plugin sizing fixes
+  - appmenu: Add support for other menu editors (Bug #11684)
+  - tasklist: Fix urgency blinking for group buttons (Bug #6904)
+  - tasklist: Add 'group-button' styleclass
+  - Fix anchors for gtk_menu_popup_at_widget (Bug #14803)
+  - Fix struts on the bottom and right of the screen (Bug #14886)
+  - tasklist: Don't listen for monitor changes in the plugin (Bug #10725)
+  - tasklist: Use Gdk to to determine which monitor contains a window
+  - tasklist: Ensure pressed buttons with open menus
+  - tasklist: Replace exo-lucency with gtkcss
+  - tasklist: Make all-minimized group buttons translucent (Bug #10862)
+  - tasklist: Switch from wnck* icons to standard names
+  - tasklist: Keep groupbutton active after closing menu
+  - tasklist: Make sure icons in the group menu are 16px
+  - tasklist: Make grouped buttons active (Bug #9129)
+  - launcher: Rely on icon-size provided by panel
+  - Prevent crash on removing certain plugins (Bug #14418)
+  - Add "configure" button to composited infobar
+  - Make compositor info in settings dialog a GtkInfoBar
+  - directorymenu: Fix crash and drop deprecated call
+  - Fix unreadable panel items without compositing (Bug #14842)
+  - launcher: Fix arrows not being shown (Bug #14373)
+  - launcher: Fix tooltip icon size (Bug #14774)
+  - Re-introduce button images to plugin settings dialogs
+  - Make the settings dialog more HIG compliant
+  - launcher: Add 'New Link' button to properties (Bug #14855)
+  - Drop the panel's welcome dialog (Bug #14388)
+  - clock: Resolve deprecations and fix binary clock
+  - Workaround for xinput2's subpixel handling (LP #1795135)
+  - Ensure the orientation style classes are always applied
+  - Add orientation-related style classes for improved theming
+  - actions: Add support for dm-tool
+  - panel-window: set struts with monitor scaling
+-Translation 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, 
Lithuanian,
+  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish,
+  Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak,
+  Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur,
+  Vietnamese
+
 4.13.3
 ==
 - Bugfixes:
diff --git a/configure.ac.in b/configure.ac.in
index 04f42b5..3a3ab9e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [3])
+m4_define([xfce4_panel_version_micro], [4])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag],   [git])
+m4_define([xfce4_panel_version_tag],   [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

2018-05-03 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-panel.

commit 6d755c759af735b9659ff9a76003457f11206b70
Author: Simon Steinbeiss 
Date:   Fri May 4 00:36:52 2018 +0200

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

diff --git a/NEWS b/NEWS
index e43aa8c..2fabb39 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+4.13.3
+==
+- Bugfixes:
+  - Get the actual widget state flags to avoid constant redraws (Bug #14307)
+  -launcher: Fix empty button in remove launcher dialog (Bug #13962)
+  -launcher: Make sure icons are not oversize
+  - launcher: Make sure the appropriate icon size is used
+  - launcher: Fix resizing of pixbuf based icons (Bug #14138)
+  - Move "Separator" to the top of the "Add New Items..." menu (Bug #14086)
+  - Make a couple of strings translatable (Bug #14338)
+  - Make former GtkStock dialog buttons translateable (Bug #14338)
+  - Make double-click add plugin in the "Add item" dialog (Bug #9784)
+  - clock: Improve discoverability of tooltip help-texts (Bug #11708)
+  - Correctly initialize return value (Bug #10873)
+  - Gtk+3 fixes:
+Fix various warnings with Gtk3 (Bug #14135)
+Fix Gtk+3 version in ifdef
+Use 'gdk_screen_is_composited' with Gtk3 (Bug #14128)
+   Try to fix menu positioning with Gtk3.22
+  - Various icon fixes:
+Switch to GtkIconTheme (Bug #14125)
+Fix missing icons with Adwaita icon theme (Bug #14133)
+Fix remaining deprecated icon names
+- Translation updates: Belarusian, Bulgarian, Catalan, Chinese (China),
+   Croatian, Czech, Danish, Dutch (Flemish), English (Australia), Finnish,
+   French, Galician, German, Greek, Hebrew, Hungarian, Italian, Japanese,
+   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese (Brazilian),
+   Russian, Serbian, Turkish, Ukrainian
+
 4.13.2
 ==
 - Add support for gobject-introspection (Vidar Haarr)
diff --git a/configure.ac.in b/configure.ac.in
index 867afc8..1c0e547 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [2.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [13])
-m4_define([xfce4_panel_version_micro], [2])
+m4_define([xfce4_panel_version_micro], [3])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag],   [git])
+m4_define([xfce4_panel_version_tag],   [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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/xfce4-panel] 01/01: Updates for release

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

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

commit bfa557bdcabd4c153787bde1c26a9e877e41f784
Author: Simon Steinbeiss 
Date:   Thu Dec 14 00:16:24 2017 +0100

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

diff --git a/NEWS b/NEWS
index 9eb09d8..948618d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.12.2
+==
+- Feature: Support for RandR's "primary monitor"
+- Translation updates: Arabic, Asturian, Basque, 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, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,
+  Occitan, Panjabi, Polish, Portuguese, Portuguese (Brazilian), Romanian,
+  Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai,
+  Turkish, Ukrainian, Uyghur, Vietnamese
+
 4.12.1
 ==
 - Long overdue maintenance release.
diff --git a/configure.ac.in b/configure.ac.in
index f0870e9..6f606df 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,10 +13,10 @@ m4_define([libxfce4panel_version_api], [1.0])
 m4_define([xfce4_panel_config_version], [2])
 m4_define([xfce4_panel_version_major], [4])
 m4_define([xfce4_panel_version_minor], [12])
-m4_define([xfce4_panel_version_micro], [1])
+m4_define([xfce4_panel_version_micro], [2])
 m4_define([xfce4_panel_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_panel_version_build], [@REVISION@])
-m4_define([xfce4_panel_version_tag],   [git])
+m4_define([xfce4_panel_version_tag],   [])
 m4_define([xfce4_panel_version], 
[xfce4_panel_version_major().xfce4_panel_version_minor().xfce4_panel_version_micro()ifelse(xfce4_panel_version_nano(),
 [], [], [.xfce4_panel_version_nano()])ifelse(xfce4_panel_version_tag(), [git], 
[xfce4_panel_version_tag()-xfce4_panel_version_build()], 
[xfce4_panel_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