aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Upstream merge:Ted Gould2010-01-076-27/+348
|\ | | | | | | | | * Adding support for icons changing through the service and in the indicator.
| * Merging in the icon_path branch to start to handle conflicts from there.Ted Gould2010-01-079-6/+141
| |\
| * | A small refactoring of the code to get the position of an application.Ted Gould2010-01-071-36/+26
| | |
| * | Fleshing out the signal functions for updates. Some do more callbacks.Ted Gould2010-01-071-0/+105
| | |
| * | Moving the list of applications management into the state change function. ↵Ted Gould2010-01-071-25/+111
| | | | | | | | | | | | This makes it so that we can handle it appearing and disappearing all in one special place.
| * | Adding in a status variableTed Gould2010-01-071-0/+9
| | |
| * | Responding to the icon changed signal in the indicator.Ted Gould2010-01-071-0/+33
| | |
| * | Adding an icon_changed signal to the application storeTed Gould2010-01-074-0/+14
| | |
| * | Cleaning up signal handlers.Ted Gould2010-01-071-3/+32
| | |
| * | Setting up and connecting to the item signalsTed Gould2010-01-071-1/+44
| | |
| * | Previous commit was not meant to be pushed to trunkAurelien Gateau2009-12-235-18/+16
| | | | | | | | | | | | | | | Revert my mess
| * | Make it work on KDEAurelien Gateau2009-12-235-16/+18
| | |
* | | releasing version 0.0.6-0ubuntu1~ppa2~icon2ubuntu1Ted Gould2010-01-071-2/+2
| | |
* | | Debug messageTed Gould2010-01-072-0/+7
|\ \ \ | | |/ | |/|
| * | Adding a path based debug messageTed Gould2010-01-071-0/+1
| | |
* | | releasing version 0.0.6-0ubuntu1~ppa2~icon2Ted Gould2010-01-071-2/+2
| | |
* | | Fixing the signals.Ted Gould2010-01-073-2/+59
|\| |
| * | Forgot to adjust the parameter count.Ted Gould2010-01-071-1/+1
| | |
| * | Handle the case of no icon path more gracefully, by just passing along the ↵Ted Gould2010-01-061-1/+9
| | | | | | | | | | | | null string.
| * | Ignoring some of the generated filesTed Gould2010-01-061-0/+43
| | |
* | | releasing version 0.0.6-0ubuntu1~ppa2~icon1Ted Gould2009-12-201-2/+2
| | |
* | | Adding in icon path support.Ted Gould2009-12-2010-7/+93
|\| |
| * | Appending the new icon path to the theme search.Ted Gould2009-12-201-1/+6
| | |
| * | Adding the icon path to the app entry structTed Gould2009-12-201-0/+5
| | |
| * | Adding in the icon path to the list of parameters that are passed when we ↵Ted Gould2009-12-204-6/+11
| | | | | | | | | | | | have a new application.
| * | Adding new constructor to docs.Ted Gould2009-12-201-0/+1
| | |
| * | Forgot to get these from the private struct.Ted Gould2009-12-201-2/+2
| | |
| * | Making the icon-path property construct only and making a constructor to set it.Ted Gould2009-12-202-2/+36
| | |
| * | Adding the icon_path property to the code.Ted Gould2009-12-201-0/+28
| | |
| * | Adding of a new property, icon path, to store the path to the icons.Ted Gould2009-12-201-0/+1
| |/
| * Adding ChangeLog to tarballTed Gould2009-12-171-1/+2
| |\
| | * include ChangeLog in EXTRA_DISTKen VanDine2009-12-171-1/+2
| |/
* | releasing version 0.0.6-0ubuntu1~ppa1Ted Gould2009-12-171-2/+2
| |
* | * Upstream release 0.0.6Ted Gould2009-12-174-11/+13
|\| | | | | | | | | * Keeping a constant signature for the library instead of building it each time.
| * 0.0.60.0.6Ted Gould2009-12-171-2/+2
| |
| * Using a constant snk file instead of generating it each time.Ted Gould2009-12-173-9/+3
| |\
| | * use srcdir for the path to appindicator-sharp.snkKen VanDine2009-12-171-1/+1
| | |
| | * Don't create the signature during buildKen VanDine2009-12-173-10/+4
| | |
* | | releasing version 0.0.5-0ubuntu1~ppa1Ted Gould2009-12-171-2/+2
| | |
* | | * Upstream release 0.0.5Ted Gould2009-12-174-44/+37
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Include Python binding * Include Mono binding * Minor bug fixes * debian/control, debian/python-appindicator.install: Building a binary package for the python bindings. * debian/control: Adding python building build deps * debian/control, debian/libappindicator0-cil.install: Building a binary package for the Mono bindings. * debian/control: Adding Mono building build deps
| * | 0.0.50.0.5Ted Gould2009-12-171-2/+2
| | |
| * | Linking Mono bindings to versioned library and fixing the example with ↵Ken VanDine2009-12-172-4/+21
| |\| | | | | | | | | | licensing info and a menu.
| | * Added license/copyright to the example and un-commented out the code that ↵Ken VanDine2009-12-171-3/+20
| | | | | | | | | | | | adds the menu.
| | * link against the versioned libraryKen VanDine2009-12-171-1/+1
| |/
* | releasing version 0.0.4-0ubuntu3~ppa4Ted Gould2009-12-171-2/+2
| |
* | * Upstream updates:Ted Gould2009-12-172-1/+14
|\| | | | | | | * Fixing when menus are set twice. (LP: #497812)
| *-. Fix issue with setting a menu twice by only allocating one dbusmenu server.Ted Gould2009-12-171-1/+7
| |\ \
| | | * Initing 'menuservice' to NULLTed Gould2009-12-171-0/+1
| | | |
| | | * Only build a dbusmenu server if we don't have one.Ted Gould2009-12-171-1/+6
| | |/ | |/|
| | * Only create the dbusmenu server if it doesn't existCody Russell2009-12-171-1/+3
| |/