summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* flatpak: Fix the libgee buildbochecha/libgeeMathieu Bridon2018-07-241-6/+4
| | | | | | | | | | | | | | org.gnome.Sdk//master is based on the future org.freedesktop.Sdk, which includes pkgconf as a replacement for pkg-config. Unfortunately, pkgconf doesn't seem to respect env vars the way pkg-config did: https://git.dereferenced.org/pkgconf/pkgconf/issues/2 This commit fixes the nightly build, which was failing: http://sdkbuilder.gnome.org/logs/build-2018-07-19-082003/build-gnome-apps-nightly-master-org.gnome.Contacts-x86_64.txt
* CI: Fix flatpak jobJordan Petridis2018-07-241-1/+1
|
* Update German translationTim Sabsch2018-07-171-87/+113
|
* Update Brazilian Portuguese translationBruno Lopes da Silva2018-07-091-102/+127
|
* Update Catalan translationJordi Mas2018-06-301-97/+123
|
* ContactSheet: deduplicate add_row_with_*button.Niels De Graef2018-06-241-25/+5
| | | | | Might be a bit ugly, but at least when we're changing stuff, we don't have to do it twice.
* Update Chinese (Taiwan) translationYi-Jyun Pan2018-06-131-88/+113
|
* Update Catalan translationJordi Mas2018-06-101-2/+2
|
* Fix OARS chat mistakeNick Richards2018-06-051-2/+2
|
* Add OARS tagsnick richards2018-06-051-1/+30
|
* CI: build for the latest version of OSs.Niels De Graef2018-05-271-18/+19
| | | | | Also add Ubuntu to the CI pipeline, I don't want to be biased to one distro or the other.
* AvatarSelector: use a FileChooserNative.Niels De Graef2018-05-272-7/+5
| | | | | | This means we no longer need to specify access permissions to $HOME. Fixes #96.
* README: add more info for (new) contributors.Niels De Graef2018-05-271-8/+23
| | | | Fixes issue #97.
* Flatpak: fix Git URLs after mass GitLab migration.bugfix/fix-flatpakNiels De Graef2018-05-271-11/+10
|
* Release unstable version 3.29.23.29.2Niels De Graef2018-05-242-1/+20
|
* Fix desktop icon in the Persian translationPiotr Drąg2018-05-221-1/+1
|
* Merge branch 'master' of gitlab.gnome.org:GNOME/gnome-contactsMatej Urbančič2018-05-1539-1078/+1592
|\
| * Update Hungarian translationBalázs Meskó2018-05-131-89/+113
| |
| * Update POTFILES.inPiotr Drąg2018-05-081-1/+1
| |
| * Updated Spanish translationDaniel Mustieles2018-05-081-10/+10
| |
| * ContactSheet: solve Critical with an empty first persona.Niels De Graef2018-05-081-6/+6
| |
| * ContactForm: use a common container Grid.Niels De Graef2018-05-088-72/+53
| | | | | | | | | | | | This is already a common structure of both the ContactEditor and the ContactSheet. By declaring this in the parent class, we can freely make changes while make sure it's consistent over both classes.
| * ContactSheet: use a container grid.Niels De Graef2018-05-084-58/+43
| | | | | | | | | | By using that instead of directly attaching the widgets to itself, we can extract more common code wth ContactEditor into ContactForm.
| * ContactForm: extract code to create PersonaStore label.Niels De Graef2018-05-083-17/+18
| | | | | | | | | | Also fix the wrong persona store labels being hidden in the ContactSheet.
| * ContactForm: create a common base structure.Niels De Graef2018-05-089-40/+77
| | | | | | | | | | ContactEditor and ContactSheet share a lot of common code. By having a ContactForm class, we can exploit this to remove some copy-pasta.
| * ContactEditor: don't reuse for multiple contacts.Niels De Graef2018-05-082-138/+126
| | | | | | | | | | | | This meant we had to take care of much more state than desirable. This also allows us to take care of some stuff like extracting common code with that in the ContactSheet.
| * Update Turkish translationEmin Tufan Çetin2018-05-061-84/+107
| |
| * Update Friulian translationFabio Tomat2018-05-061-10/+11
| |
| * Update Romanian translationDaniel Șerbănescu2018-05-061-8/+9
| |
| * Update Indonesian translationKukuh Syafaat2018-05-061-86/+110
| |
| * Revert "Store: add contacts in a separate thread."Niels De Graef2018-05-051-23/+7
| | | | | | | | | | | | | | | | | | | | This reverts commit 9c256a5c7917a01f844c43501468c4700a4fcc28. Tried adding multithreading a bit too naively at that point. It's possible to get it working using a Glib.RWLock, but that makes the code whole lot less clean, so I don't want to use that. In the long term, we need to think of a good strategy for this problem (such as possibly not having a separate arraylist for the Contacts anymore).
| * Updated Czech translationMarek Černocký2018-05-041-9/+9
| |
| * Silence valac warnings about Error throwing.Niels De Graef2018-05-022-10/+11
| |
| * CI: build a Flatpak bundle for people to try out.Niels De Graef2018-04-301-3/+3
| |
| * Rename icon to use org.gnome.Contacts (our app ID).Niels De Graef2018-04-3014-9/+11
| | | | | | | | Fixes #95.
| * Update Romanian translationDaniel Șerbănescu2018-04-261-292/+707
| |
| * Updated Czech translationMarek Cernocky2018-04-241-82/+106
| |
| * Updated Spanish translationDaniel Mustieles2018-04-241-87/+110
| |
* | Updated Slovenian translationMatej Urbančič2018-05-091-34/+35
|/
* Updated Slovenian translationMatej Urbančič2018-04-231-78/+103
|
* Update Friulian translationFabio Tomat2018-04-231-82/+106
|
* WIP: Refactor ContactSheet property adding.Niels De Graef2018-04-222-103/+148
| | | | | Use a similar style as ContactEditor, so we can extract more easily common code.
* Added Slovenian translationMatej Urbančič2018-04-201-65/+56
|
* Added Slovenian translationMatej Urbančič2018-04-201-275/+408
|
* avatar-selection: Use Unicode ellipses in translatable stringsPiotr Drąg2018-04-202-3/+3
| | | | | | See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772263
* avatar-selection: Use popover and window for crop/cheeseElias Entrup2018-04-1811-475/+410
| | | | | | | | | | | The avatar selection used to happen in a separate window including cropping and webcam. This commit introduces a Popover instead. For cropping and webcam, a separate window is opened again. These design changes were done according to new mockups. https://gitlab.gnome.org/GNOME/gnome-contacts/issues/84
* cc-crop-area: Highlight circle and only draw cornersElias Entrup2018-04-171-48/+30
| | | | | | | | | | | The preview was a rectangle previously. This commit darkens the background further, highlights only a circle and not the rectangle and draws only the corners and not the whole rectangle. These changes were made according to new design mockups. https://gitlab.gnome.org/GNOME/gnome-contacts/issues/84
* AboutDialog: Mark the copyright string translatable.Niels De Graef2018-04-141-1/+1
| | | | Also prefer the © character instead of writing out "copyright".
* ContactPane: split set_edit_mode in 2 methods.Niels De Graef2018-04-143-71/+58
| | | | | | | * A start_editing() method * A stop_editing() method Also clean up those methods a bit.
* Window: Don't create a contact when creating/updatingwip/aplazas/new-contactAdrien Plazas2018-04-131-0/+3
| | | | | This avoid the contact creation and edition to conflict when an action like Ctrl+N triggers a new contact creation.