aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | |
| * | 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-222-5/+15
| | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though.
* forgot some filesC10uD2010-07-221-0/+9
|
* 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
|