Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use SINK_REGISTER_TYPES to avoid repeating the types | Christian Mollekopf | 2017-02-16 |
| | |||
* | PropertyParser to properly parse different property types. | Christian Mollekopf | 2017-02-16 |
| | |||
* | PropertyRegistry for runtime information about properties. | Christian Mollekopf | 2017-02-16 |
| | | | | A first usecase is parsing different property types. | ||
* | Mails don't have uid's | Christian Mollekopf | 2017-02-16 |
| | |||
* | Make libgit2 actually optional for tests | Heiko Becker | 2017-02-14 |
| | | | | | | | | | | | | Test Plan: cmake configure passes without a hard error. Reviewers: cmollekopf, #kde_pim Reviewed By: cmollekopf, #kde_pim Subscribers: dvratil, cmollekopf Differential Revision: https://phabricator.kde.org/D4443 | ||
* | Avoid crashing if we get too many notifications. | Christian Mollekopf | 2017-02-14 |
| | | | | | If notifications come in faster than we can process them we'd run into the assert. | ||
* | Separate results | Christian Mollekopf | 2017-02-13 |
| | |||
* | sinksh drop to drop the cache | Christian Mollekopf | 2017-02-13 |
| | |||
* | Removed unnecessary debugoutput | Christian Mollekopf | 2017-02-13 |
| | |||
* | Use SINK_REGISTER_TYPES | Christian Mollekopf | 2017-02-13 |
| | |||
* | Support a property-per-line printing style in list | Christian Mollekopf | 2017-02-13 |
| | | | | | Otherwise this becomes completely unreadable. Currently only used with --showall. With this "sinksh show" should no longer be necessary. | ||
* | Avoid triggering reinsert if the leader doesn't change. | Christian Mollekopf | 2017-02-13 |
| | |||
* | Fixed index removals | Christian Mollekopf | 2017-02-13 |
| | |||
* | Ensure we don't accidentally pick up a dataChanaged signal from the | Christian Mollekopf | 2017-02-13 |
| | | | | initial fetch. | ||
* | Don't emit superfluous remove signals. | Christian Mollekopf | 2017-02-13 |
| | | | | | We often let removal updates through and expect the model to deal with superfluous updates, this now actually implements that. | ||
* | Fixed reduction updates with stateful query. | Christian Mollekopf | 2017-02-13 |
| | | | | | | Some filters need to maintain state between runs in order to be able to emit only what has changed. This now also make reduction work for live queries. | ||
* | Move the SINK_EXPORT to the right place. | Christian Mollekopf | 2017-02-13 |
| | | | | Thanks to marcoscarpetta for the patch! | ||
* | Debugoutput | Christian Mollekopf | 2017-02-13 |
| | |||
* | Fixed query flags. | Christian Mollekopf | 2017-02-13 |
| | |||
* | Cleaner index syntax, don't index messageid twice | Christian Mollekopf | 2017-02-13 |
| | |||
* | Use the messageId instead of the uid. | Christian Mollekopf | 2017-02-09 |
| | | | | | The uid is not existing for the mail and the threading requires a messageId. | ||
* | Better debug output | Christian Mollekopf | 2017-02-09 |
| | |||
* | Print value in inspection | Christian Mollekopf | 2017-02-09 |
| | |||
* | sinksh inspect | Christian Mollekopf | 2017-02-08 |
| | |||
* | Remove disconnected sessions from the cached pool. | Christian Mollekopf | 2017-02-08 |
| | |||
* | Don't hardcode capabilities | Christian Mollekopf | 2017-02-08 |
| | |||
* | The logout command will never be executed if the session is not | Christian Mollekopf | 2017-02-08 |
| | | | | connected. | ||
* | Added session cache. | Christian Mollekopf | 2017-02-08 |
| | | | | So we can avoid logging in for every command. | ||
* | Bumped package version | Christian Mollekopf | 2017-02-03 |
| | |||
* | Simplified debug output | Christian Mollekopf | 2017-02-03 |
| | |||
* | Fixed incremental fetching | Christian Mollekopf | 2017-02-03 |
| | |||
* | We can't inhert the copy constructor. | Christian Mollekopf | 2017-02-01 |
| | | | | An the compiler in fedora 26 also tells us that. | ||
* | Explicitly convert | Christian Mollekopf | 2017-02-01 |
| | |||
* | Fixed warnings | Christian Mollekopf | 2017-02-01 |
| | |||
* | We also require kdav | Christian Mollekopf | 2017-02-01 |
| | |||
* | Added new dependency to spec file. | Christian Mollekopf | 2017-02-01 |
| | |||
* | Removed unnecessary debug output. | Christian Mollekopf | 2017-02-01 |
| | |||
* | Only use in the public interface what we have to use. | Christian Mollekopf | 2017-02-01 |
| | |||
* | Don't call into the model after the model has been destroyed. | Christian Mollekopf | 2017-01-31 |
| | |||
* | A model stress test to try to crash the result emitter when used with | Christian Mollekopf | 2017-01-31 |
| | | | | threads. | ||
* | Ensure blooming queries filter as they should | Christian Mollekopf | 2017-01-31 |
| | | | | After the initial bloom, it should turn into a regular filter. | ||
* | disable ctag check for now, cause otherwise we will delete the contatcs in ↵ | Sandro Knauß | 2017-01-30 |
| | | | | non changes collections | ||
* | make scanForRemovals work | Sandro Knauß | 2017-01-30 |
| | |||
* | sync contacts with kasync | Sandro Knauß | 2017-01-30 |
| | |||
* | extract datas from VCard | Sandro Knauß | 2017-01-30 |
| | |||
* | Make syncing of contacts successfully | Sandro Knauß | 2017-01-30 |
| | |||
* | starting with davresource | Sandro Knauß | 2017-01-30 |
| | |||
* | make contacts suitable for applications like sinksh | Sandro Knauß | 2017-01-30 |
| | |||
* | Add Contact as new domain type | Sandro Knauß | 2017-01-30 |
| | |||
* | Don't package those | Christian Mollekopf | 2017-01-26 |
| |