- 24 Jul, 2017 2 commits
-
-
David Faure authored
-
David Faure authored
This fixes TESTRUNNER_DB_ENVIRONMENT not being set because the multiline value for QT_LOGGING_RULES broke the sourcing of the shell script. Reviewed live by Dan Vratil.
-
- 22 Jul, 2017 1 commit
-
-
Laurent Montel authored
-
- 14 Jul, 2017 1 commit
-
-
Laurent Montel authored
-
- 08 Jul, 2017 1 commit
-
-
Laurent Montel authored
-
- 06 Jul, 2017 1 commit
-
-
Laurent Montel authored
-
- 30 Jun, 2017 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
If the ETM's Monitor explictly monitors only certain mimetypes, then only populate Collections matching the given mimetypes. Otherwise we might end up populating collections that we know about only because they are ancestors of collections that match the mimetype filter.
-
- 29 Jun, 2017 2 commits
-
-
Daniel Vrátil authored
ServerManager automatically handles Akonadi instances and includes it in the service name.
-
Hannah von Reth authored
-
- 28 Jun, 2017 2 commits
-
-
Hannah von Reth authored
-
Laurent Montel authored
-
- 26 Jun, 2017 1 commit
-
-
Laurent Montel authored
-
- 22 Jun, 2017 5 commits
-
-
Daniel Vrátil authored
MSVC does not like when the same object files are reused for both shared and static linking, so we have to compile the sources twice. GCC/clang don't mind, so we keep using add_library(OBJECT) there.
-
Daniel Vrátil authored
Otherwise MSVC complains that the friend declaration has different visibility from the original declaration.
-
Daniel Vrátil authored
-
Daniel Vrátil authored
The XSL transformation automatically includes the class name when generating the code, so thi way we were ending up with names like Part::Part::Storage instead of Part::Storage, which GCC seems to handle, but MSVC does not like it.
-
Daniel Vrátil authored
-
- 21 Jun, 2017 1 commit
-
-
Daniel Vrátil authored
When Akonadi is started each application and agent starts requesting its Collections and statistics. This causes the CollectionStatistics cache to query the stats for each Collection individually with the very expensive query. On my system all the statistics queries together take over 17 seconds. With this change the CollectionStatistics cache simply pre-fetches statistics for all Collections in single a query, which is MUCH faster (less than a second on my system), because the expensive JOINs only have to be done once. As a result of this change applications and agents become responsive much faster after start and CPU and IO load during start is massively decreased.
-
- 19 Jun, 2017 1 commit
-
-
Laurent Montel authored
-
- 15 Jun, 2017 1 commit
-
-
Laurent Montel authored
-
- 11 Jun, 2017 2 commits
-
-
Martin Koller authored
... since the passed item.parentCollection() is already the target collection Differential Revision: https://phabricator.kde.org/D5711 (cherry picked from commit 33d86e16)
-
Laurent Montel authored
-
- 09 Jun, 2017 1 commit
-
-
Laurent Montel authored
-
- 05 Jun, 2017 1 commit
-
-
Laurent Montel authored
-
- 04 Jun, 2017 1 commit
-
-
Laurent Montel authored
-
- 01 Jun, 2017 1 commit
-
-
Laurent Montel authored
-
- 30 May, 2017 1 commit
-
-
Hannah von Reth authored
Reviewers: dvratil Reviewed By: dvratil Subscribers: #kde_pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D6021
-
- 29 May, 2017 1 commit
-
-
Laurent Montel authored
-
- 28 May, 2017 1 commit
-
-
Laurent Montel authored
-
- 20 May, 2017 2 commits
-
-
Daniel Vrátil authored
-
Daniel Vrátil authored
BUG: 379809 FIXED-IN: 5.5.2
-
- 15 May, 2017 1 commit
-
-
Laurent Montel authored
-
- 11 May, 2017 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 09 May, 2017 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 06 May, 2017 2 commits
-
-
Daniel Vrátil authored
CURRENT_TIMESTAMP is now represented as QDateTime::currentDateTimeUtc() (see a9437332)
-
Martin Koller authored
... since the passed item.parentCollection() is already the target collection Differential Revision: https://phabricator.kde.org/D5711
-
- 05 May, 2017 1 commit
-
-
Martin Koller authored
Differential Revision: https://phabricator.kde.org/D5672
-