Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | The imap resource can write-back changes | Christian Mollekopf | 2016-06-03 | |
| | ||||
* | Flush the replayqueue before trying inspections. | Christian Mollekopf | 2016-06-02 | |
| | ||||
* | Got rid of the maildirresourcetest | Christian Mollekopf | 2016-05-31 | |
| | ||||
* | The maildir resource passes the maildirmailsync test | Christian Mollekopf | 2016-05-31 | |
| | ||||
* | Fixed revision sorting | Christian Mollekopf | 2016-05-31 | |
| | | | | We used to sort wrong as soon as we got over revision 9. | |||
* | Replace the imapresourcetest with the generic mailsynctest | Christian Mollekopf | 2016-05-31 | |
| | ||||
* | Fixed genericresource so it works with the maildirresourcetest | Christian Mollekopf | 2016-05-29 | |
| | ||||
* | Refactored the generic resource to use separate classes for | Christian Mollekopf | 2016-05-28 | |
| | | | | | | | | changereplay and synchronization. This cleans up the API and avoids the excessive passing around of transactions. It also provides more flexibility in eventually using different synchronization strategies for different resources. | |||
* | Maildir folder inspection | Christian Mollekopf | 2016-05-25 | |
| | ||||
* | Removed everything from maildirresourcetest that is covered in mailtest | Christian Mollekopf | 2016-05-24 | |
| | ||||
* | A much more comprehensive mail test | Christian Mollekopf | 2016-05-24 | |
| | ||||
* | Validate subject and mime message | Christian Mollekopf | 2016-05-24 | |
| | ||||
* | Adapt mailtest for the maildirresource | Christian Mollekopf | 2016-05-24 | |
| | ||||
* | Shared test macros | Christian Mollekopf | 2016-05-24 | |
| | ||||
* | A generic mailtest that can be applied to all resources that support | Christian Mollekopf | 2016-05-24 | |
| | | | | mails. | |||
* | Run maildir tests isolated. | Christian Mollekopf | 2016-05-23 | |
| | ||||
* | Handle modifications in maildir | Christian Mollekopf | 2016-05-11 | |
| | ||||
* | Fixed resource property filtering | Christian Mollekopf | 2016-05-10 | |
| | ||||
* | Updated extracted properties in pipeline. | Christian Mollekopf | 2016-05-09 | |
| | | | | .. and store the correct mimeMesage path (without cur) | |||
* | Index last | Christian Mollekopf | 2016-05-09 | |
| | | | | Otherwise we don't index what is going to be stored. | |||
* | Move mimeMessage in preprocessor, and directly move to cur. | Christian Mollekopf | 2016-05-08 | |
| | | | | | We use the maildir as our internal storage, so the message needs to be moved immediately and not only with changereplay. | |||
* | Updated maildirresource test. | Christian Mollekopf | 2016-05-08 | |
| | ||||
* | Run preprocessors before persising the value. | Christian Mollekopf | 2016-05-08 | |
| | | | | And allow preprocessors to modify the result. | |||
* | Create actual messages in maildir | Christian Mollekopf | 2016-05-05 | |
| | ||||
* | ASYNCCOMPARE and ASYNCVERIFY for maildirresourcetest | Christian Mollekopf | 2016-05-04 | |
| | ||||
* | An in memory testaccount that can be used for application testing. | Christian Mollekopf | 2016-05-03 | |
| | ||||
* | Account filter for resources and contains comparator in query | Christian Mollekopf | 2016-05-01 | |
| | ||||
* | Don't encode the resource type into the identifier | Christian Mollekopf | 2016-04-17 | |
| | ||||
* | Fixed identity lookup | Christian Mollekopf | 2016-04-13 | |
| | ||||
* | Stop abusing the identifier property | Christian Mollekopf | 2016-04-13 | |
| | ||||
* | Fixed accounttest | Christian Mollekopf | 2016-04-12 | |
| | ||||
* | Generalized LocalStorageFacade | Christian Mollekopf | 2016-04-12 | |
| | ||||
* | Use ConfigStore for accounts | Christian Mollekopf | 2016-04-11 | |
| | ||||
* | accountstest and a way to create new entities | Christian Mollekopf | 2016-04-10 | |
| | ||||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 | |
| | | | | clang-format -i */**{.cpp,.h} | |||
* | Fetch more data on demand | Christian Mollekopf | 2016-02-20 | |
| | | | | | | | | We skip values we've already seen and only retrieve the new ones. This currently only properly works in a non-live query and we don't give the model any feedback when we can't fetch more data anymore. However, it generally works and we get the desired effect. | |||
* | Get substring matches to work with sorted duplicates in store | Christian Mollekopf | 2016-02-20 | |
| | ||||
* | Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility | Christian Mollekopf | 2016-02-17 | |
| | ||||
* | Forgot to add testmail for maildir new mail import | Christian Mollekopf | 2016-02-17 | |
| | ||||
* | Pipeline benchmark | Christian Mollekopf | 2016-02-17 | |
| | ||||
* | Mailquerybenchmark stuff | Christian Mollekopf | 2016-02-16 | |
| | ||||
* | Added an index for mail sorting by date on folder queries | Christian Mollekopf | 2016-02-16 | |
| | ||||
* | Added a mailquerybenchmark | Christian Mollekopf | 2016-02-16 | |
| | ||||
* | The top-level fetchMore call happens implicitly | Christian Mollekopf | 2016-02-15 | |
| | ||||
* | Ensure we correctly sort by date. | Christian Mollekopf | 2016-02-15 | |
| | ||||
* | Cleanup | Christian Mollekopf | 2016-02-13 | |
| | ||||
* | Different summaries in the benchmark and fixed printing. | Christian Mollekopf | 2016-02-12 | |
| | | | | The transaction commit invalidates the transaction | |||
* | Benchmark findLatest | Christian Mollekopf | 2016-02-12 | |
| | | | | It's not much slower if there is only one matching entry | |||
* | Sequential keys go badly with findLatest | Christian Mollekopf | 2016-02-12 | |
| | ||||
* | Import new mails as well | Christian Mollekopf | 2016-02-11 | |
| |