Hugo Pereira Da Costa
62ac0c1820
- fixed "missing override" warnings
...
- removed useless "virtual" specifications
- removed useless destructors
- cleanup variable initializations
- moved protected methods as private when possible for better encapsulation
7 years ago
Hugo Pereira Da Costa
8a61b4184f
partial update to c++11
...
- use auto
- use override
- added some std::initializer_list
9 years ago
Pino Toscano
30245abae8
Partially revert "Use Q_DECL_OVERRIDE"
...
The style code can be built with Qt4/kdelibs4 as well, and there is no
Q_DECL_OVERRIDE in that case.
This partially reverts commit 13859b08f7 .
9 years ago
Montel Laurent
13859b08f7
Use Q_DECL_OVERRIDE
9 years ago
Hugo Pereira Da Costa
00a92a64cf
Fix license
12 years ago
Hugo Pereira Da Costa
fcfc4e1837
doxygen
12 years ago
Hugo Pereira Da Costa
ede8d3a628
added widgetexplorer debugging class, and options to enable it.
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
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