simple-launcher
16 years agostarted to fill in the application item
mishas [Fri, 21 Sep 2007 13:10:20 +0000 (13:10 +0000)]
started to fill in the application item

git-svn-id: file:///svnroot/simple-launcher/trunk@237 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded osso_context_t pointer to 'activate' method
mishas [Fri, 21 Sep 2007 10:12:16 +0000 (10:12 +0000)]
added osso_context_t pointer to 'activate' method

git-svn-id: file:///svnroot/simple-launcher/trunk@236 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoBasicItem:
mishas [Fri, 21 Sep 2007 10:07:25 +0000 (10:07 +0000)]
BasicItem:
* added new virtual method -- load -- to perform the actual initialization
BasicItemFactory:
* implemented 'create' method

git-svn-id: file:///svnroot/simple-launcher/trunk@235 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agofinalized implementation of createItem for ApplicationItemFactory
mishas [Fri, 21 Sep 2007 10:06:15 +0000 (10:06 +0000)]
finalized implementation of createItem for ApplicationItemFactory

git-svn-id: file:///svnroot/simple-launcher/trunk@234 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agopreparation for new hildon (desktop and widgets) support
mishas [Fri, 21 Sep 2007 09:59:51 +0000 (09:59 +0000)]
preparation for new hildon (desktop and widgets) support

git-svn-id: file:///svnroot/simple-launcher/trunk@233 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agocopied interface definition from hildon-home-plugin-interface (new hildon does not...
mishas [Fri, 21 Sep 2007 08:07:31 +0000 (08:07 +0000)]
copied interface definition from hildon-home-plugin-interface (new hildon does not have it)

git-svn-id: file:///svnroot/simple-launcher/trunk@232 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoApplicationItemFactory:
mishas [Fri, 21 Sep 2007 06:38:46 +0000 (06:38 +0000)]
ApplicationItemFactory:
  * initialized factory (should now be registered automatically)
  * added item creation code
ApplicationItem:
  * preliminary code for item creation

git-svn-id: file:///svnroot/simple-launcher/trunk@231 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoremoved factory registration code from ApplicationItemFactory (it was moved to BasicI...
mishas [Fri, 21 Sep 2007 06:36:44 +0000 (06:36 +0000)]
removed factory registration code from ApplicationItemFactory (it was moved to BasicItemFactory)

git-svn-id: file:///svnroot/simple-launcher/trunk@230 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded factory registration code in BasicItemFactory
mishas [Fri, 21 Sep 2007 06:35:33 +0000 (06:35 +0000)]
added factory registration code in BasicItemFactory

git-svn-id: file:///svnroot/simple-launcher/trunk@229 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agosketching ApplicationItem (to replace launcher-item & launchable-item)
mishas [Fri, 21 Sep 2007 06:15:58 +0000 (06:15 +0000)]
sketching ApplicationItem (to replace launcher-item & launchable-item)

