Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Vala] Fix a warning with a virtual method being the same name as another method | Corentin Noël | 2017-08-01 | 1 | -0/+2 |
| | |||||
* | Correct some developer code comments and annotations | Milan Crha | 2017-05-18 | 1 | -1/+0 |
| | |||||
* | Bug 776365 - Correct vapi build dependencies | Milan Crha | 2017-01-04 | 1 | -5/+3 |
| | |||||
* | Build vala bindings of libedataserverui only if it's built as well | Milan Crha | 2016-12-22 | 1 | -27/+34 |
| | |||||
* | Bug 776254 - Introspection for libedataserverui | Corentin Noël | 2016-12-19 | 2 | -0/+34 |
| | |||||
* | [Vala] Add Posix dependency to camel-1.2 | Corentin Noël | 2016-12-19 | 1 | -0/+1 |
| | |||||
* | vala: libedataserver-1.2 depends on camel-1.2 | Michael Catanzaro | 2016-12-12 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=775963 | ||||
* | Fix a vapigen warning from EDataServer-1.2.metadata | Milan Crha | 2016-12-09 | 1 | -1/+0 |
| | | | | | | This was it: EDataServer-1.2.metadata:1.17-3.13: warning: argument never used With a help of vala folks (ricotz and al). | ||||
* | Let Camel build its .typelib for the introspection | Milan Crha | 2016-12-09 | 1 | -0/+3 |
| | | | | | | | | This is related to bug 772459, where the g-ir-compiler crashed due to unnamed structures being used inside CamelCipherValidity structure. With that fixed the Camel's .gir file can be used on appropriate places, which fixes some other warnings, namely from the EDataServer .gir generation. | ||||
* | Bug 764065 - [Camel] Port more classes to GObject | Corentin Noël | 2016-11-08 | 1 | -0/+12 |
| | | | | Some parts had been done by Milan Crha. | ||||
* | Rename SHARE_INSTALL_DIR to SHARE_INSTALL_PREFIX | Milan Crha | 2016-10-13 | 1 | -1/+1 |
| | | | | | That seems to be the correct (common) variable name. Also ensure the folders will not be empty. | ||||
* | Reorganize directory structure | Milan Crha | 2016-10-11 | 10 | -0/+246 |
Let's have it as it's common to be, which means top level src/ for sources, single data/ for data, and so on. |