index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Centralize more common settings in 1 global qdocconf.
Casper van Donderen
2012-09-11
1
-36
/
+1
*
Check for C++ operators that should be 'const'
Sergio Ahumada
2012-09-08
2
-4
/
+4
*
Use QStringList::join(QChar) overload where applicable [QtSql]
Marc Mutz
2012-09-03
2
-2
/
+2
*
Doc: Fix docbuild when not using -developer-build.
Casper van Donderen
2012-09-01
1
-2
/
+2
*
Doc: Simplify qtbase qdocconfs.
Casper van Donderen
2012-08-31
1
-15
/
+2
*
QSqlQueryModel: suppress insert and remove signals while resetting
Mark Brand
2012-08-30
2
-4
/
+86
*
QSqlQueryModel: fix nested beginResetModel/endResetModel
Mark Brand
2012-08-30
2
-10
/
+8
*
docs: remove \reimp from non-virtual methods
Mark Brand
2012-08-30
2
-3
/
+2
*
Exclude the examples/widgets/doc dir for all but widgets.
Frederik Gladhorn
2012-08-29
1
-0
/
+2
*
documentation: grammar nitpick
Mark Brand
2012-08-29
1
-3
/
+3
*
Fix doc errors.
Frederik Gladhorn
2012-08-28
4
-11
/
+3
*
qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transaction
Mark Brand
2012-08-13
1
-7
/
+2
*
rename qt_module_config.prf => qt_module.prf
Oswald Buddenhagen
2012-08-08
1
-1
/
+1
*
Add possibility to add OpenSSL, DBUS, MySQL path under Windows
Andreas Holzammer
2012-08-07
1
-0
/
+5
*
Doc: Adding a landing page for Qt SQL.
Jerome Pasion
2012-08-06
3
-3
/
+37
*
Fix some typos.
Frederik Schwarzer
2012-07-26
2
-2
/
+2
*
QSqlTM: add reimplemented record() method
Mark Brand
2012-07-17
2
-3
/
+34
*
QSqlTM: use generated flag more correctly in setRecord()/insertRecord()
Mark Brand
2012-07-17
1
-11
/
+19
*
Fix error when inserting to tables with datetime fields with QODBC
Thiago A. Correa
2012-07-16
1
-4
/
+42
*
Doc: Fix typo foreigh -> foreign
Sergio Ahumada
2012-07-16
1
-1
/
+1
*
Add support for SQLSTATE error codes
Andras Mantia
2012-07-03
1
-12
/
+18
*
Clean up the EXPORT macros in qglobal.h.
Thiago Macieira
2012-06-29
5
-0
/
+13
*
Fix docs mentioning Q_EXPORT_PLUGIN2
Lars Knoll
2012-06-25
2
-2
/
+2
*
fix misnomer: qt_module.prf => qt_build_config.prf
Oswald Buddenhagen
2012-06-19
1
-1
/
+1
*
automatically add QT_BUILD_FOO_LIB to DEFINES
Oswald Buddenhagen
2012-06-19
1
-1
/
+0
*
clean up projects from QPRO_PWD nonsense, etc.
Oswald Buddenhagen
2012-06-19
1
-1
/
+0
*
auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTION
Oswald Buddenhagen
2012-06-19
1
-2
/
+0
*
auto-generate module pris
Oswald Buddenhagen
2012-06-19
1
-2
/
+0
*
automatically add the version header to HEADERS
Oswald Buddenhagen
2012-06-19
1
-2
/
+0
*
make qt_module_config.prf install the module pri file
Oswald Buddenhagen
2012-06-19
1
-1
/
+0
*
Remove QFactoryInterface from sql drivers
Lars Knoll
2012-06-07
3
-22
/
+10
*
Use the correct ifdef (QT_WIDGETS_LIB) in qsqlrelationaldelegate.h
Kent Hansen
2012-06-06
1
-2
/
+2
*
QSqlResult: replace virtual hooks with virtual functions
Mark Brand
2012-06-06
15
-63
/
+63
*
Replace QVariant::typeToName usage by QMetaType::typeName call.
Jędrzej Nowacki
2012-05-28
1
-1
/
+1
*
Itemviews: compile with QT_STRICT_ITERATORS
Thiago Macieira
2012-05-26
1
-1
/
+1
*
Doc: Add a default license footer.
Casper van Donderen
2012-05-11
1
-0
/
+1
*
QtSql: remove \link usages
Giuseppe D'Angelo
2012-05-11
2
-10
/
+10
*
Doc: Fix \sa usage
Marius Storm-Olsen
2012-05-11
2
-5
/
+5
*
Merge branch 'docs-refactoring' into master
Marius Storm-Olsen
2012-05-10
2
-4
/
+3
|
\
|
*
Properly implement a 'make docs' target for subdirs and apps/libs
Marius Storm-Olsen
2012-05-09
2
-4
/
+3
*
|
No longer use deprecated methods for plugin loading.
Friedemann Kleint
2012-05-09
1
-9
/
+10
|
/
*
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]
Thiago Macieira
2012-05-05
5
-23
/
+23
*
Change QtSql documentation to recommend QString::toUtf8
Thiago Macieira
2012-05-03
1
-3
/
+3
*
Add "make docs" target for QtNetwork and sanitize other qdocconfs.
Casper van Donderen
2012-05-02
1
-20
/
+20
*
Don't use obsolete qVariantValue, qVariantCanConvert, etc.
Debao Zhang
2012-05-02
1
-1
/
+1
*
Doc: Fix most qdoc errors in QtSql.
Casper van Donderen
2012-04-28
35
-167
/
+3667
*
Fix memory leaks in 64-bits ODBC driver
Honglei Zhang
2012-04-26
1
-2
/
+4
*
QSqlQueryModel::setQuery() don't use deprecated reset()
Mark Brand
2012-04-23
4
-50
/
+57
*
QSqlQueryModel::fetchMore() documentation fix
Mark Brand
2012-04-23
1
-1
/
+1
*
remove useless workaround
Mark Brand
2012-04-17
1
-2
/
+1
[next]