Andrew Lake
f895ace7df
update radiobutton and checkbox to use 1px outline instead of heavy 2 px outline.
12 years ago
David Edmundson
606c671b04
Update confusing comment
12 years ago
David Edmundson
49c3463a55
Revert "Remove check for hasWidgetStyle"
...
This reverts commit 17fd11dc12 .
12 years ago
David Edmundson
17fd11dc12
Remove check for hasWidgetStyle
...
This was needed when using QtCurve.
Now we are using Breeze we know fully well we have it installed as it's
in the same repo.
REVIEW: 120424
12 years ago
David Edmundson
e0bb93c4f4
Create kde4 config if it does not exist
...
If there is no KDE4 directory and KDEHOME is not set. Kdelibs4Migration
returns an empty path.
For most usecases this is fine as it means there is nothing to import
however in our unusual case we are writing data so we should manually
create it.
BUG: 338422
REVIEW: 120424
12 years ago
Hugo Pereira Da Costa
dc650c7fff
fixed disabled palette
12 years ago
Hugo Pereira Da Costa
d76e38c56e
Also disable pressed animations on option change
...
BUG: 339506
12 years ago
l10n daemon script
575814f0c1
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
755d72e94c
added SidePanelForeground color
...
cleanup palette alteration code
12 years ago
Hugo Pereira Da Costa
e4ffbade2f
Added hasParent method
...
Do not add ItemDelegate to combobox views if inside QWebView, because ItemDelegate handling is broken in
Qt for such widgets
BUG: 339466
12 years ago
Hugo Pereira Da Costa
ca30a555a8
Added hasParent method
...
Do not add ItemDelegate to combobox views if inside QWebView, because ItemDelegate handling is broken in
Qt for such widgets
BUG: 339466
12 years ago
l10n daemon script
888e92f106
SVN_SILENT made messages (.desktop file)
12 years ago
Volker Krause
e9988b7e27
Make constants const, saves a few symbols in the .data section.
12 years ago
l10n daemon script
e21cb29757
SVN_SILENT made messages (.desktop file)
12 years ago
Hugo Pereira Da Costa
973efd4de6
restored topLevel layout margins
...
removed call to genericLayoutItemRect
This effectively revert commits 739b18f4b3 and
3618ba5ed5
12 years ago
Hugo Pereira Da Costa
376ef1c9c6
force kpagewidget margins to zero
12 years ago
Hugo Pereira Da Costa
739b18f4b3
set TopLevel layout margin to zero
12 years ago
Hugo Pereira Da Costa
3618ba5ed5
implemented PushButton LayoutItemRect
12 years ago
Hugo Pereira Da Costa
eaaaf484f8
removed unused parameter names from function declaration
12 years ago
David Edmundson
0fd6d34d65
When the button is being pressed draw the background like it has focus
...
PushButtons typically turn blue because they gain focus, whereas tool
buttons don't. This means buttons look inconsistent.
Also it fixes QtQuickControls push buttons which do change
focus when pressed
BUG: 339099
REVIEW: 120222
12 years ago
Hugo Pereira Da Costa
c05e190afd
added Side argument to renderSidePanel
...
properly deal with right to left layout
12 years ago
Hugo Pereira Da Costa
12874e399d
ShadowArea -> Side
12 years ago
Hugo Pereira Da Costa
9f92490fbf
removed invalid comment
12 years ago
Hugo Pereira Da Costa
be382f86b0
slightly alter sidepanel background color
12 years ago
Hugo Pereira Da Costa
ba0fd306f8
Another shot at side panels
12 years ago
Hugo Pereira Da Costa
abfe38080a
use the proper background color behind scrollbars
12 years ago
Hugo Pereira Da Costa
4b696552c9
removed unneeded parenthesis
12 years ago
Hugo Pereira Da Costa
7963ece9b5
removed commented line
12 years ago
Marco Martin
bf148b3d3a
read proper values from l&f
12 years ago
Hugo Pereira Da Costa
fa214e475c
Use WM active foreground and background colors for tooltips
...
Adjusted other 'themed' foreground colors to render good on dark foreground
12 years ago
Marco Martin
ded4c5bfa3
read widget style from the proper group
12 years ago
Marco Martin
a75f96e9f4
try to use the l&f package to determine the defaults
...
this should help distributions customizing things
12 years ago
Hugo Pereira Da Costa
e37d3e03ee
scrollbarengine derives from widgetstateengine
...
deal with both hover and focus animations
12 years ago
Hugo Pereira Da Costa
c91832c764
added ScrollBarHandleColor, to deal with both hover and focus animation
12 years ago
Hugo Pereira Da Costa
a60be91cd3
only handle hover and focus animation
12 years ago
Hugo Pereira Da Costa
baf8eb7a26
scrollbardata inherits from widgetstatedata
...
sliderdata is removed
12 years ago
Hugo Pereira Da Costa
3548b0a00f
removed SliderEngine
12 years ago
Hugo Pereira Da Costa
a5160b29cb
DialEngine inherits from WidgetStateEngine
...
Implements focus animations for QDial
12 years ago
Hugo Pereira Da Costa
cbe11c7eb4
DialData inherits from WidgetStateData
...
WidgetStateEngine gives protected accessor to datamaps
typedef -> using
12 years ago
Hugo Pereira Da Costa
ca54908cd5
use widgetStateEngine instead of slider engine for QSlider animations.
...
implement focus animation of sliders
12 years ago
Hugo Pereira Da Costa
680b97b918
Store offsets between update rect and parent rect, in ::updateGeometry Offsets are applied to parent rect at next ::paintEvent.
...
This prevents rendering glitches when parent changes size between updateGeometry and ::paintEvent
12 years ago
Hugo Pereira Da Costa
1263628762
Only show frame shadows on first call to updateGeometry
...
BUG: 339134
12 years ago
Hugo Pereira Da Costa
2985b4cb6b
use one pixel for focus frame instead of 2
12 years ago
Hugo Pereira Da Costa
9aed8af8bf
Fixed flat+sunken toolbuttons rendering when focusing in/out
12 years ago
Hugo Pereira Da Costa
b9e1b4a325
selection is always square. No rounded corners
12 years ago
Hugo Pereira Da Costa
34becbaec3
Fixed rounding detection
12 years ago
Hugo Pereira Da Costa
80de957eb9
unbold all side panels
12 years ago
Hugo Pereira Da Costa
5d615ced89
Added commented code to scale passed sizes by devicePixelRatio, for testing purposes
12 years ago
Hugo Pereira Da Costa
9ba6a64f88
removed duplicated license
12 years ago
Hugo Pereira Da Costa
518be8c0da
Added multiple sizes for toolbar extension icons to cope with high dpi awareness
12 years ago