summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* core: Avoid return_if_fail macro in ValaNiels De Graef2023-03-0513-13/+13
* Move GVariant serialization into ChunkNiels De Graef2023-03-0216-4/+414
* structured-name-chunk: return null Value if emptyNiels De Graef2023-03-021-1/+1
* addresses-chunk: properly notify is-emptyNiels De Graef2023-03-021-16/+19
* Use less return_val_if_fail checksNiels De Graef2023-02-111-1/+1
* Show leap day birthdays on February 28th in non-leap yearsRuben Schmidmeister2023-01-121-0/+25
* 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-091-1/+13
* Create a "core" static libraryNiels De Graef2022-09-083-3/+56
* utils: Cleanup and remove all Gtk/Adw related methodsNiels De Graef2022-09-081-17/+0
* Make sure `BinChunkChild`ren are sortedNiels De Graef2022-09-081-3/+48
* Move TypeDescriptor related items to coreNiels De Graef2022-09-083-0/+482
* 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-081-20/+8
* 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
* Introduce the concept of Contacts.ChunkNiels De Graef2022-09-0316-0/+1600