aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import upstream version 0.3.19Ted Gould2011-02-1719-18/+197
|\
| * 0.3.190.3.19Ted Gould2011-02-171-2/+2
| |
| * 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
| |
| * Merging support for having an accessible descriptionTed Gould2011-02-165-0/+59
| |\
| | * accessible_name -> accessible_desc in tests as wellLuke Yelavich2011-02-083-6/+6
| | |
| | * * accessible_name -> accessible_desc to better reflect the use of the content.Luke Yelavich2011-02-082-11/+35
| | | | | | | | | | | | | | | | | | * Add accessible-desc-update signal so that indicators can tell indicator-applet/unity that the accessible description has changed
| | * use const gchar for variable and prototypeLuke Yelavich2011-02-014-5/+5
| | |
| | * Merge from trunkLuke Yelavich2011-02-014-6/+30
| | |\
| | * | Add accessible_name variable in indicator entry structureLuke Yelavich2011-01-185-0/+35
| | | |
| * | | Fixing makefile to include all the necissary files in distTed Gould2011-02-161-1/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Adding the service.in files as wellTed Gould2011-02-151-1/+4
| | | |
| | * | Add session.conf.in to distSebastien Bacher2011-02-151-1/+3
| |/ /
* | | Import upstream version 0.3.18Ted Gould2011-01-279-20/+116
|\| |
| * | 0.3.180.3.18Ted Gould2011-01-271-2/+2
| | |
| * | Adding a signal for scrolling that includes the entryTed Gould2011-01-273-4/+28
| |\ \ | | |/ | |/|
| | * Removed typo in code.Marco Trevisan (Treviño)2011-01-271-1/+1
| | | | | | | | | | | | Pasted a more SCROLL value :P
| | * Added support for "signal-entry" signalMarco Trevisan (Treviño)2011-01-273-5/+29
| |/ | | | | | | | | | | | | | | libindicator support the new "scroll-entry" signal (which get called using the target entry as parameter too) I think that maybe we could simply rewrite the "scroll" signal, but I kept it there for compatibility reasons; however, actually just the indicator-sound should be fixed in case of switch...
* | Import upstream version 0.3.17Ted Gould2011-01-146-25/+70
|\|
| * 0.3.170.3.17Ted Gould2011-01-141-2/+2
| |
| * Use dbus name watches instead of g-owner-change signal for watching for ↵Ted Gould2011-01-132-11/+36
| |\ | | | | | | | | | restarts.
| | * use actual DBus NameOwnerChanged interface rather than GDBus's higher level ↵Michael Terry2011-01-131-9/+34
| | | | | | | | | | | | signal because that one only works for well-known names
| | * fix basename issue when make is given full pathMichael Terry2011-01-131-2/+2
| | |
* | | Import upstream version 0.3.16Ted Gould2011-01-1322-392/+876
|\| |
| * | 0.3.160.3.16Ted Gould2011-01-131-3/+2
| |/
| * 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
| | |
| * | Porting to GDBusTed Gould2011-01-105-277/+373
| |\ \
| | * | Using the GCancellable to detect if we're already creating a proxy so that ↵Ted Gould2011-01-091-6/+21
| | | | | | | | | | | | | | | | we don't do it twice.
| | * | 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
| | | | | | | | | | | | | | | | crashes.
| | * | Adding in the ability to cancel the connection on short lived objects.Ted Gould2011-01-091-2/+18
| | | |
| | * | Removing a test that is broken at a lower levelTed Gould2011-01-071-0/+1
| | |\ \
| | * \ \ Getting test suite build fixesTed Gould2011-01-071-11/+22
| | |\ \ \
| | * \ \ \ Syncing up to trunkTed Gould2011-01-076-6/+69
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | 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
| | | | | |
| | * | | | Ignoring the new filesTed Gould2011-01-071-0/+3
| | | | | |
| | * | | | 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
| | | | | |