do add the renderer to the tree view column
[simple-launcher] / debian / changelog
index 499bd59..f5a5ed5 100644 (file)
@@ -1,3 +1,47 @@
+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
+
+  * do not use theming for borders, some other way should be used
+  * removed few operations from debian/rules
+  * removed few unnecessary files from debian/: docs, dirs
+  * fixed debian/copyright
+  * updated build dependencies
+  * implemented empty settings dialog for the applet
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Wed,  6 Dec 2006 22:24:14 +0200
+
+simple-launcher (0.5) unstable; urgency=low
+
+  * fix (??) button size calculation
+  * try to use theming for putting some border around the applet
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Wed,  6 Dec 2006 12:00:10 +0200
+
+simple-launcher (0.4) unstable; urgency=low
+
+  * applet sets it size based on the number of buttons added to the widget
+  * decorated the view (added some border, let's see how it looks)
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Wed,  6 Dec 2006 11:49:44 +0200
+
 simple-launcher (0.3) unstable; urgency=low
 
   * Enclose the widget into GtkFrame