Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Upstream Merge: | Ted Gould | 2011-01-10 | 24 | -8363/+690 |
|\ | | | | | | | | | | | * GDBus Port * autogen.sh * debian/control: Migrating library versions from 1 to 2 | ||||
| * | releasing version 0.3.15-0ubuntu3~ppa2~gdbus1 | Ted Gould | 2011-01-09 | 1 | -2/+2 |
| | | |||||
| * | Reverting this change made by distro | Ted Gould | 2011-01-09 | 2 | -2/+2 |
| | | |||||
| * | Marshaller fixes | Ted Gould | 2011-01-09 | 2 | -0/+45 |
| | | |||||
| * | Might need these | Ted Gould | 2011-01-09 | 2 | -0/+24 |
| | | |||||
| * | debian/control: Migrating library versions from 1 to 2 | Ted Gould | 2011-01-09 | 4 | -7/+8 |
| | | |||||
| * | autogen.sh | Ted Gould | 2011-01-09 | 7 | -8065/+172 |
| | | |||||
| * | * Upstream Merge: | Ted Gould | 2011-01-09 | 12 | -293/+443 |
|/| | | | | | | | * GDBus Port | ||||
| * | Making getting the proxy and watching cancellable so that we don't get weird ↵ | Ted Gould | 2011-01-09 | 1 | -2/+31 |
| | | | | | | | | crashes. | ||||
| * | Adding in the ability to cancel the connection on short lived objects. | Ted Gould | 2011-01-09 | 1 | -2/+18 |
| | | |||||
| * | Removing a test that is broken at a lower level | Ted Gould | 2011-01-07 | 1 | -0/+1 |
| |\ | |||||
| | * | Disabling the launch test temporarily as it seems broken in GLib | Ted Gould | 2011-01-07 | 1 | -0/+1 |
| | | | |||||
| * | | Getting test suite build fixes | Ted Gould | 2011-01-07 | 1 | -11/+22 |
| |\| | |||||
| | * | Fixing the linking of the tests to the right libs | Ted Gould | 2011-01-07 | 1 | -11/+22 |
| | | | |||||
| * | | Syncing up to trunk | Ted Gould | 2011-01-07 | 6 | -6/+69 |
| |\ \ | |||||
| | * \ | Fixing the GTK3 include path. | Ted Gould | 2011-01-06 | 1 | -1/+1 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | fixed the includedir | Ken VanDine | 2011-01-06 | 1 | -1/+1 |
| | |/ | |||||
| | * | Fixing build source path and build a GTK3 loader | Ted Gould | 2011-01-06 | 2 | -4/+14 |
| | |\ | |||||
| | | * | Use abs_srcdir to find template files | Ken VanDine | 2010-11-24 | 1 | -2/+2 |
| | | | | |||||
| | | * | Build indicator-loader3 | Ken VanDine | 2010-11-24 | 1 | -2/+12 |
| | | | | |||||
| | * | | Adding an important field to relate to when to show the indicator. | Ted Gould | 2011-01-06 | 4 | -1/+54 |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Adding a function to check whether we should show the indicator with priority. | Ted Gould | 2011-01-04 | 2 | -0/+25 |
| | | | | |||||
| | | * | Making it a real signal now | Ted Gould | 2011-01-04 | 3 | -0/+22 |
| | | | | |||||
| | | * | Adding a show now state to indicate priority. | Ted Gould | 2011-01-04 | 1 | -0/+6 |
| | |/ | |||||
| * | | Switching to the session bus | Ted Gould | 2011-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | Out of order parameters. | Ted Gould | 2011-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | Adding in creating the interface info from the XML files | Ted Gould | 2011-01-07 | 1 | -0/+23 |
| | | | |||||
| * | | Replacing the service proxy with a brand new GDBus one | Ted Gould | 2011-01-07 | 1 | -83/+105 |
| | | | |||||
| * | | Ignoring the new files | Ted Gould | 2011-01-07 | 1 | -0/+3 |
| | | | |||||
| * | | Removing the bus and dbus_proxy variables as we won't need them anymore. | Ted Gould | 2011-01-07 | 1 | -33/+0 |
| | | | |||||
| * | | Switching around headers to the new world order | Ted Gould | 2011-01-07 | 1 | -1/+2 |
| | | | |||||
| * | | Instead of setting up a proxy to watch the watcher we're setting up a bus ↵ | Ted Gould | 2011-01-07 | 1 | -45/+24 |
| | | | | | | | | | | | | name watch on each one. | ||||
| * | | Little clean-ups the compiler found now that it's more happy. | Ted Gould | 2011-01-07 | 1 | -2/+3 |
| | | | |||||
| * | | Switch over to getting the GDBus bus instead of the dbus-glib one | Ted Gould | 2011-01-07 | 1 | -32/+44 |
| | | | |||||
| * | | Removing unused prototypes | Ted Gould | 2011-01-07 | 1 | -3/+0 |
| | | | |||||
| * | | Fleshing out the bus_method_call functions and tying them into the ↵ | Ted Gould | 2011-01-07 | 1 | -20/+15 |
| | | | | | | | | | | | | traditional start points from dbus. | ||||
| * | | Switching the way that we get a name on dbus and removing the dbus_proxy ↵ | Ted Gould | 2011-01-07 | 1 | -45/+40 |
| | | | | | | | | | | | | which was used for this previously. | ||||
| * | | Setting up the VTable | Ted Gould | 2011-01-07 | 1 | -3/+20 |
| | | | |||||
| * | | Switching the registration of the object over. | Ted Gould | 2011-01-07 | 1 | -7/+17 |
| | | | |||||
| * | | Parsing the XML file for the interface description on class init | Ted Gould | 2011-01-07 | 1 | -3/+26 |
| | | | |||||
| * | | Removing the dbus-glib headers | Ted Gould | 2011-01-07 | 2 | -5/+0 |
| | | | |||||
| * | | Changing the way the dbus xml is handled. | Ted Gould | 2011-01-07 | 1 | -14/+12 |
| | | | |||||
| * | | Removing dbus-glib from the build | Ted Gould | 2011-01-06 | 1 | -4/+2 |
| |/ | |||||
* | | releasing version 0.3.15-0ubuntu3~ppa1 | Ted Gould | 2010-12-08 | 1 | -2/+2 |
| | | |||||
* | | debian/libindicator3-dev: Adding in the include files for this | Ted Gould | 2010-12-08 | 2 | -1/+4 |
| | | | | | | | | version of the library. | ||||
* | | debian/libindicator-tools: Removing indicator-loader3 | Ted Gould | 2010-12-08 | 2 | -1/+6 |
| | | |||||
* | | Merging in dual build from Ubuntu Desktop | Ted Gould | 2010-12-08 | 11 | -17/+116 |
|\ \ | |||||
| * | | releasing version 0.3.15-0ubuntu20.3.15-0ubuntu2 | Ken VanDine | 2010-12-06 | 5 | -13/+17 |
| | | | |||||
| * | | releasing version 0.3.15-0ubuntu10.3.15-0ubuntu1 | Ken VanDine | 2010-12-03 | 1 | -1/+1 |
| | | | |||||
| * | | removed empty dir | Ken VanDine | 2010-11-24 | 0 | -0/+0 |
| | | |