Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge launcher- and appmenuitems | Lars Uebernickel | 2012-05-23 | 1 | -362/+0 |
| | |||||
* | Remove the seen db | Lars Uebernickel | 2012-05-18 | 1 | -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 applications | Lars Uebernickel | 2012-05-18 | 1 | -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_new | Daniel d'Andrada | 2012-02-09 | 1 | -1/+4 |
| | | | | | | Memory returned by indicator_desktop_shortcuts_nick_get_name has to be freed. | ||||
* | move ICON_KEY | Ted Gould | 2011-04-06 | 1 | -2/+0 |
| | |||||
* | Checking for the ayatana override in the keyfile | Ted Gould | 2011-04-06 | 1 | -5/+24 |
| | |||||
* | Making it so that we store the keyfile as well. Sad we need to do this. | Ted Gould | 2011-04-06 | 1 | -0/+9 |
| | |||||
* | Make sure to set the type of the item before all the values. | Ted Gould | 2011-02-23 | 1 | -0/+2 |
| | |||||
* | adjusted position of the left icons and triangle overlay | David Barth | 2010-08-26 | 1 | -0/+1 |
| | |||||
* | Removing the blank menu items | Ted Gould | 2010-08-24 | 1 | -1/+0 |
| | |||||
* | Tracking which applications we've seen before. | Ted Gould | 2010-03-25 | 1 | -13/+41 |
|\ | |||||
| * | When we're being reshown eval the label | Ted Gould | 2010-03-24 | 1 | -0/+18 |
| | | |||||
| * | Only build shortcuts if we've been seen before. | Ted Gould | 2010-03-24 | 1 | -11/+13 |
| | | |||||
| * | Checking to see if we've seen the application before choosing whether we ↵ | Ted Gould | 2010-03-24 | 1 | -1/+9 |
| | | | | | | | | have the name or the setup string. | ||||
* | | Making sure command items are using blanks | Ted Gould | 2010-03-24 | 1 | -0/+1 |
|/ | |||||
* | Grab translation for default name. | Ted Gould | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Making it so that if the app is default, it uses a generic icon. | Ted Gould | 2010-03-04 | 1 | -1/+6 |
| | |||||
* | Checking to see if we have a default name. | Ted Gould | 2010-03-04 | 1 | -1/+9 |
| | |||||
* | Changing the applications to have icons. | Ted Gould | 2010-02-18 | 1 | -3/+18 |
|\ | |||||
| * | Switch to having a launcher be a standard item with an icon. | Ted Gould | 2010-02-17 | 1 | -3/+18 |
| | | |||||
* | | Explicitly setting the visible property so we call pull it later. | Ted Gould | 2010-02-17 | 1 | -0/+1 |
| | | |||||
* | | Fleshing out the get_items function | Ted Gould | 2010-02-17 | 1 | -1/+6 |
| | | |||||
* | | Applying the eclipsed value to the shortcuts that are associted with this ↵ | Ted Gould | 2010-02-17 | 1 | -0/+19 |
| | | | | | | | | launcher. | ||||
* | | Making visible use boolean properties. | Ted Gould | 2010-02-17 | 1 | -10/+4 |
| | | |||||
* | | Responding to clicking on the shortcuts | Ted Gould | 2010-02-17 | 1 | -1/+17 |
| | | |||||
* | | Build us some shortcut menuitems | Ted Gould | 2010-02-17 | 1 | -0/+26 |
| | | |||||
* | | Adding in shortcuts and ids private variables. Full lifecycle. | Ted Gould | 2010-02-17 | 1 | -6/+30 |
| | | |||||
* | | Adding a function to get the items that are in the desktop file. | Ted Gould | 2010-02-17 | 1 | -0/+6 |
|/ | |||||
* | Fixing one more timestamp | Ted Gould | 2010-02-04 | 1 | -2/+2 |
| | |||||
* | Switching type to use the #define | Ted Gould | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | If we're not given a valid desktop file we should eclipse ourselves, and if ↵ | Ted Gould | 2009-09-23 | 1 | -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 Gould | 2009-08-26 | 1 | -12/+1 |
| | | | | going to look into it now. | ||||
* | Use that handy get_description function that we just merged in. Heh, wonder ↵ | Ted Gould | 2009-08-26 | 1 | -1/+1 |
| | | | | why we did that... | ||||
* | Merging in the lift-and-separate branch to get the description function on ↵ | Ted Gould | 2009-08-26 | 1 | -0/+10 |
|\ | | | | | | | there. | ||||
| * | Adding a get_description function | Ted Gould | 2009-08-26 | 1 | -0/+10 |
| | | |||||
* | | Setting the type of the item and app name | Ted Gould | 2009-08-26 | 1 | -1/+4 |
| | | |||||
* | | Replacing the prop strings with defines | Ted Gould | 2009-08-26 | 1 | -3/+3 |
| | | |||||
* | | show -> visible | Ted Gould | 2009-08-26 | 1 | -2/+2 |
| | | |||||
* | | Some debug messages and checking the list length, but most importantly, got ↵ | Ted Gould | 2009-08-26 | 1 | -1/+2 |
| | | | | | | | | the show/eclipsed logic backwards. | ||||
* | | Adding in teh ability to count the number of launchers that are visable | Ted Gould | 2009-08-26 | 1 | -0/+13 |
|/ | |||||
* | Should be in milliseconds not micro | Ted Gould | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | Use a GDK app context. Not sure about the timestamp units though. | Ted Gould | 2009-08-20 | 1 | -1/+13 |
| | |||||
* | Big commit. Trying to check for eclipses, but first both objects needed to ↵ | Ted Gould | 2009-08-19 | 1 | -0/+17 |
| | | | | track their desktop file paths. So I had to add that little nugget in as well. | ||||
* | Adding an eclipsed function for the LMI | Ted Gould | 2009-08-19 | 1 | -2/+14 |
| | |||||
* | Adding in the activate logic so that the menu items actually launch the ↵ | Ted Gould | 2009-08-19 | 1 | -0/+18 |
| | | | | application. | ||||
* | Setting the label of the menu item. | Ted Gould | 2009-08-19 | 1 | -0/+1 |
| | |||||
* | Lots of debug, but also cleaning up the desktop file name path so it gets ↵ | Ted Gould | 2009-08-19 | 1 | -0/+3 |
| | | | | properly into the constructor. | ||||
* | Adding in a new menu-item type. One for launchers! Woo Hoo! | Ted Gould | 2009-08-19 | 1 | -0/+133 |