| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
|
| |
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| |
| |
| |
| |
| |
| |
| | |
Synchronized properties with a previous discussion and with QFxTextEdit.
Note that not all properties are fully implemented yet.
This commit also fixes a typo in QFxTextEdit.
|
| | |
|
|/
|
|
|
| |
Replaces KeyAction, allowing focus to be set on the actual item
that wants focus, rather than a separate handler item.
|
|
|
|
|
| |
Items currently using it are QFxImage, QFxText, QFxLineEdit, QFxTextEdit
and QFxPaintedItem.
|
| |
|
|
|
|
|
| |
Consistently use parentItem() as it is consistent with
the naming in QGraphicsItem.
|
|
|
|
| |
Span is from version where introduced (all 4.6) to current QT_VERSION.
|
|
|
|
|
| |
Adjust examples and demos accordingly.
As per QT-558
|
|
|
|
|
| |
propertyInfo was not used by anything, let's just
get rid of it.
|
|
|
|
|
| |
Change 6626a9 broke compilation because several files indirectly
depended on a #include that was removed.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Also fixes the minor bug that it found.
|
| |
| |
| |
| | |
They weren't handled before, and now they are.
|
| |
| |
| |
| |
| |
| | |
Also fixes some bugs that the tests uncovered.
Also fixes the test, which was using a now invalid QmlComponent
Constructor.
|
| |
| |
| |
| | |
Autotests still in progress
|
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Conflicts:
src/declarative/canvas/qsimplecanvasitem.cpp
src/declarative/canvas/qsimplecanvasitem_p.h
src/declarative/fx/qfxwebview.cpp
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
textChanged signal.
|
|
|
|
| |
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.
|
|
|
|
|
| |
QTextControl can handle graphics mouse events directly, no need to
translate them to regular mouse events.
|
|
|
|
|
| |
Get cursor blinking working again. Add focusOnPress to make it easy to
gain focus when the mouse is pressed.
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | |
|
|/ |
|
|
|
|
|
| |
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)
|
| |
|