Sebastian Kügler
7024329085
Use black as text color in TextField and TextInput
...
It seems that there's not a single theme out there which properly sets
viewTextColor. The background of textedits is white, so the text has to
be black. On Air(-mobile) this is not a problem, since the text is black
anyway, on dark themes (which set the text color to white), text simply
isn't visible.
We'll have to look into how themes implement viewtextcolor, should
probably fix the themes instead of the components, but this makes it
work until we do.
2012-05-21 19:40:23 +02:00
Sebastian Kügler
af7ec4df34
Fix reference error and hiding SIP from TextArea
2012-03-27 13:54:51 +02:00
Sebastian Kügler
cf9bae7950
Fix reference error
2012-01-28 14:00:58 +01:00
Marco Martin
1cffdbe741
more comments
2012-01-10 21:39:18 +01:00
Daker Fernandes Pinheiro
c22a828998
Fix doc for plasma TextArea component
...
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-12-22 17:47:04 -03:00
Daker Fernandes Pinheiro
2a3d607106
Add return statement for positionAt & positionToRectangle at TextArea
...
Signed-off-by: Daker Fernandes Pinheiro <daker.pinheiro@openbossa.org>
2011-12-22 17:43:53 -03:00
Giorgos Tsiapaliwkas
4c627ff830
Merge branch 'master' of git://anongit.kde.org/kde-runtime
...
Conflicts:
plasma/declarativeimports/plasmacomponents/qml/ScrollBar.qml
2011-12-22 18:39:21 +02:00
Giorgos Tsiapaliwkas
986becb8fa
fix the names from the imports
2011-12-22 17:34:09 +02:00
Giorgos Tsiapaliwkas
9a1e332b9b
move the private components into a private subdir
2011-12-22 15:16:01 +02:00
Marco Martin
de666a6fd3
Documentanted -> Documented
2011-12-22 11:53:15 +01:00
Marco Martin
d72f2d7c3c
Merge branch 'master' into plasma-components-doc
...
Conflicts:
plasma/declarativeimports/plasmacomponents/qml/Button.qml
2011-12-16 18:53:25 +01:00
Marco Martin
1014c8572e
hide the keyboard when lose focus
...
shouldn't be necessary, but the scene seems to not emit all needed hide signals
2011-11-30 19:48:54 +01:00
Giorgos Tsiapaliwkas
72f52c5d29
Merge branch 'master' into plasma-components-doc
2011-11-16 18:06:25 +02:00
Marco Martin
a5878df083
layout fixes, behave differently on touch
2011-11-10 12:07:25 +01:00
Marco Martin
b51d5b1cd9
text selectable by mouse
2011-11-08 20:54:13 +01:00
Marco Martin
c644d41709
use hint-focus-over-base to decide where to paint the focus panel
2011-11-08 14:29:05 +01:00
Marco Martin
924d5fcf05
abstract the text field focus effect
2011-11-08 14:19:12 +01:00
Giorgos Tsiapaliwkas
f7cd767e21
Init docu for TextArea.qml
2011-11-08 09:32:11 +02:00
Marco Martin
6eba438a89
PlasmaCore.Theme is registered by the inport
...
no more need to declare it every time -> memory saving
2011-10-30 17:53:20 +01:00
Marco Martin
63fbf58b53
fix property/signal names
2011-10-27 21:25:34 +02:00
Marco Martin
486fbf6f82
use all font properties from Theme all around
2011-10-13 18:23:40 +02:00
Marco Martin
93a8858617
fix focus frame
2011-10-10 19:53:39 +02:00
Marco Martin
0fec8e54c5
move rangemodel in a components plugin
2011-09-13 21:21:29 +02:00