finalized implementation of createItem for ApplicationItemFactory
[simple-launcher] / launcher-item.cc
2007-05-11 mishasadded icon scaling for icons that are bigger than requested
2007-04-17 mishasfixed typo: pifxbuf -> pixbuf
2007-04-17 mishasgot rid of an extra method -- valid -- make use of...
2007-04-16 mishasmake a private copy of the icon obtained through gtk_ic...
2007-04-14 mishasshow only 'valid' items in the list to choose from
2007-03-24 mishasenable activation of applications that do not have...
2007-03-24 mishasshow default app icon if the icon is not specified...
2007-03-22 mishasfixed the name of the text domain to get translations...
2007-03-21 mishas * read text domain from the .desktop file (if available)
2007-03-14 mishasupdated the copyright year
2007-03-12 mishas * store the file name for later re-use
2007-03-11 mishasreplaced 0 with NULL where appropriate: shut the compil...
2006-12-23 mishascreate a wrapper over g_key_file
2006-12-23 mishasinitialize myEnabled with false
2006-12-21 mishas * created a wrapper over LauncherItem (helps to embrac...
2006-12-06 mishasoptimize a bit the code related to obtaining current...
2006-12-06 mishasfixed license text: it was rather strange
2006-12-06 mishasadded 'vim' footer to the source files
2006-12-06 mishasadded copyright/license block to all source files
2006-12-06 mishasuse .assign method of std::string
2006-12-04 mssadded method to activate corresponding application
2006-11-26 mssfinally started to use version control system