David Redondo
ee55b18de6
Convert copyright statements to SPDX expressions
...
I was in a video call with Volker and asked him under which license the GtkUpdateIconCache
is licensed.
6 years ago
David Edmundson
4edf2cc983
Port connections to new syntax
...
Summary: Porting done by clazy.
Test Plan: Compiles
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D26823
6 years ago
Vlad Zagorodniy
f632fdc8c4
modernize: delete redundant void args
...
Summary:
Redundant void args are deleted with clang-tidy.
See https://clang.llvm.org/extra/clang-tidy/checks/modernize-redundant-void-arg.html
Reviewers: #breeze, mart
Reviewed By: mart
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D11636
8 years ago
Vlad Zagorodniy
a7b40ce13d
modernize: use nullptr
...
Summary:
The old null pointer constants(NULL, 0, etc) are converted to the
the new C++11 nullptr keyword with clang-tidy.
Reviewers: #breeze, mart
Reviewed By: mart
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D11635
8 years ago
Hugo Pereira Da Costa
32974f572e
Re-implemented the possibility to hide titlebars for specific windows
...
BUG: 344931
11 years ago
Kevin Funk
d827875638
Run convert-to-cmake-automoc.pl over files
...
Fixes warnings from moc
11 years ago
Hugo Pereira Da Costa
101b721c70
hide 'hide titlebar' widget since the corresponding option is not implemented
11 years ago
Hugo Pereira Da Costa
4a2a5c483a
cleanup directory structure
...
removed old breeze decoration svg
11 years ago
Hugo Pereira Da Costa
3cfcd7543d
use member ui rather than inheritance
11 years ago
Hugo Pereira Da Costa
b21c41cdd2
hide 'detect window' button on non X11 platforms
11 years ago
Hugo Pereira Da Costa
f084153ef6
Properly implement exception border size
11 years ago
Hugo Pereira Da Costa
0b5bfb17f9
Added all the code relevant to handle exceptions
11 years ago