Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make QStringBuilder respect codecForCStrings | Harald Fernengel | 2009-11-04 | 3 | -21/+62 |
* | Raise the limit for _not_ using multimedia timers to 20ms | Kai Koehne | 2009-11-04 | 1 | -1/+1 |
* | fix canReadLine() erroneously returning true | Oswald Buddenhagen | 2009-11-03 | 1 | -0/+27 |
* | Merge commit 'origin/4.6' into feature | Jørgen Lind | 2009-11-02 | 19 | -220/+423 |
|\ | |||||
| * | Add missing QENUM declarations (needed by declarative). | Warwick Allison | 2009-11-02 | 1 | -0/+2 |
| * | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstream | Bradley T. Hughes | 2009-10-30 | 5 | -102/+287 |
| |\ | |||||
| | * | QLocale: AM/PM symbol support for symbian platform | dka | 2009-10-28 | 1 | -1/+3 |
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-platform-team into 4.6-WM_... | Bradley T. Hughes | 2009-10-28 | 2 | -5/+184 |
| | |\ | |||||
| | | * | Fill gap of X.org/XFree multimedia/special/launcher keys | Helio Chissini de Castro | 2009-10-27 | 2 | -5/+184 |
| | | * | Merge branch '4.6' into 4.6-platform | Denis Dzyubenko | 2009-10-26 | 5 | -28/+46 |
| | | |\ | |||||
| | * | \ | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6-WM_NULL-driven | Bradley T. Hughes | 2009-10-28 | 7 | -31/+52 |
| | |\ \ \ | |||||
| | * | | | | Don't stop event processing at the second WM_QT_SENDPOSTEDEVENTS | Bradley T. Hughes | 2009-10-28 | 1 | -3/+7 |
| | | |/ / | | |/| | | |||||
| | * | | | Compile on Windows when QS_RAWINPUT is not defined. | Bradley T. Hughes | 2009-10-21 | 1 | -1/+4 |
| | * | | | Use GetStatusQueue() to look for timer and input messages | Bradley T. Hughes | 2009-10-21 | 1 | -2/+1 |
| | * | | | Remove workarounds for Win32 event dispatcher bugs | Bradley T. Hughes | 2009-10-20 | 1 | -12/+0 |
| | * | | | Send posted events in response to WM_QT_SENDPOSTEDEVENTS | Bradley T. Hughes | 2009-10-20 | 1 | -84/+94 |
| * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into origin-4.6 | Olivier Goffart | 2009-10-30 | 2 | -15/+19 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch '4.6-s60' into 4.6 | axis | 2009-10-30 | 2 | -15/+19 |
| | |\ \ \ \ | |||||
| | | * | | | | Fixed: Variable res goes out of scope but is accessed later via pointer | Miikka Heikkinen | 2009-10-29 | 1 | -3/+3 |
| | | * | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | axis | 2009-10-29 | 2 | -8/+17 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Increased block size for file IO in Symbian. | Miikka Heikkinen | 2009-10-28 | 1 | -12/+16 |
| | | | |_|/ / | | | |/| | | | |||||
| * | | | | | | Merge commit 'widget/4.6' into origin/4.6 | Olivier Goffart | 2009-10-30 | 6 | -78/+35 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | Fix qvariant_cast<QVariant> when a QVariant is really inside a QVariant | Olivier Goffart | 2009-10-29 | 1 | -0/+3 |
| | * | | | | | Merge commit origin/4.6 into team-widgets/4.6 | Olivier Goffart | 2009-10-29 | 4 | -11/+23 |
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | * | | | | | Fix warning in qvariant.h header + make sure QVariant in QVariant works as ex... | Olivier Goffart | 2009-10-28 | 1 | -27/+12 |
| | * | | | | | Use qLowerBound in qBinaryFind | Pascal Létourneau | 2009-10-28 | 1 | -32/+10 |
| | * | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-widget-team into 4.6 | Jan-Arve Sæther | 2009-10-28 | 1 | -7/+0 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Let QGraphicsItem set QObjectPrivate::wasDeleted when appropriate. | Andreas Aardal Hanssen | 2009-10-28 | 1 | -7/+0 |
| | * | | | | | | Merge branch 'fixes' of git://gitorious.org/~fleury/qt/fleury-openbossa-clone... | Jan-Arve Sæther | 2009-10-28 | 3 | -7/+25 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | | | |||||
| | * | | | | | Fix incomplete documentation for Qt::DecorationRole | David Faure | 2009-10-27 | 1 | -1/+1 |
| | * | | | | | QVariant::isNull does not return the right result with QVariant::setValue | Olivier Goffart | 2009-10-27 | 1 | -0/+1 |
| | * | | | | | MAke sure we call setCurrentTime when an animation is started | Thierry Bastian | 2009-10-23 | 2 | -12/+9 |
| * | | | | | | Introduce internal StateType to avoid excessive qobject_casts | Kent Hansen | 2009-10-30 | 7 | -25/+80 |
* | | | | | | | Reverts bf1a6bb6b3b8c98f6ab402512eb2f1996c2435c7 | Jørgen Lind | 2009-10-30 | 7 | -119/+85 |
* | | | | | | | Remove QT_NO_ICON from mimimal | Jørgen Lind | 2009-10-29 | 1 | -3/+0 |
* | | | | | | | Fix SHAREDMEMORY | Jørgen Lind | 2009-10-29 | 1 | -2/+1 |
* | | | | | | | Fix PROXYMODEL | Jørgen Lind | 2009-10-29 | 3 | -5/+2 |
* | | | | | | | Fix THREAD and TOOLBAR | Jørgen Lind | 2009-10-29 | 7 | -72/+99 |
* | | | | | | | Remove ICON from QFeature | Jørgen Lind | 2009-10-29 | 3 | -67/+58 |
* | | | | | | | Fix dependencies in qfeatures | Jørgen Lind | 2009-10-29 | 2 | -62/+89 |
* | | | | | | | Fixed MENU and QWS_PROXYSCREEN | Jørgen Lind | 2009-10-29 | 2 | -6/+30 |
* | | | | | | | Fix QT_NO_ACTION dependencies | Jørgen Lind | 2009-10-29 | 2 | -12/+24 |
* | | | | | | | Fix QT_NO_XMLSTREAMREADER | Jørgen Lind | 2009-10-29 | 2 | -2/+5 |
* | | | | | | | Updated qfeatures.h | Jørgen Lind | 2009-10-29 | 1 | -13/+14 |
* | | | | | | | The PRINTER feature now depends on TEMPORARYFILE | Jørgen Lind | 2009-10-29 | 2 | -2/+2 |
* | | | | | | | Fix dependencies to QT_NO_PRINTPREVIEWWIDGET | Jørgen Lind | 2009-10-29 | 2 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Compile fix until configure.exe is rebuilt for Windows | Thiago Macieira | 2009-10-29 | 1 | -1/+2 |
* | | | | | | Import a new implementation of fromUserInput. | Thiago Macieira | 2009-10-29 | 1 | -0/+57 |
* | | | | | | Remove the fromUserInput implementation and tests. | Thiago Macieira | 2009-10-29 | 1 | -73/+46 |
* | | | | | | Add the Qt Evaluation message to the hidden libQtCore.so boilerplate. | Thiago Macieira | 2009-10-29 | 1 | -0/+8 |