git-svn-id: file:///svnroot/simple-launcher/trunk@228 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoPlayed with BasicItemFactory:
mishas [Fri, 21 Sep 2007 05:58:52 +0000 (05:58 +0000)]
Played with BasicItemFactory:
 * added a virtual destructor (good for abstract classes :))
 * added a method for creating an item using factory name and item's id
 * hid createItem method (as I want it to be used from within BasicItemFactory::create method only)
 * addedd deRegisterFactory method (I'm not sure if it's really needed or how to properly implement it ;(
 * added 'static' to ourFactories definition (fixed a problem)

git-svn-id: file:///svnroot/simple-launcher/trunk@227 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoremoved unnecessary typedef
mishas [Fri, 21 Sep 2007 05:40:29 +0000 (05:40 +0000)]
removed unnecessary typedef

git-svn-id: file:///svnroot/simple-launcher/trunk@226 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoremoved extra typedef
mishas [Thu, 20 Sep 2007 13:35:08 +0000 (13:35 +0000)]
removed extra typedef

git-svn-id: file:///svnroot/simple-launcher/trunk@225 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoinitialize myValue for GConfBooleanOption and GConfIntegerOption as there are no...
mishas [Thu, 20 Sep 2007 13:33:19 +0000 (13:33 +0000)]
initialize myValue for GConfBooleanOption and GConfIntegerOption as there are no default constructors for them :)

git-svn-id: file:///svnroot/simple-launcher/trunk@224 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agochanged package section: user/home-applet --> user/accessories
mishas [Tue, 18 Sep 2007 18:50:13 +0000 (18:50 +0000)]
changed package section: user/home-applet --> user/accessories

git-svn-id: file:///svnroot/simple-launcher/trunk@222 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agofinalized debian/changelog before releasing 0.9.5
mishas [Tue, 18 Sep 2007 11:27:47 +0000 (11:27 +0000)]
finalized debian/changelog before releasing 0.9.5

git-svn-id: file:///svnroot/simple-launcher/trunk@218 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agofixed the second use of the configuration file
mishas [Fri, 7 Sep 2007 15:04:35 +0000 (15:04 +0000)]
fixed the second use of the configuration file

git-svn-id: file:///svnroot/simple-launcher/trunk@217 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agodo not use hard-coded configuration file name; use g_get_home_dir instead
mishas [Wed, 5 Sep 2007 14:36:39 +0000 (14:36 +0000)]
do not use hard-coded configuration file name; use g_get_home_dir instead

git-svn-id: file:///svnroot/simple-launcher/trunk@216 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoupdated todo: removed done items; added notes about possible special buttons
mishas [Thu, 7 Jun 2007 06:57:00 +0000 (06:57 +0000)]
updated todo: removed done items; added notes about possible special buttons

git-svn-id: file:///svnroot/simple-launcher/trunk@215 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded Marko's patch to show banner when application is started
mishas [Thu, 24 May 2007 20:56:03 +0000 (20:56 +0000)]
added Marko's patch to show banner when application is started

git-svn-id: file:///svnroot/simple-launcher/trunk@214 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agofinalized debian/changelog for 0.9.4 version: removed extra items
mishas [Tue, 15 May 2007 18:09:29 +0000 (18:09 +0000)]
finalized debian/changelog for 0.9.4 version: removed extra items

git-svn-id: file:///svnroot/simple-launcher/trunk@209 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded one more size -- 54; renamed the sizes to XS, S, M, L, XL
mishas [Tue, 15 May 2007 13:23:19 +0000 (13:23 +0000)]
added one more size -- 54; renamed the sizes to XS, S, M, L, XL

git-svn-id: file:///svnroot/simple-launcher/trunk@208 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoincreased spacing between icons to 2
mishas [Fri, 11 May 2007 15:17:56 +0000 (15:17 +0000)]
increased spacing between icons to 2

git-svn-id: file:///svnroot/simple-launcher/trunk@207 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded icon scaling for icons that are bigger than requested
mishas [Fri, 11 May 2007 14:52:59 +0000 (14:52 +0000)]
added icon scaling for icons that are bigger than requested

git-svn-id: file:///svnroot/simple-launcher/trunk@206 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoset active item if found in the list (updated debian/changelog)
mishas [Fri, 11 May 2007 13:24:54 +0000 (13:24 +0000)]
set active item if found in the list (updated debian/changelog)

git-svn-id: file:///svnroot/simple-launcher/trunk@205 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoset active item if found in the list
mishas [Fri, 11 May 2007 13:24:19 +0000 (13:24 +0000)]
set active item if found in the list

git-svn-id: file:///svnroot/simple-launcher/trunk@204 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agodo not remove test applications: they are removed in their Makefile
mishas [Thu, 10 May 2007 15:09:19 +0000 (15:09 +0000)]
do not remove test applications: they are removed in their Makefile

git-svn-id: file:///svnroot/simple-launcher/trunk@203 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agopreliminary steps for moving test applications in a separate directory (it does not...
mishas [Thu, 10 May 2007 15:08:09 +0000 (15:08 +0000)]
preliminary steps for moving test applications in a separate directory (it does not work now)

git-svn-id: file:///svnroot/simple-launcher/trunk@202 3ba93dab-e023-0410-b42a-de7732cf370a

16 years ago * implemented a different widget for selecting icon size (use combobox instead of...
mishas [Thu, 10 May 2007 15:01:24 +0000 (15:01 +0000)]
 * implemented a different widget for selecting icon size (use combobox instead of number entry field)
* implementation is somewhat hackish: probably it will need some review later
 * started to use the new widget
 * renamed the icon size, now they are "Small, Medium, Large, Extra Large"

git-svn-id: file:///svnroot/simple-launcher/trunk@201 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agostarted proper implementation of icon size selection: hackish and dirty at the moment
mishas [Mon, 30 Apr 2007 13:15:42 +0000 (13:15 +0000)]
started proper implementation of icon size selection: hackish and dirty at the moment

git-svn-id: file:///svnroot/simple-launcher/trunk@200 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agominor nitpick: use .assign method instead of operator=
mishas [Mon, 30 Apr 2007 12:37:11 +0000 (12:37 +0000)]
minor nitpick: use .assign method instead of operator=

git-svn-id: file:///svnroot/simple-launcher/trunk@199 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded forgotten copyright notice
mishas [Tue, 17 Apr 2007 16:24:59 +0000 (16:24 +0000)]
added forgotten copyright notice

git-svn-id: file:///svnroot/simple-launcher/trunk@198 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded two files with ideas about bright future
mishas [Tue, 17 Apr 2007 14:39:23 +0000 (14:39 +0000)]
added two files with ideas about bright future

git-svn-id: file:///svnroot/simple-launcher/trunk@197 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agochanged to the default: so it's the same as the previous built in value
mishas [Tue, 17 Apr 2007 09:49:12 +0000 (09:49 +0000)]
changed to the default: so it's the same as the previous built in value

git-svn-id: file:///svnroot/simple-launcher/trunk@196 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded two targets -- package and pclean -- to simplify the development process :)
mishas [Tue, 17 Apr 2007 08:30:46 +0000 (08:30 +0000)]
added two targets -- package and pclean -- to simplify the development process :)

git-svn-id: file:///svnroot/simple-launcher/trunk@195 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoupdate debian/changelog with recent the most important things
mishas [Tue, 17 Apr 2007 07:52:21 +0000 (07:52 +0000)]
update debian/changelog with recent the most important things

git-svn-id: file:///svnroot/simple-launcher/trunk@194 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agofixed typo: pifxbuf -> pixbuf
mishas [Tue, 17 Apr 2007 07:41:48 +0000 (07:41 +0000)]
fixed typo: pifxbuf -> pixbuf

git-svn-id: file:///svnroot/simple-launcher/trunk@193 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agogot rid of an extra method -- valid -- make use of checkSanity instead
mishas [Tue, 17 Apr 2007 07:40:54 +0000 (07:40 +0000)]
got rid of an extra method -- valid -- make use of checkSanity instead

git-svn-id: file:///svnroot/simple-launcher/trunk@192 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agomake a private copy of the icon obtained through gtk_icon_them_load_icon
mishas [Mon, 16 Apr 2007 19:09:47 +0000 (19:09 +0000)]
make a private copy of the icon obtained through gtk_icon_them_load_icon

git-svn-id: file:///svnroot/simple-launcher/trunk@191 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoremove temporarily the clean-up of newItems: might lead to problems with invalid...
mishas [Mon, 16 Apr 2007 18:47:59 +0000 (18:47 +0000)]
remove temporarily the clean-up of newItems: might lead to problems with invalid reads

git-svn-id: file:///svnroot/simple-launcher/trunk@190 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agowhen allocating an array delete it as array as well
mishas [Mon, 16 Apr 2007 11:29:58 +0000 (11:29 +0000)]
when allocating an array delete it as array as well

git-svn-id: file:///svnroot/simple-launcher/trunk@189 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agodo not destroy applet's widget: it's done by maemo-af-desktop
mishas [Sun, 15 Apr 2007 07:31:52 +0000 (07:31 +0000)]
do not destroy applet's widget: it's done by maemo-af-desktop

git-svn-id: file:///svnroot/simple-launcher/trunk@188 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agodestroyed a few data objects: reduce memory leaks for settings
mishas [Sat, 14 Apr 2007 20:35:59 +0000 (20:35 +0000)]
destroyed a few data objects: reduce memory leaks for settings

git-svn-id: file:///svnroot/simple-launcher/trunk@187 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoshow only 'valid' items in the list to choose from
mishas [Sat, 14 Apr 2007 20:29:22 +0000 (20:29 +0000)]
show only 'valid' items in the list to choose from

git-svn-id: file:///svnroot/simple-launcher/trunk@186 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agorenamed sla-list files to settings-page-items
mishas [Sat, 14 Apr 2007 17:13:38 +0000 (17:13 +0000)]
renamed sla-list files to settings-page-items

git-svn-id: file:///svnroot/simple-launcher/trunk@185 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agomajor refactoring of the settings dialog; SLAList class is renamed to SettingsPageWit...
mishas [Sat, 14 Apr 2007 17:06:51 +0000 (17:06 +0000)]
major refactoring of the settings dialog; SLAList class is renamed to SettingsPageWithItems (file names will follow)

git-svn-id: file:///svnroot/simple-launcher/trunk@184 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoforget canvas for a while (now it looks horrible)
mishas [Sat, 14 Apr 2007 16:34:18 +0000 (16:34 +0000)]
forget canvas for a while (now it looks horrible)

git-svn-id: file:///svnroot/simple-launcher/trunk@183 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agodo not specify the size for items list
mishas [Sat, 14 Apr 2007 16:19:15 +0000 (16:19 +0000)]
do not specify the size for items list

git-svn-id: file:///svnroot/simple-launcher/trunk@182 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoremoved building of a test application for target 'all'
mishas [Sat, 14 Apr 2007 13:58:53 +0000 (13:58 +0000)]
removed building of a test application for target 'all'

git-svn-id: file:///svnroot/simple-launcher/trunk@181 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded [empty] dialog-entry.cc; stubbed dialog-entry.h
mishas [Thu, 12 Apr 2007 20:17:09 +0000 (20:17 +0000)]
added [empty] dialog-entry.cc; stubbed dialog-entry.h

git-svn-id: file:///svnroot/simple-launcher/trunk@180 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadding the forgotten dialog-entry.h file
mishas [Thu, 12 Apr 2007 15:10:57 +0000 (15:10 +0000)]
adding the forgotten dialog-entry.h file

git-svn-id: file:///svnroot/simple-launcher/trunk@179 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agostarted a hackish implementation of settings dialog for real values
mishas [Thu, 12 Apr 2007 15:07:28 +0000 (15:07 +0000)]
started a hackish implementation of settings dialog for real values

git-svn-id: file:///svnroot/simple-launcher/trunk@178 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agofixed the revision; fixed the class name
mishas [Thu, 12 Apr 2007 12:55:45 +0000 (12:55 +0000)]
fixed the revision; fixed the class name

git-svn-id: file:///svnroot/simple-launcher/trunk@177 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded GConf*Options to SimpleLauncherApplet
mishas [Thu, 12 Apr 2007 12:55:04 +0000 (12:55 +0000)]
added GConf*Options to SimpleLauncherApplet

git-svn-id: file:///svnroot/simple-launcher/trunk@176 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agochanged the way how option kind is stored/obtained
mishas [Thu, 12 Apr 2007 11:09:37 +0000 (11:09 +0000)]
changed the way how option kind is stored/obtained

git-svn-id: file:///svnroot/simple-launcher/trunk@175 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded a really simple test case :)
mishas [Thu, 12 Apr 2007 10:45:48 +0000 (10:45 +0000)]
added a really simple test case :)

