added a configurable canvas around button icons
[simple-launcher] / debian / changelog
index 5239c73..4017f64 100644 (file)
@@ -1,8 +1,81 @@
-simple-launcher (0.7) UNRELEASED; urgency=low
+simple-launcher (0.9.4~13) unstable; urgency=low
 
   * NOT RELEASED YET
+  * settings dialog is moved into a separate class
+  * added one tab with 'Items'
+  * fixed a small memory leak
+  * trying different options for gtk buttons
+  * removed top-level GtkFrame
+  * enabled relief for buttons: let's see what happens
+  * removed extra space around buttons
+  * request all buttons to be of the same size
+  * replace buttons with eventboxes
+  * added proper signal handling for eventboxes
+  * trying big size :)
+  * disabled gconf stuff in the launcher
+  * make transparency code a bit more explicit
+  * separate icon size used in the applet and the settings dialog
+  * added dummy checkboxes and UI settings page
+  * added a configurable canvas around button icons
 
- -- Mikhail Sobolev <mss@mawhrin.net>  Wed,  6 Dec 2006 22:26:28 +0200
+ -- Mikhail Sobolev <mss@mawhrin.net>  Wed, 11 Apr 2007 19:43:11 +0300
+
+simple-launcher (0.9.3) unstable; urgency=low
+
+  * the config file can now be backed up
+  * enable activation of applications that do not have d-bus service
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Sat, 24 Mar 2007 21:11:54 +0200
+
+simple-launcher (0.9.2) unstable; urgency=low
+
+  * minimum size in .desktop file is changed as well (so 1 icon only is now
+    possible)
+  * if application does not have an icon, or the icon cannot be loaded, the
+    default one will be used
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Sat, 24 Mar 2007 12:05:59 +0200
+
+simple-launcher (0.9.1) unstable; urgency=low
+
+  * fixed the minimum size problem
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Fri, 23 Mar 2007 16:43:05 +0200
+
+simple-launcher (0.9) unstable; urgency=low
+
+  * preparing the release :)
+  * define minimal window size
+  * show toolbar content as soon as it's available
+  * updated copyright year
+  * fixed the toggle (thanks, Kad)
+  * implemented config save/load
+  * check for newly available applications
+  * replaced 0 with NULL where appropriate (get rid of compiler warnings)
+  * locale application name and its comment
+  * fixed the redraw of tree content
+  * fixed the name of the text domain to get translations from
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Thu, 22 Mar 2007 13:58:01 +0200
+
+simple-launcher (0.7.1) unstable; urgency=low
+
+  * Do add the renderer to the tree view column
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Fri, 22 Dec 2006 20:25:36 +0200
+
+simple-launcher (0.7) unstable; urgency=low
+
+  * optimized code related to obtaining current icon theme
+  * item list dialog is implemented
+  * vertical resize is disabled
+  * re-factored code:
+    * created a wrapper over LauncherItem
+    * moved the wrapper into a separate file
+    * defined a list of LaunchableItems
+    * started to work with LaunchableItems all over the code
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Fri, 22 Dec 2006 09:23:40 +0200
 
 simple-launcher (0.6) unstable; urgency=low