summaryrefslogtreecommitdiffstats
path: root/src/sql
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* fix incorrect uses of qmake in documentationJoerg Bornemann2012-09-252-6/+6
* QSqlTableMode::selectRow(): lack of WHERE clause is an errorMark Brand2012-09-241-1/+9
* QSqlTableModel::selectRow(): reduce scope of QSqlQueryMark Brand2012-09-241-6/+8
* QSqlTableModel::selectRow(): fix failure on uncached rowsMark Brand2012-09-242-7/+21
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2265-1330/+1330
* Move opengl/wid/net example docs to proper folders.Frederik Gladhorn2012-09-211-4/+4
* remove mentions of borland from project filesOswald Buddenhagen2012-09-194-7/+3
* sql: Include own headers firstSergio Ahumada2012-09-193-5/+5
* 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