git-svn-id: file:///svnroot/simple-launcher/trunk@174 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoremoved implicit default values for GConf*Option
mishas [Thu, 12 Apr 2007 10:44:07 +0000 (10:44 +0000)]
removed implicit default values for GConf*Option

git-svn-id: file:///svnroot/simple-launcher/trunk@173 3ba93dab-e023-0410-b42a-de7732cf370a

17 years ago * renamed *Value classes to *Option (GConfStringValue, GConfBooleanValue, GConfInteg...
mishas [Thu, 12 Apr 2007 08:37:29 +0000 (08:37 +0000)]
 * renamed *Value classes to *Option (GConfStringValue, GConfBooleanValue, GConfIntegerValue)
 * added 'const' qualifier to members that hold default values

git-svn-id: file:///svnroot/simple-launcher/trunk@172 3ba93dab-e023-0410-b42a-de7732cf370a

17 years ago * GConfOption now knows what type it is
mishas [Thu, 12 Apr 2007 08:27:57 +0000 (08:27 +0000)]
 * GConfOption now knows what type it is
 * we do not need to pass it getGConfValue any more
 * we can use it later :))
 * implemented setGConfValue, getGConfValue, unsetGConfValue methods

git-svn-id: file:///svnroot/simple-launcher/trunk@171 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoremoved unnecessary (now) destructors for defined GConfOptions
mishas [Thu, 12 Apr 2007 07:16:53 +0000 (07:16 +0000)]
removed unnecessary (now) destructors for defined GConfOptions

