added one more TODO item
[simple-launcher] / simple-launcher.cc
2007-10-29 mishassetting padding to 0 (instead of 2)
2007-09-21 mishasmake configuration file management as such
2007-09-21 mishaschanged defaults: non-transparent, iconsize = 48
2007-09-21 mishascopied interface definition from hildon-home-plugin...
2007-09-07 mishasfixed the second use of the configuration file
2007-09-05 mishasdo not use hard-coded configuration file name; use...
2007-05-11 mishasincreased spacing between icons to 2
2007-04-17 mishaschanged to the default: so it's the same as the previou...
2007-04-16 mishasremove temporarily the clean-up of newItems: might...
2007-04-16 mishaswhen allocating an array delete it as array as well
2007-04-15 mishasdo not destroy applet's widget: it's done by maemo...
2007-04-14 mishasdestroyed a few data objects: reduce memory leaks for...
2007-04-14 mishasrenamed sla-list files to settings-page-items
2007-04-14 mishasforget canvas for a while (now it looks horrible)
2007-04-12 mishasstarted a hackish implementation of settings dialog...
2007-04-12 mishasadded GConf*Options to SimpleLauncherApplet
2007-04-11 mishasadded a configurable canvas around button icons
2007-04-10 mishasfix two potential memory leaks
2007-04-10 mishasmake transparent background to be default for now
2007-04-10 mishas * added myIconSize variable for SimpleLauncherApplet...
2007-04-10 mishasmake the transparency related code a bit more explicit
2007-04-05 mishastemporarily disable gconf in simple launcher; try to...
2007-04-04 mishaspreliminary code to use gconf with the applet
2007-04-04 mishasMajor changes:
2007-04-04 mishasmade the main widget transparency-capable
2007-04-03 mishastry to use hbox instead of toolbar
2007-04-02 mishasSettings dialog implementaton moved into a separate...
2007-04-02 mishasfix a small memory leak in case user cancels the select...
2007-03-23 mishasfixed the minimum size problem
2007-03-21 mishasremoved implemented todo item from code
2007-03-21 mishas(useless) removal of an empty line :)
2007-03-21 mishasadded a fixme note for the config file name
2007-03-21 mishasmake the window still vizible even if there are no...
2007-03-21 mishasshow the toolbar content as soon we finalized it
2007-03-20 mishas * did a bit of hacking :((
2007-03-20 mishasfirst implementation of settings processing
2007-03-14 mishasimplemented directory reading; next step is testing :)
2007-03-14 mishasadded stub for processing directories with .desktop...
2007-03-14 mishasseparated the code that checks/creates/adds a new item...
2007-03-14 mishasupdated the copyright year
2007-03-14 mishasimplemented first version of reading from configuration...
2007-03-13 mishasimplement launcher-items as an ordered dictionary of...
2007-03-13 mishas * added a method to update the content of the applet
2007-03-13 mishasput stubs for loading/saving configuration
2007-03-12 mishasfixed the overlook 0->NULL conversion
2007-03-11 mishasreplaced 0 with NULL where appropriate: shut the compil...
2006-12-23 mishasMoved "enabled" functionality into LauncherItem
2006-12-21 mishasRefactoring:
2006-12-21 mishas * created a wrapper over LauncherItem (helps to embrac...
2006-12-06 mishasstarted implementation of the settings dialog list
2006-12-06 mishasmake the second word for settings menu item lower case
2006-12-06 mishasSLA_APPLET_* -> SL_APPLET_*
2006-12-06 mishasfixed license text: it was rather strange
2006-12-06 mishascreated provisions for a settings dialog
2006-12-06 mishasadded 'vim' footer to the source files
2006-12-06 mishasdo not declare exported applet methods, make use of...
2006-12-06 mishasadded copyright/license block to all source files
2006-12-06 mssdo not use theming for borders; check with somebody...
2006-12-06 mssdo not remove frame border
2006-12-06 msschanged decoration (trying theme stuff); change the...
2006-12-06 mss * #define-ed icon size instead of using a constant
2006-12-06 mssreplaced NULL to 0
2006-12-06 mss * fixed a misused variable (now button is really added...
2006-12-06 mssre-organized built-in list of applications to show
2006-12-05 mssenclose simple-launcher widget into GtkFrame
2006-12-05 mss * added code to create the actual toolbar
2006-12-04 mssremove unnecessary method: startApplication; method...
2006-12-04 mssformatting fix
2006-11-27 mssmoved widget initialization into a separate method
2006-11-26 mssfinally started to use version control system