summaryrefslogtreecommitdiff
path: root/src/vala
Commit message (Collapse)AuthorAgeFilesLines
* [Vala] Fix a warning with a virtual method being the same name as another methodCorentin Noël2017-08-011-0/+2
|
* Correct some developer code comments and annotationsMilan Crha2017-05-181-1/+0
|
* Bug 776365 - Correct vapi build dependenciesMilan Crha2017-01-041-5/+3
|
* Build vala bindings of libedataserverui only if it's built as wellMilan Crha2016-12-221-27/+34
|
* Bug 776254 - Introspection for libedataserveruiCorentin Noël2016-12-192-0/+34
|
* [Vala] Add Posix dependency to camel-1.2Corentin Noël2016-12-191-0/+1
|
* vala: libedataserver-1.2 depends on camel-1.2Michael Catanzaro2016-12-121-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=775963
* Fix a vapigen warning from EDataServer-1.2.metadataMilan Crha2016-12-091-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 introspectionMilan Crha2016-12-091-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 GObjectCorentin Noël2016-11-081-0/+12
| | | | Some parts had been done by Milan Crha.
* Rename SHARE_INSTALL_DIR to SHARE_INSTALL_PREFIXMilan Crha2016-10-131-1/+1
| | | | | That seems to be the correct (common) variable name. Also ensure the folders will not be empty.
* Reorganize directory structureMilan Crha2016-10-1110-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.