git-svn-id: file:///svnroot/simple-launcher/trunk@170 3ba93dab-e023-0410-b42a-de7732cf370a

17 years ago * static method 'mergePath' is now normal method 'merge'
mishas [Thu, 12 Apr 2007 07:13:20 +0000 (07:13 +0000)]
 * static method 'mergePath' is now normal method 'merge'
 * added qualifier const the myKeyPath
 * implemented method 'merge'

git-svn-id: file:///svnroot/simple-launcher/trunk@169 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded a small todo for future
mishas [Thu, 12 Apr 2007 07:04:30 +0000 (07:04 +0000)]
added a small todo for future

git-svn-id: file:///svnroot/simple-launcher/trunk@168 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agorenamed validateClient to allocateClient to reflect the nature of the method
mishas [Thu, 12 Apr 2007 06:59:10 +0000 (06:59 +0000)]
renamed validateClient to allocateClient to reflect the nature of the method

git-svn-id: file:///svnroot/simple-launcher/trunk@167 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded a test application for gconf wrapper
mishas [Thu, 12 Apr 2007 06:51:09 +0000 (06:51 +0000)]
added a test application for gconf wrapper

git-svn-id: file:///svnroot/simple-launcher/trunk@166 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agorewrote gconf wrappers (still work in progress and they are not tried yet)
mishas [Thu, 12 Apr 2007 04:10:13 +0000 (04:10 +0000)]
rewrote gconf wrappers (still work in progress and they are not tried yet)

