aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import upstream version 0.3.13Ted Gould2010-09-158-36/+112
|\
| * 0.3.130.3.13Ted Gould2010-09-151-2/+2
| * Printout on menu showing in the loaderTed Gould2010-09-151-0/+8
| |\
| | * Putting a printout in for showing menus.Ted Gould2010-09-151-0/+8
| |/
| * Adding a menu_show signalTed Gould2010-09-143-24/+45
| |\
| | * Adding in the signal for the menu showingTed Gould2010-09-142-17/+37
| | * Forgot the signal nameTed Gould2010-09-141-0/+2
| | * Adding slot for the menu show signalTed Gould2010-09-141-7/+6
| |/
* | Import upstream version 0.3.12Ted Gould2010-08-184-27/+87
|\|
| * 0.3.120.3.12Ted Gould2010-08-181-2/+2
| * Fixing a g_error so we don't kill unityTed Gould2010-08-181-1/+3
| |\
| | * Changing the message to a warning and clearing the GtkImage.Ted Gould2010-08-161-1/+3
| |/
| * Adding debug flagTed Gould2010-08-131-0/+16
| |\
| | * Add an --enable-debug flag to configure script that forces a -g to gccMikkel Kamstrup Erlandsen2010-08-131-0/+16
| |/
* | Import upstream version 0.3.11Ted Gould2010-08-1210-352/+393
|\|
| * 0.3.110.3.11Ted Gould2010-08-121-2/+2
| * Allowing for absolute file names for icons.Ted Gould2010-08-121-11/+23
| |\
| | * Added absolute filename fixesKarl2010-08-091-12/+22
| |/
* | Import upstream version 0.3.10Ted Gould2010-07-1518-8069/+8383
|\|
| * 0.3.100.3.10Ted Gould2010-07-151-2/+2
| * Adding a configurable timeout by environment variable.Ted Gould2010-07-131-2/+15
| |\
| | * Adding a new variable to adjust the time of the kill switch.Ted Gould2010-07-121-2/+15
| |/
| * Fixing unwatching lookups.Ted Gould2010-07-097-3/+272
| |\
| | * We want the key not the value.Ted Gould2010-07-091-3/+14
| | * Taking it to the next level with impoliteness.Ted Gould2010-07-093-2/+78
| | |\
| | | * Lots of impoliteness to make sure.Ted Gould2010-07-091-1/+1
| | | * Adding an impolite manager.Ted Gould2010-07-093-2/+78
| | * | BugTed Gould2010-07-090-0/+0
| | * | Adding in the unwatching testTed Gould2010-07-094-0/+154
| | |\|
| | | * A couple debug messages to make the test easier to read the output from.Ted Gould2010-07-092-0/+3
| | | * Up to 5 watchers.Ted Gould2010-07-091-1/+1
| | | * Longer timeoutTed Gould2010-07-091-1/+1
| | | * Okay, we need our own service too. Bah.Ted Gould2010-07-093-2/+64
| | | * Delaying the watchers to ensure that we don't dbus activate, and removing the...Ted Gould2010-07-092-6/+15
| | | * Starting the service ourselves.Ted Gould2010-07-091-1/+1
| | | * Ignoring the new builds.Ted Gould2010-07-091-0/+2
| | | * Making a new managerTed Gould2010-07-092-2/+68
| | | * Start a multi watch testTed Gould2010-07-091-0/+12
| | |/ | |/|
| | * Uhg, wrong branchTed Gould2010-07-091-1/+16
| | |\
| | | * Stop asking for the name, instead let's find it on our own.Ted Gould2010-07-091-1/+13
| | | * A could of protections for the core.Ted Gould2010-07-091-0/+3
| | |/ | |/|
| | * Freeing the service.Ted Gould2010-07-091-1/+14
| |/
* | Import upstream version 0.3.9Ted Gould2010-07-0815-8048/+8191
|\|
| * 0.3.90.3.9Ted Gould2010-07-081-2/+2
| * Fixing signals so that our tests passTed Gould2010-07-081-0/+20
| |\
| | * Documenting the choices of not having a nice callback func.Ted Gould2010-07-081-0/+4
| | * Use the same function so we know everything is all right.Ted Gould2010-07-081-1/+1
| | * Unreffing the objects in dispose and ensuring we disconnect the signals first.Ted Gould2010-07-081-0/+15
| | * Disconnecting signal before removing from hashtable so we don't try twice.Ted Gould2010-07-081-0/+1
| |/
| * Shutdown services when watchers leave the bus.Ted Gould2010-07-081-27/+61
| |\