Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Upstream Merge | Ted Gould | 2010-04-17 | 3 | -74/+93 |
|\ | | | | | | | | | | | | | * When loading desktop files check to see if they've already been eclipsed by an app. (LP: #549096) * Track better application shortcuts and ensure that they get removed when the application is. (LP: #539167) | ||||
| * | Check for whether a desktop file is eclipsed when loaded. | Ted Gould | 2010-04-17 | 1 | -0/+8 |
| |\ | |||||
| | * | When adding a desktop file look through teh applications we have to check ↵ | Ted Gould | 2010-04-16 | 1 | -0/+8 |
| | | | | | | | | | | | | for eclipsing | ||||
| * | | Forgot to pass the object here. | Ted Gould | 2010-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | Handling the remove and add in separate functions. | Ted Gould | 2010-04-16 | 1 | -49/+17 |
| | | | |||||
| * | | Changing the changed signal to be added/removed so that we can make things ↵ | Ted Gould | 2010-04-16 | 2 | -20/+24 |
| | | | | | | | | | | | | even more fun. | ||||
| * | | Minor refactoring to make the logic clearer | Ted Gould | 2010-04-15 | 1 | -3/+7 |
| | | | |||||
| * | | Some debug messages when removing shortcuts | Ted Gould | 2010-04-15 | 1 | -0/+3 |
| | | | |||||
| * | | It's possible the newroot could be NULL, and that's okay. | Ted Gould | 2010-04-15 | 1 | -16/+19 |
| | | | |||||
| * | | Negative debugging | Ted Gould | 2010-04-15 | 1 | -0/+4 |
| | | | |||||
| * | | Some debugging messages | Ted Gould | 2010-04-15 | 1 | -0/+3 |
| | | | |||||
| * | | Deleteing shortcuts on update if they need to be | Ted Gould | 2010-04-15 | 1 | -0/+6 |
| | | | |||||
| * | | Killing hte launcher shortcuts on exit as well. | Ted Gould | 2010-04-15 | 1 | -0/+8 |
| | | | |||||
| * | | Removing the shortcuts when removing the application entry. | Ted Gould | 2010-04-15 | 1 | -2/+10 |
| |/ | |||||
* | | Import upstream version 0.3.6 | Ted Gould | 2010-04-01 | 6 | -82/+1225 |
|\| | |||||
| * | We only want to increment the position if we didn't find an entry | Ted Gould | 2010-03-31 | 1 | -2/+3 |
| | | |||||
| * | Dropping a useless warning | Ted Gould | 2010-03-31 | 1 | -2/+0 |
| | | |||||
| * | Actually, more correctly, that should be a weak ref. | Ted Gould | 2010-03-31 | 1 | -1/+1 |
| | | |||||
| * | Fixing a mixed up signal name. Small memory leak. | Ted Gould | 2010-03-31 | 1 | -1/+1 |
| | | |||||
| * | Making application items default to invisible, and only become visible if ↵ | Ted Gould | 2010-03-30 | 1 | -1/+3 |
| | | | | | | | | they get a valid desktop file. | ||||
| * | Ensuring that the visibility property is set on the application entries. | Ted Gould | 2010-03-30 | 1 | -0/+2 |
| | | |||||
| * | Make the visibility of indictor items and separators follow the visibility ↵ | Ted Gould | 2010-03-30 | 1 | -2/+16 |
| | | | | | | | | of the application item. | ||||
| * | Build the separator after checking to see which entry to use. That way ↵ | Ted Gould | 2010-03-30 | 1 | -4/+4 |
| | | | | | | | | we've always got one. | ||||
| * | Making it so that we don't build two icon_proxies ever. | Ted Gould | 2010-03-30 | 1 | -20/+22 |
| | | |||||
| * | Putting in a timeout to clear the icon if there were messages waiting when ↵ | Ted Gould | 2010-03-30 | 1 | -0/+22 |
| | | | | | | | | we lost the service. | ||||
| * | Making the service into an indicator service. | Ted Gould | 2010-03-29 | 1 | -15/+13 |
| | | |||||
| * | Switching over to using an indicator service manager instead of setting up ↵ | Ted Gould | 2010-03-29 | 1 | -37/+27 |
| | | | | | | | | the proxies by hand. | ||||
| * | Comments and formatting. | Ted Gould | 2010-03-29 | 1 | -2/+21 |
|/ | |||||
* | Tracking which applications we've seen before. | Ted Gould | 2010-03-25 | 6 | -13/+257 |
|\ | |||||
| * | Fail if we have init called more than once. Merge comment. | Ted Gould | 2010-03-25 | 1 | -3/+1 |
| | | |||||
| * | Give us a minute before we write it out. | Ted Gould | 2010-03-24 | 1 | -1/+1 |
| | | |||||
| * | When we're being reshown eval the label | Ted Gould | 2010-03-24 | 1 | -0/+18 |
| | | |||||
| * | Ah, classic failure | Ted Gould | 2010-03-24 | 1 | -0/+1 |
| | | |||||
| * | Make this easier to test | Ted Gould | 2010-03-24 | 1 | -1/+1 |
| | | |||||
| * | Building us a file. | Ted Gould | 2010-03-24 | 1 | -1/+54 |
| | | |||||
| * | More comments | Ted Gould | 2010-03-24 | 1 | -0/+6 |
| | | |||||
| * | Copyright headers. | Ted Gould | 2010-03-24 | 2 | -0/+41 |
| | | |||||
| * | Some comments | Ted Gould | 2010-03-24 | 1 | -0/+7 |
| | | |||||
| * | Have a background process for writing out the seen DB | Ted Gould | 2010-03-24 | 1 | -0/+17 |
| | | |||||
| * | Code to read in the keyfile | Ted Gould | 2010-03-24 | 1 | -0/+31 |
| | | |||||
| * | Building a file name and checking if it exists. | Ted Gould | 2010-03-24 | 1 | -0/+13 |
| | | |||||
| * | 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. | ||||
| * | Adding the new server to the seen database. | Ted Gould | 2010-03-24 | 1 | -0/+3 |
| | | |||||
| * | Building the seen db on init | Ted Gould | 2010-03-24 | 1 | -0/+3 |
| | | |||||
| * | Changing to be more of a singleton type of thing. Really that makes more sense. | Ted Gould | 2010-03-24 | 2 | -10/+13 |
| | | |||||
| * | Making a basic interface for the seen database. | Ted Gould | 2010-03-24 | 3 | -0/+40 |
| | | |||||
* | | Adding in support for shifting over command items | Ted Gould | 2010-03-25 | 2 | -0/+3 |
|\ \ | |||||
| * | | Making sure command items are using blanks | Ted Gould | 2010-03-24 | 1 | -0/+1 |
| | | | |||||
| * | | Set the blank icon on proxy objects | Ted Gould | 2010-03-24 | 1 | -0/+2 |
| |/ |