summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Don't reuse single ContactSheet for multiple contacts.Niels De Graef2018-03-252-0/+35
| | | | | | | 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.
* ContactPane: add MaxWidthBin in the template.Niels De Graef2018-03-251-0/+10
|
* Release stable version 3.28.3.28Niels De Graef2018-03-121-0/+15
| | | | Hurray! \o/
* Release unstable version 3.27.92.3.27.92Niels De Graef2018-03-051-0/+14
|
* Update flatpak file after the Gitlab move.Arnaud B2018-02-241-1/+1
|
* Release unstable version 3.27.90.3.27.90Niels De Graef2018-02-051-0/+15
|
* Update bugtracker to point to GitLab.Niels De Graef2018-02-051-1/+1
|
* Allow sorting by first name or surname.Niels De Graef2018-02-051-2/+89
| | | | Fixes #54.
* Avatar: don't add a class style context.Niels De Graef2018-01-221-4/+0
| | | | | It won't work with the drawing area, so don't bother with all that extra code.
* ListPane: don't put the filter_entry in a toolbarNiels De Graef2018-01-222-36/+8
|
* LinkedAccountsDialog: use GtkTemplate.Niels De Graef2018-01-222-0/+54
| | | | | Also rename to LinkedPersonasDialog, and use the coding conventions a bit more.
* Window: add tooltips to icon buttons.Niels De Graef2018-01-211-3/+3
|
* ContactList: only show checkbox on hover.Niels De Graef2018-01-211-19/+4
| | | | | | | * Removed the select_button in ContactWindow (as selection_mode is implicitly started by selecting a checkbox). * Updated the cancel_select_button with a new icon (complying with the new mockups).
* Flatpak: remove libchamplain (it's no longer used)Niels De Graef2018-01-191-9/+0
|
* Avatar: cleaner UI.Niels De Graef2018-01-191-1/+1
| | | | | | * Always clip to a circle. * In case there is no avatar, use a specific color for each contact and draw a default icon on top if it.
* Don't show a map for an address.Niels De Graef2018-01-192-41/+0
| | | | | | * It crashed on X * It didn't render properly on Wayland * There are privacy issues
* Add a Favorite button.Niels De Graef2018-01-191-0/+20
| | | | Now that we show favorites separately, that makes sense.
* Rename AvatarDialog to AvatarSelector.Niels De Graef2018-01-192-2/+2
| | | | This is in preparation for transforming it to a popover.
* Window: left title: "All Contacts" -> "Contacts".Niels De Graef2018-01-191-1/+1
| | | | | Since we're now making the distinction between favorites and "all contacts", make sure that the title isn't confusing.
* Avatar: don't use a button.wip/nielsdg/avatar-no-buttonNiels De Graef2018-01-181-7/+2
| | | | | | | Leave all the button logic out of it and just be a simple DrawingArea. NOTE: we temporarily lose our border because of this, but with the new avatars, this should no longer be a problem.
* Make the ContactPane background a bit lighterNiels De Graef2018-01-181-1/+1
|
* ContactList: show Favorites separately at the top.Niels De Graef2018-01-181-3/+0
| | | | See also [bug 792026](https://bugzilla.gnome.org/show_bug.cgi?id=792026).
* ContactEditor: set container_grid in the UI fileNiels De Graef2018-01-181-0/+12
|
* Window: use icon for edit_button.Niels De Graef2018-01-171-13/+9
| | | | This follows the new mockups more closely.
* CSS: Remove unused class .contacts-entryNiels De Graef2018-01-161-18/+3
|
* CSS: remove useless class .month-comboNiels De Graef2018-01-161-9/+0
|
* Clean up the style for the watermark.Niels De Graef2018-01-162-2/+5
|
* Simplify Avatar stylingNiels De Graef2018-01-161-19/+4
|
* Window: rename overlay to notification_overlay.Niels De Graef2018-01-131-1/+1
| | | | Then its purpose is immediately clear.
* Window: No more need for view_switcher StackNiels De Graef2018-01-131-71/+62
|
* ListPane: use the search_changed signal.Niels De Graef2018-01-121-1/+1
| | | | Rather than using the changed signal with its own timeout.
* Appdata: update contact for update_contactNiels De Graef2018-01-121-1/+1
|
* Release unstable version 3.27.4.3.27.4Niels De Graef2018-01-091-0/+17
|
* Extract setup window into a separate class.Niels De Graef2017-12-303-223/+230
| | | | | This simplifies the code in ContactsWindow by a bit and also prevents unnecessary loading of the setup UI.
* Meson: install search provider to the correct dir.Niels De Graef2017-12-281-8/+8
| | | | Also: clean up the directory handling a bit.
* Put a margin around the avatar in ContactSheet.Niels De Graef2017-12-271-0/+6
| | | | | | | This makes sure that it doesn't "jump" when switching to the ContactEditor. Fixes [bug 701370](https://bugzilla.gnome.org/show_bug.cgi?id=701370).
* Meson: don't forget to install the search provider.Niels De Graef2017-12-261-0/+5
|
* Unmark “app.quit” from translationPiotr Drąg2017-12-261-1/+1
|
* Improve Contacts setup UI a bit.Niels De Graef2017-12-262-14/+27
| | | | See [bug 761929](https://bugzilla.gnome.org/show_bug.cgi?id=761929).
* Rename View to the more obvious ContactList.Niels De Graef2017-12-262-3/+3
|
* InAppNotification: tweak the UI a bit.Niels De Graef2017-12-251-1/+6
| | | | See also [bug 727849](https://bugzilla.gnome.org/show_bug.cgi?id=727849)
* Mark strings in help-overlay.ui as translatablePiotr Drąg2017-12-251-6/+6
|
* Add a shortcuts window.Niels De Graef2017-12-253-0/+55
| | | | See also [bug 759582](https://bugzilla.gnome.org/show_bug.cgi?id=759582)
* ContactsWindow: rename toolbars to headers.Niels De Graef2017-12-251-3/+3
|
* Use the conventional path for resources.Niels De Graef2017-12-243-27/+27
| | | | | | | | This makes Gtk+ automagically set our app menu, and it is more consistent with other apps. See [automatic resources] in GtkApplication's documentationfor more info. [automatic resources]: https://developer.gnome.org/gtk3/stable/GtkApplication.html#automatic-resources
* Contacts.ListPane: clean up some code.Niels De Graef2017-12-241-0/+5
|
* ContactListPane: use constructors to pass a StoreNiels De Graef2017-12-241-10/+1
|
* LinkSuggestionGrid: improve the UI a bit.Niels De Graef2017-12-233-1/+92
| | | | | | And while doing so, start using a GtkTemplate. See [bug 696384](https://bugzilla.gnome.org/show_bug.cgi?id=696384).
* ContactsView: get rid of sort_prio & headers.Niels De Graef2017-12-231-0/+7
| | | | | It was an unused field, and the headers were really only being used for separators. We can do this more cleanly (and themeable) with CSS.
* ContactsWindow: use a Cancel button when selecting.Niels De Graef2017-12-231-7/+12
| | | | See [bug 764179](https://bugzilla.gnome.org/show_bug.cgi?id=764179).