aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Ops, readded the label :PAndrea Cimitan2010-07-291-0/+6
|
* Added rounded rectangles on the rightAndrea Cimitan2010-07-291-89/+22
|
* Fixed position of sub menu indicators (the one with the counter on the right)Andrea Cimitan2010-07-221-7/+5
|
* Added triangles on the left and new label design on the right.Andrea Cimitan2010-07-221-17/+159
| | | | | We still need to align not-active services but I don't have any clue on how to do this
* Allocate memory for hash table items (LP: #533021)Kees Cook2010-04-281-2/+2
|
* Check for whether a desktop file is eclipsed when loaded.Ted Gould2010-04-171-0/+8
|\
| * When adding a desktop file look through teh applications we have to check ↵Ted Gould2010-04-161-0/+8
| | | | | | | | for eclipsing
* | Forgot to pass the object here.Ted Gould2010-04-161-1/+1
| |
* | Handling the remove and add in separate functions.Ted Gould2010-04-161-49/+17
| |
* | Changing the changed signal to be added/removed so that we can make things ↵Ted Gould2010-04-162-20/+24
| | | | | | | | even more fun.
* | Minor refactoring to make the logic clearerTed Gould2010-04-151-3/+7
| |
* | Some debug messages when removing shortcutsTed Gould2010-04-151-0/+3
| |
* | It's possible the newroot could be NULL, and that's okay.Ted Gould2010-04-151-16/+19
| |
* | Negative debuggingTed Gould2010-04-151-0/+4
| |
* | Some debugging messagesTed Gould2010-04-151-0/+3
| |
* | Deleteing shortcuts on update if they need to beTed Gould2010-04-151-0/+6
| |
* | Killing hte launcher shortcuts on exit as well.Ted Gould2010-04-151-0/+8
| |
* | Removing the shortcuts when removing the application entry.Ted Gould2010-04-151-2/+10
|/
* We only want to increment the position if we didn't find an entryTed Gould2010-03-311-2/+3
|
* Dropping a useless warningTed Gould2010-03-311-2/+0
|
* Actually, more correctly, that should be a weak ref.Ted Gould2010-03-311-1/+1
|
* Fixing a mixed up signal name. Small memory leak.Ted Gould2010-03-311-1/+1
|
* Making application items default to invisible, and only become visible if ↵Ted Gould2010-03-301-1/+3
| | | | they get a valid desktop file.
* Ensuring that the visibility property is set on the application entries.Ted Gould2010-03-301-0/+2
|
* Make the visibility of indictor items and separators follow the visibility ↵Ted Gould2010-03-301-2/+16
| | | | of the application item.
* 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
| |