Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply Evan Nemerson's patch to make the Vala binidngs use pkg-config names, ↵ | Charles Kerr | 2012-04-11 | 1 | -3/+3 |
| | | | | not GIR names, so that valac can automatically pick up the relevant libraries and flags. | ||||
* | Merge lp:~allanlesage/dbusmenu/TDD to add gcov targets to autotools build ↵ | Charles Kerr | 2012-04-03 | 1 | -1/+8 |
|\ | | | | | | | | | | | | | for code-coverage reporting. For more information, see this blog post: http://qualityhour.wordpress.com/2012/01/29/test-coverage-tutorial-for-cc-autotools-projects/ . To compile with coverage tooling, ./autogen.sh --enable-gcov, then make coverage-html . Note that you'll need lcov to autoconf. Also note that you'll get an error on make if you have no tests, as there are no coverage artifacts to generate the html report. For review, please pay special attention to flags added in the project's makefiles. | ||||
| * | Added gcov coverage tooling. | Allan LeSage | 2012-03-27 | 1 | -1/+8 |
| | | |||||
* | | Add dbus-menu-clean.xml to EXTRA_DIST and remove previous builddir hack to ↵ | Ken VanDine | 2012-03-29 | 1 | -4/+5 |
| | | | | | | | | fix distcheck | ||||
* | | distcheck fixes | Ken VanDine | 2012-03-29 | 1 | -4/+4 |
|/ | |||||
* | Change to using the insert/remove signals in GTK3 | Ted Gould | 2012-01-26 | 1 | -1/+3 |
|\ | |||||
| * | Move the no-error on deprications into the Makefiles so it's always after ↵ | Ted Gould | 2012-01-26 | 1 | -1/+3 |
| | | | | | | | | the -Wall | ||||
* | | Fixing header directories for GTK3 build | Ted Gould | 2012-01-26 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Separate libdbusmenu-glib and libdbusmenu-gtk include directories | György Balló | 2012-01-05 | 1 | -1/+1 |
| | | |||||
* | | build fixes | Alex Launi | 2011-12-16 | 1 | -7/+20 |
| | | |||||
* | | set full path of glib enum files | Alex Launi | 2011-12-16 | 1 | -2/+2 |
|/ | |||||
* | Making it so that the Vala build is optional | Dennis Schridde | 2011-09-19 | 1 | -0/+2 |
| | |||||
* | Add enum-types to the exported headers so that language bindings can use them. | Ted Gould | 2011-02-25 | 1 | -0/+1 |
| | |||||
* | Switching so that the GIR file is built from our exported H files and objects. | Ted Gould | 2011-02-25 | 1 | -4/+10 |
| | |||||
* | Adding a property for text direction | Ted Gould | 2011-02-24 | 1 | -4/+18 |
|\ | |||||
| * | Adding building the enums untilthe build system | Ted Gould | 2011-02-16 | 1 | -3/+16 |
| | | |||||
| * | Adding a type for the text direction, putting it in a generic header for all | Ted Gould | 2011-02-16 | 1 | -1/+2 |
| | | |||||
* | | Fix up documentation and make it part of make check | Ted Gould | 2011-02-24 | 1 | -0/+1 |
|\ \ | |||||
| * | | Fixup documentation and move the private functions to a private header file | Ted Gould | 2011-02-21 | 1 | -0/+1 |
| | | | |||||
* | | | Adding in a defaults object | Ted Gould | 2011-02-21 | 1 | -0/+2 |
|/ / | |||||
* / | Fix g-ir-scanner file list | Martin Pitt | 2011-02-16 | 1 | -3/+3 |
|/ | | | | | | As the annotations are in the .c files, g-ir-scanner actually needs to read them. | ||||
* | Fix the name used for the Dbusmenu-Glib-0.4 typelib so it can be properly ↵ | Ken VanDine | 2011-02-09 | 1 | -13/+13 |
| | | | | used with GI. It should be Dbusmenu-0.4 (LP: #713099) | ||||
* | Add an include directory for the headers | Ted Gould | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | Add a single include file for dbus-glib | Ted Gould | 2011-01-21 | 1 | -0/+1 |
| | |||||
* | added --warn-all to scanner flags so the build log will warn us about ↵ | Ken VanDine | 2011-01-19 | 1 | -0/+2 |
| | | | | missing annotations | ||||
* | Use EXPORT_PACKAGES instead of PACKAGES to prevent circular build depends | Ken VanDine | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | Adding the notdir on the build | Ted Gould | 2011-01-14 | 1 | -2/+2 |
| | |||||
* | Fixing packages names for the gir scanner | Ted Gould | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | Oops, wrong version -- fixed | Ted Gould | 2010-12-07 | 1 | -1/+1 |
| | |||||
* | Updating to trunk with introspection fixes | Ted Gould | 2010-12-07 | 1 | -3/+15 |
|\ | |||||
| * | Add a check for GIR version less that 10 | Ted Gould | 2010-12-06 | 1 | -0/+7 |
| | | |||||
| * | Cleaned up the scanner flags some | Ken VanDine | 2010-11-23 | 1 | -2/+1 |
| | | |||||
| * | Set more scanner flags to get the namespace right | Ken VanDine | 2010-11-23 | 1 | -3/+9 |
| | | |||||
* | | Putting the XSLT Processor into the configuration file. | Ted Gould | 2010-12-01 | 1 | -1/+1 |
| | | |||||
* | | Moving the pc files to be parallel installable. | Ted Gould | 2010-12-01 | 1 | -2/+2 |
| | | |||||
* | | Switching API over to 0.4 | Ted Gould | 2010-12-01 | 1 | -12/+12 |
| | | |||||
* | | Ooops, fix the booleans | Ted Gould | 2010-11-16 | 1 | -1/+1 |
| | | |||||
* | | Fix error handling on the xslt script | Ted Gould | 2010-11-16 | 1 | -1/+1 |
| | | |||||
* | | Cleaning out namespaces from the XML so that GDBus will read it. | Ted Gould | 2010-11-15 | 1 | -4/+9 |
| | | |||||
* | | Make the XML into something we can include in the source | Ted Gould | 2010-10-13 | 1 | -0/+15 |
| | | |||||
* | | Dropping the built headers from the build | Ted Gould | 2010-10-13 | 1 | -18/+0 |
|/ | |||||
* | Adding a new signal for when items activate. | Ted Gould | 2010-08-17 | 1 | -0/+15 |
| | |||||
* | Changing the version string to match how people refer to the gir file. | Ted Gould | 2010-05-21 | 1 | -0/+1 |
| | |||||
* | Adding c includes to the introspector | Ted Gould | 2010-05-20 | 1 | -1/+3 |
| | |||||
* | Changing the name of the gir files and adding namespace flags to make ↵ | Ted Gould | 2010-05-20 | 1 | -9/+10 |
| | | | | everything shrink correctly. | ||||
* | Pulling GIRs from the build dir | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Fixing the directory path for the glib gir file and making sure we clean up ↵ | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | | | | the girs. | ||||
* | Building the gir files at build time instead of at dist. | Ted Gould | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Adding in VAPI generation | Ted Gould | 2010-03-01 | 1 | -0/+16 |
| | |||||
* | Change version number to 0.2 | Ted Gould | 2010-02-28 | 1 | -6/+6 |
| |