aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* * rebuild for libindicator7Ken VanDine2012-01-241-1/+1
|\ | | | | | | | | | | | | | | | | | | * bindings/python/Makefile.am - Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only works with python2.6 * debian/rules - include autoreconf.mk * debian/control - added build dep on dh-autoreconf
| * Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and only ↵Ken VanDine2012-01-241-1/+1
| | | | | | | | works with python2.6
* | Import upstream version 0.4.1Ted Gould2011-09-287-10/+34
|\|
| * Fix dep as wellTed Gould2011-09-281-1/+1
| |
| * Switching out the prefix for a fixed nameTed Gould2011-09-281-1/+1
| |
* | Import upstream version 0.4.0Ted Gould2011-09-284-2/+42
|\|
| * Bring along custom and grab from srcdirTed Gould2011-09-281-1/+4
| |
| * Fix type_check_function for vala bindingsMichal Hruby2011-09-233-1/+34
| |
* | Import upstream version 0.3.91Ted Gould2011-08-113-3/+20
|\|
| * vala: updated example to use the new APIMarco Trevisan (Treviño)2011-07-201-10/+3
| |
| * mono bindings: updated API and exampleMarco Trevisan (Treviño)2011-07-202-6/+7
| |
| * Vala bindings example: added secondary_activateMarco Trevisan (Treviño)2011-07-181-0/+8
| |
| * mono bindings: added SecondaryActivate support.Marco Trevisan (Treviño)2011-07-182-0/+6
| | | | | | | | Updated the example too.
* | Import upstream version 0.3.90Ted Gould2011-07-077-14/+32
|\|
| * Removing -Werror for the Vala compilerTed Gould2011-07-071-1/+1
| |
* | Import upstream version 0.2.97Ted Gould2011-03-031-40/+52
|\|
| * Updated appindicator.defs (fixes LP: #724917)Артём Попов2011-02-261-40/+52
| |
* | Import upstream version 0.2.96Ted Gould2011-02-245-1/+58
|\|
| * Cleaning up even more! Ted Gould2011-02-231-0/+5
| |
| * Switching to proper propertiesTed Gould2011-02-231-1/+2
| |
| * Merge from trunkLuke Yelavich2011-02-141-5/+31
| |\
| * \ Merge from trunkLuke Yelavich2011-02-114-2/+118
| |\ \
| * | | accessible_name -> accessible_descLuke Yelavich2011-02-083-12/+12
| | | |
| * | | Merge from trunkLuke Yelavich2011-02-041-0/+2
| |\ \ \
| * | | | Add accessible_name supportLuke Yelavich2011-02-043-0/+22
| | | | |
* | | | | Import upstream version 0.2.95Ted Gould2011-02-102-38/+240
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Changing the build so that it uses the right version of the vala files and ↵Ted Gould2011-02-101-4/+26
| | | | | | | | | | | | | | | | | | | | removes the predefined header location
| * | | | Cleanup what we createTed Gould2011-02-101-1/+5
| | |_|/ | |/| |
* | | | Import upstream version 0.2.93Ted Gould2011-02-1012-5/+1245
|\| | |
| * | | Ensuring we don't run the app as part of the test, just build it so this ↵Ted Gould2011-02-101-3/+2
| |\ \ \ | | | | | | | | | | | | | | | will work in automation.
| | * | | Changing the build to be the check instead of running it as we might not be ↵Ted Gould2011-02-031-3/+2
| | | | | | | | | | | | | | | | | | | | interactive.
| * | | | Merge against new trunkMarco Trevisan (Treviño)2011-02-041-0/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge against new trunkMarco Trevisan (Treviño)2011-02-031-0/+4
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Updated mono bindingsMarco Trevisan (Treviño)2011-01-271-0/+2
| | | | |
| * | | | Always check if vapigen is available when building VAPIMarco Trevisan (Treviño)2011-02-041-2/+4
| | | | |
| * | | | Vala bindings: add metadata as build dependencies, support for gtk3Marco Trevisan (Treviño)2011-02-042-4/+7
| | | | |
| * | | | vala bindings makefile: just use deps file for dependenciesMarco Trevisan (Treviño)2011-02-031-2/+1
| | |_|/ | |/| |
| * | | Vala example, changed copyright yearMarco Trevisan (Treviño)2011-02-031-1/+1
| | | |
| * | | Vala example: indentation fixesMarco Trevisan (Treviño)2011-02-031-26/+26
| | | |
| * | | Vala example: adding copyright message.Marco Trevisan (Treviño)2011-02-031-0/+19
| | | |
| * | | Adding vala bindings and exampleMarco Trevisan (Treviño)2011-02-034-2/+96
| | |/ | |/| | | | | | | | | | | | | | | | Adding proper support for vala bindings, fixing the include path Now they are built in the bindings subfolder and they include a *.deps file. and I've also added a small example.
* | | Import upstream version 0.2.92Ted Gould2011-01-275-24/+17
|\| |
| * | Don't build python bindings for gtk3Ken VanDine2011-01-251-0/+4
| |/
* | Import upstream version 0.2.91Ted Gould2010-12-085-24/+24
|\|
* | Import upstream version 0.2.90Ted Gould2010-12-075-10/+23
|\|
| * * Explicitly call ShowAll on the menu, otherwise it isn't shownKen VanDine2010-12-031-2/+3
| | | | | | | | | | * Specify a panel icon that exists for the example
* | Import upstream version 0.2.9Ted Gould2010-09-2211-30/+176
|\|
| * Resolving conflict when merging with trunkSense Egbert Hofstede2010-09-211-2/+2
| |\
| | * Fixing Mono bindings to build versions correctly.Ted Gould2010-09-214-9/+15
| | |\
| * | | Created a second policy file to make sure that applications depending on ↵Sense Egbert Hofstede2010-09-213-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'appindicator-sharp' will not have to be recompiled. Changes to the packaging is required to make sure the policy file gets installed. Many thanks to Jo Shields for looking into this issue and proposing a solution.