aboutsummaryrefslogtreecommitdiff
path: root/libindicator
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Use abs_srcdir to find template filesKen VanDine2010-11-241-2/+2
| | |
| * | Adding an important field to relate to when to show the indicator.Ted Gould2011-01-064-1/+54
| |\ \ | | |/ | |/|
| | * Adding a function to check whether we should show the indicator with priority.Ted Gould2011-01-042-0/+25
| | |
| | * Making it a real signal nowTed Gould2011-01-043-0/+22
| | |
| | * Adding a show now state to indicate priority.Ted Gould2011-01-041-0/+6
| |/
* | Switching to the session busTed Gould2011-01-071-1/+1
| |
* | Out of order parameters.Ted Gould2011-01-071-1/+1
| |
* | Adding in creating the interface info from the XML filesTed Gould2011-01-071-0/+23
| |
* | Replacing the service proxy with a brand new GDBus oneTed Gould2011-01-071-83/+105
| |
* | Removing the bus and dbus_proxy variables as we won't need them anymore.Ted Gould2011-01-071-33/+0
| |
* | Switching around headers to the new world orderTed Gould2011-01-071-1/+2
| |
* | Instead of setting up a proxy to watch the watcher we're setting up a bus ↵Ted Gould2011-01-071-45/+24
| | | | | | | | name watch on each one.
* | Little clean-ups the compiler found now that it's more happy.Ted Gould2011-01-071-2/+3
| |
* | Switch over to getting the GDBus bus instead of the dbus-glib oneTed Gould2011-01-071-32/+44
| |
* | Removing unused prototypesTed Gould2011-01-071-3/+0
| |
* | Fleshing out the bus_method_call functions and tying them into the ↵Ted Gould2011-01-071-20/+15
| | | | | | | | traditional start points from dbus.
* | Switching the way that we get a name on dbus and removing the dbus_proxy ↵Ted Gould2011-01-071-45/+40
| | | | | | | | which was used for this previously.
* | Setting up the VTableTed Gould2011-01-071-3/+20
| |
* | Switching the registration of the object over.Ted Gould2011-01-071-7/+17
| |
* | Parsing the XML file for the interface description on class initTed Gould2011-01-071-3/+26
| |
* | Removing the dbus-glib headersTed Gould2011-01-072-5/+0
| |
* | Changing the way the dbus xml is handled.Ted Gould2011-01-071-14/+12
|/
* Making sure to get both pc files in the tarballTed Gould2010-11-111-1/+2
|
* Putting the GTK3 indicators in a different directory.Ted Gould2010-11-111-1/+1
|
* Merging in trunk to solve conflictsTed Gould2010-11-117-77/+233
|\
| * Adding some version information so we don't need a conflictsTed Gould2010-09-171-0/+5
| |
| * Changing indicator directory to '4'Ted Gould2010-09-161-1/+1
| |
| * Fleshing out the entry activate functionTed Gould2010-09-161-1/+6
| |
| * Breaking the ABI and adding a subclassable function.Ted Gould2010-09-162-2/+11
| |
| * Adding a function to push activate back down.Ted Gould2010-09-162-0/+20
| |
| * 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
| |
| * Changing the message to a warning and clearing the GtkImage.Ted Gould2010-08-161-1/+3
| |
| * Allowing for absolute file names for icons.Ted Gould2010-08-121-11/+23
| |\
| | * Added absolute filename fixesKarl2010-08-091-12/+22
| |/
| * Adding a new variable to adjust the time of the kill switch.Ted Gould2010-07-121-2/+15
| |
| * We want the key not the value.Ted Gould2010-07-091-3/+14
| |
| * 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
| |
| * 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
| |\
| | * Creating a callback for the destory signal, but then moving the unwatch into ↵Ted Gould2010-07-061-8/+34
| | | | | | | | | | | | a core function so that we can call it.
| | * Actually creating a proxy to see if we can detect the watcher going away.Ted Gould2010-07-061-3/+13
| | |
| | * Making ths bus tracked in the private structureTed Gould2010-07-061-4/+6
| | |
| | * Switching the watchers data structure over to a hashtable.Ted Gould2010-07-061-17/+13
| | |
| * | Removing the style lookup that wasn't used.Ted Gould2010-07-061-12/+0
| |/