simple-launcher
16 years agofind out and use parameters of libosso, not only dbus svn/new-items
mishas [Thu, 24 Jan 2008 07:53:43 +0000 (07:53 +0000)]
find out and use parameters of libosso, not only dbus

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@277 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded logging in two the most important places
mishas [Mon, 21 Jan 2008 16:25:49 +0000 (16:25 +0000)]
added logging in two the most important places

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@276 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded a simple logger (for debugging purposes)
mishas [Mon, 21 Jan 2008 16:14:35 +0000 (16:14 +0000)]
added a simple logger (for debugging purposes)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@275 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoupdated the copyright year
mishas [Mon, 21 Jan 2008 15:10:12 +0000 (15:10 +0000)]
updated the copyright year

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@274 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded "extern C" stuff to avoid C++ name mungling
mishas [Mon, 21 Jan 2008 14:59:57 +0000 (14:59 +0000)]
added "extern C" stuff to avoid C++ name mungling

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@273 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agochanged description to reflect the real names
mishas [Mon, 21 Jan 2008 11:38:58 +0000 (11:38 +0000)]
changed description to reflect the real names

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@272 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agodo add the generated widget to our applet:)
mishas [Sun, 20 Jan 2008 11:02:13 +0000 (11:02 +0000)]
do add the generated widget to our applet:)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@271 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded a few libraries to get proper dependencies. is it a good idea?
mishas [Sat, 19 Jan 2008 12:15:38 +0000 (12:15 +0000)]
added a few libraries to get proper dependencies.  is it a good idea?

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@270 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agomade the window always invisible for the item event_box
mishas [Sat, 19 Jan 2008 11:43:37 +0000 (11:43 +0000)]
made the window always invisible for the item event_box

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@269 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoenable folding
mishas [Sat, 19 Jan 2008 10:45:38 +0000 (10:45 +0000)]
enable folding

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@268 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoremoved some rally old leftovers
mishas [Sat, 19 Jan 2008 10:40:27 +0000 (10:40 +0000)]
removed some rally old leftovers

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@267 3ba93dab-e023-0410-b42a-de7732cf370a

16 years ago * removed all old plugin interface functions
mishas [Sat, 19 Jan 2008 10:36:22 +0000 (10:36 +0000)]
 * removed all old plugin interface functions
 * removed unnecessary SimpleLauncherApplet::saveState method

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@266 3ba93dab-e023-0410-b42a-de7732cf370a

16 years ago * added applet initialization into applet-wrapper
mishas [Sat, 19 Jan 2008 10:32:16 +0000 (10:32 +0000)]
 * added applet initialization into applet-wrapper
 * changed the prototype of doInit method (we do not need those parameters any more)
 * removed the code for the old plugin interface

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@265 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded an important vim comment
mishas [Sat, 19 Jan 2008 10:17:53 +0000 (10:17 +0000)]
added an important vim comment

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@264 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoproperly implemented sla_wrapper_settings
mishas [Sat, 19 Jan 2008 10:15:09 +0000 (10:15 +0000)]
properly implemented sla_wrapper_settings

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@263 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded const qualifier to getWidget
mishas [Sat, 19 Jan 2008 10:11:54 +0000 (10:11 +0000)]
added const qualifier to getWidget

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@262 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agofixed indentation (tabs to spaces)
mishas [Sat, 19 Jan 2008 10:11:29 +0000 (10:11 +0000)]
fixed indentation (tabs to spaces)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@261 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded signal processor
mishas [Fri, 18 Jan 2008 15:19:48 +0000 (15:19 +0000)]
added signal processor

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@260 3ba93dab-e023-0410-b42a-de7732cf370a

16 years ago * added myValidItems member to reflect the number of items to show :)
mishas [Thu, 17 Jan 2008 21:51:49 +0000 (21:51 +0000)]
 * added myValidItems member to reflect the number of items to show :)
 * implemented getWidth, getHeight, getBackgroundColour methods
 * re-wrote updateWidget method using newly created getWidth/getHeight

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@259 3ba93dab-e023-0410-b42a-de7732cf370a

16 years ago * a bit of re-factoring
mishas [Thu, 17 Jan 2008 20:36:59 +0000 (20:36 +0000)]
 * a bit of re-factoring
    * moved SimpleLauncherApplet class declaration into the header file
    * changed the constructor argument for SimpleLauncherApplet
 * finalized the code for wrapper
 * updated a few copyright years (for the files touched)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@258 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agosome code to actuall deal with transparency (this commit does not even build)
