| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Task-number: QTBUG-40501
Change-Id: I8c51818e8846be3a2813ac2fa8871a9d75c22439
Reviewed-by: Ville Voutilainen <[email protected]>
|
|
|
|
|
|
|
| |
Along with compile fixes
Change-Id: I7fc6397df83d485fbc4714ead16e74bfd079c90f
Reviewed-by: Alexandru Croitor <[email protected]>
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
.qmake.conf
Change-Id: I208e2e1d8da2123359be0581c83557e862465247
|
| |
| |
| |
| |
| |
| |
| |
| | |
Use QLocale's date-time APIs, instead.
Task-number: QTBUG-80441
Change-Id: I75453a002e0eea299d0527c0fa9431dc8bc53c7f
Reviewed-by: Friedemann Kleint <[email protected]>
|
|/
|
|
|
|
| |
Change-Id: I299baf89f2530250a333736bb31f4ae470610176
Reviewed-by: Fabian Kosmale <[email protected]>
Reviewed-by: Simon Hausmann <[email protected]>
|
|
|
|
|
|
|
| |
The default is going to change in 5.15.
Change-Id: Ib17500791476bd45ed2c7c3736186897fb63d7a0
Reviewed-by: Simon Hausmann <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
... and QLinkedList.
Java-style iterators are scheduled to be deprecated, or at the very
least banned from use in Qt's own implementation. Ditto Q_FOREACH.
Ditto QLinkedList.
Change-Id: I92eb5c22762b63cba45f8eaf717c1b7d458fcda4
Reviewed-by: Volker Hilsheimer <[email protected]>
Reviewed-by: Andy Shaw <[email protected]>
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
|
| |
Task-number: QTBUG-68933
Change-Id: I3731b82ecae0a43878b694e681300bef7c36ea62
Reviewed-by: Topi Reiniƶ <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
be4c4877b35ad1b6983cf194e61f0dad1d123af5 fixed Context2D's
createRadialGradient() function, so our usage of it has to be updated
accordingly. This patch produces the same visual result as it was
originally.
Change-Id: I4c021dcb2db9303d0a4d6ae8ca4cc606ca1f6d67
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace 'anchors' by the 'Layout.alignment' attached property,
fixing numerous warnings:
qrc:/qml/gallery.qml:137:17: QML Dial: Detected anchors on an item that is part of a layout. This is undefined behavior.
qrc:/qml/gallery.qml:151:17: QML Text: Detected anchors on an item that is part of a layout. This is undefined behavior.
qrc:/qml/gallery.qml:103:17: QML Dial: Detected anchors on an item that is part of a layout. This is undefined behavior.
qrc:/qml/gallery.qml:124:17: QML Text: Detected anchors on an item that is part of a layout. This is undefined behavior.
Change-Id: Iaf5b8f16e477ecd8e7598e857de0fc16e7b53d53
Reviewed-by: Mitch Curtis <[email protected]>
|
|
|
|
|
| |
Change-Id: I7425013eb53a9fb5866c748944dda029ce7edd43
Reviewed-by: Leena Miettinen <[email protected]>
|
|\
| |
| |
| | |
Change-Id: Iadff14f78c9d4b5aca9cba8a2728c10b7963d8fc
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
.qmake.conf
Change-Id: Ia33462a31303ae79f7a6ef26dc6065a0afeef3e1
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I03c222a72490959d55b3077a6282553a4bfcf7d2
Reviewed-by: Jani Heikkinen <[email protected]>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Task-number: QTBUG-60648
Change-Id: I79b9fdfde18041d95b7aa422bfb4d188ed907589
Reviewed-by: Mitch Curtis <[email protected]>
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The QSortFilterProxyModel-based proxy model forwards the
rowsInserted and rowsDeleted signals.
Task-number: QTBUG-60631
Change-Id: I51a46cd13a89ea22b8bb4807821b3f21f6893b19
Reviewed-by: Shawn Rutledge <[email protected]>
Reviewed-by: J-P Nurmi <[email protected]>
|
| |
| |
| |
| |
| | |
Change-Id: I43296a94e6242a9e77039a0369e3a2292891fec7
Reviewed-by: Lars Knoll <[email protected]>
|
|/
|
|
|
| |
Change-Id: I39eb6cd5c6be80b14597b666c6fee05978be26ce
Reviewed-by: Lars Knoll <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
the code was originally meant to link the plugin if it's not built into
qtsql. this logic did not survive the various build system refactorings,
but it's also entirely pointless, because available static plugins are
now automatically linked.
Change-Id: I85039dbb123ab4fa1089b898041ab6d3ddb2e44c
Reviewed-by: Simon Hausmann <[email protected]>
|
|
|
|
|
|
|
|
|
| |
Drop prefix so that it can be found from either resources
or files.
Change-Id: Ib9dcab86f22bff0f8a3d7f0f22aa35d717b3569f
Reviewed-by: Simon Hausmann <[email protected]>
Reviewed-by: J-P Nurmi <[email protected]>
|
|
|
|
|
|
|
| |
There is now a sql-sqlite feature in qtbase that should get used.
Change-Id: I8abc60bec5c0fa64d180150c598f0a6605844473
Reviewed-by: Simon Hausmann <[email protected]>
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
tests/auto/qquicktreemodeladaptor/tst_qquicktreemodeladaptor.cpp
Change-Id: I0b6018fdac65a5385136e4c3561fba1c52ecd32e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This hasn't been an issue so far probably because those properties were
accessed after m_doc had been set. However, adding some debug text can
trigger a crash:
Text {
text: "document.cursorPosition=" + document.cursorPosition
}
Change-Id: Ib468815cdc0b103a2384457ab937cc3b764b96c8
Reviewed-by: Friedemann Kleint <[email protected]>
|
|/
|
|
|
|
|
|
| |
Conflicts:
examples/quickcontrols/extras/flat/main.cpp
src/controls/Private/qquickcontrolsettings.cpp
Change-Id: I9eb9342a2ee994611f3cb18daab6dd89eb924ccc
|
|
this includes renaming the first-level subdir of examples/.
Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5
Reviewed-by: J-P Nurmi <[email protected]>
|