Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated appindicator.defs (fixes LP: #724917) | Артём Попов | 2011-02-26 | 1 | -40/+52 |
| | |||||
* | Cleaning up even more! | Ted Gould | 2011-02-23 | 1 | -0/+5 |
| | |||||
* | Switching to proper properties | Ted Gould | 2011-02-23 | 1 | -1/+2 |
| | |||||
* | Merge from trunk | Luke Yelavich | 2011-02-14 | 1 | -5/+31 |
|\ | |||||
| * | Changing the build so that it uses the right version of the vala files and ↵ | Ted Gould | 2011-02-10 | 1 | -4/+26 |
| | | | | | | | | removes the predefined header location | ||||
| * | Cleanup what we create | Ted Gould | 2011-02-10 | 1 | -1/+5 |
| | | |||||
* | | Merge from trunk | Luke Yelavich | 2011-02-11 | 4 | -2/+118 |
|\| | |||||
| * | Ensuring we don't run the app as part of the test, just build it so this ↵ | Ted Gould | 2011-02-10 | 1 | -3/+2 |
| |\ | | | | | | | | | | will work in automation. | ||||
| | * | Changing the build to be the check instead of running it as we might not be ↵ | Ted Gould | 2011-02-03 | 1 | -3/+2 |
| | | | | | | | | | | | | interactive. | ||||
| * | | Merge against new trunk | Marco Trevisan (Treviño) | 2011-02-04 | 1 | -0/+2 |
| |\ \ | |||||
| * | | | Always check if vapigen is available when building VAPI | Marco Trevisan (Treviño) | 2011-02-04 | 1 | -2/+4 |
| | | | | |||||
| * | | | Vala bindings: add metadata as build dependencies, support for gtk3 | Marco Trevisan (Treviño) | 2011-02-04 | 2 | -4/+7 |
| | | | | |||||
| * | | | vala bindings makefile: just use deps file for dependencies | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -2/+1 |
| | |/ | |/| | |||||
| * | | Vala example, changed copyright year | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -1/+1 |
| | | | |||||
| * | | Vala example: indentation fixes | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -26/+26 |
| | | | |||||
| * | | Vala example: adding copyright message. | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -0/+19 |
| | | | |||||
| * | | Adding vala bindings and example | Marco Trevisan (Treviño) | 2011-02-03 | 4 | -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_desc | Luke Yelavich | 2011-02-08 | 3 | -12/+12 |
| | | | |||||
* | | | Merge from trunk | Luke Yelavich | 2011-02-04 | 1 | -0/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge against new trunk | Marco Trevisan (Treviño) | 2011-02-03 | 1 | -0/+4 |
| |\| | |||||
| * | | Updated mono bindings | Marco Trevisan (Treviño) | 2011-01-27 | 1 | -0/+2 |
| | | | |||||
* | | | Add accessible_name support | Luke Yelavich | 2011-02-04 | 3 | -0/+22 |
| |/ |/| | |||||
* | | Don't build python bindings for gtk3 | Ken VanDine | 2011-01-25 | 1 | -0/+4 |
|/ | |||||
* | * Explicitly call ShowAll on the menu, otherwise it isn't shown | Ken VanDine | 2010-12-03 | 1 | -2/+3 |
| | | | | | * Specify a panel icon that exists for the example | ||||
* | Resolving conflict when merging with trunk | Sense Egbert Hofstede | 2010-09-21 | 1 | -2/+2 |
|\ | |||||
| * | Fixing Mono bindings to build versions correctly. | Ted Gould | 2010-09-21 | 4 | -9/+15 |
| |\ | |||||
* | | | Created a second policy file to make sure that applications depending on ↵ | Sense Egbert Hofstede | 2010-09-21 | 3 | -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 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 |
|/ | |||||
* | 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 |
| | |||||
* | 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 |
| |