summaryrefslogtreecommitdiffstats
path: root/src/sql/models
Commit message (Expand)AuthorAgeFilesLines
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-0/+1
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-232-4/+0
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-2/+2
|\
| * Doc: make Qt Sql snippets compilableNico Vertriest2020-03-202-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-282-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-282-3/+3
| |\
| | * Doc: Fix QSql*Model snippetsSze Howe Koh2020-01-192-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-7/+7
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-7/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-1/+1
|\| |
| * | QSqlTableModel::record: Use the const & we're givenAlbert Astals Cid2019-10-251-1/+1
| |/
* / pass QSqlDatabase by const &Albert Astals Cid2019-10-154-8/+8
|/
* 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