- 09 Aug, 2019 1 commit
-
-
Christoph Feck authored
-
- 31 Jul, 2019 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"
-
- 29 Jul, 2019 1 commit
-
-
Christoph Feck authored
-
- 15 Jul, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 28 Jun, 2019 2 commits
-
-
Alexander Volkov authored
-
Alexander Volkov authored
Summary: Use O_CLOEXEC flag. Reviewers: #kde_applications, aacid Reviewed By: #kde_applications, aacid Differential Revision: https://phabricator.kde.org/D22123
-
- 24 Jun, 2019 4 commits
-
-
Alexander Volkov authored
-
Alexander Volkov authored
Summary: Fast blanked DVD-RW can only be burned in DAO mode. Some DVD drives can't detect whether DVD-RW is fast or fully blanked, and the only way to know it is from the error message from growisofs. Currently k3b shows very uninformative message: "Fatal error during recording: Input/output error". This is because the output of growisofs is not parsed correctly. First of all, stderr output is lost when growisofs is finished, because K3b::ActivePipe closes the corresponding K3b::Process. This is fixed by separating stderr and stdout channels of growisofs. Secondly, the existing code assumes that the message starts with ":-[", while it actually starts with ":-(". Probably the bug was introduced 10 years ago by the commit 3f6bf50c. Reviewers: #kde_applications, aacid Reviewed By: #kde_applications, aacid Subscribers: aacid Differential Revision: https://phabricator.kde.org/D21880
-
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"
-
Script Kiddy authored
-
- 23 Jun, 2019 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"
-
Script Kiddy authored
-
- 14 Jun, 2019 2 commits
-
-
Alexander Volkov authored
-
Alexander Volkov authored
Summary: Fix detection of DVD-RW. Reviewers: #kde_applications, aacid Reviewed By: #kde_applications, aacid Subscribers: aacid Differential Revision: https://phabricator.kde.org/D21751
-
- 10 Jun, 2019 1 commit
-
-
Alexander Volkov authored
Summary: QSignalMapper is obsolete and the code with lambda is shorter and clearer. Reviewers: lesliezhai, aacid Reviewed By: aacid Differential Revision: https://phabricator.kde.org/D15288
-
- 03 Jun, 2019 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"
-
Script Kiddy 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"
-
Script Kiddy authored
-
- 31 May, 2019 2 commits
-
-
Jonathan Esk-Riddell authored
-
Christoph Feck authored
-
- 02 May, 2019 1 commit
-
-
Christoph Feck authored
-
- 18 Apr, 2019 2 commits
-
-
Heiko Becker authored
-
Heiko Becker authored
Summary: With the newer ECM requirement introduced in [1] CMAKE_RUNTIME_OUTPUT_DIRECTORY gets set [2], which causes the tests to fail because they don't find the test executables. Adding the NAME and COMMAND keywords, which aren't really optional according to cmake's docs, makes them pass again. [1] dc40d092 [2] https://phabricator.kde.org/D7198 Differential Revision: https://phabricator.kde.org/D20662
-
- 13 Apr, 2019 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"
-
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"
-
- 08 Apr, 2019 1 commit
-
-
Christoph Feck authored
-
- 02 Apr, 2019 1 commit
-
-
Johannes Obermayr authored
See also: https://cgit.kde.org/k3b.git/commit/?id=026a29ea79 BUG: 405994
-
- 31 Mar, 2019 2 commits
-
-
Albert Astals Cid authored
Summary: Now that the helper actually works it makes no sense to have it hidden behind an option Test Plan: it works Reviewers: dfaure Reviewed By: dfaure Subscribers: security-team, lesliezhai, kossebau, arojas Differential Revision: https://phabricator.kde.org/D20135
-
Christoph Feck authored
-
- 30 Mar, 2019 5 commits
-
-
Albert Astals Cid authored
statusChanged doesn't really seem to work, and even if it worked, it only means the job has been authorized, not that the job has finished, result is what you want for job finished
-
Albert Astals Cid authored
and not KAuth::ActionReply, since this is done via invokeMethod magic and that does string matching
-
Albert Astals Cid authored
-
Albert Astals Cid authored
delete nullptr is fine
-
Albert Astals Cid authored
moc doesn't know about defines so ends up not generating the slots even when the define is on, so just define the slot always and use the guard only in the cpp code
-
- 16 Mar, 2019 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 13 Mar, 2019 1 commit
-
-
Laurent Montel authored
-
- 16 Feb, 2019 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-