- 23 Jun, 2020 1 commit
-
-
Jonathan Riddell authored
GIT_SILENT
-
- 22 Jun, 2020 1 commit
-
-
Nate Graham authored
BUG: 423122 FIXED-IN: 5.20
-
- 21 Jun, 2020 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"
-
Friedrich W. H. Kossebau authored
-
- 20 Jun, 2020 2 commits
-
-
Alexander Lohnau authored
FEATURE: 419718
-
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"
-
- 19 Jun, 2020 1 commit
-
-
Alexander Lohnau authored
-
- 18 Jun, 2020 3 commits
-
-
Ivan Čukić 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
-
- 17 Jun, 2020 3 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"
-
- 16 Jun, 2020 5 commits
-
-
Ivan Čukić authored
Properly mark as changed when the user checks or unchecks a specific runner.
-
Jonathan Riddell authored
GIT_SILENT
-
Alexander Lohnau authored
-
Alexander Lohnau authored
BUG: 399554
-
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"
-
- 14 Jun, 2020 1 commit
-
-
Daan De Meyer authored
-
- 13 Jun, 2020 2 commits
-
-
Alexander Lohnau 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"
-
- 12 Jun, 2020 4 commits
-
-
Daan De Meyer authored
-
Alexander Lohnau authored
BUG: 422398
-
Nate Graham authored
Summary: This patch implements the part of T12441 that was virtually universally agreed-to: switching out the regular Task Manager for an Icons-Only Task Manager and pinning some apps by default. The panel is also thickened to to 46px (with the default font, since the calculation is based on GridUnits, which are font-aware). The panel remains in its current position pending further discussion about whether or not we want to move it to the left edge. Ideally I'd like for this patch to used for discussions about the implementation, not the general concept, so if you have concerns about that, please put them in T12441. Test Plan: This is now the default panel: {F8290193} Reviewers: #vdg, #plasma, niccolove, cblack Reviewed By: #vdg, #plasma, niccolove, cblack Subscribers: rikmills, mart, filipf, kmaterka, gvgeo, davidedmundson, ndavis, niccolove, The-Feren-OS-Dev, plasma-devel Tags: #plasma Maniphest Tasks: T12441 Differential Revision: https://phabricator.kde.org/D27845
-
Nate Graham authored
Summary: We receive many complaints and bug reports about the current UI for adjusting panel thickness. People don't figure out that they have to drag on the button, and when they do, they complain that it's too hard to set the value finely enough. This patch removes the draggable button and replaces it with a more conventional SpinBox, which in D29534 is given ability to adjust the values by scrolling over it or clicking and dragging. This yields the following improvements: - The way you adjust panel thickness is now more obvious - The existing drag-to-adjust behavior is much nicer and less buggy - Panel thickness can now be specified numerically - Fine-tuning panel thickness is now easier using any adjustment method - We have one fewer custom control to maintain - Bugs in custom scrolling implementation go away Touch friendliness is maintained because this SpinBox has an inherently touch-friendly design with large touchable buttons that can be held down to quickly adjust the value, and touch-and -drag still works after D29534 is applied. I wouldn't mind using this SpinBox design elsewhere too; see T9460. BUG: 418700 BUG: 421169 FIXED-IN: 5.19 Test Plan: {F8301480} {F8301388} Reviewers: abetts, #vdg, #plasma, mart Reviewed By: #vdg, #plasma, mart Subscribers: mart, ahiemstra, cblack, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29535
-
- 11 Jun, 2020 6 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau 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
-
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
-
- 10 Jun, 2020 1 commit
-
-
Nate Graham authored
BUG: 422656
-
- 09 Jun, 2020 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 Jun, 2020 3 commits
-
-
Adriaan de Groot authored
- setupBindings() was deprecated in 5.45, plasma-desktop requires 5.71 - follow the suggested KDeclarative replacement of setupBindings()
-
Adriaan de Groot authored
- The q-pointer isn't used right now, so Clang complains about it; removing it is an option, but then we might get surprising ping-pongs if more functionality is added to the private class. Use Q_UNUSED instead.
-
Adriaan de Groot authored
The prototype for crypt(3) is in <unistd.h> on Linux and FreeBSD. The <crypt.h> header isn't needed at all. There's also machinery for detecting the presence of <crypt.h>, defining HAVE_CRYPT_H, but we don't need that. Reported and resolved independently in https://phabricator.kde.org/D29847 @nicofe tested that this works on Linux @adridg tested that this works on FreeBSD
-
- 07 Jun, 2020 3 commits
-
-
Adriaan de Groot authored
- from local directory, use "" (esp. the header file for this .cpp)
-
Adriaan de Groot authored
- Missing letter "w" and "W" in list of characters meant only 62 letters, so less than 6 bits of randomness per salt char. - A char array like this one still has a trailing NUL char which affects the sizeof. Since bounded produces a number < its second argument, need to discount the NUL so we only index into the letters-part of the string. Add static_assert() to catch this.
-
Adriaan de Groot authored
- the array of salt chars should be const, it's read-only - the array of salt chars should be static, since it is initialized to a constant value anyway and can live beyond this one function - sizeof(char) is 1 by the standard, so remove the weird array-size calculation: here saltCharacters has type (const) char[63], and its sizeof() is 63
-