summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't reuse single ContactSheet for multiple contacts.Niels De Graef2018-03-253-99/+64
* app: Update copyright years in the about dialogPiotr Drąg2018-03-251-1/+1
* ContactPane: add MaxWidthBin in the template.Niels De Graef2018-03-251-9/+3
* MaxWidth: rename Center and extract to its own file.Niels De Graef2018-03-254-51/+72
* Window: use flag operations in window_state_event()Niels De Graef2018-02-241-6/+3
* Contacts.Window: remember width and height of windowFrank Zschage2018-02-183-4/+101
* Contact: simplify persona_is_google_other()Niels De Graef2018-02-181-3/+1
* Contact: clean up field sorting code.Niels De Graef2018-02-181-39/+25
* Contact: simplify persona_is_google()Niels De Graef2018-02-181-5/+1
* Contact: clean up the persona stores result.Niels De Graef2018-02-181-9/+4
* Contact: clean up persona store sorting function.Niels De Graef2018-02-171-32/+22
* Contact: remove the personas_changed signal.Niels De Graef2018-02-173-27/+13
* Contact: sort postal addresses before notes.Niels De Graef2018-02-131-2/+1
* Contact: clean up sorting of persona properties.Niels De Graef2018-02-131-31/+13
* 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