aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * | Merge against new trunkMarco Trevisan (Treviño)2011-02-041-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.
* | | accessible_name -> accessible_descLuke Yelavich2011-02-083-12/+12
| | |
* | | Merge from trunkLuke Yelavich2011-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
| | |
* | | Add accessible_name supportLuke Yelavich2011-02-043-0/+22
| |/ |/|
* | Don't build python bindings for gtk3Ken VanDine2011-01-251-0/+4
|/
* * 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-204-4/+38
| | | | | | | | | | | | | | | | | | * 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
| | |