Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -428/+0 |
| | | | | QDeclarativeXXX. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-18 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h | ||||
| * | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | MOBILITY-404 QS Windows. | Wolfgang Beck | 2010-02-16 | 1 | -0/+3 |
|/ | |||||
* | QTBUG-6507 appears fixed (don't know when) | Warwick Allison | 2010-01-11 | 1 | -6/+1 |
| | |||||
* | Print exceptions generated in SQL callback functions. | Michael Brasser | 2009-12-15 | 1 | -1/+5 |
| | |||||
* | undebug | Warwick Allison | 2009-12-08 | 1 | -1/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-06 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | ||||
* | | Make QmlScriptEngine reusable in WorkScript, so extra fns are available. | Warwick Allison | 2009-12-04 | 1 | -4/+8 |
|/ | | | | Add Qt.resolvedUrl(url) | ||||
* | undebug | Warwick Allison | 2009-12-04 | 1 | -1/+0 |
| | |||||
* | Prevent call to executeSql outside transaction (eg. if arg kept). | Warwick Allison | 2009-12-04 | 1 | -0/+8 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-03 | 1 | -5/+7 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | | More detailed error message. | Warwick Allison | 2009-12-03 | 1 | -2/+3 |
|/ | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -4/+4 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -3/+3 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | unwarn | Warwick Allison | 2009-11-30 | 1 | -2/+2 |
| | |||||
* | Check version for cached DB too. | Warwick Allison | 2009-11-20 | 1 | -0/+2 |
| | |||||
* | More SQL tests. | Warwick Allison | 2009-11-20 | 1 | -114/+13 |
| | | | | Less non-spec functionality in API. | ||||
* | Clean-up SQL tests to not be order-dependent | Warwick Allison | 2009-11-19 | 1 | -4/+14 |
| | | | | | Add tests for new SQL APIs Remove some non-useful SQL API extensions. | ||||
* | Fix for empty query results. | Warwick Allison | 2009-11-19 | 1 | -2/+5 |
| | |||||
* | Don't make assumptions about when SQLITE creates database files. | Warwick Allison | 2009-11-18 | 1 | -2/+2 |
| | |||||
* | Update SQL database support to current HTML5 specification. | Warwick Allison | 2009-11-18 | 1 | -58/+187 |
| | |||||
* | Fix binding (it should be resulted to arrays, since SQL and JS are not) | Warwick Allison | 2009-11-17 | 1 | -2/+2 |
| | |||||
* | Use QDir::separator() and follow no-trailing-slash convention. | Warwick Allison | 2009-11-16 | 1 | -1/+2 |
| | | | | Fixes QTBUG-5841 | ||||
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | typo | Warwick Allison | 2009-10-20 | 1 | -1/+1 |
| | | | | QT-2335 | ||||
* | doc | Warwick Allison | 2009-10-20 | 1 | -0/+4 |
| | | | | Record current DB type in INI for future extensibility. | ||||
* | More tests for QmlSql, more WebKit-tested-validity. | Warwick Allison | 2009-09-24 | 1 | -6/+112 |
| | |||||
* | Fix Windows compile. | Warwick Allison | 2009-09-18 | 1 | -6/+0 |
| | |||||
* | Make SqlDatabase testable and add a basic test. | Warwick Allison | 2009-09-18 | 1 | -40/+1 |
| | |||||
* | Compile on windows | Yann Bodson | 2009-09-17 | 1 | -0/+1 |
| | |||||
* | Changed the use of QString::utf8() to QString::toUtf8() to make it | Erik Verbruggen | 2009-09-16 | 1 | -2/+2 |
| | | | | compile without QT3_SUPPORT. | ||||
* | Fix compilation on Linux | Kai Koehne | 2009-09-16 | 1 | -1/+0 |
| | | | | qmlsqldatabase.moc is not created any more | ||||
* | Better SQL database performance / memory usage. | Warwick Allison | 2009-09-16 | 1 | -12/+88 |
| | | | | | Rows accessible incrementally. Rows.forwardOnly for optimization. | ||||
* | Remove unnecessary use of QObjects | Warwick Allison | 2009-09-16 | 1 | -106/+75 |
| | | | | QSqlDatabase is a shared copyable type anyway, so easy to use as QScriptValue variant. | ||||
* | Basic first-working SQL database interface. | Warwick Allison | 2009-09-16 | 1 | -0/+259 |
A simple Qt-based implementation of HTML5 SQL local storage databases. |