summaryrefslogtreecommitdiffstats
path: root/framework/domain/peoplemodel.cpp
Commit message (Collapse)AuthorAge
* Moved cpp code into src directoryChristian Mollekopf2017-04-05
|
* get firstname/lastname from sinkChristian Mollekopf2017-03-28
|
* Filtering for maillistmodel and peoplemodelChristian Mollekopf2017-03-21
| | | | | | | | Works surprisingly well and is very useful for testing. The searchbar in the maillistmodel is a temporary solution as the global searchbar has some usability issues. E.g. how do we reset the search? As an intermediate step we could just hide the searchbar and make it visible by clicking on the search button.
* add firstname and lastname roles to peoplemodel, update ui to display themMichael Bohlender2017-03-19
|
* Simple peoplemodel for addressbookChristian Mollekopf2017-03-10
Currently just queries for a flat list of contacts. Read-only.