Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | | * | Merge branch 'master' of git:qt/qt | Thiago Macieira | 2010-02-21 | 783 | -70029/+58894 | |
| | | | | | | | |\ | ||||||
| | | | | | | | * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-20 | 99 | -1903/+2069 | |
| | | | | | | | |\ \ | ||||||
| | | | | | | | | * | | Fix compilation on HP-UXi: m_volume is a #define | Thiago Macieira | 2010-02-20 | 6 | -20/+20 | |
| | | | | | | | | * | | WinCE doesn't have sys/types.h | Thiago Macieira | 2010-02-20 | 1 | -1/+1 | |
| | | | | | | | | * | | Fix compilation: qmlviewer cannot use symbols exported with Q_AUTOTEST_EXPORT... | Thiago Macieira | 2010-02-20 | 2 | -2/+2 | |
| | | | | | | | | * | | Fix compilation on recent Linux systems: getpid(2) is in unistd.h. | Thiago Macieira | 2010-02-20 | 1 | -0/+2 | |
| | | | | | | | | * | | Merge remote branch 'origin/master' | Thiago Macieira | 2010-02-20 | 783 | -16234/+102449 | |
| | | | | | | | | |\ \ | ||||||
| | | | | | | | | * | | | Cocoa: calling QEventLoop::exec from mouse up causes problem | Richard Moe Gustavsen | 2010-02-19 | 1 | -0/+1 | |
| | | | | | | | | * | | | Fix compilation on GNU/Hurd (SA_SIGINFO isn't defined) | Thiago Macieira | 2010-02-19 | 1 | -1/+5 | |
| | | | | | | | | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 | David Boddie | 2010-02-19 | 56 | -98/+228 | |
| | | | | | | | | |\ \ \ | ||||||
| | | | | | | | | | * | | | Work around MSVC2008 compiler crash | Kent Hansen | 2010-02-19 | 2 | -1/+27 | |
| | | | | | | | | | * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 | Martin Smith | 2010-02-19 | 2 | -40/+36 | |
| | | | | | | | | | |\ \ \ | ||||||
| | | | | | | | | | | * | | | Cocoa: event dispatcher eats mouse events | Richard Moe Gustavsen | 2010-02-19 | 1 | -39/+35 | |
| | | | | | | | | | | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 | Fabien Freling | 2010-02-19 | 628 | -2756/+4279 | |
| | | | | | | | | | | |\ \ \ | ||||||
| | | | | | | | | | | * | | | | Fix an issue about double-click on Mac OS X. | Fabien Freling | 2010-02-19 | 1 | -1/+1 | |
| | | | | | | | | | * | | | | | doc: Added "\since 4.7" to a bunch of declarative stuff. | Martin Smith | 2010-02-19 | 45 | -18/+116 | |
| | | | | | | | | | | |/ / / | | | | | | | | | | |/| | | | ||||||
| | | | | | | | | | * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 | Martin Smith | 2010-02-19 | 9 | -845/+1258 | |
| | | | | | | | | | |\ \ \ \ | ||||||
| | | | | | | | | | | * \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-19 | 13 | -851/+1329 | |
| | | | | | | | | | | |\ \ \ \ | ||||||
| | | | | | | | | | * | | | | | | qdoc: Finished "Inherited by" list for QML elements. | Martin Smith | 2010-02-19 | 6 | -35/+44 | |
| | | | | | | | | * | | | | | | | Doc: Collected the Declarative UI tutorials together and renamed them. | David Boddie | 2010-02-19 | 12 | -777/+498 | |
| | | | | | | | | * | | | | | | | Doc: Simplified Commercial Editions for Qt 4.7. | David Boddie | 2010-02-19 | 18 | -192/+23 | |
| | | | | | | | | | |_|/ / / / | | | | | | | | | |/| | | | | | ||||||
| | | | | | | | | * | | | | | | Avoid calling out to public API in the QtScript implementation | Kent Hansen | 2010-02-18 | 8 | -359/+513 | |
| | | | | | | | | * | | | | | | Move property helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 4 | -206/+288 | |
| | | | | | | | | * | | | | | | Move more script value conversion code to helper functions | Kent Hansen | 2010-02-18 | 2 | -65/+152 | |
| | | | | | | | | * | | | | | | Cleanup: Move value conversion code to helper functions | Kent Hansen | 2010-02-18 | 3 | -11/+60 | |
| | | | | | | | | * | | | | | | Move implementation of QScriptValue construction functions to private class | Kent Hansen | 2010-02-18 | 2 | -91/+133 | |
| | | | | | | | | * | | | | | | Cleanup: Move number conversion functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -84/+81 | |
| | | | | | | | | * | | | | | | Move some helper function declarations outside QT_NO_QOBJECT guard | Kent Hansen | 2010-02-18 | 1 | -13/+14 | |
| | | | | | | | | * | | | | | | Cleanup: Move exception helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 3 | -35/+35 | |
| | | | | | | | | |/ / / / / | ||||||
| | | | | | | | | * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 | Martin Smith | 2010-02-18 | 17 | -106/+270 | |
| | | | | | | | | |\ \ \ \ \ | ||||||
| | | | | | | | | * | | | | | | qdoc: Added "Inherited by" list to QML elements. | Martin Smith | 2010-02-18 | 5 | -10/+76 | |
| * | | | | | | | | | | | | | | Fix expected errors following d43ec1bdb12649c32f0f0067492857a70bef05b4 | Bea Lam | 2010-02-24 | 3 | -3/+3 | |
| * | | | | | | | | | | | | | | Disallow ids that start with upper case letters. | Bea Lam | 2010-02-24 | 2 | -4/+3 | |
* | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-24 | 4 | -12/+118 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-23 | 1 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Martin Jones | 2010-02-23 | 112 | -696/+2179 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix illegal access in QmlStyledText and add auto tests | Martin Jones | 2010-02-23 | 4 | -12/+118 | |
* | | | | | | | | | | | | | | | | Compile after 20fc9f2e264f34dd8580949ddbe5511b78ab0ac4 | Warwick Allison | 2010-02-23 | 1 | -4/+4 | |
* | | | | | | | | | | | | | | | | doc | Warwick Allison | 2010-02-23 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Bea Lam | 2010-02-23 | 127 | -876/+2302 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Missing test data file. | Bea Lam | 2010-02-23 | 1 | -0/+13 | |
* | | | | | | | | | | | | | | | | Merge fix. | Warwick Allison | 2010-02-23 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml | Warwick Allison | 2010-02-23 | 156 | -1167/+3092 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Added missing destructor to QmlExtensionInterface. | Roberto Raggi | 2010-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | Merge branch 'qtruntime' | Roberto Raggi | 2010-02-23 | 24 | -277/+811 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Get rid of the useless import 'files' | Roberto Raggi | 2010-02-23 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | Fixed the install rules for the QML plugins example. | Roberto Raggi | 2010-02-23 | 1 | -11/+14 | |
| | * | | | | | | | | | | | | | | | Added the qmldir file for declarative plugins example | Thorbjørn Lindeijer | 2010-02-23 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 14 | -228/+29 | |