Hugo Pereira Da Costa
ffdb7ae427
add more spacing between menuitem text and accelerator, when any
12 years ago
Hugo Pereira Da Costa
ce64acd0dc
Equal SpinBox_MarginWidth and LineEdit_MarginWidth, for visual consistency.
12 years ago
Hugo Pereira Da Costa
6eb967faf1
fix 'recursion' crash when running againts kde4
12 years ago
Hugo Pereira Da Costa
404ae60100
added some more space between text and left margin, when there is no icon
12 years ago
Hugo Pereira Da Costa
359b47b36b
improved text positioning in menu items
12 years ago
Hugo Pereira Da Costa
f175d519d5
remove composition mode from menu panel rendering
12 years ago
Hugo Pereira Da Costa
c74bdc8c66
removed commented code
12 years ago
Hugo Pereira Da Costa
2cd640a27d
Fixed tooltip rendering
12 years ago
Hugo Pereira Da Costa
db8af7f979
change default value for mnemonics visibility
12 years ago
Hugo Pereira Da Costa
acdc466fd5
fixed titlebar button colors
12 years ago
Hugo Pereira Da Costa
1c92b19ada
read mdi window colors from kdeglobals, using WM colors
12 years ago
Hugo Pereira Da Costa
631247fac6
Moved back shadow dimensions to Metrics in breeze.h
...
cleanup shadow rendering code
fix shadow offsets in MDI windows
12 years ago
Hugo Pereira Da Costa
54b498c975
Use standardIconImplementation instead of StandardIcon. This allows the same code to work for both Qt4 and Qt5
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
abba357db0
removed debug
12 years ago
Hugo Pereira Da Costa
388d2edda8
use smaller shadows
12 years ago
Hugo Pereira Da Costa
24fcbe92d0
Rewrite shadow code to match better Breeze svg style
...
- move all metrics shadowhelper
- handle light source from option
- make actual shadow size and offsets adjustable
- calculate 'effective' shadow size, and overlap, accordingly.
12 years ago
Hugo Pereira Da Costa
83c448a2e3
- use upsidedown to get reverselayout from QSliders (this is stupid but due to QSlider code)
...
- calculate grooveRect in proper subelementRect method rather than in rendering method
- improved ticks positioning
12 years ago
Hugo Pereira Da Costa
f523f4d500
improved code for ticks rendering
12 years ago
Hugo Pereira Da Costa
3d05393bf0
Implemented tick marks for QSlider
12 years ago
Hugo Pereira Da Costa
fb861fc3ac
Fixed rendering of toolbuttons in right-to-left mode, when inline indicator is present
12 years ago
Hugo Pereira Da Costa
f6de23920a
cleanup progressbar rendering code
...
- moved calculation of progressbar contents to the relevant SubElement section (SE_ProgressBarContents)
- fixed rendering of right-to-left progress bars
- deal with inverted progress bars when animated
- renamed handleRightToLeft layout into visualRect
- removed the QPoint version, since unused.
12 years ago
Hugo Pereira Da Costa
fcfc4e1837
doxygen
12 years ago
Hugo Pereira Da Costa
582d49200f
Change color for checkboxes and radiobuttons in lists, when list has focus and corresponding QModelIndex is selected
12 years ago
Hugo Pereira Da Costa
ede8d3a628
added widgetexplorer debugging class, and options to enable it.
12 years ago
Hugo Pereira Da Costa
2bfbfde81a
adjusted menu title rendering to match KDE4
12 years ago
Hugo Pereira Da Costa
2c66f06a6b
Fix highlight rendering for vertical sliders
12 years ago
Hugo Pereira Da Costa
7a66add10f
- Put progressbar text next to the bar, rather than above, in order not to break alignment
...
- Permanently disable drawing of progress bar text in vertical progressbars
This is similar to what other styles do
12 years ago
Hugo Pereira Da Costa
188b8fea9c
added hack to prevent too small buttons in kcalc
12 years ago
Hugo Pereira Da Costa
b09ba57ede
added initialization flag so that animation is not triggered at first call
12 years ago
Hugo Pereira Da Costa
ce4be0f35c
implemented pressed animations for radio buttons and checkboxes
12 years ago
Hugo Pereira Da Costa
15b5aae3fe
use hex for bitmask
...
added animationPressed mode
12 years ago
Hugo Pereira Da Costa
6e968579ed
cleanup frame and lineeditor frame rendering
12 years ago
Hugo Pereira Da Costa
cf71b7eda6
more adjustment on frame radius
12 years ago
Hugo Pereira Da Costa
cbc7bfcf80
license
12 years ago
Hugo Pereira Da Costa
ed41da0a4b
cleanup dependencies
12 years ago
Hugo Pereira Da Costa
bc6a42a4e2
added splitter width to metrics
12 years ago
Hugo Pereira Da Costa
683402c1a5
fixed progressbar rendering
12 years ago
Hugo Pereira Da Costa
5d335a7403
added USE_KDE4 macro and addapted compilation consequently
12 years ago
Hugo Pereira Da Costa
bc3c6d6963
fixed compilation for recent version of Qt
12 years ago
Hugo Pereira Da Costa
a525bcd387
hide constructor from string, that uses KComponentData, if Qt version is too recent
12 years ago
Hugo Pereira Da Costa
dffdb19951
Adapt plugin creation to older versions of Qt
12 years ago
Hugo Pereira Da Costa
e609c19367
use QCommonClass as a base class for too old versions of Qt
12 years ago
Hugo Pereira Da Costa
02dd1719af
added helper include to benefit from convenience typedefs
12 years ago
Hugo Pereira Da Costa
846aa7da07
Hide access to StyleObject if Qt version is too old
12 years ago
Hugo Pereira Da Costa
447800b8f5
use constructor from componenent name for Breeze::Helper if Qt version is too old
...
do not access StyleObject if Qt version is too old
12 years ago
Hugo Pereira Da Costa
26cea536b0
added constructor from component name
12 years ago
Hugo Pereira Da Costa
dff64a6b56
Setup xcb_connection_t directly from X11 display when Qt version is too old
12 years ago
Hugo Pereira Da Costa
53f0a9acd6
Use QWeakPointer instead of QPointer for too old versions of Qt
...
Use QString instead of QStringLiteral for too old versions of Qt
12 years ago
Hugo Pereira Da Costa
9b162c780b
removed logging
12 years ago