aboutsummaryrefslogtreecommitdiff
path: root/libindicator
Commit message (Expand)AuthorAgeFilesLines
* Import upstream version 0.3.19Ted Gould2011-02-176-4/+54
|\
| * Returning reserveds as we're breaking ABI anywayTed Gould2011-02-161-1/+12
| * Bumping the major version of the lib and the indicator directoryTed Gould2011-02-163-3/+3
| * * accessible_name -> accessible_desc to better reflect the use of the content.Luke Yelavich2011-02-082-11/+35
| * use const gchar for variable and prototypeLuke Yelavich2011-02-011-2/+2
| * Merge from trunkLuke Yelavich2011-02-013-4/+28
| |\
| * | Add accessible_name variable in indicator entry structureLuke Yelavich2011-01-182-0/+15
* | | Import upstream version 0.3.18Ted Gould2011-01-275-8/+79
|\ \ \ | | |/ | |/|
| * | Removed typo in code.Marco Trevisan (Treviño)2011-01-271-1/+1
| * | Added support for "signal-entry" signalMarco Trevisan (Treviño)2011-01-273-5/+29
| |/
* | Import upstream version 0.3.17Ted Gould2011-01-143-13/+38
|\|
| * use actual DBus NameOwnerChanged interface rather than GDBus's higher level s...Michael Terry2011-01-131-9/+34
| * fix basename issue when make is given full pathMichael Terry2011-01-131-2/+2
* | Import upstream version 0.3.16Ted Gould2011-01-1312-295/+557
|\|
| * Adding a signal for the menu being closed.Ted Gould2011-01-102-0/+26
| |\
| | * Fixing doc stringsTed Gould2011-01-101-2/+2
| | * Adding a virtual function for closing the menu and a wrapper for it.Ted Gould2011-01-092-0/+26
| * | Using the GCancellable to detect if we're already creating a proxy so that we...Ted Gould2011-01-091-6/+21
| * | Using variant_unref instead of object_unref as it's a variantTed Gould2011-01-091-1/+1
| * | Making getting the proxy and watching cancellable so that we don't get weird ...Ted Gould2011-01-091-2/+31
| * | Adding in the ability to cancel the connection on short lived objects.Ted Gould2011-01-091-2/+18
| * | Syncing up to trunkTed Gould2011-01-075-4/+57
| |\|
| | * fixed the includedirKen VanDine2011-01-061-1/+1
| | * Fixing build source path and build a GTK3 loaderTed Gould2011-01-061-2/+2
| | |\
| | | * 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 nam...Ted Gould2011-01-071-45/+24
| * | 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 traditiona...Ted Gould2011-01-071-20/+15
| * | Switching the way that we get a name on dbus and removing the dbus_proxy whic...Ted Gould2011-01-071-45/+40
| * | 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
| |/
* | Import upstream version 0.3.15Ted Gould2010-11-113-28/+183
|\|
| * 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
| |\