aboutsummaryrefslogtreecommitdiff
path: root/bindings
Commit message (Collapse)AuthorAgeFilesLines
* * 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
|
* 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
| |
* | Adding GIR/VAPI support and flattening directoriesTed Gould2010-05-202-3/+3
|\ \ | |/ |/|
| * Removing the libappindicator directory to make things simplerTed Gould2010-04-291-2/+2
|/
* Add AssemblyInfo.cs to the Mono bindings.Cody Russell2010-04-142-1/+31
|
* Patch 001 from bug 527061C10uD2010-03-301-2/+3
|
* * Make the nicks of the AppIndicatorCategory and AppIndicatorStatus types ↵Sense Hofstede2010-03-161-8/+8
| | | | adhere the specification in the Python bindings as well (Closes: #539858)
* * Correct the Mono bindings metadata to properly bind with the signals ↵Sense Hofstede2010-02-251-0/+4
| | | | (Closes LP: #526620)
* Adding the middle API file to the cleanfiles for distcheckTed Gould2010-01-121-1/+1
|
* Adding back in the MIDDLE_API and sed magicTed Gould2010-01-111-5/+25
|
* Removing the middle API stuff and cleaning up MakefileTed Gould2010-01-111-28/+5
|
* Cody's customsTed Gould2010-01-113-17/+46
|\
| * Mono binding fixes.Cody Russell2010-01-113-15/+46
| |
* | Adding in customs supportTed Gould2010-01-111-2/+7
|/
* Use sed to get rid of the #definesTed Gould2010-01-111-5/+25
|
* Switching the metadata to not use #definesTed Gould2010-01-111-10/+10
|
* use srcdir for the path to appindicator-sharp.snkKen VanDine2009-12-171-1/+1
|
* Don't create the signature during buildKen VanDine2009-12-172-2/+2
|
* Added license/copyright to the example and un-commented out the code that ↵Ken VanDine2009-12-171-3/+20
| | | | adds the menu.
* link against the versioned libraryKen VanDine2009-12-171-1/+1
|
* Mono build cleanupsTed Gould2009-12-171-3/+13
|\