git-svn-id: file:///svnroot/simple-launcher/trunk@165 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded a configurable canvas around button icons
mishas [Wed, 11 Apr 2007 16:43:33 +0000 (16:43 +0000)]
added a configurable canvas around button icons

git-svn-id: file:///svnroot/simple-launcher/trunk@164 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agofix two potential memory leaks
mishas [Tue, 10 Apr 2007 21:52:00 +0000 (21:52 +0000)]
fix two potential memory leaks

git-svn-id: file:///svnroot/simple-launcher/trunk@163 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agomake transparent background to be default for now
mishas [Tue, 10 Apr 2007 19:03:21 +0000 (19:03 +0000)]
make transparent background to be default for now

git-svn-id: file:///svnroot/simple-launcher/trunk@162 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agovisualize the notebook before setting the right page
mishas [Tue, 10 Apr 2007 19:02:58 +0000 (19:02 +0000)]
visualize the notebook before setting the right page

git-svn-id: file:///svnroot/simple-launcher/trunk@161 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoslightly increased the size of the settings dialog 324 vs 257
mishas [Tue, 10 Apr 2007 18:28:12 +0000 (18:28 +0000)]
slightly increased the size of the settings dialog 324 vs 257

git-svn-id: file:///svnroot/simple-launcher/trunk@160 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded dummy checkboxes on UI settings page; added UI page to the set of tabs
mishas [Tue, 10 Apr 2007 17:12:04 +0000 (17:12 +0000)]
added dummy checkboxes on UI settings page; added UI page to the set of tabs

