[Xfce4-commits] [apps/xfdashboard] 05/05: Bump version to 0.2.2

noreply at xfce.org noreply at xfce.org
Tue Mar 24 10:25:17 CET 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to annotated tag 0.2.2
in repository apps/xfdashboard.

commit 73d6c7f3a6b6c73d81aa712840f5ed5b3586eef8
Author: Stephan Haller <nomad at froevel.de>
Date:   Tue Aug 12 20:51:07 2014 +0200

    Bump version to 0.2.2
---
 ChangeLog                               |   39 +++++++++++++++++++++++++++++++
 configure.ac.in                         |    2 +-
 data/appdata/xfdashboard.appdata.xml.in |   19 ++++++++++++++-
 3 files changed, 58 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 31bd0db..fa4d1b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+commit 137f87ff5e13ff232954914c4ca558716e559bfa
+Author: Stephan Haller <nomad at froevel.de>
+Date:   Tue Aug 12 20:43:23 2014 +0200
+
+    Fix CSS file cherry-picked from master branch
+    
+    CSS in branch 0.2 does not understand @constants and @-functions so remove these lines.
+
+commit 09fd9885e0d285f2538514ef89272e87a3a0bfc9
+Author: Stephan Haller <nomad at froevel.de>
+Date:   Tue Aug 5 21:04:55 2014 +0200
+
+    Fix loading scalable images by icon name
+    
+    Load images by icon name with scaling at requested size. If file to load is a bitmap it should already be at right size but if is scalable image (svg) is was loaded as a too small bitmap and then scaled resulting in an ugly image but now should look good and "right-scaled".
+    
+    Conflicts:
+    	data/themes/xfdashboard/xfdashboard.css
+
+commit f63b5d3c88fd575100d6ca11eb633631ae2de744
+Author: Stephan Haller <nomad at froevel.de>
+Date:   Tue Aug 12 20:35:24 2014 +0200
+
+    Split key handling function into "specialized" functions
+    
+    Split key handling function in XfdashboardFocusable into "specialized" functions for 'key-press' and 'key-release' events. This make handling repeative 'key-press' event easier and cleaner (code), e.g. for moving selection when key is pressed and hold pressed. 'key-release' is only called once when pressed key is released.
+
+commit 2822bc2e884db695c9dab3c21a6ef04e617f7b34
+Author: Stephan Haller <nomad at froevel.de>
+Date:   Wed Jul 16 21:17:39 2014 +0200
+
+    Post-release version bump to 0.2.2
+
+commit 41fcb79f3df09171df7f5ff4bbf6855d916d0904
+Author: Stephan Haller <nomad at froevel.de>
+Date:   Wed Jul 16 21:16:15 2014 +0200
+
+    Bump version to 0.2.1
+
 commit 6b15d55916012a83b4ecc0055eea5744e60a4e91
 Author: Stephan Haller <nomad at froevel.de>
 Date:   Wed Jul 16 21:08:32 2014 +0200
diff --git a/configure.ac.in b/configure.ac.in
index a444b30..1d94cf8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([xfdashboard_version_major], [0])
 m4_define([xfdashboard_version_minor], [2])
 m4_define([xfdashboard_version_micro], [2])
 m4_define([xfdashboard_version_build], [@REVISION@])
-m4_define([xfdashboard_version_tag],   [git])
+m4_define([xfdashboard_version_tag],   [])
 m4_define([xfdashboard_version], [xfdashboard_version_major().xfdashboard_version_minor().xfdashboard_version_micro()ifelse(xfdashboard_version_tag(), [git], [xfdashboard_version_tag().xfdashboard_version_build()], [xfdashboard_version_tag()])])
 
 dnl **************************************
diff --git a/data/appdata/xfdashboard.appdata.xml.in b/data/appdata/xfdashboard.appdata.xml.in
index 43354f1..54b2c55 100644
--- a/data/appdata/xfdashboard.appdata.xml.in
+++ b/data/appdata/xfdashboard.appdata.xml.in
@@ -43,9 +43,26 @@
 	</provides>
 
 	<releases>
+		<release version="0.2.2" timestamp="1407869332">
+			<description>
+				<_p>This release fixes a problem when loading scalable images by icon name.
+				</_p>
+			</description>
+		</release>
+		<release version="0.3.0" timestamp="1406052137">
+			<description>
+				<_p>This unstable development release fixes problems with icon mode in theming and
+				allows to launch the first item by pressing ENTER in search view when a search was
+				started by just typing. It also includes an improved CSS parsing allowing the usage
+				of constant values and functions in theme's CSS file.
+				</_p>
+			</description>
+		</release>
 		<release version="0.2.1" timestamp="1405537974">
 			<description>
-				<_p>This release fixes problems with icon mode in theming and allows to launch the first item by pressing ENTER in search view when a search was started by just typing.</_p>
+				<_p>This release fixes problems with icon mode in theming and allows to launch the
+				first item by pressing ENTER in search view when a search was started by just typing.
+				</_p>
 			</description>
 		</release>
 		<release version="0.2.0" timestamp="1402160953">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list