- 02 May, 2016 1 commit
-
-
Laurent Montel authored
This reverts commit 403aaea3.
-
- 01 May, 2016 1 commit
-
-
Laurent Montel authored
-
- 30 Apr, 2016 1 commit
-
-
Daniel Vrátil authored
Probably some OTP refactoring broke displaying of ITIP invitation. This patch fixes the problem. It may not fix the root cause of the problem, but at least it makes ITIP invitations work again. What happens is that OTP::parseObjectTreeInternal() first calls Formatter::format() without the asyncResultObserver. Without this patch it still creates the new memento, but does not connect it to the observer. Then OTP calls the Formatter again immediatelly after, but this time with a valid asyncResultObserver. Because the memento already exists, this only triggers the codepath that checks whether the memento is finished (which it is not) and exists. When the memento is finished nothing happens, because it wasn't initially connected to the observer to force update of the Viewer. With this patch we don't create the memento if there is no asyncResultObserver. That means that the next time the Formatter is called with a valid asyncResultObserver we create the memento and connect it to the observer. Once the memento is finished, the Viewer is updated and the invitation is displayed correctly. Differential Revision: https://phabricator.kde.org/D1512
-
- 29 Apr, 2016 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Laurent Montel authored
-
- 28 Apr, 2016 1 commit
-
-
Laurent Montel authored
-
- 27 Apr, 2016 7 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Laurent Montel authored
-
- 26 Apr, 2016 1 commit
-
-
Laurent Montel authored
-
- 25 Apr, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 24 Apr, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 23 Apr, 2016 5 commits
-
-
Daniel Vrátil authored
The copy-paste mistake caused that the issues fixed in previous commits were really only fixed in EventEditTest, not the other two.
-
Daniel Vrátil authored
The tests accidentally started Akonadi because the tested class instantiates EventEdit (or Todo/NoteEdit) class, which internally instantiates CollectionComboBox, which then starts Akonadi. This can be workaround by passing setting the MessageViewer::_k_fooEditStubModel, which prevents the CollectionComboBox from using Akonadi models.
-
Daniel Vrátil authored
Make sure the window is active before checking for a widget focus. This does not really affect CI, but when running tests locally, the WM may cause the test window to not be active making focus tests fail.
-
Daniel Vrátil authored
First make sure the test is not overwriting actual config files when running locally. Then we can write fake values into the config to make the check for default pre-selected collection work again.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 22 Apr, 2016 2 commits
-
-
Laurent Montel authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 21 Apr, 2016 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 20 Apr, 2016 3 commits
-
-
Laurent Montel authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Laurent Montel authored
-
- 16 Apr, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 15 Apr, 2016 1 commit
-
-
Laurent Montel authored
-
- 12 Apr, 2016 1 commit
-
-
Script Kiddy authored
-
- 09 Apr, 2016 4 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 08 Apr, 2016 3 commits
-
-
Yuri Chornoivan authored
-
Laurent Montel authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 07 Apr, 2016 1 commit
-
-
Laurent Montel authored
-