Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove useless mbox + use a real test key in conversation test view | Minijackson | 2018-03-08 |
| | |||
* | Add key import | Minijackson | 2018-03-08 |
| | |||
* | Add support for adding attachments in test store | Minijackson | 2018-03-08 |
| | |||
* | Search in conversationview | Christian Mollekopf | 2018-02-23 |
| | | | | ...via syntax highligher or search api. | ||
* | Demonstrate reflow problems | Christian Mollekopf | 2018-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 Mollekopf | 2018-02-22 |
| | | | | This fixes marking partially unread threads as read. | ||
* | More utf8 chars | Christian Mollekopf | 2018-02-14 |
| | |||
* | Test utf-8 rendering | Christian Mollekopf | 2018-02-13 |
| | | | | the snowflake doesn't work | ||
* | Create thread for conversationview | Christian Mollekopf | 2018-01-11 |
| | |||
* | Inherit folder id (we can't hardcode it) | Christian Mollekopf | 2018-01-10 |
| | |||
* | Run views with a test dataset using TestStore. | Christian Mollekopf | 2018-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). |