summaryrefslogtreecommitdiffstats
path: root/src/sql/models
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix QSql*Model snippetsSze Howe Koh2020-01-192-3/+3
* Fix build without feature.stringlistmodelTasuku Suzuki2019-06-301-1/+0
* Compile with Qt 6Lars Knoll2019-05-021-1/+2
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-2/+2
* More nullptr usage in headersKevin Funk2019-03-142-2/+2
* QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-5/+5
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-3/+3
|\
| * QSqlRelationalDelegate: compile with QT_NO_CAST_FROM_BYTEARRAYChristian Ehrlicher2019-01-161-3/+3
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-1/+1
* | Implement clearItemData in common modelsLuca Beldi2018-09-062-0/+13
|/
* Doc: Explicitly state that QSqlTableModel only handles EditRoleAndy Shaw2018-09-031-0/+4
* Initialize the QSqlQuery to be invalid when creating a sql modelAndy Shaw2018-08-282-2/+2
* Show the display role inside the editor for the relation in a QComboBoxAndy Shaw2018-05-291-1/+22
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-6/+6
|\
| * doc: Explicitly mention that QSqlRecord fields are generated by defaultAndy Shaw2018-05-231-6/+6
* | Sql: Add a feature for the SQL item modelsUlf Hermann2018-02-206-1/+12
|/
* doc: Add documentation for swap() functionsMartin Smith2018-01-241-0/+6
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-3/+3
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-28/+28
* QSqlTableModel: avoid copying QSqlRecord instancesDavid Faure2017-08-102-6/+10
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+4
|\
| * Convert features.combobox to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-0/+2
| * Convert features.listview to QT_[REQUIRE_]CONFIGStephan Binner2017-07-211-0/+2
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-07-251-1/+1
* | Use modern C++ keywordsJesus Fernandez2017-05-301-11/+11
* | Modify QSqlQueryModel roleNamesJesus Fernandez2017-05-262-0/+26
|/
* Fix QSqlRelationDelegate when using quotation marksJesus Fernandez2017-04-241-3/+19
* Use QStringBuilder moreAnton Kudryavtsev2017-03-301-2/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-3/+3
|\
| * Fix "zero as null pointer constant" warningJesus Fernandez2017-02-281-3/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-1/+8
|\|
| * Unbreak ubsan developer-buildMarc Mutz2017-02-072-1/+8
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-1/+2
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-3/+0
|/
* Add missing override into Qt modulesAlexander Volkov2016-12-011-2/+2
* QSqlRelation: mark shared-come-qt6Marc Mutz2016-09-171-1/+12
* Add qtsqlglobal.h and qtsqlglobal_p.hLars Knoll2016-07-036-0/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Fix typo in QSqlTableModel documentationVladislav Tronko2016-05-061-1/+1
* | QtSql: eradicate remaining Q_FOREACH loopsMarc Mutz2016-02-171-1/+2
* | Updated license headersJani Heikkinen2016-01-1510-140/+200
|/
* QSqlQueryModel::clear(): Call begin/endResetModel().Friedemann Kleint2015-11-193-0/+6
* QtSql: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-083-5/+5
* Doc: added doc for non-documented functionsNico Vertriest2015-05-181-0/+8
* Update copyright headersJani Heikkinen2015-02-1110-70/+70
* Use prefix instead of postfix for iteratorsMaks Naumov2015-02-081-1/+2
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-034-37/+37
* Update license headers and add new license filesMatti Paaso2014-09-2410-190/+110
* Doc: correction return statement QSqlDatabase QSqlTableModel::database()Nico Vertriest2014-09-241-1/+1
* [QtSql][QSqlTableModel] fix failure to refresh in selectRow()Mark Brand2014-04-271-1/+2