mishas [Tue, 13 Nov 2007 16:58:49 +0000 (16:58 +0000)]
some code to actuall deal with transparency (this commit does not even build)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@257 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agocosmetic changes: nothing important
mishas [Thu, 8 Nov 2007 17:15:07 +0000 (17:15 +0000)]
cosmetic changes: nothing important

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@256 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded applet-wrapper to the list of used sources
mishas [Thu, 8 Nov 2007 13:29:33 +0000 (13:29 +0000)]
added applet-wrapper to the list of used sources

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@255 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agomake commented out code a bit more correct :)
mishas [Thu, 8 Nov 2007 07:46:39 +0000 (07:46 +0000)]
make commented out code a bit more correct :)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@254 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoremove unneccesary alternative build dependency
mishas [Thu, 8 Nov 2007 07:34:19 +0000 (07:34 +0000)]
remove unneccesary alternative build dependency

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@253 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoput some methods toward proper wrapper
mishas [Wed, 7 Nov 2007 22:12:41 +0000 (22:12 +0000)]
put some methods toward proper wrapper

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@252 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded a header file for possible class definition extraction (bad move, though)
mishas [Wed, 7 Nov 2007 17:31:05 +0000 (17:31 +0000)]
added a header file for possible class definition extraction (bad move, though)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@251 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoremoved foreground/background stuff: it was not used and new way requires different...
mishas [Wed, 7 Nov 2007 17:30:32 +0000 (17:30 +0000)]
removed foreground/background stuff: it was not used and new way requires different ways

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@250 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoadded skeleton for the future gtype-based plugin
mishas [Wed, 7 Nov 2007 17:29:47 +0000 (17:29 +0000)]
added skeleton for the future gtype-based plugin

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@249 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agofix the widget name for hildon :)
mishas [Wed, 7 Nov 2007 17:28:16 +0000 (17:28 +0000)]
fix the widget name for hildon :)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@248 3ba93dab-e023-0410-b42a-de7732cf370a

16 years ago * detect proper parameters for libhildondesktop & hildon-1
mishas [Wed, 7 Nov 2007 17:14:14 +0000 (17:14 +0000)]
 * detect proper parameters for libhildondesktop & hildon-1
 * declare the build content separately (list of source files)

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@247 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoMerged revisions 240-245 via svnmerge from
mishas [Wed, 7 Nov 2007 13:09:33 +0000 (13:09 +0000)]
Merged revisions 240-245 via svnmerge from
https://garage.maemo.org/svn/simple-launcher/trunk

........
  r241 | mishas | 2007-10-29 17:28:36 +0200 (Mon, 29 Oct 2007) | 1 line

  setting padding to 0 (instead of 2)
........
  r242 | mishas | 2007-11-03 16:01:40 +0200 (Sat, 03 Nov 2007) | 1 line

  added one more TODO item
........
  r243 | mishas | 2007-11-05 12:38:38 +0200 (Mon, 05 Nov 2007) | 1 line

  mark one item as possibly done :)
........

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@246 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoInitialized merge tracking via "svnmerge" with revisions "1-239" from
mishas [Wed, 7 Nov 2007 13:07:26 +0000 (13:07 +0000)]
Initialized merge tracking via "svnmerge" with revisions "1-239" from
https://garage.maemo.org/svn/simple-launcher/trunk

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@245 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agoupdated TODO for this branch
mishas [Wed, 7 Nov 2007 13:06:35 +0000 (13:06 +0000)]
updated TODO for this branch

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@244 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agobranch for new kind of items/factories
mishas [Fri, 21 Sep 2007 18:07:14 +0000 (18:07 +0000)]
branch for new kind of items/factories

git-svn-id: file:///svnroot/simple-launcher/branches/new-items@240 3ba93dab-e023-0410-b42a-de7732cf370a

16 years agomake configuration file management as such
mishas [Fri, 21 Sep 2007 13:42:09 +0000 (13:42 +0000)]
make configuration file management as such

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

16 years agochanged defaults: non-transparent, iconsize = 48
mishas [Fri, 21 Sep 2007 13:13:02 +0000 (13:13 +0000)]
changed defaults: non-transparent, iconsize = 48

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

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