aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* release 0.5.93HEAD0.5.93mastermainMike Gabriel2023-10-131-1/+1
|
* bindings/mono/CMakeLists.txt: Drop path from linked resource fileRobert Tari2023-05-091-2/+2
|
* bindings/mono/CMakeLists.txt: Drop unused propertiesRobert Tari2023-03-101-3/+0
|
* bindings/mono/libayatana-appindicator*-api.metadata: Drop/fix properties, ↵Robert Tari2023-03-102-24/+2
| | | | methods and signals
* Whitespace fixRobert Tari2023-03-102-34/+34
|
* release 0.5.920.5.92Mike Gabriel2023-02-021-1/+1
|
* Fix all remaining build warningsRobert Tari2023-02-021-3/+6
|
* Silence warnings generated by ValaRobert Tari2023-02-021-1/+1
|
* Fix remaining deprecation warningsRobert Tari2023-02-021-1/+3
|
* Whitespace fixRobert Tari2023-02-021-32/+32
|
* release 0.5.910.5.91release-buildsMike Gabriel2022-04-081-1/+1
|
* Clean up compilation flagsRobert Tari2022-02-111-1/+1
|
* bindings/mono/CMakeLists.txt: Fix missing target ↵Mike Gabriel2021-10-241-1/+1
| | | | | | | | | | bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs. Resolves this FTBFS in bindings/mono/ for FLAVOUR_GTK3: make[2]: *** No rule to make target 'bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs', needed by 'bindings/mono/ayatana-appindicator3-sharp.dll'. Stop.
* {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵Mike Gabriel2021-10-231-2/+4
| | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27
* Re-introduce (CMake based) build support against GTK+ 2.0.Mike Gabriel2021-10-2311-113/+318
|
* Mono bindings: Change namespace from ayatana-appindicator-sharp3 to ↵Mike Gabriel2021-06-1111-71/+71
| | | | ayatana-appindicator3-sharp (and similar).
* 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
|