aboutsummaryrefslogtreecommitdiff
path: root/src/launcher-menu-item.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge launcher- and appmenuitemsLars Uebernickel2012-05-231-362/+0
|
* Remove the seen dbLars Uebernickel2012-05-181-18/+15
| | | | | | | It was only really used to figure out whether one of the default apps was ever running, so that "Set up..." or the app name and actions would be shown in the menu. Since there are no default apps anymore, this is not needed either.
* Remove default applicationsLars Uebernickel2012-05-181-33/+3
| | | | | | | | This gets rid of the "Set Up <app>" sections for Email, Chat, and Broadcast. Also, default apps don't get to override the icon and names anymore. Every app gets its real name and icon displayed. Overriding the icon with X-Ayatana-Messaging-Menu-Icon is still possible.
* Plug leak in launcher_menu_item_newDaniel d'Andrada2012-02-091-1/+4
| | | | | | Memory returned by indicator_desktop_shortcuts_nick_get_name has to be freed.
* move ICON_KEYTed Gould2011-04-061-2/+0
|
* Checking for the ayatana override in the keyfileTed Gould2011-04-061-5/+24
|
* Making it so that we store the keyfile as well. Sad we need to do this.Ted Gould2011-04-061-0/+9
|
* Make sure to set the type of the item before all the values.Ted Gould2011-02-231-0/+2
|
* adjusted position of the left icons and triangle overlayDavid Barth2010-08-261-0/+1
|
* Removing the blank menu itemsTed Gould2010-08-241-1/+0
|
* Tracking which applications we've seen before.Ted Gould2010-03-251-13/+41
|\
| * When we're being reshown eval the labelTed Gould2010-03-241-0/+18
| |
| * Only build shortcuts if we've been seen before.Ted Gould2010-03-241-11/+13
| |
| * Checking to see if we've seen the application before choosing whether we ↵Ted Gould2010-03-241-1/+9
| | | | | | | | have the name or the setup string.
* | Making sure command items are using blanksTed Gould2010-03-241-0/+1
|/
* Grab translation for default name.Ted Gould2010-03-171-1/+1
|
* Making it so that if the app is default, it uses a generic icon.Ted Gould2010-03-041-1/+6
|
* Checking to see if we have a default name.Ted Gould2010-03-041-1/+9
|
* Changing the applications to have icons.Ted Gould2010-02-181-3/+18
|\
| * Switch to having a launcher be a standard item with an icon.Ted Gould2010-02-171-3/+18
| |
* | Explicitly setting the visible property so we call pull it later.Ted Gould2010-02-171-0/+1
| |
* | Fleshing out the get_items functionTed Gould2010-02-171-1/+6
| |
* | Applying the eclipsed value to the shortcuts that are associted with this ↵Ted Gould2010-02-171-0/+19
| | | | | | | | launcher.
* | Making visible use boolean properties.Ted Gould2010-02-171-10/+4
| |
* | Responding to clicking on the shortcutsTed Gould2010-02-171-1/+17
| |
* | Build us some shortcut menuitemsTed Gould2010-02-171-0/+26
| |
* | Adding in shortcuts and ids private variables. Full lifecycle.Ted Gould2010-02-171-6/+30
| |
* | Adding a function to get the items that are in the desktop file.Ted Gould2010-02-171-0/+6
|/
* Fixing one more timestampTed Gould2010-02-041-2/+2
|
* Switching type to use the #defineTed Gould2009-12-181-1/+1
|
* 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