mark one item as possibly done :)
[simple-launcher] / debian / changelog
index c7e2955..4db0ce6 100644 (file)
@@ -1,3 +1,126 @@
+simple-launcher (0.9.5) unstable; urgency=low
+
+  * added Marko Nykanen's patch that would use libosso's way to display
+    application start banner
+  * look for the configuration file in the home directory of the user who run
+    the applet (should help with applet usage under scratchbox)
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Tue, 18 Sep 2007 14:21:42 +0300
+
+simple-launcher (0.9.4) unstable; urgency=low
+
+  * re-arranged the settings dialog
+    * major refactoring of the settings dialog
+    * settings dialog is moved into a separate class
+    * added one tab with 'Items'
+  * fixed a small memory leak
+  * removed top-level GtkFrame
+  * replaced buttons with eventboxes
+  * trying big size :)
+  * make transparency code a bit more explicit
+  * separate icon size used in the applet and the settings dialog
+  * SLAList class is renamed to SettingsPageWithItems (file names will follow)
+  * renamed sla-list files to settings-page-items
+  * do not allow 'insane' items to be selected in the settings dialog
+  * fixed wrongdoings:
+        * do not destroy applet's widget
+   * delete array when it was allocated as array
+  * make a private copy of icons obtained through GtkIconTheme
+  * implemented a different widget for icon size selection
+    * set active item if found in the list
+  * added icon scaling for icons that are bigger than requested
+  * increased spacing between icons
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Tue, 15 May 2007 21:08:52 +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
+
+  * 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
+
+ -- Mikhail Sobolev <mss@mawhrin.net>  Tue,  5 Dec 2006 23:31:18 +0200
+
 simple-launcher (0.2) unstable; urgency=low
 
   * Updated Section: of the package