aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Build the separator after checking to see which entry to use. That way ↵Ted Gould2010-03-301-4/+4
| | | | we've always got one.
* Making it so that we don't build two icon_proxies ever.Ted Gould2010-03-301-20/+22
|
* Putting in a timeout to clear the icon if there were messages waiting when ↵Ted Gould2010-03-301-0/+22
| | | | we lost the service.
* Making the service into an indicator service.Ted Gould2010-03-291-15/+13
|
* Switching over to using an indicator service manager instead of setting up ↵Ted Gould2010-03-291-37/+27
| | | | the proxies by hand.
* Comments and formatting.Ted Gould2010-03-291-2/+21
|
* Tracking which applications we've seen before.Ted Gould2010-03-256-13/+257
|\
| * Fail if we have init called more than once. Merge comment.Ted Gould2010-03-251-3/+1
| |
| * Give us a minute before we write it out.Ted Gould2010-03-241-1/+1
| |
| * When we're being reshown eval the labelTed Gould2010-03-241-0/+18
| |
| * Ah, classic failureTed Gould2010-03-241-0/+1
| |
| * Make this easier to testTed Gould2010-03-241-1/+1
| |
| * Building us a file.Ted Gould2010-03-241-1/+54
| |
| * More commentsTed Gould2010-03-241-0/+6
| |
| * Copyright headers.Ted Gould2010-03-242-0/+41
| |
| * Some commentsTed Gould2010-03-241-0/+7
| |
| * Have a background process for writing out the seen DBTed Gould2010-03-241-0/+17
| |
| * Code to read in the keyfileTed Gould2010-03-241-0/+31
| |
| * Building a file name and checking if it exists.Ted Gould2010-03-241-0/+13
| |
| * 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.
| * Adding the new server to the seen database.Ted Gould2010-03-241-0/+3
| |
| * Building the seen db on initTed Gould2010-03-241-0/+3
| |
| * Changing to be more of a singleton type of thing. Really that makes more sense.Ted Gould2010-03-242-10/+13
| |
| * Making a basic interface for the seen database.Ted Gould2010-03-243-0/+40
| |
* | Adding in support for shifting over command itemsTed Gould2010-03-252-0/+3
|\ \
| * | Making sure command items are using blanksTed Gould2010-03-241-0/+1
| | |
| * | Set the blank icon on proxy objectsTed Gould2010-03-241-0/+2
| |/
* / Allow for applications icons to change incase we haven't gotten the property ↵Ted Gould2010-03-241-0/+15
|/ | | | yet.
* Removing app-gtk-menu-item as it really wasn't needed.Ted Gould2010-03-233-91/+0
|
* Looking for the right propertyTed Gould2010-03-231-1/+1
|
* Changing to use the new app typeTed Gould2010-03-231-4/+6
|
* Adds in an application menu item.Ted Gould2010-03-231-0/+65
|
* Replacing the count with the iconTed Gould2010-03-231-1/+1
|
* updating to trunkTed Gould2010-03-237-27/+187
|\
| * Make the avatar spacing same as the other icons in the menuTed Gould2010-03-181-6/+13
| |\
| | * Setting the minimum allocation for the image to be the menu icon size even ↵Ted Gould2010-03-171-2/+6
| | | | | | | | | | | | if there isn't any pixmap.
| | * Putting padding between the items to make them pretty like.Ted Gould2010-03-171-4/+7
| | |
| * | Switch to using the image helper and drop design team sizeTed Gould2010-03-171-7/+4
| |/
| * Grab translation for default name.Ted Gould2010-03-171-1/+1
| |
| * Handling bools by getting a value for indicators requesting attention.Ted Gould2010-03-121-6/+15
| |\
| | * Switching the attention callback to using a value so it can correctly handle ↵Ted Gould2010-03-121-6/+15
| | | | | | | | | | | | booleans.
| * | Changing from microblogging to broadcastTed Gould2010-03-121-3/+3
| |/
| * Using the default icon in the application indicator as well.Ted Gould2010-03-041-4/+9
| |
| * Making it so that if the app is default, it uses a generic icon.Ted Gould2010-03-041-1/+6
| |
| * Adding in an icon lookup to the default apps dbTed Gould2010-03-042-3/+15
| |
| * Checking the default name on application itemsTed Gould2010-03-041-2/+8
| |
| * Checking to see if we have a default name.Ted Gould2010-03-041-1/+9
| |
| * Keeping our desktop file paths safe.Ted Gould2010-03-042-5/+5
| |
| * Copyright headers.Ted Gould2010-03-042-0/+40
| |