summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Flatpak: add options for cheese.flatpak-ciNiels De Graef2018-04-011-0/+1
| | | | This disables some stuff that we don't need (like manpages).
* Flatpak: Remove geocode-glib and gnome-doc-utils.Niels De Graef2018-04-011-30/+0
| | | | We don't need them, so this should help with the Flatpak build times.
* CI: don't build a flatpak bundle (yet).Niels De Graef2018-04-011-4/+4
|
* Flatpak: add cheese module.Niels De Graef2018-04-011-0/+9
|
* CI: build Flatpak.Niels De Graef2018-04-011-0/+25
|
* CI: refactor build pipeline.Niels De Graef2018-04-011-26/+31
| | | | | | | | * Distro builds are now only run every week, rather than on each commit or each Merge Request. This also allows us to add more distributions. * We will switch to a flatpak-based CI test for each commit at a later stage.
* Meson: drop "with-" prefix for configurable options.Niels De Graef2018-04-013-5/+5
| | | | | | This is against the GNOME Meson guidelines. Fixes #91.
* Meson: don't use 'auto' values for cheese option.Niels De Graef2018-04-012-6/+4
|
* Meson: restructure to put the options at the top.Niels De Graef2018-04-011-9/+9
| | | | It's easier to keep them in sync with meson_options.txt this way.
* Drop unused maps configure option.Niels De Graef2018-04-011-1/+0
|
* CI: Update to Fedora 27.update-ciNiels De Graef2018-04-011-1/+1
|
* Docs: don't build by default.Niels De Graef2018-03-311-1/+1
|
* Documentation: auto-build the valadoc docs.Niels De Graef2018-03-315-3/+36
| | | | | We won't them by defaul though, you have to explicitly set 'docs' to true when configuring meson.
* Contact: cleanup _get_is_hidden().Niels De Graef2018-03-311-11/+5
| | | | | | | * Don't hide the user itself (most of the times, this isn't even set anyway). * Remove tabs and unnecessary variables
* Contact: make Store reference private.Niels De Graef2018-03-316-37/+39
| | | | | | This was used an easy way to get to the Store, rather than doing it properly using dependency injection. Even more, some closures somehow seemed to leak this reference.
* Contact: don't needlessly lookup the types of all fields.Niels De Graef2018-03-312-18/+0
| | | | | This shoudln't be necessary and actually seems to cause some memory leakage.
* ContactPane: correctly set this.sheet as nullable.Niels De Graef2018-03-261-1/+1
|
* ContactPane: move some initialization out of the constructor.Niels De Graef2018-03-251-5/+3
|
* ContactPane: clean up suggestion_grid handling.Niels De Graef2018-03-251-26/+17
| | | | * Extract a single function to remove the suggestion grid.
* Don't reuse single ContactSheet for multiple contacts.Niels De Graef2018-03-256-99/+100
| | | | | | | That way, there exists a clear relation between a ContactSheet and the contact it's displaying. It should also be much easier to exploit the common structure of a ContactSheet and a ContactEditor to extract shared functions.
* Merge branch 'wip/piotrdrag/update-copyright' into 'master'Piotr Drąg2018-03-251-1/+1
|\ | | | | | | | | app: Update copyright years in the about dialog See merge request GNOME/gnome-contacts!9
| * app: Update copyright years in the about dialogPiotr Drąg2018-03-251-1/+1
|/
* ContactPane: add MaxWidthBin in the template.Niels De Graef2018-03-252-9/+13
|
* MaxWidth: rename Center and extract to its own file.Niels De Graef2018-03-254-51/+72
| | | | | | | Since we only use it to set the maximum width, Center is no longer a good name. Also added a bit more documentation.
* Update Russian translationStas Solovey2018-03-191-222/+354
| | | | (cherry picked from commit 925d590c7d4785b17d67f598e473131211f4d807)
* Update Slovak translationDušan Kazik2018-03-171-5/+15
| | | | (cherry picked from commit f22097ac1e62c3dfe9511615ea52743a6bf76550)
* Update Greek translationEfstathios Iosifidis2018-03-171-240/+360
|
* Merge branch 'drop-configure' into 'master'Niels De Graef2018-03-151-165/+0
|\ | | | | | | | | build: Drop obsolete configure script See merge request GNOME/gnome-contacts!8
| * build: Drop obsolete configure scriptJeremy Bicha2018-02-251-165/+0
| |
* | Release stable version 3.28.3.28Niels De Graef2018-03-122-1/+16
| | | | | | | | Hurray! \o/
* | Update Swedish translationAnders Jonsson2018-03-111-83/+140
| |
* | Update Catalan translationJordi Mas2018-03-111-187/+143
| |
* | Update Turkish translationEmin Tufan Çetin2018-03-111-119/+194
| |
* | Update British English translationBruce Cowan2018-03-101-412/+542
| |
* | Update Croatian translationgogo2018-03-071-19/+19
| |
* | Update Italian translationMilo Casagrande2018-03-051-228/+358
| |
* | Release unstable version 3.27.92.3.27.92Niels De Graef2018-03-052-1/+15
| |
* | Update Latvian translationRūdolfs Mazurs2018-03-041-261/+309
| |
* | Updated Danish translationAsk Hjorth Larsen2018-03-031-243/+353
| |
* | Updated Lithuanian translationAurimas Černius2018-03-031-225/+356
| |
* | Update Scottish Gaelic translationGNOME Translation Robot2018-03-011-361/+346
| | | | | | | | (cherry picked from commit 80f55e11115e6e1849ee491e67797704c1f8ae23)
* | Update Kazakh translationBaurzhan Muftakhidinov2018-02-281-231/+355
| |
* | Updated Czech translationMarek Cernocky2018-02-261-195/+295
| |
* | Update Slovak translationDušan Kazik2018-02-261-55/+42
| |
* | Update Slovak translationDušan Kazik2018-02-261-239/+389
|/
* Update Korean translationSeong-ho Cho2018-02-251-230/+349
|
* Update Dutch translationGNOME Translation Robot2018-02-241-232/+362
|
* Window: use flag operations in window_state_event()Niels De Graef2018-02-241-6/+3
|
* Update Chinese (Taiwan) translationCheng-Chia Tseng2018-02-241-264/+377
|
* Update flatpak file after the Gitlab move.Arnaud B2018-02-241-1/+1
|