John Maguire
|
341dc7326f
|
Reformat all C++
|
2020-09-22 14:56:06 +01:00 |
SDNick484
|
ed0078b8d4
|
Adds missing QPainterPath include
|
2020-05-28 10:24:47 +01:00 |
Arun Narayanankutty
|
dd1dcb0b6b
|
use normal text color for volume
|
2016-01-20 19:51:34 -06:00 |
John Maguire
|
3aac164f1e
|
Reverse volume slider direction with horizontal scroll.
Fixes #5064
|
2015-10-08 13:31:29 +01:00 |
narunlifescience
|
eaf79c3397
|
rename similar functions
|
2015-09-21 14:07:43 -05:00 |
narunlifescience
|
c2e11bed30
|
move functions to private section & rename a function
|
2015-09-21 13:25:31 -05:00 |
narunlifescience
|
90c09d1d0a
|
code optimized & added paintevent entry for theme change
Update sliderwidget.cpp
|
2015-09-19 00:28:59 -05:00 |
narunlifescience
|
4d75fc086b
|
volume slider handle glow effect using system theme
clean up
|
2015-09-17 16:19:57 -05:00 |
narunlifescience
|
785a7ee717
|
changed variable name & comments added
|
2015-09-16 06:10:13 -05:00 |
narunlifescience
|
af8cccc1cd
|
theme change check inside paint event
|
2015-09-15 16:43:52 -05:00 |
narunlifescience
|
e269f7ae40
|
const & format
|
2015-09-14 07:38:07 -05:00 |
narunlifescience
|
aaec092454
|
Volume Pixmap render
volume pixmap
|
2015-09-14 06:50:46 -05:00 |
Arun Narayanankutty
|
9d3e3eb33a
|
Update sliderwidget.cpp
|
2015-09-10 12:14:32 -05:00 |
Arun Narayanankutty
|
e2063fe78b
|
volume text color palette
This modification makes the volume percentage text color match general text color.
|
2015-09-10 11:11:43 -05:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
David Sansome
|
2b17a8ee1f
|
Revert r1344 (the timer tracing), it didn't help
|
2010-06-25 22:04:24 +00:00 |
David Sansome
|
cc6413ab0e
|
Add tracing to every timer event, might help track down CPU usage...
|
2010-06-25 08:46:03 +00:00 |
David Sansome
|
1aee5e4667
|
Split all the source files up into seven new directories.
|
2010-05-10 21:50:31 +00:00 |