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 |
Hugo Pereira Da Costa
|
7405a2cce5
|
changed argument order to roundedPath, to align with oxygen
|
12 years ago |
Hugo Pereira Da Costa
|
36173d77b0
|
hide unused variable
|
12 years ago |
Hugo Pereira Da Costa
|
12082af273
|
CornersAll -> AllCorners
|
12 years ago |
Hugo Pereira Da Costa
|
0fea4e887e
|
Added missing metrics
|
12 years ago |
Hugo Pereira Da Costa
|
352c814034
|
add dpi awareness to tileSet and shadows
|
12 years ago |
Hugo Pereira Da Costa
|
34d582efd0
|
NULL -> nullptr
|
12 years ago |
Hugo Pereira Da Costa
|
7552f1b63f
|
push_back -> append
|
12 years ago |
Hugo Pereira Da Costa
|
4b48517cb2
|
adjust shadow radius in button frames
|
12 years ago |
Hugo Pereira Da Costa
|
5998b63b49
|
Fixed antialiasing for tree lines
|
12 years ago |
l10n daemon script
|
1ba3f4069a
|
SVN_SILENT made messages (.desktop file)
|
12 years ago |
l10n daemon script
|
cb32f20614
|
SVN_SILENT made messages (.desktop file)
|
12 years ago |
Hugo Pereira Da Costa
|
a19d097d1c
|
Removed redundant renderframe call
|
12 years ago |
David Edmundson
|
05c9ba00be
|
Draw lineedit frames as long as there is just enough space
This fixes the frame not appearing in QtQuickControls
BUG: 339100
REVIEW: 120225
|
12 years ago |
Hugo Pereira Da Costa
|
d97fa1c6e8
|
moved shadow property names to breezepropertynames
|
12 years ago |
Hugo Pereira Da Costa
|
9e79d94d43
|
Use PM_SmallIconSize together with menuItemOption->maxIconSize to layout menuitems.
This workarounds the fact that the latter variable is set to zero for qtquickcontrols.
CCBUG: 339106
|
12 years ago |
l10n daemon script
|
aa12176e09
|
SVN_SILENT made messages (.desktop file)
|
12 years ago |
l10n daemon script
|
276d11c1a3
|
SVN_SILENT made messages (.desktop file)
|
12 years ago |
Hugo Pereira Da Costa
|
0bf27714ce
|
added ui option for tab centering
|
12 years ago |
Hugo Pereira Da Costa
|
e52f7e0242
|
unbold items in flat side panels
|
12 years ago |
Hugo Pereira Da Costa
|
14835339a3
|
restored default selection for flat side panel
(custom one does not work with scrollbars)
|
12 years ago |
Hugo Pereira Da Costa
|
8846610e01
|
Removed FrameShadow event filter, since it was dealing only with mouseEvents and widget is said transparent to mouseEvent
|
12 years ago |
Hugo Pereira Da Costa
|
503c569345
|
improve comments
|
12 years ago |
Hugo Pereira Da Costa
|
ac8967493a
|
cleanup drawScrollBarSliderControl
|
12 years ago |
Hugo Pereira Da Costa
|
88598f4491
|
renamed copy events
|
12 years ago |
Hugo Pereira Da Costa
|
29040c84b1
|
removed empty line; added SH_ScrollView_FrameOnlyAroundContents hint
|
12 years ago |
Hugo Pereira Da Costa
|
324fd1b26b
|
also alter text color for flat sidebars, in order to have correct roles
|
12 years ago |
Hugo Pereira Da Costa
|
5ec8d3533f
|
do not register QComboBoxPrivateContainer to frameShadows, nothing is drawn anyway
|
12 years ago |
Hugo Pereira Da Costa
|
38288c7e40
|
Added Hover effect on KTextEditor::View
Do not draw Hover and Focus effect for non-editable frames
|
12 years ago |
Hugo Pereira Da Costa
|
5a88de5ab4
|
register KTextEditor::View to animations and frameShadowFactory
|
12 years ago |