| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to
verticalAlignment. Other assorted fixes.
|
|\
| |
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts:
src/declarative/fx/qfxtext.h
src/declarative/fx/qfxtextedit.h
|
| | |
|
|/ |
|
| |
|
|
|
|
|
| |
propertyInfo was not used by anything, let's just
get rid of it.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv
Conflicts:
examples/itemviews/frozencolumn/main.cpp
src/declarative/canvas/qsimplecanvas.cpp
src/declarative/canvas/qsimplecanvas_p.h
src/declarative/canvas/qsimplecanvasitem.h
src/declarative/extra/qfxparticles.cpp
src/declarative/fx/fx.pri
src/declarative/fx/qfxblurfilter.h
src/declarative/fx/qfxcontentwrapper.cpp
src/declarative/fx/qfxflickable.cpp
src/declarative/fx/qfxfocuspanel.h
src/declarative/fx/qfxfocusrealm.h
src/declarative/fx/qfxhighlightfilter.cpp
src/declarative/fx/qfxhighlightfilter.h
src/declarative/fx/qfximage.cpp
src/declarative/fx/qfxitem.cpp
src/declarative/fx/qfxitem.h
src/declarative/fx/qfxrect.cpp
src/declarative/fx/qfxreflectionfilter.h
src/declarative/fx/qfxshadowfilter.cpp
src/declarative/fx/qfxshadowfilter.h
src/declarative/fx/qfxtext.cpp
src/declarative/fx/qfxtext.h
src/declarative/fx/qfxtextedit.cpp
src/declarative/opengl/glbasicshaders.h
src/declarative/test/qfxtestengine.cpp
src/declarative/test/qfxtestengine.h
src/declarative/test/qfxtestobjects.cpp
src/declarative/test/qfxtestobjects.h
src/declarative/test/qfxtestview.h
src/declarative/util/qfxglobal.h
src/declarative/util/qfxview.cpp
src/gui/graphicsview/qgraphicsitem_p.h
tools/qmlviewer/qmlviewer.cpp
|
| |
| |
| |
| |
| | |
Still to go: Setting the selectionStart/End properties doesn't work
and there are no autotests.
|
| | |
|
| |
| |
| |
| |
| | |
Adds the cursorDelegate property, including docs and autotest. No
example is included because we don't really have a text example yet.
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Caused massive number of warnings with winscw
|
|
|
|
|
| |
This property will allow us to get line edit-like behavior, where the
selection is removed when the item loses focus.
|
|
|
|
|
|
| |
In Bauhaus we have a global shortcut associated with the Del key.
This prevents the global shortcut from capturing the Del key while
editing in a text edit field.
|
| |
|
|
|
|
|
| |
Get cursor blinking working again. Add focusOnPress to make it easy to
gain focus when the mouse is pressed.
|
| |
|
|
|
|
|
| |
This allows components to implement look&feel such as select-all-on-focus,
and to blink the cursor even when it is a proxy that actually has focus.
|
|
|
|
|
|
|
|
| |
ActiveFocus is misleading in QML, between KeyProxy and FocusRealm,
an item with focus, but not activeFocus could still get keys.
focus means 'I want key events'. Hence if focus is true,
blink the cursor.
|
|
|
|
| |
Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)
|
|
|