summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-082-4/+4
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-032-2/+2
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* QSqlQueryModel: suppress insert and remove signals while resettingMark Brand2012-08-302-4/+86
* QSqlQueryModel: fix nested beginResetModel/endResetModelMark Brand2012-08-302-10/+8
* docs: remove \reimp from non-virtual methodsMark Brand2012-08-302-3/+2
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* documentation: grammar nitpickMark Brand2012-08-291-3/+3
* Fix doc errors.Frederik Gladhorn2012-08-284-11/+3
* qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transactionMark Brand2012-08-131-7/+2
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-071-0/+5
* Doc: Adding a landing page for Qt SQL.Jerome Pasion2012-08-063-3/+37
* Fix some typos.Frederik Schwarzer2012-07-262-2/+2
* QSqlTM: add reimplemented record() methodMark Brand2012-07-172-3/+34
* QSqlTM: use generated flag more correctly in setRecord()/insertRecord()Mark Brand2012-07-171-11/+19
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-4/+42
* Doc: Fix typo foreigh -> foreignSergio Ahumada2012-07-161-1/+1
* Add support for SQLSTATE error codesAndras Mantia2012-07-031-12/+18
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-295-0/+13
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-252-2/+2
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+0
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Remove QFactoryInterface from sql driversLars Knoll2012-06-073-22/+10
* Use the correct ifdef (QT_WIDGETS_LIB) in qsqlrelationaldelegate.hKent Hansen2012-06-061-2/+2
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-0615-63/+63
* Replace QVariant::typeToName usage by QMetaType::typeName call.Jędrzej Nowacki2012-05-281-1/+1
* Itemviews: compile with QT_STRICT_ITERATORSThiago Macieira2012-05-261-1/+1
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* QtSql: remove \link usagesGiuseppe D'Angelo2012-05-112-10/+10
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-5/+5
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-102-4/+3
|\
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-092-4/+3
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-9/+10
|/
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-055-23/+23
* Change QtSql documentation to recommend QString::toUtf8Thiago Macieira2012-05-031-3/+3
* Add "make docs" target for QtNetwork and sanitize other qdocconfs.Casper van Donderen2012-05-021-20/+20
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Doc: Fix most qdoc errors in QtSql.Casper van Donderen2012-04-2835-167/+3667
* Fix memory leaks in 64-bits ODBC driverHonglei Zhang2012-04-261-2/+4
* QSqlQueryModel::setQuery() don't use deprecated reset()Mark Brand2012-04-234-50/+57
* QSqlQueryModel::fetchMore() documentation fixMark Brand2012-04-231-1/+1