David Edmundson
4ee2d5ca22
Fix binding loop in Toolbuttonstyle
...
Setting the implcit width to be the same as the current height is very
easy to end up looping.
actual height of the background is set by the base style, which is based
on the implicit sizes anyway.
BUG: 338750
Change-Id: Ic7606588cec09c6ff16515c208efe576466d31d6
2014-09-12 18:50:00 +02:00
David Edmundson
e61e311fc6
Fix Mainpage.dox linking
...
Change-Id: Icb1cf6bcc672de4f672eb9c1d4e85773f98b2342
2014-09-12 01:56:56 +02:00
David Edmundson
3db430156e
Add documentation for colorscopes
...
Change-Id: I6b4eae9839bc13386ea7e07301f46e0852974aa6
2014-09-11 16:26:28 +02:00
Joseph Wenninger
1279b3d253
Fix a crash when shutting down plasma shell, while destruction models
...
fixed with help of David and Aleix
2014-09-09 13:45:40 +02:00
Kai Uwe Broulik
55fc160bc0
Restore original checkbox and radio button size
...
REVIEW: 119920
2014-09-06 14:37:36 +02:00
Kai Uwe Broulik
8678630a82
Allow changing the current month using mouse wheel
...
REVIEW: 120003
2014-09-02 20:14:26 +02:00
Marco Martin
db601cf291
fix toolbars
2014-09-02 14:47:14 +02:00
Marco Martin
a9370b744f
assign default sizes
...
take them frm the old implementation
2014-09-02 14:35:29 +02:00
Nicolás Alvarez
0807dda74f
Add missing cstdint include.
...
Needed for uint32_t.
2014-08-30 14:45:21 -03:00
Sebastian Kügler
714bb667fc
Minor fixes
...
- Fix encoding in copyright
- compile-time syntax for iconLoaderSettingsChanged slot
- --stray ;
2014-08-28 23:26:12 +02:00
Marco Martin
b58a3ef754
add a FIXME comment
2014-08-28 16:15:12 +02:00
Marco Martin
f7eb69f078
comment++
2014-08-28 16:06:48 +02:00
Marco Martin
60976b67ae
more comment&docs
2014-08-28 16:04:02 +02:00
Marco Martin
846f740dae
fix copyright
2014-08-28 14:25:48 +02:00
Marco Martin
4ac3652d10
some documentation fixes
2014-08-28 14:21:12 +02:00
Marco Martin
d6b08c303a
style tickmarks
2014-08-28 13:15:09 +02:00
Marco Martin
4ec02e7b1d
style handle and groove
2014-08-28 13:12:04 +02:00
Marco Martin
6d6ff41aee
start port of Slider
2014-08-27 18:51:52 +02:00
Frederik Gladhorn
db6da1eb54
Make TabGroup a focus scope
...
This allows to manage the sub focus inside each tab independently.
REVIEW: 119870
2014-08-21 10:02:16 +02:00
Frederik Gladhorn
92928e38af
Make ConditionalLoader a FocusScope
...
QQuickLoader is a focus scope so that it can automatically forward the
focus to it's item. Conditional loader should do the same and forward
the focus to its internal loader.
2014-08-21 10:02:16 +02:00
Marco Martin
da70f9e0bf
Merge branch 'mart/QtControlsCheckBox'
...
REVIEW:119846
2014-08-20 20:46:59 +02:00
Marco Martin
770121d516
dd focus rectangles
2014-08-20 15:04:39 +02:00
Marco Martin
93052bf263
fill the anchors of tool contents in toolbar
2014-08-20 13:55:08 +02:00
Marco Martin
9c485f8427
fix of the radio svg size
2014-08-20 11:34:49 +02:00
Marco Martin
ff775e3ad7
support evil tristates
2014-08-20 10:56:50 +02:00
Marco Martin
df637bf5bb
add a radiobutton style
...
almost identical to checkbox stuff, goes together
2014-08-19 19:14:36 +02:00
Marco Martin
c7ef2a34a9
switch is just a compat class for checkbox
...
since the guidelines forbid the switch looking switch
2014-08-19 19:14:03 +02:00
Marco Martin
b3c6c294ee
style the ckeckbox
2014-08-19 18:07:19 +02:00
Marco Martin
1ab872181b
start of a checkbox style
2014-08-19 17:54:49 +02:00
Marco Martin
d2a2ac18f7
Merge branch 'mart/QtControlsTextArea'
...
Conflicts:
src/declarativeimports/plasmacomponents/qml/TextArea.qml
REVIEW:119781
2014-08-18 11:34:47 +02:00
Marco Martin
907da69251
properties don't need to be declared anymore
2014-08-18 11:32:49 +02:00
Marco Martin
21e47e6ab8
inherit QtQuickControlStyle, use internal ScrollViewStyle
2014-08-18 11:18:08 +02:00
Marco Martin
428e4736b6
add margins from svg
2014-08-14 12:43:42 +02:00
Marco Martin
7e71e0bf95
comments++
2014-08-14 12:36:46 +02:00
Marco Martin
5ad59675df
don't duplicate ScrollViewStyle
2014-08-14 11:57:36 +02:00
Marco Martin
f9d64e2b09
try with new documentation
2014-08-13 19:19:23 +02:00
Marco Martin
99cc40053f
make old contentMaxWidth/height props kinda work
2014-08-13 19:14:05 +02:00
Marco Martin
5961bcaaa7
add a focus effect
2014-08-13 18:55:08 +02:00
Marco Martin
877c2a3325
use the background framesvg only in TextAreaStyle
2014-08-13 18:52:50 +02:00
Marco Martin
76d24e8fe2
beginning of official style for TextArea
...
for now it copies ScrollViewStyle.. the style will have to be an import as well
2014-08-13 18:41:57 +02:00
David Edmundson
1d83cc0baf
Guard against Plasma::SVG giving us null pixmaps
...
On some themes Plasma::SVG gives empty pixmaps. Loading a null QImage to
an atlas texture causes a crash in old versions of Qt.
Guard against it.
BUG: 88039
Reviewed-by: Martin Klapetek
2014-08-13 15:07:53 +02:00
David Edmundson
d4c9c20144
State inheritance from QtQuick / QtQuick.Controls modules
2014-08-13 12:16:33 +02:00
David Edmundson
f817168d02
Fix remaining doxygen exporting in Plasma.Core
2014-08-13 01:07:55 +02:00
David Edmundson
9f18d8c9e1
hide non qml accessible internal member functions from QML docs
2014-08-13 00:57:42 +02:00
David Edmundson
a2c04745f1
Generate documentation on remaining PlasmaCore classes
2014-08-13 00:45:43 +02:00
David Edmundson
f17761d508
Explicitly link QML Types with the name exposed in QML (which may be different)
2014-08-13 00:45:43 +02:00
Martin Klapetek
2f3c411956
[calendar] Initialize the ints properly
...
Fixes a cppcheck report
2014-08-12 23:50:36 +02:00
David Edmundson
5478c7e3c2
Add more missing @class and @short descriptors
2014-08-12 23:15:57 +02:00
David Edmundson
ace0209e0e
Hide member documentation in imports
...
These classes are exposed only as QML so we should only show members the
user can actually use.
The invokable is moved to the top for easier reading
REVIEW: 119745
2014-08-12 23:13:52 +02:00
David Edmundson
c92a2697fa
Remove non-true comment about certain classes being exported to QML
2014-08-12 21:33:49 +02:00