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
411fe42857
added missing Q_OBJECT classes
...
moved AppEventFilter from header to cpp file
12 years ago
Hugo Pereira Da Costa
fcfc4e1837
doxygen
12 years ago
Hugo Pereira Da Costa
178a072b88
added frame shadow factory, to paint over viewports
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