summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Rectified simple typo.Aleksandar Sasha Babic2009-07-061-1/+1
* Merge branch 'warningRemovals'axis2009-06-301-1/+1
|\
| * Fixed a warning on Symbian.axis2009-06-301-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29359-764/+775
|\ \ | |/ |/|
| * Fix detection of the ELF interpreter on Linux.Thiago Macieira2009-06-282-5/+9
| * make invokable constructors work with classes in namespaceKent Hansen2009-06-251-1/+7
| * Bump Qt version number.Jason McDonald2009-06-251-2/+2
| * Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-252-2/+6
| * Fix comparison of different-sized QStringRefs.Thiago Macieira2009-06-241-1/+1
| * Remove these outdated referencesNorwegian Rock Cat2009-06-231-4/+3
| * 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
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16356-713/+713
| * QFile: Doc was pointing to deprecated QIODevice::isSequentialAccess()Markus Goetz2009-06-151-1/+1
* | Added try-catch block around resize in QByteArray's qUncompress,Miikka Heikkinen2009-06-291-3/+7
* | Add releaseTimerId to unregisterTimer in Qt for S60 portYongjun Zhang2009-06-261-0/+3
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-06-184-11/+21
|\ \
| * | make qglobal.h compile when inlcuded from c-filesJanne Koskinen2009-06-171-5/+6
| * | namespace fixes. s60main and corelib now compiles under a namespaceJanne Koskinen2009-06-172-4/+6
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-172-5/+23
| |\ \
| | * | Fixed indentation.axis2009-06-171-4/+4
| | * | Readded code that was lost during exception integration.axis2009-06-171-0/+3
| * | | Revert "Removed accidental allocation in QRingBuffer::clear()"Janne Koskinen2009-06-171-9/+3
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-152-0/+5
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-15102-1865/+3343
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-202-65/+144
| |\ \ \ \ \
| * | | | | | Removed accidental allocation in QRingBuffer::clear()Janne Koskinen2009-05-201-3/+9
* | | | | | | review fixesmread2009-06-182-4/+4
* | | | | | | report and continue policy for exceptions in all Qt threadsmread2009-06-183-19/+42
| |_|_|_|/ / |/| | | | |
* | | | | | doc: document QScopedPointer with forward declared classesHarald Fernengel2009-06-161-1/+16
| |_|_|/ / |/| | | |
* | | | | export qBadAlloc only if exceptions are onHarald Fernengel2009-06-152-0/+5
| |_|/ / |/| | |
* | | | doc: document operator== and !=Harald Fernengel2009-06-151-0/+15
* | | | move QSymbianLeaveException to the *.cpp fileHarald Fernengel2009-06-152-41/+19
* | | | export QSymbianLeaveExceptionHarald Fernengel2009-06-151-1/+1
* | | | add correct license headersEspen Riskedal2009-06-111-2/+32
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicDavid Boddie2009-06-112-4/+46
|\ \ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicHarald Fernengel2009-06-101-3/+3
| |\ \ \ \
| | * | | | Shrink the emergency qWarning buffer to 256 bytes.Robert Griebl2009-06-101-3/+3
| * | | | | doc: added code examplesHarald Fernengel2009-06-101-0/+42
| |/ / / /
| * | | | doc: fix typoHarald Fernengel2009-06-101-1/+1
* | | | | Doc: Moved the definition of QSymbianLeaveException and fixed the brief descr...David Boddie2009-06-112-44/+48
|/ / / /
* | | | doc: document the Symbian exception helpersHarald Fernengel2009-06-102-5/+95
* | | | Build fix for GCCE. I believe all auto tests for GCCE were previously failingFrans Englich2009-06-101-1/+8
* | | | Make Qt exception safer.Robert Griebl2009-06-1072-793/+1450
* | | | Force qRound64() to take a double on platforms where qreal is a float.makuukka2009-06-101-0/+5
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-085-5/+18
|\ \ \ \
| * \ \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-085-5/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
| | * | | fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
| | * | | Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1