- Jul 24, 2012
-
-
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>
-
- Jul 17, 2012
-
-
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>
-
- Jul 16, 2012
-
-
Martin Jones authored
Task-number: QTBUG-24785 Change-Id: I223479b879514abaacb123852323c1cfada7a5e1 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
- Jul 11, 2012
-
-
Andrew den Exter authored
Change-Id: I8602f949c01cb4c5a3b05de5a2800dead0ae8b47 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- Jul 10, 2012
-
-
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>
-
- Jul 05, 2012
-
-
Andrew den Exter authored
Task-number: QTBUG-24666 Change-Id: I5197d4b4d1a1b53cae2033bd86ce26ba55d08384 Reviewed-by:
Bea Lam <bea.lam@nokia.com>
-
- Jul 04, 2012
-
-
Andrew den Exter authored
Task-number: QTBUG-26260 Change-Id: I404640d9a2f000976887dcc2119f971c17a71c7e Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- Jul 03, 2012
-
-
Andrew den Exter authored
It's not necessary to check whether the canvas has focus when gaining active focus, as the focus of the root item follows the window focus so an item should never gain active focus if the window doesn't have focus. Change-Id: I8992f673fb64467869d5fb9d23d011f19219feed Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- Jun 25, 2012
-
-
Pekka Vuorela authored
Updating the text layout cannot be omitted with NoWrap because line width needs to be updated even with empty content. Change-Id: Ia9b168d6cfe7680cc1c9e7fa641ce7528d2b6d5e Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
- Jun 22, 2012
-
-
Andrew den Exter authored
Functionality is provided by the global Qt.application.inputMethod object. Task-number: QTBUG-21449 Change-Id: I75c082bcbe44c8834ccaf966a3f9a09ab91ec290 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- Jun 21, 2012
-
-
Chris Adams authored
The documentation currently has no clear separation between Qt QML and Qt Quick. With recent commits like: 6c8378ea and ab1e5101 the separation between the language definition and implementation, provided by Qt QML, and the standard library for the QML language, provided by Qt Quick, is clear. This commit creates a new documentation structure that is more navigable and separates concepts into logical categories, with clear separation between QtQML and QtQuick. It also provides a more generic QML Application Developer Resources page which contains links to information for QML application developers. Change-Id: Ia807ccfbfd24ffa0e1c7f0a51ed9d2ed3aa6a733 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- Jun 06, 2012
-
-
Jerome Pasion authored
-created new groups and converted some overviews into group pages -edited type documentation and added \ingroup -articles still need title fixes and link fixes Groups: qtquick-visual-types qtquick-item-graphics qtquick-shaders qtquick-canvas qtquick-text qtquick-text-validator qtquick-interaction qtquick-positioners qtquick-transformations qtquick-states qtquick-animation-define qtquick-animation-properties qtquick-animation-control qtquick-animation-modifiers qtquick-images-sprites qtquick-images qtquick-models qtquick-containers qtquick-views qtquick-paths qtquick-utility Task: QTBUG-25685 Change-Id: I81d4df3320bf5daad5cabb5e42408013fb24f464 Reviewed-by:
Bea Lam <bea.lam@nokia.com> Reviewed-by:
Alan Alpert <alan.alpert@nokia.com>
-
- Jun 05, 2012
-
-
Andrew den Exter authored
Change-Id: I9ef3350a60ddd355ab588c9cfb3256004ee4493e Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
Andrew den Exter authored
Change-Id: I7518aa5969ea45538feccb87f4c296db6b7d6944 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- May 29, 2012
-
-
Andrew den Exter authored
Ensures the cursor is positioned correctly is if the echo mask glyph has a different width to the character it replaced. Change-Id: I924234d4ae29cbb2e61638918005fcc3dc230993 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- May 24, 2012
-
-
Nico Vertriest authored
-modified \brief -checked QML modules -added qml directory to the qdocconf file -added particles directory to the qdocconf file Change-Id: I589e32d3106cda37c7fa4d55a941afd9876fc2b2 Reviewed-by:
Geir Vattekar <geir.vattekar@nokia.com>
-
- May 13, 2012
-
-
Andrew den Exter authored
Don't create instances of the delegate components until the item gains focus, or the cursorVisible property is set to true. Cursor delegates are typically small and relatively fast to create and so won't have a significant cost during a one off focus in event, but that cost can still add up when creating a number of TextInputs or TextEdits at once. If a delegate that is instantiated immeditately is required it is possible to instead create a child item and bind to the cursorRectangle and cursorVisible properties. Change-Id: I5ec2b5b6a30e534aee3dd5a58c6a5ac0686f5ce2 Reviewed-by:
Michael Brasser <michael.brasser@nokia.com>
-
- May 03, 2012
-
-
Andrew den Exter authored
Updating only when the cursor position changes isn't enough because changing pre-edit text changes the width of the pre-edit area and the x offset of all cursor positions within it. Change-Id: I3c0a5e4ad4714a903ca84c1a25374491f34d95a0 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- Apr 27, 2012
-
-
Pekka Vuorela authored
Earlier input method was followed only on empty editor. This made inputting one space character with arabic to be visualized left to right. As related change arabic numbers are aligned right even though the flow goes left to right. Change-Id: I36448949569f6290faad69de14df424575d8b97e Reviewed-by:
Joona Petrell <joona.t.petrell@nokia.com>
-
Andrew den Exter authored
Ensure the rectangles are correctly positioned with right and center aligned text, not just sized correctly. Also add padding to the clip rects so the cursor and styled text aren't clipped at the item boundaries. Change-Id: I03ef140589154ebd49b600b0a4c4fbeff845c10f Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
Andrew den Exter authored
Don't overwrite the ignore value once it's been set to true. Task-number: QTBUG-25447 Change-Id: I7284147bc525d0971564570f0dd0599cec190905 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- Apr 20, 2012
-
-
Bea Lam authored
Wasn't being repainted if it was moved off then back into view as part of a VisualItemModel with a ListView. Task-number: QTBUG-24731 Change-Id: I4ba8035709d3e889fb3f0fe82ef0c0523a39ead8 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
- Apr 19, 2012
-
-
Andreas Holzammer authored
Change-Id: Ic287a89193c98b2405032fe5859782286d4528d0 Reviewed-by:
Stephen Kelly <stephen.kelly@kdab.com>
-
- Apr 02, 2012
-
-
Andrew den Exter authored
If the length of the QInputMethodEvent::Cursor attribute is 0 the cursor is supposed to be hidden. To ensure this and any other IM state is reverted when the input method is reset send a empty event to the editor when preedit is cancelled or removed and count formatting or cursor changes when determining if the input method is composing (i.e has state that needs to be reset). Change-Id: Ifca69aa0c18776b1aef355ed6ae9aecc40b9d475 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- Mar 27, 2012
-
-
Pekka Vuorela authored
Change-Id: I05b98db2d7855f29b11749524a74e04a71178347 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com> Reviewed-by:
Lars Knoll <lars.knoll@nokia.com> Reviewed-by:
Joona Petrell <joona.t.petrell@nokia.com>
-
- Mar 26, 2012
-
-
Pekka Vuorela authored
Feature to be reimplemented simplified. Now using new FocusAboutToChange event for using input method to commit stuff when window is losing focus. Change-Id: I81c96c36d9f0a1b38adb4324f3b892c33547cb50 Reviewed-by:
Andrew den Exter <andrew.den-exter@nokia.com>
-
- Mar 23, 2012
-
-
Frederik Gladhorn authored
Re-add all accessibility updates with new api. Change-Id: Iec91c41a0137911ccf6e9f4fa907a378d9dd335a Reviewed-by:
Jan-Arve Sæther <jan-arve.saether@nokia.com>
-
- Mar 22, 2012
-
-
Andrew den Exter authored
Update the implicitWidth of the item before continuing with the layout rather than after it's completed this gives any bindings dependent on the implicitWidth the opportunity to update the width before the layout continues. Task-number: QTBUG-22680 Task-number: QTBUG-24251 Change-Id: I61cd96ad9891b22d8b83937ad2c06719f88976b6 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
- Mar 21, 2012
-
-
Andrew den Exter authored
Defer giving focus to TextInput or TextEdit until after other mouse press handling has been performed, otherwise setting the cursor position will overwrite any selection or cursor position set in the on(Active)FocusChanged handler. Change-Id: I6332642484de65138a444987b5a81be69c6f835f Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
Andrew den Exter authored
Excluding trailing spaces from the content size means the cursor position also needs to considered in determining the width used by the text as unwrapped white space can push the cursor over the width of the item. Also corrects an auto scroll issue with right to left text identified in extending the tests. Task-number: QTBUG-24630 Change-Id: Iaab9eac03824b22f507154fa1d6e55376bd075a0 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- Mar 20, 2012
-
-
Andrew den Exter authored
Change-Id: I5e10bc5e2d42bcbc641ebea8b9bb123479ea857a Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
Andrew den Exter authored
Change-Id: Ie77a61a3ea0d1bdccd59dd519346db74bdf59c44 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- Mar 14, 2012
-
-
Frederik Gladhorn authored
In order to integrate pending api changes these are temporarily removed and will return fixed as soon as qtbase is up to date. Change-Id: I558b6049ac3342d41d67441ddfba6821fc370533 Reviewed-by:
Jan-Arve Sæther <jan-arve.saether@nokia.com>
-
- Mar 13, 2012
-
-
Casper van Donderen authored
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I62d203f21df63a95ee236e578b10418fd9680707 Reviewed-by:
Jerome Pasion <jerome.pasion@nokia.com>
-
Frederik Gladhorn authored
Child 0 means the first child. The index needs to be -1 which the default ctor does. Change-Id: I71fbdf5a15dd4593178cb250f06d42f601e40d4d Reviewed-by:
Jan-Arve Sæther <jan-arve.saether@nokia.com>
-
Andrew den Exter authored
Change-Id: Id66e177a544fd8e019bae86fff6bd04bd0497d7c Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- Feb 24, 2012
-
-
Matthew Vogt authored
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by:
Martin Jones <martin.jones@nokia.com>
-
Andrew den Exter authored
Rounding to align painting to pixel boundaries is no longer necessary are largely removed. Correct the few instances remaining in TextEdit and TextInput. Change-Id: Ic6ec57092d74ec43b23d85cd8868e0190acc3e09 Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-
- Feb 22, 2012
-
-
Andrew den Exter authored
Remove some redundant or obsolete member and reorder members to minimise padding for alignment. Change-Id: I2660007baa07bea076e9ad307061af87c07e37cf Reviewed-by:
Yann Bodson <yann.bodson@nokia.com>
-