aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* releasing version 0.3.0~dev-0ubuntu1~ppa6~tl2Ted Gould2009-11-241-2/+2
|
* Adding support for remove.Ted Gould2009-11-242-0/+26
|\
| * Adding support for removing entriesTed Gould2009-11-241-0/+20
| |
* | releasing version 0.3.0~dev-0ubuntu1~ppa6~tl1Ted Gould2009-11-241-2/+2
| |
* | debian/control, debian/libindicator-tools: Adding in a newTed Gould2009-11-243-0/+10
| | | | | | | | package for the tools of libindicator.
* | Adding a new tool to load indicators from the command line.Ted Gould2009-11-244-1/+134
|\|
| * Stopping the app when the window closes.Ted Gould2009-11-241-0/+9
| |
| * Grabbing the entry added function as well, didn't realize how much it did :)Ted Gould2009-11-241-0/+20
| |
| * Showing the menubar and windowTed Gould2009-11-241-0/+3
| |
| * Adding a small little tool to load an indicator from the command line.Ted Gould2009-11-243-1/+96
| |
* | Merging in from Robert.Ted Gould2009-11-161-1/+1
|\ \
| * | Depend on libindicator0 to pull it in when libindicator-dev is a build-dep. Robert Collins2009-11-172-1/+8
| | |
* | | releasing version 0.3.0~dev-0ubuntu1~ppa5Ted Gould2009-11-161-2/+2
| | |
* | | debian/control: Adding a depend for the -dev package on theTed Gould2009-11-162-1/+9
|/ / | | | | | | base library to stop users from linking staticly.
* | ConfusedTed Gould2009-11-160-0/+0
| |
* | releasing version 0.3.0~dev-0ubuntu1~ppa4Ted Gould2009-11-161-1/+1
| |
* | releasing version 0.3.0~dev-0ubuntu1~ppa4Ted Gould2009-11-161-2/+2
| |
* | 64-bit fix for printf'sTed Gould2009-11-162-2/+8
|\|
| * 64-bit fix in that GTypes are not ints on 64-bitTed Gould2009-11-051-2/+2
| |
* | releasing version 0.3.0~dev-0ubuntu1~ppa3Ted Gould2009-11-051-2/+2
| |
* | debian/control: Adding build deps dbus-glib as well.Ted Gould2009-11-052-0/+7
| |
* | releasing version 0.3.0~dev-0ubuntu1~ppa2Ted Gould2009-11-051-2/+2
| |
* | debian/control: Adding build deps for the libraries we'reTed Gould2009-11-052-1/+11
| | | | | | | | using. Seems we should have done that earlier, eh?
* | releasing version 0.3.0~dev-0ubuntu1~ppa1Ted Gould2009-11-051-2/+2
| |
* | * Changing the object interface to allow for multiple itemsTed Gould2009-11-0515-168/+598
|\ \ | | | | | | | | | | | | | | | per module. * Changing debian/libindicator-dev.install for the adjusted include path.
| * | Sync with trunkTed Gould2009-11-050-0/+0
| |\|
| | * Changing the indicator-object API to support indicators that have multiple ↵Ted Gould2009-11-0513-167/+588
| | |\ | | | | | | | | | | | | entries, and are dynamic.
| * | | releasing version 0.3.0~dev-0ubuntu1~ppa1~multi1Ted Gould2009-11-041-2/+2
| | | |
| * | | Changing version.Ted Gould2009-11-041-0/+6
| | | |
| * | | releasing version 0.2.1-0ubuntu2~ppa2~multi1Ted Gould2009-11-041-2/+2
| | | |
| * | | Changing debian/libindicator-dev.install for the adjustedTed Gould2009-11-042-1/+3
| | | | | | | | | | | | | | | | include path.
| * | | Changing the object interface to allow for multiple itemsTed Gould2009-11-0414-167/+595
|/| | | | | |/ | |/| | | | per module.
| * | Changing the include directory as well.Ted Gould2009-11-042-2/+2
| | |
| * | Moving everything up to '3' as we're breaking everyone pretty bad at this point.Ted Gould2009-11-042-3/+3
| | |
| * | Updating to current trunk.Ted Gould2009-11-0416-8/+1197
| |\|
| * | Use close instead of unreffing.Ted Gould2009-11-041-2/+5
| | |
| * | Adding a simple indicator test that checks to make sure we can signal up the ↵Ted Gould2009-11-042-2/+39
| | | | | | | | | | | | stack.
| * | Building a dummy indicator that signals.Ted Gould2009-11-043-0/+132
| | |
| * | Using the proper define for the type.Ted Gould2009-11-041-2/+2
| | |
| * | Adding in some ID helpers.Ted Gould2009-11-031-2/+4
| | |
| * | Adding in some signals to make for some more fun.Ted Gould2009-11-032-0/+43
| | |
| * | Updating to current trunk.Ted Gould2009-11-031-1/+2
| |\ \
| * | | Changing the way the module is free'dTed Gould2009-11-031-6/+22
| | | |
| * | | Having the test expect an object, but fail when calling the functions.Ted Gould2009-11-031-1/+3
| | | |
| * | | Make the tester dynamically link the lib so that there's not two versions of ↵Ted Gould2009-11-031-1/+3
| | | | | | | | | | | | | | | | everything.
| * | | Linking the indicators with the libindicator library.Ted Gould2009-11-031-3/+9
| | | |
| * | | Switching to checking the entires list instead of individual functions.Ted Gould2009-11-031-3/+1
| | | |
| * | | Converting the dummy indicators over to the new API. They compile now.Ted Gould2009-11-033-9/+150
| | | |
| * | | TypoTed Gould2009-11-031-1/+1
| | | |
| * | | Creating the actual backing function for indicator_object_get_entries.Ted Gould2009-11-031-0/+26
| | | |