summaryrefslogtreecommitdiffstats
path: root/src/sql/models
Commit message (Expand)AuthorAgeFilesLines
* Doc: Ensure deprecated APIs in Qt Sql are documented as suchNico Vertriest2021-07-221-2/+1
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-031-1/+2
* QSqlQuery: make it a move only typeGiuseppe D'Angelo2021-03-212-6/+29
* Fix misguided conditional, simplify codeEdward Welbourne2021-02-181-6/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-12/+0
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-101-28/+27
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-111-1/+2
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-1/+1
* Use QList instead of QVector in sqlJarek Kobus2020-06-254-4/+4
* 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