summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* avatar: set pixbuf to null if avatar is removednielsdg/avatar-buttonNiels De Graef2023-02-211-1/+3
* Add EditableAvatar custom widgetNiels De Graef2023-02-214-24/+83
* Stop using GtkDialognielsdg/no-more-gtkdialogNiels De Graef2023-02-205-160/+74
* general: Shorten tooltipsAutomeris naranja2023-02-191-1/+1
* main-window: Add a menu item to export all contactsNiels De Graef2023-02-122-4/+17
* Add shortcuts for saving/canceling contact editNiels De Graef2023-02-121-7/+23
* editor: Allow removing a birthdayNiels De Graef2023-02-121-13/+32
* Add Ctrl+F shortcut for searching contactsNiels De Graef2023-02-111-0/+5
* Use less return_val_if_fail checksNiels De Graef2023-02-114-39/+38
* contact: Add QR code to share individual contactsHendrik Müller2023-02-113-10/+135
* primary-menu: Rename IDs and tooltipHari Rana2023-02-091-2/+2
* Show leap day birthdays on February 28th in non-leap yearsRuben Schmidmeister2023-01-122-4/+26
* application: Fix "Send an Email to %s" tooltip seems untranslatedsabriunal2022-12-021-1/+1
* application: Add shortcut support for preferencessabriunal2022-12-021-0/+1
* Make goa an optional dependencyNiels De Graef2022-10-233-3/+11
* store: Make sure we don't add individuals twiceNiels De Graef2022-10-111-1/+1
* contact: Copy the chunks before applying changesNiels De Graef2022-10-111-4/+7
* Keep track if a chunk has changedNiels De Graef2022-10-1116-23/+330
* pane: Select the new individual after saving changesNiels De Graef2022-10-092-3/+27
* editor: Don't use null propertiesNiels De Graef2022-09-291-0/+3
* editor: make sure properties have null terminatorNiels De Graef2022-09-131-0/+2
* ContactEditor: show property with an animationNiels De Graef2022-09-081-10/+16
* store: Fix ignoring newly added individualsNiels De Graef2022-09-081-2/+4
* utils: Ensure pure key-file individuals are ignoredNiels De Graef2022-09-081-12/+10
* Create a "core" static libraryNiels De Graef2022-09-084-23/+58
* Move link suggestions to Contacts.StoreNiels De Graef2022-09-083-37/+37
* Move primary address book logic to Contacts.StoreNiels De Graef2022-09-084-8/+13
* Remove AddressbookDialogNiels De Graef2022-09-083-87/+0
* utils: Cleanup and remove all Gtk/Adw related methodsNiels De Graef2022-09-086-59/+16
* Make sure `BinChunkChild`ren are sortedNiels De Graef2022-09-083-79/+48
* Move TypeDescriptor related items to coreNiels De Graef2022-09-084-4/+3
* contact: Don't use Gtk.INVALID_LIST_POSITIONNiels De Graef2022-09-081-3/+3
* contact: Don't keep a reference to the storeNiels De Graef2022-09-082-24/+13
* contact: Avoid ChunkFilter for finding chunksNiels De Graef2022-09-081-18/+27
* Contact: allow the contacts store to be nullNiels De Graef2022-09-061-9/+17
* main-window: Drop the current contact after the transitionAdrien Plazas2022-09-031-0/+1
* Emit a log message if no address books are foundNiels De Graef2022-09-031-0/+12
* Mark some import/export related strings as translatableNiels De Graef2022-09-032-3/+3
* Introduce the concept of Contacts.ChunkNiels De Graef2022-09-0335-2200/+3084
* query-filter: Optimize for empty SimpleQueryNiels De Graef2022-08-271-0/+4
* Fix typo (founds->found)Anders Jonsson2022-08-261-1/+1
* Create a custom sorter for AbstractFieldDetailsNiels De Graef2022-08-175-65/+109
* utils: Remove some unused functionsNiels De Graef2022-08-171-24/+0
* Add a GtkFilter and GtkSorter for PersonasNiels De Graef2022-08-176-80/+170
* query-filter: Optimize for SimpleQueryNiels De Graef2022-08-171-4/+44
* main-window: Unselect sidebar item in a less janky wayAlexander Mikhaylenko2022-08-121-3/+4
* Fix unselecting sidebar itemAlexander Mikhaylenko2022-08-124-14/+23
* contact-sheet: Set wrap mode for the name labelAlexander Mikhaylenko2022-08-121-0/+1
* contact-sheet: Set title-selectable property directlyNiels De Graef2022-08-091-3/+1
* accounts-list: Don't autoselect an address bookNiels De Graef2022-08-081-1/+3