Commits (17)
-
Frederik Gladhorn authored
The window would create new child interfaces every time it's children are queried. Instead properly use the crash. Task-number: QTBUG-31417 Change-Id: Ifc7bbdbdb9a506fe04a348fba643f1d52a6157e7 Reviewed-by:
Jan Arve Sæther <jan-arve.saether@digia.com>
17b4cf5e -
Gunnar Sletta authored
We were a bit inconsistent here. A negative size Image element would not render at all, a negative size ShaderEffect would render mirrored and a negative size ShaderEffectSource would trigger an assert. Be consistent and not draw any of them. DropShadow from QtGraphicalEffects uses both a ShaderEffectSource and a ShaderEffect together, so keeping the behavior in ShaderEffect would make it render incorrectly. Task-number: QTBUG-31383 Change-Id: Ied5568d7edbc2aed96b00adfdc6aae09b6f2a7d9 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com>
493dea89 -
Caroline Chao authored
Change-Id: I5245a6931606673733130b1f168fddafe8def695 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
56c1111d -
Kai Koehne authored
Return immediately if calling stop() results in the current object being deleted. Task-number: QTBUG-31247 Change-Id: I684a858bfb4cc53f415daa8cc1c4df96067daa1c Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
114c9a16 -
Albert Astals Cid authored
It happens often that people convert a compare(foo.bar, 3) to a tryCompare(foo.bar, 3) and unfortunately that succeeds but doesn't do what they expected This makes tryCompare fail if no third argument is given Task-number: QTBUG-31427 Change-Id: I0c9618dae9aad4be55aa35c3e2dcf3535728beaa Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
3414cc6c -
Jerome Pasion authored
Qt Quick Dialogs is separate and should be excluded from the Qt Quick doc build. Task-number: QTBUG-30180 Change-Id: I6e63efc071d8d2e5673745f0dcd97d5b5f562d25 Reviewed-by:
Alan Alpert <aalpert@blackberry.com> Reviewed-by:
Martin Smith <martin.smith@digia.com>
fee0ad70 -
Topi Reinio authored
This change fixes the following things in .qdocconf: - CamelCase for project name (required for generating valid tags in example manifest file). - Proper selector for QML Types topic - Fix exampledirs to not pull in all the Qt Quick examples - Add examplesinstallpath to make Qt Creator see the examples Also fixes the paths in example docs according to changed exampledirs. Change-Id: If18f7b5a3160d85814d508e1cbfb7bdb1a002c54 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
c7915779 -
Topi Reinio authored
Link to documentation under QtQml module. Change-Id: Id65d237558c235dcdda8ab206eddef23c2886a29 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
4bb9519d -
Jerome Pasion authored
Change-Id: Ie5a4199563b22c21d7be009aeb85206670b84642 Reviewed-by:
Martin Smith <martin.smith@digia.com>
89225e99 -
Jan Arve Saether authored
* Add references to Qt Quick Layouts * Don't lie about that Positioners can resize the items * Rename title from "Item Layouts" to "Item Positioners" to avoid confusion with Qt Quick Layouts Change-Id: I43e3ad6e6d9e4b08a1233868c75f0efcab43f8c3 Reviewed-by:
Caroline Chao <caroline.chao@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
12447393 -
Shawn Rutledge authored
The window takes time to resize itself; we can avoid letting the user see that by delaying visibility of the main window. Change-Id: I81d656102b384a66b5539cbd879aadb85261ba33 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
251a267f -
Shawn Rutledge authored
It's still not a great example but at least it's somewhat usable now. - added files to .pro so you see them all in Creator - keypad is fixed size and the "tape" takes up the rest, so you can resize the window to be able to see long numbers - you can flick the ListView (MouseArea not on top of the whole thing!) - ListView scrolls to the bottom when you add numbers past the point that scrolling is necessary to see them - Clear, sqrt and +/- keys are functional Task-number: QTBUG-26556 Change-Id: I485e4123ad6c24ca64bad3efc3acfc14587268d8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Alan Alpert <aalpert@blackberry.com>
5e3d81ec -
Shawn Rutledge authored
All QQuickWindows will render using the same OpenGL context, so for a window to support transparency, the OpenGL context needs to be created with support for transparency from the very start. Therefore the application needs to call setDefaultAlphaBuffer() before creating windows. There are some relevant comments in QTBUG-20768 although the bug itself is not the same use case (it was already OK as long as the first window had a translucent color, because of setAlphaBufferSize in QQuickWindow::setColor()). Change-Id: I92e111c1a62c0d510821b646fd334e52254f8f57 Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
84adf4ff -
Caroline Chao authored
Mention both Positioners and Qt Quick Layouts. Also add qtquickdialogs to qtquick.qdocconf. Change-Id: I19bc09a0a81be7c748af83ddf38f1111f0ecc81a Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
e840b9e2 -
Gunnar Sletta authored
This selection typically interfers with an application's command line arguments. Creator's qml2puppet needs to set this mode to avoid getting subpixel antialiased text from DesignerSupport. Change-Id: Iabf2bece211b897c58e2933d5502fdcf7c360c55 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
9f9330c5 -
Andrew den Exter authored
Guard against reading past the end of the final line. Task-number: QTBUG-31471 Change-Id: I489f742936ee16f12ad9762b7c0891bfa9377e21 Reviewed-by:
Martin Jones <martin.jones@jollamobile.com>
e171d1e8 -
Frederik Gladhorn authored
Change-Id: Ie4ce4c3e64f093eec26754e06199d350a46ae2a2
7e73dc01
Showing
File moved
File moved
46.3 KB