Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check driver validity before using it | Honglei Zhang | 2011-12-12 | 2 | -4/+7 |
* | Fix typos in Sqlite docs. | Stephen Kelly | 2011-12-05 | 1 | -2/+2 |
* | QSqlRelationalTableModel doesn't follow relations on the first column | Honglei Zhang | 2011-12-02 | 1 | -1/+1 |
* | Fix sqlite driver memory eating due to close failure | Honglei Zhang | 2011-11-30 | 1 | -0/+7 |
* | SQLite support only one statement at a time | Honglei Zhang | 2011-11-23 | 2 | -2/+15 |
* | Fix most warnings about assignments of QAtomicInt. | Friedemann Kleint | 2011-10-31 | 2 | -7/+4 |
* | Replace implicit QAtomic* casts with explicit load()/store() | Bradley T. Hughes | 2011-10-27 | 2 | -3/+3 |
* | Fix compiler warnings. | Friedemann Kleint | 2011-10-27 | 1 | -6/+0 |
* | Fix compiler warnings. | Friedemann Kleint | 2011-09-28 | 1 | -0/+1 |
* | Merge branch 'refactor' | Gunnar Sletta | 2011-09-13 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch 'master' into refactor | Gunnar Sletta | 2011-08-25 | 2 | -0/+22 |
| |\ | |||||
| * \ | Merge remote branch 'gerrit/master' into refactor | Samuel Rødal | 2011-08-03 | 1 | -2/+34 |
| |\ \ | |||||
| * \ \ | Merge remote branch 'gerrit/master' into refactor | Samuel Rødal | 2011-07-21 | 2 | -12/+69 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote branch 'gerrit/master' into refactor | Samuel Rødal | 2011-07-12 | 12 | -222/+0 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'base/master' into refactor | Jørgen Lind | 2011-06-10 | 1 | -1/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote branch 'staging/master' into refactor | Paul Olav Tvete | 2011-05-24 | 51 | -861/+862 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote branch 'origin/master' into refactor | Lars Knoll | 2011-05-12 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote branch 'staging/master' into refactor | Samuel Rødal | 2011-05-11 | 1 | -2/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | fix includes | Lars Knoll | 2011-05-08 | 1 | -3/+3 |
* | | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' | suzuki toshiya | 2011-09-12 | 1 | -2/+2 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Add operator== and operator!= to qsqlerror class | Antonis Tsiapaliokas | 2011-08-24 | 2 | -0/+22 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Make it possible to update a related table after an external update | Andy Shaw | 2011-07-29 | 1 | -2/+34 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Add docs for QSqlRelationalTableModel::JoinMode | Charles Yin | 2011-07-20 | 1 | -0/+12 |
* | | | | | | | Fixed behavior on NULL foreign keys | DaNiMoTh | 2011-07-20 | 2 | -12/+57 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Remove QT3_SUPPORT from qsql, qxml | Gabriel de Dietrich | 2011-07-06 | 12 | -222/+0 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix modules to load(qt_module) first | Marius Storm-Olsen | 2011-06-08 | 1 | -0/+2 |
* | | | | | Moved common module profiles to be feature profiles. | axis | 2011-06-05 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 51 | -860/+860 |
* | | | | Doc: Documented the value returned when no field can be found. | David Boddie | 2011-05-23 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-staging | Qt Continuous Integration System | 2011-05-11 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add QT_xxx_VERSION macros for each library in qtbase | Liang Qi | 2011-05-10 | 1 | -0/+2 |
| |/ | |||||
* | | Fixed QTBUG-11935 : "With MySQL version > 50000 the QMYSQLDriver:: | Emmanuel BOURGERIE | 2011-05-10 | 1 | -4/+4 |
* | | Fixed QTBUG-11935 | Emmanuel BOURGERIE | 2011-05-10 | 1 | -2/+6 |
|/ | |||||
* | Move private headers into versioned subdirectory | Marius Storm-Olsen | 2011-05-02 | 1 | -1/+1 |
* | Add module.prf, and install MODULE_PRI for each module | Marius Storm-Olsen | 2011-05-02 | 1 | -0/+4 |
* | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 65 | -0/+27177 |