ivan tkachenko
3d7f4e1024
Add {} to all if-else statements
...
According to KDE style guide, all iffy code must {brace} itself.
Verified with these regular expressions:
^ *if .*[^{]\n
[^#]else$
most remaining matches are multiline conditions, or trailing comments.
3 years ago
Alexander Lohnau
32149dc002
Run clang-format
...
https://invent.kde.org/plasma/plasma-workspace/-/issues/9
4 years ago
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
Yuri Chornoivan
621a4a4087
Fix minor issues found by EBN and typos
7 years ago
Vlad Zagorodniy
004b81c4ef
modernize: delete redundant return statements
...
Summary:
All these return statements are at the end of functions which return
nothing.
Reviewers: #breeze, mart
Reviewed By: mart
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D11638
8 years ago
Hugo Pereira Da Costa
8a61b4184f
partial update to c++11
...
- use auto
- use override
- added some std::initializer_list
9 years ago
Hugo Pereira Da Costa
bd7466be3a
- re-added stacked widget transitions, based on oxygen code
...
- it is disabled by default for the moment, and can only be enabled via hidden option.
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
c65868fab4
added inputWidgetEngine, for abstract item views, line editors, spinboxes and comboboxes
...
it is needed to avoid animation conflicts between lists and buttons (when, e.g. there is a checkbox inside a
list)
11 years ago
Hugo Pereira Da Costa
9e536b6986
removed Q3ListView support
11 years ago
Hugo Pereira Da Costa
e37d3e03ee
scrollbarengine derives from widgetstateengine
...
deal with both hover and focus animations
12 years ago
Hugo Pereira Da Costa
a5160b29cb
DialEngine inherits from WidgetStateEngine
...
Implements focus animations for QDial
12 years ago
Hugo Pereira Da Costa
ca54908cd5
use widgetStateEngine instead of slider engine for QSlider animations.
...
implement focus animation of sliders
12 years ago
Hugo Pereira Da Costa
7552f1b63f
push_back -> append
12 years ago
Hugo Pereira Da Costa
5a88de5ab4
register KTextEditor::View to animations and frameShadowFactory
12 years ago
Hugo Pereira Da Costa
173e476738
removed lineEditEngine. It is identical to widgetStateEngine, so we use the latter instead
12 years ago
Hugo Pereira Da Costa
75f3ab69c3
Implemented separated mouseOver animation for flat toolbuttons menu arrow
12 years ago
Hugo Pereira Da Costa
00a92a64cf
Fix license
12 years ago
Hugo Pereira Da Costa
d189bfd91e
- removed unused mdi window engine
...
- fix mdi titlebar mouseover effect
12 years ago
Hugo Pereira Da Costa
ce4be0f35c
implemented pressed animations for radio buttons and checkboxes
12 years ago
Hugo Pereira Da Costa
104939da80
added mdi window buttons mouse-over
12 years ago
Hugo Pereira Da Costa
4abb699e63
Implemented toolbutton animations
12 years ago
Hugo Pereira Da Costa
aae6b4ddff
simplified seting up animation engines
12 years ago
Hugo Pereira Da Costa
76a5c35a95
removed genericAnimation options
12 years ago
Hugo Pereira Da Costa
51d9757e64
Added toolbox mouse over animation.
12 years ago
Hugo Pereira Da Costa
524a26b1a3
fixed header view animation
12 years ago
Hugo Pereira Da Costa
045907364b
Added animations for tabbars
...
fixed some overlap issues for tabbars
move more number constants to metrics
12 years ago
Hugo Pereira Da Costa
abcae0d8e7
Implemented dial rendering
...
Implemented mouse over animation for dial
Renamed some methods and variables for clarity/consistency
12 years ago
Hugo Pereira Da Costa
a834482a5b
added spinbox arrow hover animation
12 years ago
Hugo Pereira Da Costa
bf091c6580
Moved button panel coloring to helper class
...
Implemented hover animations for ComboBoxes and ComboBox arrow
12 years ago
Hugo Pereira Da Costa
f49765d648
implemented focus and hover animations for most frames
12 years ago
Hugo Pereira Da Costa
a3fab027ba
added hover animation for sliders
12 years ago
Hugo Pereira Da Costa
21202e001e
Implemented busy progressbar
...
Cleanup some code
12 years ago
Hugo Pereira Da Costa
f375719e29
do not use tilesets for checkboxes and radiobuttons
...
added widgetstate engine to handle hover animations
12 years ago
Hugo Pereira Da Costa
744b6fd3c2
added base classes for animations and scrollbar animations
12 years ago