Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Marshaller fixes | Ted Gould | 2011-01-09 | 2 | -0/+45 |
| | |||||
* | Might need these | Ted Gould | 2011-01-09 | 2 | -0/+24 |
| | |||||
* | autogen.sh | Ted Gould | 2011-01-09 | 1 | -19/+41 |
| | |||||
* | * Upstream Merge: | Ted Gould | 2011-01-09 | 7 | -277/+410 |
|\ | | | | | | | * 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 |
| | | |||||
| * | Syncing up to trunk | Ted Gould | 2011-01-07 | 5 | -4/+57 |
| |\ | |||||
| | * | 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 | 1 | -2/+2 |
| | |\ | |||||
| | | * | Use abs_srcdir to find template files | Ken VanDine | 2010-11-24 | 1 | -2/+2 |
| | | | | |||||
| | * | | 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 |
| | | | |||||
| * | | 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 |
| |/ | |||||
* | | * debian/rules | Ken VanDine | 2010-11-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Added build targets to build with gtk3 enabled in additional to default build with gtk2 * debian/control - Updated build depends to support building with gtk+-3.0 - Added dh-autoreconf build depends - Added libindicator3-1, libindicator3-dev, libindicator3-tools binaries binaries * libindicator/Makefile.am and tools/Makefile.am - Fixes needed for building with-gtk=3 | ||||
* | | Import upstream version 0.3.15 | Ted Gould | 2010-11-11 | 3 | -28/+183 |
|\| | |||||
| * | Making sure to get both pc files in the tarball | Ted Gould | 2010-11-11 | 1 | -1/+2 |
| | | |||||
| * | Putting the GTK3 indicators in a different directory. | Ted Gould | 2010-11-11 | 1 | -1/+1 |
| | | |||||
| * | Merging in trunk to solve conflicts | Ted Gould | 2010-11-11 | 7 | -77/+233 |
| |\ | |||||
| * | | instead of always building gtk2 and gtk3, add a --with-gtk= flag to ↵ | Michael Terry | 2010-10-06 | 1 | -19/+21 |
| | | | | | | | | | | | | configure to specify which to build with | ||||
| * | | don't use 3.3 version, rather use indicator3 | Michael Terry | 2010-06-19 | 2 | -4/+4 |
| | | | |||||
| * | | first pass at providing a gtk3 version | Michael Terry | 2010-06-19 | 2 | -3/+33 |
| | | | |||||
* | | | Import upstream version 0.3.14 | Ted Gould | 2010-09-21 | 5 | -3/+47 |
|\ \ \ | | |/ | |/| | |||||
| * | | Adding some version information so we don't need a conflicts | Ted Gould | 2010-09-17 | 1 | -0/+5 |
| | | | |||||
| * | | Changing indicator directory to '4' | Ted Gould | 2010-09-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fleshing out the entry activate function | Ted Gould | 2010-09-16 | 1 | -1/+6 |
| | | | |||||
| * | | Breaking the ABI and adding a subclassable function. | Ted Gould | 2010-09-16 | 2 | -2/+11 |
| | | | |||||
| * | | Adding a function to push activate back down. | Ted Gould | 2010-09-16 | 2 | -0/+20 |
| | | | |||||
* | | | Import upstream version 0.3.13 | Ted Gould | 2010-09-15 | 5 | -24/+92 |
|\| | | |||||
| * | | Adding in the signal for the menu showing | Ted Gould | 2010-09-14 | 2 | -17/+37 |
| | | | |||||
| * | | Forgot the signal name | Ted Gould | 2010-09-14 | 1 | -0/+2 |
| | | | |||||
| * | | Adding slot for the menu show signal | Ted Gould | 2010-09-14 | 1 | -7/+6 |
| | | | |||||
* | | | Import upstream version 0.3.12 | Ted Gould | 2010-08-18 | 1 | -1/+3 |
|\| | |