- 12 Jan, 2020 3 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
Both plugins follow the same principles and have similar code, each with their own share of small issues and with small inconsistencies in the UI. With a common codebase the behaviour and UI is more consistent, fixes can reach both plugins at the same time as well as new features.
-
Aaron Puchert authored
Summary: When POSIXLY_CORRECT is set, GNU tar will add ctime, atime and the PID of the tar process that created the archive, as pointed out in [1]. To circumvent this, we set the Pax headers manually as recommended, but we only do this when SOURCE_DATE_EPOCH is set, i.e. reproducible builds are desired. [1] https://salsa.debian.org/reproducible-builds/reproducible-website/merge_requests/50/diffs Test Plan: Repeated builds produce the same files now. Changing the input files' timestamps seems without effect. Reviewers: kfunk, #kdevelop, kossebau Reviewed By: #kdevelop, kossebau Differential Revision: https://phabricator.kde.org/D25494
-
- 09 Jan, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
With KDevPlatform no longer a stand-alone product, but effectively only an internal architecture platform of KDevelop, the About data and the About KDevPlatform dialog no longer make sense Any author information is merged with the one of the KDevelop app, which it already almost was a subset of.
-
- 08 Jan, 2020 2 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 07 Jan, 2020 3 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
Using a helper constexp in the KDevelop namespace where lots of endl are used, to limit #if#else#endifs in the code. Can be completely ported once Qt >= 5.14 is min required version GIT_SILENT
-
Friedrich W. H. Kossebau authored
Have QTextStream destructor care for the flushing also, unless needed GIT_SILENT
-
- 06 Jan, 2020 3 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 05 Jan, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
Any linebreaks per message for output on console are added by the logging/message handlers
-
- 02 Jan, 2020 2 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
- 28 Dec, 2019 2 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
José Millán Soto authored
-
- 21 Dec, 2019 3 commits
-
-
Thomas Schöps authored
-
Friedrich W. H. Kossebau authored
Fixup to 2b9608e1 GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 20 Dec, 2019 2 commits
-
-
-
Simplify the implementation of ClangUtils::getRawContents() by using clang_getFileContents(), increase the libclang minimum version requirement accordingly, and remove code for older versions of libclang
-
- 14 Dec, 2019 4 commits
-
-
Juraj Oravec authored
Signed-off-by:
Juraj Oravec <sgd.orava@gmail.com>
-
Juraj Oravec authored
This allows the toolview to take less horizontal space. Signed-off-by:
Juraj Oravec <sgd.orava@gmail.com>
-
Juraj Oravec authored
Signed-off-by:
Juraj Oravec <sgd.orava@gmail.com>
-
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"
-
- 13 Dec, 2019 13 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
BUG:414978 FIXED-IN:5.4.6
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
(cherry picked from commit faded356)
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 12 Dec, 2019 1 commit
-
-
Milian Wolff authored
This removes the duplicate items from the code completion list and unbreaks TestCodeCompletion::testOverrideExecute when running against clang 9. Finally no more failing tests in the clang plugin :) Still ton's of things to do though :(
-