aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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.
* release 0.5.10.5.1Mike Gabriel2017-09-232-2/+2
|
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-1015-53/+56
|
* 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.
* generate app-indicator.sources.xml (for mono bindings) and ↵Charles Kerr2012-03-063-15/+15
| | | | 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
|
* Make building mono tests optional. Check for mono-nunit if nunit is not ↵György Balló2011-11-231-4/+22
| | | | available
* mono bindings: updated API and exampleMarco Trevisan (Treviño)2011-07-202-6/+7
|
* mono bindings: added SecondaryActivate support.Marco Trevisan (Treviño)2011-07-182-0/+6
| | | | Updated the example too.
* Cleaning up even more! Ted Gould2011-02-231-0/+5
|
* Switching to proper propertiesTed Gould2011-02-231-1/+2
|
* accessible_name -> accessible_descLuke Yelavich2011-02-082-7/+7
|
* Merge from trunkLuke Yelavich2011-02-041-0/+2
|\
| * Updated mono bindingsMarco Trevisan (Treviño)2011-01-271-0/+2
| |
* | Add accessible_name supportLuke Yelavich2011-02-042-0/+7
|/
* * 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
* 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.
* | | Remove the redudant set and get functions for the ordering_index property ↵Sense Egbert Hofstede2010-09-201-0/+2
| | | | | | | | | | | | from the Mono bindings as we want programmers to work witht the property directly.
* | | * Adding Python bindings for the new API additonsSense Egbert Hofstede2010-09-203-4/+2
| | | | | | | | | | | | | | | | | | * Updating the Mono assembly version to reflect the changes to the API * Remove two redundant elements from the Mono bindings' metadata file
* | | Merging Jo Shields' fixes to the build infrastructure to shut GAPI up.Sense Egbert Hofstede2010-09-204-8/+14
|\ \ \ | | |/ | |/|
| * | Bump SONAME in Mono binding to libappindicator.so.1Jo Shields2010-09-191-1/+1
| | |
| * | The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of ↵Jo Shields2010-09-193-6/+6
| | | | | | | | | | | | | | | | | | | | | "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0). indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this.
| * | gapi2-parser cannot cope with multiple signals connected to the same method ↵Jo Shields2010-09-192-2/+8
| |/ | | | | | | | | | | | | - it will bail out, complaining it cannot find a method to match the second signal. This patch modifies the build system to copy app-indicator.c locally, with the "bad" X_NEW_LABEL signal removed, and use that copy to build the binding.
* / Commit latest changes before merging with trunkSense Egbert Hofstede2010-09-182-1/+17
|/
* Clean-up and renaming variables and functions everywhere to use ↵Sense Hofstede2010-07-221-1/+5
| | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though.
* Use full assembly version for the policy fileKen VanDine2010-06-212-3/+4
|
* Cleaning up file name definitionsTed Gould2010-06-181-9/+10
|
* Adding the policy config to the installed files.Ted Gould2010-06-181-1/+7
|
* Switching to the policy name.Ted Gould2010-06-181-1/+1
|
* Swithcing the version to be the assembly version.Ted Gould2010-06-182-8/+9
|
* Fixup the gacutil stuff. Still doesn't ununinstall.Ted Gould2010-06-181-5/+9
|
* Fixing policy nameTed Gould2010-06-181-1/+1
|
* Replacing the macros with the proper dataTed Gould2010-06-181-1/+3
|
* Fixing the distcheck by cleaning upTed Gould2010-06-181-1/+13
|
* Readjusting so that the policy file is in the same directory as the DLLTed Gould2010-06-182-2/+5
|
* Fixing directoriesTed Gould2010-06-181-2/+2
|
* TypoTed Gould2010-06-181-1/+1
|
* Generating a policy dllTed Gould2010-06-182-1/+17
|
* Only work with specific files instead of the whole directory.Ted Gould2010-06-171-4/+4
|
* Fixes to docuementation and making the enums build correctly with gtk-mkenumTed Gould2010-06-013-31/+29
|\
| * Documentation and introspection fixes and suchSense Hofstede2010-05-233-31/+29
| | | | | | | | | | | | * Several documentation and introspection fixes * Some small fixes to the mono bindings
* | Merging in updates from the 0.1 series branchTed Gould2010-05-201-2/+3
|\ \ | |/ |/|
| * Build fix to include the AssemblyInfo.cs fileTed Gould2010-05-201-2/+3
| |