aboutsummaryrefslogtreecommitdiff
path: root/src/launcher-menu-item.c
Commit message (Collapse)AuthorAgeFilesLines
* If we're not given a valid desktop file we should eclipse ourselves, and if ↵Ted Gould2009-09-231-0/+4
| | | | we're eclipsed, we should hide the separator as well.
* This stuff is crashing big time now. Not sure why it worked before, but not ↵Ted Gould2009-08-261-12/+1
| | | | going to look into it now.
* Use that handy get_description function that we just merged in. Heh, wonder ↵Ted Gould2009-08-261-1/+1
| | | | why we did that...
* Merging in the lift-and-separate branch to get the description function on ↵Ted Gould2009-08-261-0/+10
|\ | | | | | | there.
| * Adding a get_description functionTed Gould2009-08-261-0/+10
| |
* | Setting the type of the item and app nameTed Gould2009-08-261-1/+4
| |
* | Replacing the prop strings with definesTed Gould2009-08-261-3/+3
| |
* | show -> visibleTed Gould2009-08-261-2/+2
| |
* | Some debug messages and checking the list length, but most importantly, got ↵Ted Gould2009-08-261-1/+2
| | | | | | | | the show/eclipsed logic backwards.
* | Adding in teh ability to count the number of launchers that are visableTed Gould2009-08-261-0/+13
|/
* Should be in milliseconds not microTed Gould2009-08-201-1/+1
|
* Use a GDK app context. Not sure about the timestamp units though.Ted Gould2009-08-201-1/+13
|
* Big commit. Trying to check for eclipses, but first both objects needed to ↵Ted Gould2009-08-191-0/+17
| | | | track their desktop file paths. So I had to add that little nugget in as well.
* Adding an eclipsed function for the LMITed Gould2009-08-191-2/+14
|
* Adding in the activate logic so that the menu items actually launch the ↵Ted Gould2009-08-191-0/+18
| | | | application.
* Setting the label of the menu item.Ted Gould2009-08-191-0/+1
|
* Lots of debug, but also cleaning up the desktop file name path so it gets ↵Ted Gould2009-08-191-0/+3
| | | | properly into the constructor.
* Adding in a new menu-item type. One for launchers! Woo Hoo!Ted Gould2009-08-191-0/+133