git-svn-id: file:///svnroot/simple-launcher/trunk@157 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoreflected some last important changes in debian/changelog
mishas [Tue, 10 Apr 2007 15:06:10 +0000 (15:06 +0000)]
reflected some last important changes in debian/changelog

git-svn-id: file:///svnroot/simple-launcher/trunk@156 3ba93dab-e023-0410-b42a-de7732cf370a

17 years ago * added myIconSize variable for SimpleLauncherApplet (will be configurable in future)
mishas [Tue, 10 Apr 2007 14:38:03 +0000 (14:38 +0000)]
 * added myIconSize variable for SimpleLauncherApplet (will be configurable in future)
 * made the icon size for SettingsDialog different from SimpleLauncherApplet uses
 * hardcoded the size for icons used in SettingsDialog

git-svn-id: file:///svnroot/simple-launcher/trunk@155 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoupdated the status of the transparency item
mishas [Tue, 10 Apr 2007 11:54:52 +0000 (11:54 +0000)]
updated the status of the transparency item

git-svn-id: file:///svnroot/simple-launcher/trunk@154 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agomake the transparency related code a bit more explicit
mishas [Tue, 10 Apr 2007 11:47:14 +0000 (11:47 +0000)]
make the transparency related code a bit more explicit

git-svn-id: file:///svnroot/simple-launcher/trunk@153 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agotemporarily disable gconf in simple launcher; try to use bigger icons (48 instead...
mishas [Thu, 5 Apr 2007 05:00:03 +0000 (05:00 +0000)]
temporarily disable gconf in simple launcher; try to use bigger icons (48 instead of 26)

git-svn-id: file:///svnroot/simple-launcher/trunk@152 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agopreliminary code to use gconf with the applet
mishas [Wed, 4 Apr 2007 14:54:31 +0000 (14:54 +0000)]
preliminary code to use gconf with the applet

git-svn-id: file:///svnroot/simple-launcher/trunk@151 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agomade the gconf wrapper more useful; properly added it to the project
mishas [Wed, 4 Apr 2007 14:54:01 +0000 (14:54 +0000)]
made the gconf wrapper more useful; properly added it to the project

git-svn-id: file:///svnroot/simple-launcher/trunk@150 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadd gconf wrapper: way to work with configuration parameters
mishas [Wed, 4 Apr 2007 07:53:14 +0000 (07:53 +0000)]
add gconf wrapper: way to work with configuration parameters

git-svn-id: file:///svnroot/simple-launcher/trunk@149 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoMajor changes:
mishas [Wed, 4 Apr 2007 07:36:38 +0000 (07:36 +0000)]
Major changes:
* buttons are replaced with event boxes

Minor changes:
* all action areas should have same size

git-svn-id: file:///svnroot/simple-launcher/trunk@148 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agodocumented the changes so far
mishas [Wed, 4 Apr 2007 03:36:02 +0000 (03:36 +0000)]
documented the changes so far

git-svn-id: file:///svnroot/simple-launcher/trunk@147 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agomade the main widget transparency-capable
mishas [Wed, 4 Apr 2007 03:35:47 +0000 (03:35 +0000)]
made the main widget transparency-capable

git-svn-id: file:///svnroot/simple-launcher/trunk@146 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoupdated text for stubs in the dialog
mishas [Wed, 4 Apr 2007 03:35:18 +0000 (03:35 +0000)]
updated text for stubs in the dialog

git-svn-id: file:///svnroot/simple-launcher/trunk@145 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoa bit of re-formatting: tabs to spaces
mishas [Tue, 3 Apr 2007 15:50:37 +0000 (15:50 +0000)]
a bit of re-formatting: tabs to spaces

git-svn-id: file:///svnroot/simple-launcher/trunk@144 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agodo show all widgets in dialog before running it
mishas [Tue, 3 Apr 2007 15:49:04 +0000 (15:49 +0000)]
do show all widgets in dialog before running it

