- 26 Sep, 2013 - 1 commit
-
-
Lars Knoll authored
Change-Id: Id4f79c22fc48ada1c8a9a858e1b7b3d1cf14d120 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 25 Sep, 2013 - 1 commit
-
-
Jerome Pasion authored
-incremented version to Qt Quick 2.2 (in \qmlmodule page) -import changed to QtQuick 2.2 -\inqmlmodule no longer needs the version. QDoc will ignore the version but it is better to remove it now to avoid confusion Task-number: QTBUG-32172 Change-Id: I40b52e59667014720be40a35b3a8fb9836825e31 Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
- 17 Sep, 2013 - 1 commit
-
-
Topi Reinio authored
Moves property and method documentation for QML Locale type from Qt Quick to Qt Qml module, and fix a number of broken links in locale-related docs. Change-Id: Id9e01314ea867987f5159ca3bffcc40abb27b289 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
-
- 09 Sep, 2013 - 1 commit
-
-
Chris Meyer authored
Add dragType enums with values of None, Automatic, Internal (default). Setting to Automatic allows startDrag to be called automatically. Setting to Internal (default) retains old behavior. Add mimeData to Drag item to enable external drags. Call startDrag to start drag manually or change from internal drag to external drag. Added events dragStarted and dragFinished that get invoked from startDrag. Mime data must be specified in the mimeData property as mime-type / data pairs. Moved QQuickDrag from qquickmousearea* files to qquickdrag* files to reduce header interdependencies that caused linking errors in other modules and also to improve code organization. Allow DropArea to receive and process external data. Introduced new variable containsDrag to QQuickDropAreaPrivate. This replaces mimeData which was previously being used to determine if a drop operation was currently occurring. The problem was that mimeData was being externally destructed. Also introduced accessor methods for getting color, html, image, text, and urls out of the drop. This facilitates dropping of external data of those types onto a DropArea. Added example quick/externaldraganddrop. Task-number: QTBUG-27498 Change-Id: I1420df7c161ea3399e49a23305273e106baa246f Reviewed-by:
Alan Alpert (Personal) <416365416c@gmail.com>
-
- 08 Sep, 2013 - 1 commit
-
-
Jeremy Katz authored
Change-Id: Iff30a548fc2ef8ecf2fa6393832943f365cb0fa3 Reviewed-by:
Alan Alpert <aalpert@blackberry.com> Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 07 Sep, 2013 - 1 commit
-
-
Thiago Macieira authored
Found by ICC. src/quick/items/qquicktextcontrol.cpp(78): error #2415: variable "fullWidthSelection" of static storage duration was declared but never referenced src/quick/items/qquicktextinput.cpp(2696): error #2415: variable "textCursorWidth" of static storage duration was declared but never referenced src/quick/items/qquicktextinput.cpp(2697): error #2415: variable "fullWidthSelection" of static storage duration was declared but never referenced src/quick/scenegraph/qsgthreadedrenderloop.cpp(164): error #2415: variable "WM_LockAndSync" of static storage duration was declared but never referenced src/quick/scenegraph/qsgthreadedrenderloop.cpp(181): error #2415: variable "WM_UpdateLater" of static storage duration was declared but never referenced Change-Id: I60b5cce79d7be5f909b690f97ffa93ea00d3c044 Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
-
- 06 Jun, 2013 - 1 commit
-
-
Lars Knoll authored
Change-Id: Ib9885d395dd799c0f9dc68e16efea44b60cb1418 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 08 May, 2013 - 1 commit
-
-
Lars Knoll authored
... and rename it to QQmlV4Function Change-Id: Iad72347babf62691e26306877d4f229fda127eb7 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 06 May, 2013 - 1 commit
-
-
Lars Knoll authored
The class was doing exactly the same thing as v8::Handle in our implementation. Removing it cleans up quite a bit of code. Change-Id: I37a3dcdef062fc388751e9ef0a158b5926ba2efb Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 25 Apr, 2013 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: I71769affe8f0138dd65f3b94fb27176bd069ab8d Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
- 23 Apr, 2013 - 2 commits
-
-
Mitch Curtis authored
Task-number: QTBUG-29871 Change-Id: I3b15dfab5ca6455df465c502c93aac7b85a64531 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
Frederik Gladhorn authored
text().length() was used to check if a cursor movement to the right was valid. The problem is that with a mask and not text set yet (inputMask: "#0:00;*") pressing the right arrow would not move the cursor. The input and other functions use the actual d->m_text since that includes the mask length. Task-number: QTBUG-30740 Change-Id: Ic225778e5a49d80b754b63d0eb4a438eaa9818e2 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 18 Apr, 2013 - 1 commit
-
-
Lars Knoll authored
Implement a good part of QJSValue using V4. Keep the QV8Engine for now (as it is used everywhere), but add an ExecutionEngine pointer to it so other parts can more easily be ported to V4. Remove a lot of other stuff that's not required anymore. Change-Id: Ibe2c9ab10f0ee977e0e3d05a42f526206d7b22b5 Reviewed-by:
Simon Hausmann <simon.hausmann@digia.com>
-
- 16 Apr, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
On many platforms, the current cursor looks too tall. The logic used in this patch is inspired by what we have in QTextLayout::drawCursor(). It still looks too tall on Mac, but so it does in Qt Widgets. QQuickTextInput::positionToRectangle() has also been updated for consistency. Change-Id: I69b8ad246238d54db370db639a319a3edba6d78a Reviewed-by:
J-P Nurmi <jpnurmi@digia.com>
-
- 02 Apr, 2013 - 1 commit
-
-
Gunnar Sletta authored
Change-Id: I6d3f3e7e4813155f2abb3edc51b145fb709c485b Reviewed-by:
Morten Johan Sørvig <morten.sorvig@digia.com>
-
- 07 Mar, 2013 - 2 commits
-
-
Caroline Chao authored
The text selection should not be cleared when the focus out event received has one the following reasons: - Qt::ActiveWindowFocusReason - Qt::PopupFocusReason When the user opens a menu or navigates to another window, the eventual selection should not be clearer. This also makes the behavior consistent with TextEdit. Change-Id: Ibc6242cb2f8207cf5281925c8e20b88394f21eea Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
Caroline Chao authored
Use focusInEvent and focusOutEvent instead of changeItem to handle focus event. (One benefit is the focus events have the focus reason and changeItem doesn't). Change-Id: I164820f375f0ffddc529d59565a3e448b84c6042 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@digia.com>
-
- 04 Mar, 2013 - 1 commit
-
-
Paul Olav Tvete authored
Change-Id: Ic26722cf530e7a787e7a8f92b645e3c4883d9822 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 15 Feb, 2013 - 1 commit
-
-
J-P Nurmi authored
Change-Id: I0c98e713d53391a191435e5c17b58becddf6d451 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 31 Jan, 2013 - 1 commit
-
-
Andrew den Exter authored
Outside of when of a monospace font is used, if the text changes the visual position of the cursor will have most likely changed as well even when the cursor index hasn't. Task-number: QTBUG-28677 Change-Id: If8077772d8541a677d5875976e6cd9fc453731df Reviewed-by:
Alan Alpert <aalpert@rim.com>
-
- 10 Jan, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I6c3bd7bebe3d62d1cfd0fa6334544c9db8398c76 Reviewed-by:
Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 19 Dec, 2012 - 1 commit
-
-
Frederik Gladhorn authored
This changes how interfaces are handled: the QAccessibleQuickItem will simply subclass all interfaces and dynamically return 0 or the appropriate interface_cast. This makes our implementation a lot more flexible. To make use of the value interface, only a value property is needed (together with a corresponding role). Since the implementation of the interfaces became simpler, the value interface and some text interface improvements go along with the change. Change-Id: I003ec3016d48d730a4acac467bce322167842f4d Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
-
- 29 Nov, 2012 - 1 commit
-
-
Shawn Rutledge authored
Abbreviated property names are less descriptive so we don't have many of them. Might as well be consistent. QWindow::pos was already renamed. Change-Id: Ib52673e68e7dc902b2f8942dba6b899074b2538b Reviewed-by:
Samuel Rødal <samuel.rodal@digia.com>
-
- 26 Nov, 2012 - 1 commit
-
-
Tasuku Suzuki authored
Change-Id: I90f8ec7e6357db7b4038bb1646fe9d3835821556 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Alan Alpert (RIM) <aalpert@rim.com>
-
- 08 Nov, 2012 - 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
We only set the design metrics property in init(), before the renderType has been set. Since updateLayout() is called every time the renderType changes, it should be sufficient to set it there. Change-Id: If5b2cb3738e8135195848857a30f4e646bdf1d0b Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
- 19 Oct, 2012 - 1 commit
-
-
Konstantin Ritt authored
by using fixed QTextBoundaryFinder behavior. Update QQuickTextInput autotests. Task-number: QTBUG-11365 Change-Id: I81761c019e2fe80c9795fe54a2a990bfc5d4b709 Reviewed-by:
Lars Knoll <lars.knoll@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 23 Sep, 2012 - 1 commit
-
-
Iikka Eklund authored
Change copyrights and license headers from Nokia to Digia Change-Id: Ie7f5d49ed8235d7a7845ab68f99ad1c220e64d5c Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 08 Aug, 2012 - 1 commit
-
-
Bea Lam authored
Signals documented with \qmlsignal should indicate handler name, i.e. 'onSignal' rather than 'signal'. Methods documented with \qmlmethod do not need to document 'void' return values. Also the name of any documented attribute should be qualified with 'QtQuick2::<qmltype>'. Change-Id: I206dd9e8f39c3b84e029ae9d4101b05d0bfb3478 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
- 06 Aug, 2012 - 2 commits
-
-
Andrew den Exter authored
Neither item accepted the middle button which prevented the mouse events ever reaching them. Change-Id: Ia8f693099df4d6c248976453d554fef96d1d3b33 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Andrew den Exter authored
Fixes TextInput.cut() removing text while read only. Change-Id: I03cd44d381be9d53f71ba168b8be7971ab0bbad7 Reviewed-by:
Damian Jansen <damian.jansen@nokia.com>
-
- 03 Aug, 2012 - 1 commit
-
-
Bea Lam authored
Change-Id: I9e2dac37d18e3ca62e4a92be25e5c2e60ffeba00 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
- 30 Jul, 2012 - 1 commit
-
-
Jerome Pasion authored
-To simplify QDoc, \qmlclass is now \qmltype. -'\instantiates <C+++ class>' is for the types that are defined in C++. Change-Id: I29242d33daf7b972d8b86a356b9689638866b950 Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Bea Lam <bea.lam@nokia.com> Reviewed-by:
Martin Smith <martin.smith@nokia.com>
-
- 24 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
If a text selection was deleted, the selection should be restored by an undo, but not if the selection was part of an atomic operation like the DeleteStartOfWord key sequence. Change-Id: Ia37f29c78f6367c60377c539c4e394e014485a49 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- 17 Jul, 2012 - 2 commits
-
-
Michael Brasser authored
Change-Id: Ide30946e83c8c26d075b9ca3bb1f9e20afd69373 Reviewed-by:
Glenn Watson <glenn.watson@nokia.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> Reviewed-by:
Yoann Lopes <yoann.lopes@nokia.com>
-
Alan Alpert authored
QQuickCanvas is now called QQuickWindow QQuickCanvas::rootItem is now QQuickWindow::contentItem QQuickItem::canvas is now QQuickItem::window QQuickItem::ItemChangeData::canvas is also renamed window QQuickCanvas::grabFrameBuffer is now QQuickWindow::grabWindow The functions related to the color property have dropped the clear from their names. The first three changes have interim compatibility measures in place to ease the transition. Change-Id: Id34e29546a22a74a7ae2ad90ee3a8def6fc541d2 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 16 Jul, 2012 - 1 commit
-
-
Martin Jones authored
Task-number: QTBUG-24785 Change-Id: I223479b879514abaacb123852323c1cfada7a5e1 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
- 11 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
Change-Id: I8602f949c01cb4c5a3b05de5a2800dead0ae8b47 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- 10 Jul, 2012 - 1 commit
-
-
Eskil Abrahamsen Blomfeldt authored
For old-style (desktop components) apps using QML 2 on regular density displays, distance field text will look out of place. We introduce an option to use the native rasterizer instead if you would rather have native look and feel than scalable text items. Change-Id: Idb38e3c89f2deab9ae1963357c6c5fb235ddeab8 Reviewed-by:
Jiang Jiang <jiang.jiang@nokia.com>
-
- 05 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
Task-number: QTBUG-24666 Change-Id: I5197d4b4d1a1b53cae2033bd86ce26ba55d08384 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
- 04 Jul, 2012 - 1 commit
-
-
Andrew den Exter authored
Task-number: QTBUG-26260 Change-Id: I404640d9a2f000976887dcc2119f971c17a71c7e Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-