summaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols
Commit message (Collapse)AuthorAgeFilesLines
* Fix touch gallery example crashes on exitHEADdevJani Korteniemi2022-01-041-0/+1
| | | | | | Task-number: QTBUG-40501 Change-Id: I8c51818e8846be3a2813ac2fa8871a9d75c22439 Reviewed-by: Ville Voutilainen <[email protected]>
* Update 'dev' dependenciesAllan Sandfeld Jensen2020-05-122-6/+30
| | | | | | | Along with compile fixes Change-Id: I7fc6397df83d485fbc4714ead16e74bfd079c90f Reviewed-by: Alexandru Croitor <[email protected]>
* Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-alpha1Qt Forward Merge Bot2020-02-051-1/+1
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I208e2e1d8da2123359be0581c83557e862465247
| * Stop using QDateTime's locale-specific APIsEdward Welbourne2020-01-281-1/+1
| | | | | | | | | | | | | | | | Use QLocale's date-time APIs, instead. Task-number: QTBUG-80441 Change-Id: I75453a002e0eea299d0527c0fa9431dc8bc53c7f Reviewed-by: Friedemann Kleint <[email protected]>
* | Adapt to new Connections syntaxUlf Hermann2019-10-205-7/+10
|/ | | | | | Change-Id: I299baf89f2530250a333736bb31f4ae470610176 Reviewed-by: Fabian Kosmale <[email protected]> Reviewed-by: Simon Hausmann <[email protected]>
* Make restoreMode on all Binding elements explicitUlf Hermann2019-10-041-1/+3
| | | | | | | The default is going to change in 5.15. Change-Id: Ib17500791476bd45ed2c7c3736186897fb63d7a0 Reviewed-by: Simon Hausmann <[email protected]>
* Eradicate Java-style iterators and Q_FOREACH and mark the module free of themMarc Mutz2019-07-152-16/+5
| | | | | | | | | | | | | ... 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]>
* Doc: Add missing dots (qtquickcontrols)Paul Wicking2018-06-191-1/+1
| | | | | | Task-number: QTBUG-68933 Change-Id: I3731b82ecae0a43878b694e681300bef7c36ea62 Reviewed-by: Topi Reiniƶ <[email protected]>
* Extras: fix remaining createRadialGradient() issuesMitch Curtis2018-05-291-1/+1
| | | | | | | | | | 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]>
* extras/gallery example: Use layout alignment in Dial pagev5.11.0-beta2Friedemann Kleint2018-02-261-4/+4
| | | | | | | | | | | | 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]>
* Fix typosJarek Kobus2018-02-132-2/+2
| | | | | Change-Id: I7425013eb53a9fb5866c748944dda029ce7edd43 Reviewed-by: Leena Miettinen <[email protected]>
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-12-015-14/+38
|\ | | | | | | Change-Id: Iadff14f78c9d4b5aca9cba8a2728c10b7963d8fc
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-302-6/+26
| |\ | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ia33462a31303ae79f7a6ef26dc6065a0afeef3e1
| | * Fix outdated FDL license headerKai Koehne2017-10-182-6/+26
| | | | | | | | | | | | | | | Change-Id: I03c222a72490959d55b3077a6282553a4bfcf7d2 Reviewed-by: Jani Heikkinen <[email protected]>
| * | Doc: add documentation to Dashboard examplev5.10.0-beta2Nico Vertriest2017-10-112-6/+10
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-60648 Change-Id: I79b9fdfde18041d95b7aa422bfb4d188ed907589 Reviewed-by: Mitch Curtis <[email protected]>
| * | Example: Update to the new QObject::connect syntaxVenugopal Shivashankar2017-09-121-2/+2
| |/ | | | | | | | | | | | | | | | | | | 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]>
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-1/+1
| | | | | | | | | | Change-Id: I43296a94e6242a9e77039a0369e3a2292891fec7 Reviewed-by: Lars Knoll <[email protected]>
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-2/+2
|/ | | | | Change-Id: I39eb6cd5c6be80b14597b666c6fee05978be26ce Reviewed-by: Lars Knoll <[email protected]>
* remove bogus QTPLUGIN+=qsqlite magicOswald Buddenhagen2017-05-291-2/+0
| | | | | | | | | | 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]>
* texteditor example: Fix path to editpaste iconv5.9.0-beta4Friedemann Kleint2017-05-041-1/+1
| | | | | | | | | 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]>
* Fix sqlite detectionLars Knoll2016-09-121-1/+1
| | | | | | | There is now a sql-sqlite feature in qtbase that should get used. Change-Id: I8abc60bec5c0fa64d180150c598f0a6605844473 Reviewed-by: Simon Hausmann <[email protected]>
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-271-0/+6
|\ | | | | | | | | | | | | Conflicts: tests/auto/qquicktreemodeladaptor/tst_qquicktreemodeladaptor.cpp Change-Id: I0b6018fdac65a5385136e4c3561fba1c52ecd32e
| * texteditor example: check if document is null before using itMitch Curtis2016-08-021-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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]>
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1087-264/+1113
|/ | | | | | | | Conflicts: examples/quickcontrols/extras/flat/main.cpp src/controls/Private/qquickcontrolsettings.cpp Change-Id: I9eb9342a2ee994611f3cb18daab6dd89eb924ccc
* fix example installsOswald Buddenhagen2016-04-28195-0/+12630
this includes renaming the first-level subdir of examples/. Change-Id: Idf14164533c247e5c0cc5acdb405ac97f7c33ac5 Reviewed-by: J-P Nurmi <[email protected]>