Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A first draft of the threading algorithm. | Christian Mollekopf | 2016-09-20 |
| | |||
* | Refactored the query part of the entity reader into DataStoreQuery. | Christian Mollekopf | 2016-09-19 |
| | | | | | | | | | DataStoreQuery now encapsulates the low-level query that operates directly on the storage. It no longer has access to the resource buffers, and is instantiated by the type implementation, so we can specialize the query alogorithm per type, but not per resource. This will allow us to implement the threading queries for the mailtype. | ||
* | Namespaces can't be used in templates. | Christian Mollekopf | 2016-07-18 |
| | |||
* | Support for creating accounts via sinksh | Christian Mollekopf | 2016-07-15 |
| | |||
* | Centrally define global types | Christian Mollekopf | 2016-07-11 |
| | |||
* | Shorten the types to be more distinctive. | Christian Mollekopf | 2016-07-08 |
| | | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. | ||
* | A new debug system. | Christian Mollekopf | 2016-07-07 |
| | | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names. | ||
* | Prepare for making the resource status available | Christian Mollekopf | 2016-07-05 |
| | |||
* | Dummyresource mailtest | Christian Mollekopf | 2016-06-26 |
| | |||
* | Use specialpurpose preprocessor which gives us trash folder support. | Christian Mollekopf | 2016-06-26 |
| | |||
* | A working mailtransport resource | Christian Mollekopf | 2016-06-17 |
| | |||
* | Move to trash | Christian Mollekopf | 2016-06-15 |
| | |||
* | Prepared trash test | Christian Mollekopf | 2016-06-15 |
| | |||
* | Get folder moves to work, and fix the mime message moving. | Christian Mollekopf | 2016-06-13 |
| | |||
* | Defined resource capabilities. | Christian Mollekopf | 2016-06-08 |
| | |||
* | Avoid extra dependency in public header. | Christian Mollekopf | 2016-06-06 |
| | |||
* | A central place to generate uuid's | Christian Mollekopf | 2016-06-05 |
| | |||
* | Allow the maildir resource to skip the folder rename test | Christian Mollekopf | 2016-06-05 |
| | |||
* | The maildir resource passes the maildirmailsync test | Christian Mollekopf | 2016-05-31 |
| | |||
* | The imap resource doesn't support drafts yet | Christian Mollekopf | 2016-05-29 |
| | |||
* | create macro | Christian Mollekopf | 2016-05-24 |
| | |||
* | ImapResource prototype | Christian Mollekopf | 2016-05-22 |
| | |||
* | Property definitions | Christian Mollekopf | 2016-05-10 |
| | | | | | Instead of hardcoding assumptions all over the place we create typesafe setters and getters for all properties. | ||
* | Resource factory methods and capability filter. | Christian Mollekopf | 2016-05-09 |
| | |||
* | Support for a draft property | Christian Mollekopf | 2016-05-08 |
| | |||
* | Restore the folder icon accessor | Christian Mollekopf | 2016-05-05 |
| | |||
* | The folder specialpurpose field | Christian Mollekopf | 2016-05-03 |
| | |||
* | Create entities with set resourceInstanceIdentifier | Christian Mollekopf | 2016-05-03 |
| | |||
* | Avoid accidental implicit conversions | Christian Mollekopf | 2016-05-02 |
| | |||
* | Helper to set application domain types. | Christian Mollekopf | 2016-05-01 |
| | |||
* | Setter and getter for blob properties | Christian Mollekopf | 2016-05-01 |
| | |||
* | Fixed identity lookup | Christian Mollekopf | 2016-04-13 |
| | |||
* | Register the Identity type | Christian Mollekopf | 2016-04-13 |
| | |||
* | Fixed identity | Christian Mollekopf | 2016-04-12 |
| | |||
* | Added identity support | Christian Mollekopf | 2016-04-12 |
| | |||
* | accountstest and a way to create new entities | Christian Mollekopf | 2016-04-10 |
| | |||
* | List available properties. | Christian Mollekopf | 2016-04-09 |
| | | | | Required for the show sinksh command | ||
* | Better constructors for resources and accounts | Christian Mollekopf | 2016-03-17 |
| | |||
* | Added support for accounts | Christian Mollekopf | 2016-03-15 |
| | |||
* | Added an index for mail sorting by date on folder queries | Christian Mollekopf | 2016-02-16 |
| | |||
* | Prepared sort indexes | Christian Mollekopf | 2016-02-16 |
| | |||
* | Avoid constantly printing errors | Christian Mollekopf | 2016-02-10 |
| | | | | ...if the mimeMessage property is not loaded by a query | ||
* | Use Sink instead of SinkCommon | Christian Mollekopf | 2016-02-09 |
| | |||
* | Fixed modifications | Christian Mollekopf | 2016-02-01 |
| | |||
* | Insall sincommon_export.h | Christian Mollekopf | 2016-01-31 |
| | |||
* | Explicitly state visibility | Christian Mollekopf | 2016-01-31 |
| | | | | | | | | | This cuts the exportet symbols from 12k to 2k and the library size from 16Mb to 14Mb, which isn't great but still an improvement. About 30% of the symbols are coming from the Store:: interface. nm -C -D /work/install/lib64/libsinkcommon.so.0.1 | ||
* | Enabled and fixed a bunch of warnings | Christian Mollekopf | 2016-01-31 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Separated the Resource from the rest by introducing Entity | Christian Mollekopf | 2016-01-13 |
| | |||
* | Ensure the initialization of the TypeIndex is threadsafe. | Christian Mollekopf | 2015-12-27 |
| | | | | Multiple initial queries can be running at the same time. |