summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Contact: use const string[] for sorted properties.Niels De Graef2018-02-131-1/+1
* Extract ImService to a separate file.Niels De Graef2018-02-134-44/+74
* ContactPane: Update right titlebar after editing contactFrank Zschage2018-02-062-0/+9
* Allow sorting by first name or surname.Niels De Graef2018-02-056-13/+54
* Avatar: Contact.individual is never null.Niels De Graef2018-01-241-2/+1
* Avatar: unnecessary Cairo save() and restore()Niels De Graef2018-01-241-4/+0
* Store: don't use lambda for individuals_changed_detailed.Niels De Graef2018-01-231-67/+69
* ContactList: don't use a separate map for contacts.Niels De Graef2018-01-231-17/+17
* ContactList: simplify sorting function.Niels De Graef2018-01-231-14/+5
* ContactList: right-click == checkbox toggle in selection mode.Niels De Graef2018-01-221-1/+1
* ContactList: start select mode on right click.Niels De Graef2018-01-221-1/+13
* Center: remove xalign.Niels De Graef2018-01-222-7/+1
* Don't use anonymous lambdas if not necessary.Niels De Graef2018-01-223-6/+6
* Avatar: don't add a class style context.Niels De Graef2018-01-221-2/+0
* LinkedAccountsDialog: use GtkTemplate.Niels De Graef2018-01-223-59/+26
* LinkedAccountsDialog: contact name is not translatableNiels De Graef2018-01-221-1/+1
* Window: ngettext call should be correct this time.Niels De Graef2018-01-221-1/+1
* Window: do the ngettext thing properly this time.Niels De Graef2018-01-221-3/+6
* Window: reinstate ngettext() for delete notification.Niels De Graef2018-01-221-2/+3
* Avatar: lazily load the Pixbuf of the avatar.Niels De Graef2018-01-227-44/+39
* Contact: Remove display_name property.Niels De Graef2018-01-2210-23/+19
* ContactList: set visible = true earlier.Niels De Graef2018-01-221-2/+1
* ContactDataRow: prevent display name from "twitching".Niels De Graef2018-01-221-7/+9
* Window: disable edit buttons after canceling the creation a new contact.Niels De Graef2018-01-221-2/+2
* Window: use a single function for contact deletion.Niels De Graef2018-01-222-43/+18
* Window: add tooltips to icon buttons.Niels De Graef2018-01-211-0/+2
* Store: remove unused is_empty()Niels De Graef2018-01-211-8/+0
* Store: use the BackendStore for the IndividualAggregatorNiels De Graef2018-01-211-12/+12
* Utils: remove unused string_is_empty()Niels De Graef2018-01-211-14/+0
* Utils: remove canonincalize_for_search()Niels De Graef2018-01-211-30/+0
* ContactList: use a SimpleQuery for the search filter.Niels De Graef2018-01-213-99/+21
* ContactList: minor checkbox UI tweaksNiels De Graef2018-01-211-7/+12
* Window: no more "Select" title in left header.Niels De Graef2018-01-211-4/+3
* ContactList: only show checkbox on hover.Niels De Graef2018-01-212-18/+37
* ContactList: use and sync the UiState.Niels De Graef2018-01-213-27/+21
* ListPane: also use the UiState.Niels De Graef2018-01-202-26/+29
* Window: allow simultaneously selecting & displaying a contact.Niels De Graef2018-01-202-12/+14
* Avatar: load asynchronously.Niels De Graef2018-01-207-17/+15
* Avatar: remove redundant if-check.Niels De Graef2018-01-201-3/+0
* Avatar: also provide a fallback if contact == nullNiels De Graef2018-01-201-4/+2
* Slightly enlarge the avatar in the contact pane.Niels De Graef2018-01-201-1/+1
* Main: remove Clutter reference.Niels De Graef2018-01-191-2/+0
* Utils: remove dead code.Niels De Graef2018-01-191-48/+0
* Avatar: cleaner UI.Niels De Graef2018-01-195-129/+88
* Don't show a map for an address.Niels De Graef2018-01-193-270/+3
* Add a Favorite button.Niels De Graef2018-01-191-2/+21
* Rename AvatarDialog to AvatarSelector.Niels De Graef2018-01-193-6/+6
* Window: left title: "All Contacts" -> "Contacts".Niels De Graef2018-01-191-4/+2
* Avatar: don't use a button.wip/nielsdg/avatar-no-buttonNiels De Graef2018-01-183-58/+38
* ContactList: show Favorites separately at the top.Niels De Graef2018-01-181-5/+48