| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | QAnimation: fix a jump in values when restarting an animation | Thierry Bastian | 2009-07-01 | 1 | -26/+21 |
|
|
* | | Animation: fixed a NOTIFY signal name that was wrong | Thierry Bastian | 2009-07-01 | 1 | -1/+1 |
|
|
* | | QNAM: Direct transfer of HTTP buffer to the QNetworkReply buffer | Markus Goetz | 2009-07-01 | 1 | -1/+46 |
|
|
* | | Make the macros QT_WA & QT_WA_INLINE only use the unicode part | Marius Storm-Olsen | 2009-07-01 | 1 | -10/+2 |
|
|
* | | src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and N... | miniak | 2009-07-01 | 1 | -0/+9 |
|
|
* | | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support | miniak | 2009-07-01 | 2 | -2/+21 |
|
|
* | | Handle application paths larger than MAX_PATH, and fix potential buffer overflow | Marius Storm-Olsen | 2009-07-01 | 2 | -10/+39 |
|
|
* | | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s... | miniak | 2009-07-01 | 28 | -1340/+554 |
|
|
* | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | QTemporaryFile: Report the user-provided openMode | João Abecasis | 2009-06-29 | 1 | -1/+2 |
|
|
* | | Initialize the time structure in QTime::currentTime() | Benjamin Poulain | 2009-06-29 | 1 | -2/+1 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-06-28 | 2 | -5/+9 |
|\ \
| |/ |
|
| * | Fix detection of the ELF interpreter on Linux. | Thiago Macieira | 2009-06-28 | 2 | -5/+9 |
|
|
* | | Fixed a gcc 4.4 warning on switching a value outside the enum. | Thiago Macieira | 2009-06-26 | 2 | -8/+13 |
|
|
* | | De-export the ThreadEngineBarrier class and de-inline the call to acquire. | Morten Sørvig | 2009-06-26 | 2 | -2/+13 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-26 | 1 | -57/+19 |
|\ \ |
|
| * | | Clean up QSharedPointer cast implementations. | Thiago Macieira | 2009-06-26 | 1 | -57/+19 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-26 | 2 | -2/+31 |
|\ \ \
| |/ / |
|
| * | | Add some macro expressions to qglobal.h for typeof, alignof and aligned(). | Thiago Macieira | 2009-06-26 | 1 | -1/+30 |
|
|
| * | | QVariant::setValue had a bug when changing its type | Thierry Bastian | 2009-06-26 | 1 | -1/+1 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-26 | 1 | -1/+7 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.5' | Thiago Macieira | 2009-06-26 | 1 | -1/+7 |
| |\ \
| | |/ |
|
| | * | make invokable constructors work with classes in namespace | Kent Hansen | 2009-06-25 | 1 | -1/+7 |
|
|
| | * | Bump Qt version number. | Jason McDonald | 2009-06-25 | 1 | -2/+2 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-26 | 3 | -3/+7 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.5' | Thiago Macieira | 2009-06-25 | 2 | -2/+6 |
| |\ \
| | |/ |
|
| | * | Change QSharedPointer to track (or not) pointers when the #define is | Thiago Macieira | 2009-06-25 | 2 | -2/+6 |
|
|
| * | | don't crash when QTextCodec::codecForUtfText() is passed -1 bytes | Kent Hansen | 2009-06-25 | 1 | -1/+1 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-25 | 3 | -6/+5 |
|\ \ \
| |/ / |
|
| * | | Add Q_CORE_EXPORT to ThreadEngineBarrier | Rhys Weatherley | 2009-06-24 | 1 | -1/+1 |
|
|
| * | | Merge branch '4.5' | Thiago Macieira | 2009-06-24 | 2 | -5/+4 |
| |\ \
| | |/ |
|
| | * | Fix comparison of different-sized QStringRefs. | Thiago Macieira | 2009-06-24 | 1 | -1/+1 |
|
|
| | * | Remove these outdated references | Norwegian Rock Cat | 2009-06-23 | 1 | -4/+3 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-24 | 13 | -206/+202 |
|\ \ \
| |/ / |
|
| * | | Rename ThreadEngineSemaphore -> ThreadEngineBarrier | Morten Sørvig | 2009-06-24 | 2 | -85/+93 |
|
|
| * | | Improve QtConcurrent scalability. | Morten Sørvig | 2009-06-24 | 1 | -24/+62 |
|
|
| * | | Improve QThreadPool scalability. | Morten Sørvig | 2009-06-24 | 1 | -2/+8 |
|
|
| * | | QXmlStreamWriter: indent comments correctly | Peter Hartmann | 2009-06-24 | 1 | -1/+2 |
|
|
| * | | More culling of Panther Code. | Norwegian Rock Cat | 2009-06-23 | 2 | -45/+21 |
|
|
| * | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-23 | 3 | -35/+33 |
| |\ \
| | |/ |
|
| | * | Add an error message for building architecture mismatch | Norwegian Rock Cat | 2009-06-23 | 1 | -0/+4 |
|
|
| | * | Regression against 4.4 in QRectF::operator|. | Bjørn Erik Nilsen | 2009-06-23 | 2 | -35/+29 |
|
|
| * | | doc: Fixed typos. | Martin Smith | 2009-06-23 | 1 | -2/+2 |
|
|
| * | | Remove default error state | Eskil Abrahamsen Blomfeldt | 2009-06-23 | 3 | -65/+34 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-23 | 3 | -8/+27 |
|\ \ \
| |/ / |
|
| * | | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 1 | -0/+12 |
|
|
| * | | perform normalization of signatures for signal transitions | Kent Hansen | 2009-06-22 | 2 | -8/+15 |
|
|
* | | | Multitouch, Cocoa: Added Qt::WA_TouchPadAcceptSingleTouchEvents | Richard Moe Gustavsen | 2009-06-22 | 1 | -0/+1 |
|
|
* | | | Remove QEvent::RawTouch from the documentation | Bradley T. Hughes | 2009-06-22 | 1 | -1/+0 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-22 | 15 | -66/+57 |
|\ \ \
| |/ / |
|