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
|
a5160b29cb
|
DialEngine inherits from WidgetStateEngine
Implements focus animations for QDial
|
12 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
|
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
|
a3fab027ba
|
added hover animation for sliders
|
12 years ago |
Hugo Pereira Da Costa
|
2a1c836f72
|
Change busy animation code to use QPropertyAnimation rather than QBasicTimer.
Should be more efficient
|
12 years ago |
Hugo Pereira Da Costa
|
21202e001e
|
Implemented busy progressbar
Cleanup some code
|
12 years ago |