summaryrefslogtreecommitdiffstats
path: root/views/conversation
Commit message (Collapse)AuthorAge
* Search in conversationviewChristian Mollekopf2018-02-23
| | | | ...via syntax highligher or search api.
* Demonstrate reflow problemsChristian Mollekopf2018-02-23
| | | | | | | | | ...and cleanup the sizes of the text/html part a bit. Html content with a <pre> tag, such as inserted by an apple mail reply, is not reflowed in the TextEdit (it is in the WebEngineView). And that causes the text edit to run off the side of the conversation view.
* Use the new changes regarding aggregated properties.Christian Mollekopf2018-02-22
| | | | This fixes marking partially unread threads as read.
* More utf8 charsChristian Mollekopf2018-02-14
|
* Test utf-8 renderingChristian Mollekopf2018-02-13
| | | | the snowflake doesn't work
* A basic but working searchviewChristian Mollekopf2018-02-12
|
* More conversationview testingChristian Mollekopf2018-01-11
|
* Create thread for conversationviewChristian Mollekopf2018-01-11
|
* Inherit folder id (we can't hardcode it)Christian Mollekopf2018-01-10
|
* Run views with a test dataset using TestStore.Christian Mollekopf2018-01-10
| | | | | This allows us to start the view using qmlscene with a testdata set that is created in a test datastore (isolated from the regular data).
* Install composer/converations/people as separate views and load themChristian Mollekopf2018-01-10
dynamically.