summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-012-2/+21
* Handle application paths larger than MAX_PATH, and fix potential buffer overflowMarius Storm-Olsen2009-07-012-10/+39
* src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-0128-1340/+554
* Merge branch '4.5'Marius Storm-Olsen2009-06-301-1/+2
|\
| * QTemporaryFile: Report the user-provided openModeJoão Abecasis2009-06-291-1/+2
* | Initialize the time structure in QTime::currentTime()Benjamin Poulain2009-06-291-2/+1
* | Merge branch '4.5'Thiago Macieira2009-06-282-5/+9
|\ \ | |/
| * Fix detection of the ELF interpreter on Linux.Thiago Macieira2009-06-282-5/+9
* | Fixed a gcc 4.4 warning on switching a value outside the enum.Thiago Macieira2009-06-262-8/+13
* | De-export the ThreadEngineBarrier class and de-inline the call to acquire.Morten Sørvig2009-06-262-2/+13
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-261-57/+19
|\ \
| * | Clean up QSharedPointer cast implementations.Thiago Macieira2009-06-261-57/+19
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-262-2/+31
|\ \ \ | |/ /
| * | Add some macro expressions to qglobal.h for typeof, alignof and aligned().Thiago Macieira2009-06-261-1/+30
| * | QVariant::setValue had a bug when changing its typeThierry Bastian2009-06-261-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-261-1/+7
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-06-261-1/+7
| |\ \ | | |/
| | * make invokable constructors work with classes in namespaceKent Hansen2009-06-251-1/+7
| | * Bump Qt version number.Jason McDonald2009-06-251-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-263-3/+7
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-06-252-2/+6
| |\ \ | | |/
| | * Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-252-2/+6
| * | don't crash when QTextCodec::codecForUtfText() is passed -1 bytesKent Hansen2009-06-251-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-253-6/+5
|\ \ \ | |/ /
| * | Add Q_CORE_EXPORT to ThreadEngineBarrierRhys Weatherley2009-06-241-1/+1
| * | Merge branch '4.5'Thiago Macieira2009-06-242-5/+4
| |\ \ | | |/
| | * Fix comparison of different-sized QStringRefs.Thiago Macieira2009-06-241-1/+1
| | * Remove these outdated referencesNorwegian Rock Cat2009-06-231-4/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-2413-206/+202
|\ \ \ | |/ /
| * | Rename ThreadEngineSemaphore -> ThreadEngineBarrierMorten Sørvig2009-06-242-85/+93
| * | Improve QtConcurrent scalability.Morten Sørvig2009-06-241-24/+62
| * | Improve QThreadPool scalability.Morten Sørvig2009-06-241-2/+8
| * | QXmlStreamWriter: indent comments correctlyPeter Hartmann2009-06-241-1/+2
| * | More culling of Panther Code.Norwegian Rock Cat2009-06-232-45/+21
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-233-35/+33
| |\ \ | | |/
| | * Add an error message for building architecture mismatchNorwegian Rock Cat2009-06-231-0/+4
| | * Regression against 4.4 in QRectF::operator|.Bjørn Erik Nilsen2009-06-232-35/+29
| * | doc: Fixed typos.Martin Smith2009-06-231-2/+2
| * | Remove default error stateEskil Abrahamsen Blomfeldt2009-06-233-65/+34
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-233-8/+27
|\ \ \ | |/ /
| * | Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-221-0/+12
| * | perform normalization of signatures for signal transitionsKent Hansen2009-06-222-8/+15
* | | Multitouch, Cocoa: Added Qt::WA_TouchPadAcceptSingleTouchEventsRichard Moe Gustavsen2009-06-221-0/+1
* | | Remove QEvent::RawTouch from the documentationBradley T. Hughes2009-06-221-1/+0
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-2215-66/+57
|\ \ \ | |/ /
| * | Changed enum Qt::Uninitialized to enum Qt::InitializationMartin Smith2009-06-195-10/+9
| * | Small speedup of construction of uninitialized QByteArrayshjk2009-06-198-36/+18
| * | New constructor QByteArray::QByteArray(int size, enum Qt::Uninitialized)hjk2009-06-192-1/+17
| * | Don't initialize data that will be overwritten immediately.hjk2009-06-184-20/+10
| * | Use enum Qt::Uninitialized instead of struct QString::Uninitializedhjk2009-06-183-4/+3