git-svn-id: file:///svnroot/simple-launcher/trunk@143 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agotry to use hbox instead of toolbar
mishas [Tue, 3 Apr 2007 08:12:29 +0000 (08:12 +0000)]
try to use hbox instead of toolbar

git-svn-id: file:///svnroot/simple-launcher/trunk@142 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agodisable UI settings page creation for now
mishas [Tue, 3 Apr 2007 07:52:57 +0000 (07:52 +0000)]
disable UI settings page creation for now

git-svn-id: file:///svnroot/simple-launcher/trunk@141 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded some ugly stubs for settings dialogs
mishas [Tue, 3 Apr 2007 07:51:52 +0000 (07:51 +0000)]
added some ugly stubs for settings dialogs

git-svn-id: file:///svnroot/simple-launcher/trunk@140 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agosettings dialog now should provide the same functionality as the old dialog, but...
mishas [Tue, 3 Apr 2007 04:16:35 +0000 (04:16 +0000)]
settings dialog now should provide the same functionality as the old dialog, but in a new way

git-svn-id: file:///svnroot/simple-launcher/trunk@139 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoSettings dialog implementaton moved into a separate class: this way it
mishas [Mon, 2 Apr 2007 16:01:09 +0000 (16:01 +0000)]
Settings dialog implementaton moved into a separate class: this way it
should be possible to implement better settings dialog without making main
code look too heavy or something.

git-svn-id: file:///svnroot/simple-launcher/trunk@138 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agomake use of the mnemonic constants even for storing iitems :)
mishas [Mon, 2 Apr 2007 15:48:37 +0000 (15:48 +0000)]
make use of the mnemonic constants even for storing iitems :)

git-svn-id: file:///svnroot/simple-launcher/trunk@137 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agofix a small memory leak in case user cancels the selection after new items appeared...
mishas [Mon, 2 Apr 2007 15:45:12 +0000 (15:45 +0000)]
fix a small memory leak in case user cancels the selection after new items appeared for her

git-svn-id: file:///svnroot/simple-launcher/trunk@136 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded stub for settings dialog
mishas [Mon, 2 Apr 2007 15:42:56 +0000 (15:42 +0000)]
added stub for settings dialog

git-svn-id: file:///svnroot/simple-launcher/trunk@135 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agore-formatted TODO; put some ideas about when I am goinna do what...
mishas [Fri, 30 Mar 2007 10:50:05 +0000 (10:50 +0000)]
re-formatted TODO; put some ideas about when I am goinna do what...

git-svn-id: file:///svnroot/simple-launcher/trunk@134 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoremove '@' in front of the command; do create backup configuration directory
mishas [Wed, 28 Mar 2007 10:02:44 +0000 (10:02 +0000)]
remove '@' in front of the command; do create backup configuration directory

git-svn-id: file:///svnroot/simple-launcher/trunk@130 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded todo: configurable icons
mishas [Sun, 25 Mar 2007 09:04:35 +0000 (09:04 +0000)]
added todo: configurable icons

git-svn-id: file:///svnroot/simple-launcher/trunk@129 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded todo: control panel applets
mishas [Sun, 25 Mar 2007 08:59:08 +0000 (08:59 +0000)]
added todo: control panel applets

git-svn-id: file:///svnroot/simple-launcher/trunk@128 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoenable activation of applications that do not have d-bus service
mishas [Sat, 24 Mar 2007 19:38:47 +0000 (19:38 +0000)]
enable activation of applications that do not have d-bus service

git-svn-id: file:///svnroot/simple-launcher/trunk@126 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded new todo: starting CLI apps
mishas [Sat, 24 Mar 2007 12:10:17 +0000 (12:10 +0000)]
added new todo: starting CLI apps

git-svn-id: file:///svnroot/simple-launcher/trunk@125 3ba93dab-e023-0410-b42a-de7732cf370a

17 years agoadded backup facility
mishas [Sat, 24 Mar 2007 10:35:26 +0000 (10:35 +0000)]
added backup facility

git-svn-id: file:///svnroot/simple-launcher/trunk@124 3ba93dab-e023-0410-b42a-de7732cf370a