Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Remove the redudant set and get functions for the ordering_index property ↵ | Sense Egbert Hofstede | 2010-09-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | from the Mono bindings as we want programmers to work witht the property directly. | |||||
| * | | | * Adding Python bindings for the new API additons | Sense Egbert Hofstede | 2010-09-20 | 4 | -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 Hofstede | 2010-09-20 | 4 | -8/+14 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Bump SONAME in Mono binding to libappindicator.so.1 | Jo Shields | 2010-09-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of ↵ | Jo Shields | 2010-09-19 | 3 | -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 Shields | 2010-09-19 | 2 | -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 trunk | Sense Egbert Hofstede | 2010-09-18 | 2 | -1/+17 | |
| |/ | ||||||
* | | Import upstream version 0.2.4 | Ted Gould | 2010-08-12 | 7 | -5/+49 | |
|\| | ||||||
| * | Clean-up and renaming variables and functions everywhere to use ↵ | Sense Hofstede | 2010-07-22 | 2 | -5/+15 | |
| | | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though. | |||||
| * | forgot some files | C10uD | 2010-07-22 | 1 | -0/+9 | |
| | | ||||||
* | | Import upstream version 0.2.1 | Ted Gould | 2010-06-21 | 5 | -211/+100 | |
|\| | ||||||
| * | Use full assembly version for the policy file | Ken VanDine | 2010-06-21 | 2 | -3/+4 | |
| | | ||||||
| * | Cleaning up file name definitions | Ted Gould | 2010-06-18 | 1 | -9/+10 | |
| | | ||||||
| * | Adding the policy config to the installed files. | Ted Gould | 2010-06-18 | 1 | -1/+7 | |
| | | ||||||
| * | Switching to the policy name. | Ted Gould | 2010-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | Swithcing the version to be the assembly version. | Ted Gould | 2010-06-18 | 2 | -8/+9 | |
| | | ||||||
| * | Fixup the gacutil stuff. Still doesn't ununinstall. | Ted Gould | 2010-06-18 | 1 | -5/+9 | |
| | | ||||||
| * | Fixing policy name | Ted Gould | 2010-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | Replacing the macros with the proper data | Ted Gould | 2010-06-18 | 1 | -1/+3 | |
| | | ||||||
| * | Fixing the distcheck by cleaning up | Ted Gould | 2010-06-18 | 1 | -1/+13 | |
| | | ||||||
| * | Readjusting so that the policy file is in the same directory as the DLL | Ted Gould | 2010-06-18 | 2 | -2/+5 | |
| | | ||||||
| * | Fixing directories | Ted Gould | 2010-06-18 | 1 | -2/+2 | |
| | | ||||||
| * | Typo | Ted Gould | 2010-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | Generating a policy dll | Ted Gould | 2010-06-18 | 2 | -1/+17 | |
| | | ||||||
| * | Only work with specific files instead of the whole directory. | Ted Gould | 2010-06-17 | 1 | -4/+4 | |
| | | ||||||
* | | Import upstream version 0.2.0 | Ted Gould | 2010-06-03 | 10 | -46/+262 | |
|\| | ||||||
| * | Fixes to docuementation and making the enums build correctly with gtk-mkenum | Ted Gould | 2010-06-01 | 3 | -31/+29 | |
| |\ | ||||||
| | * | Documentation and introspection fixes and such | Sense Hofstede | 2010-05-23 | 3 | -31/+29 | |
| | | | | | | | | | | | | | | | | | | * Several documentation and introspection fixes * Some small fixes to the mono bindings | |||||
| * | | Merging in updates from the 0.1 series branch | Ted Gould | 2010-05-20 | 1 | -2/+3 | |
| |\ \ | | |/ | |/| | ||||||
| * | | Adding GIR/VAPI support and flattening directories | Ted Gould | 2010-05-20 | 2 | -3/+3 | |
| |\ \ | ||||||
| | * | | Removing the libappindicator directory to make things simpler | Ted Gould | 2010-04-29 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | Import upstream version 0.0.21 | Ted Gould | 2010-05-20 | 3 | -4/+36 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Build fix to include the AssemblyInfo.cs file | Ted Gould | 2010-05-20 | 1 | -2/+3 | |
| |/ | ||||||
* | | Import upstream version 0.0.20 | Ted Gould | 2010-05-20 | 2 | -2/+2 | |
|\| | ||||||
| * | Add AssemblyInfo.cs to the Mono bindings. | Cody Russell | 2010-04-14 | 2 | -1/+31 | |
| | | ||||||
* | | Import upstream version 0.0.19 | Ted Gould | 2010-04-01 | 6 | -2/+2616 | |
|\| | ||||||
| * | Patch 001 from bug 527061 | C10uD | 2010-03-30 | 1 | -2/+3 | |
|/ | ||||||
* | * Make the nicks of the AppIndicatorCategory and AppIndicatorStatus types ↵ | Sense Hofstede | 2010-03-16 | 1 | -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 Hofstede | 2010-02-25 | 1 | -0/+4 | |
| | | | | (Closes LP: #526620) | |||||
* | Adding the middle API file to the cleanfiles for distcheck | Ted Gould | 2010-01-12 | 1 | -1/+1 | |
| | ||||||
* | Adding back in the MIDDLE_API and sed magic | Ted Gould | 2010-01-11 | 1 | -5/+25 | |
| | ||||||
* | Removing the middle API stuff and cleaning up Makefile | Ted Gould | 2010-01-11 | 1 | -28/+5 | |
| | ||||||
* | Cody's customs | Ted Gould | 2010-01-11 | 3 | -17/+46 | |
|\ | ||||||
| * | Mono binding fixes. | Cody Russell | 2010-01-11 | 3 | -15/+46 | |
| | | ||||||
* | | Adding in customs support | Ted Gould | 2010-01-11 | 1 | -2/+7 | |
|/ | ||||||
* | Use sed to get rid of the #defines | Ted Gould | 2010-01-11 | 1 | -5/+25 | |
| | ||||||
* | Switching the metadata to not use #defines | Ted Gould | 2010-01-11 | 1 | -10/+10 | |
| | ||||||
* | use srcdir for the path to appindicator-sharp.snk | Ken VanDine | 2009-12-17 | 1 | -1/+1 | |
| | ||||||
* | Don't create the signature during build | Ken VanDine | 2009-12-17 | 2 | -2/+2 | |
| | ||||||
* | Added license/copyright to the example and un-commented out the code that ↵ | Ken VanDine | 2009-12-17 | 1 | -3/+20 | |
| | | | | adds the menu. |