aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* bindings/vala/ayatana-appindicator3-0.1.deps: Add all dependenciesRobert Tari2021-06-091-0/+2
|
* Drop Automake filesRobert Tari2021-06-095-284/+0
|
* Add CMakeLists.txt files + cmake/ helpersRobert Tari2021-06-095-0/+281
|
* bindings/mono/examples: Port ayatana-indicator-example.in to CMakeRobert Tari2021-06-091-1/+1
|
* bindings/mono: Drop custom extension and use partial class in ↵Robert Tari2021-06-092-26/+40
| | | | ApplicationIndicatorCustom.cs
* bindings/vala: Add ayatana-appindicator3-0.1.depsRobert Tari2021-06-091-0/+1
|
* bindings/mono: Rename and port ayatana-appindicator-sharp3-0.1.pc.in to CMakeRobert Tari2021-06-091-6/+6
|
* bindings/mono: Use preconfigured ayatana-appindicator-sharp.dll.configRobert Tari2021-06-082-7/+7
|
* bindings/mono: Port policy.0.1.ayatana-appindicator-sharp.config.in to CMakeRobert Tari2021-06-081-8/+8
|
* bindings/mono: Port policy.0.0.ayatana-appindicator-sharp.config.in to CMakeRobert Tari2021-06-081-8/+8
|
* bindings/mono: Update AssemblyInfo.csRobert Tari2021-06-081-2/+2
|
* bindings/mono: Port app-indicator.sources.xml.in to CMakeRobert Tari2021-06-081-10/+10
|
* release 0.5.50.5.5Mike Gabriel2020-07-232-2/+2
|
* bindings/pyton: Drop Python2/Gtk-2 bindings.Mike Gabriel2020-07-187-413/+1
|
* release 0.5.40.5.4Mike Gabriel2019-11-112-2/+2
|
* release 0.5.30.5.3Mike Gabriel2018-03-202-2/+2
|
* release 0.5.20.5.2Mike Gabriel2017-10-242-2/+2
|
* python2 bindings: Finally avoid implicit declaration for ↵Mike Gabriel2017-10-242-1/+2
| | | | (_ayatana)_appindicator_add_constants() function symbol.
* bindings/mono/Makefile.am: Don't run tests on all targets, only on check ↵Mike Gabriel2017-09-281-1/+1
| | | | target. Fixes FTBFS when built parallely.
* bindings/python: Yet another 'ayatana' namespace fix for the Python2 bindings.Mike Gabriel2017-09-261-1/+1
|
* release 0.5.10.5.1Mike Gabriel2017-09-232-2/+2
|
* Python2 bindings: Fix import ayatana_appindicator failure by correctly ↵Mike Gabriel2017-09-232-6/+6
| | | | adding the ayatana namespace.
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-1026-89/+99
|
* Install appindicator-sharp's pcfile into /usr/share/pkgconfig as this isIain Lane2013-04-161-1/+1
| | | | | | an arch:all package and library. Update the assemblydir variable in this pcfile to refer to the correct location for the library instead of an incorrect multiarch directory.
* Fix Vala classes not being able to inherit from IndicatorRobert Ancell2012-10-111-1/+1
|
* make building mono extension optional, so we can build on archs that do not ↵Evgeni Golov2012-06-101-2/+4
| | | | have mono
* The vala examples were written before GMenu, so add explict namespace use ↵Charles Kerr2012-03-211-3/+3
| | | | here to avoid valac errors caused by namespace ambiguity between glib and gtk (ie, use 'new Gtk.Menu' instead of 'new Menu')
* generate app-indicator.sources.xml (for mono bindings) and ↵Charles Kerr2012-03-065-22/+21
| | | | appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences.
* Fixing some of the properties in the mono bindings0.4.90Ted Gould2012-02-031-0/+4
|
* Making tests optionalTed Gould2012-01-271-4/+22
|\
| * Make building mono tests optional. Check for mono-nunit if nunit is not ↵György Balló2011-11-231-4/+22
| | | | | | | | available
* | 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
* Fix dep as wellTed Gould2011-09-281-1/+1
|
* Switching out the prefix for a fixed nameTed Gould2011-09-281-1/+1
|
* Bring along custom and grab from srcdirTed Gould2011-09-281-1/+4
|
* Fix type_check_function for vala bindingsMichal Hruby2011-09-233-1/+34
|
* 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.
* Removing -Werror for the Vala compilerTed Gould2011-07-071-1/+1
|
* Updated appindicator.defs (fixes LP: #724917)Артём Попов2011-02-261-40/+52
|
* 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
|\
| * 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
| |
* | Merge from trunkLuke Yelavich2011-02-114-2/+118
|\|
| * 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.