summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-085-15/+51
|\
| * Doc: A timeline's current value is not reset when the duration changes.David Boddie2009-09-081-0/+4
| * Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-081-1/+2
| * exception safety fix for QList::operator+= (const QList&)mread2009-09-081-7/+12
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-081-2/+15
| |\
| | * Animations of redocking widgets are brokenThierry Bastian2009-09-081-2/+15
| * | Fixed resolving absolute paths in Symbian.Miikka Heikkinen2009-09-081-5/+18
| |/
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Martin Jones2009-09-088-143/+59
|\ \ | |/
| * Fix warning when compiling with QT_NO_EXCEPTIONSOlivier Goffart2009-09-071-1/+1
| * Fix a crash in the Win32 event dispatcherBradley T. Hughes2009-09-071-0/+2
| * Doc: Added a note that a state machine requires a running event loop.David Boddie2009-09-071-31/+11
| * Fix for qfileinfo autotest: LocalDiskFile set also for non-existing filev4.6.0-tp1aavit2009-09-071-1/+2
| * Merge branch '4.5' into 4.6Rohan McGovern2009-09-051-40/+0
| |\
| | * Remove license header, which cannot be parsed by Sun assembler.Rohan McGovern2009-09-051-40/+0
| * | Doc: Added info on Q_FLAGS() by providing an example with more context.David Boddie2009-09-041-3/+11
| * | More fixes for qatomic_windows.hJoão Abecasis2009-09-041-22/+27
| * | Fix tst_QTimer::moveToThread() on WindowsBradley T. Hughes2009-09-041-5/+5
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-09-041-40/+0
| |\ \ | | |/
| | * Remove license header as Solaris X86 assembler can't digest comments.Jason McDonald2009-09-041-40/+0
| * | Fix QDialog test compilation on MacOlivier Goffart2009-09-041-1/+1
* | | Move qmetaobjectbuilder into declarative/qml directoryMartin Jones2009-09-073-2862/+0
* | | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2009-09-0331-26/+593
|\ \ \ | |/ /
| * | Added trace graphics system for painting performance profiling.Samuel Rødal2009-09-031-1/+2
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-09-0314-3/+520
| |\ \ | | |/
| | * Fix compilation with assemblers that don't use ; for commentThiago Macieira2009-09-036-240/+240
| | * Add missing license headers to assembly filesJason McDonald2009-09-0312-0/+480
| | * Add missing license headersJason McDonald2009-09-031-0/+40
| | * Update license headers.Jason McDonald2009-09-021-3/+0
| * | QByteArray: Two new functionsMarkus Goetz2009-09-032-1/+30
| * | qfsfileengine_win.cpp MinGW compile fixJoerg Bornemann2009-09-031-3/+5
| * | Improved the gesture api.Denis Dzyubenko2009-09-032-0/+4
| * | Fix tst_Moc::oldStyleCastsOlivier Goffart2009-09-021-1/+1
| * | fix warnings on mingwThierry Bastian2009-09-021-8/+6
| * | Removing unused member in QFilePrivateJoão Abecasis2009-09-021-1/+0
| * | Fixing compilation issues on Windows 64-bitJoão Abecasis2009-09-021-3/+3
| * | Fix access to uninitialized memoryJoão Abecasis2009-09-021-1/+0
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kai Koehne2009-09-02448-6769/+7606
| |\ \
| | * | doc: Fixed several qdoc errors.Martin Smith2009-09-026-1/+19
| | * | QCache: Variable initialization was missingMarkus Goetz2009-09-021-1/+1
| | * | QTextStreamPrivate: Initialization in constructor missingMarkus Goetz2009-09-021-1/+1
| | * | QTextStreamPrivate: Removed unnecessary conditionMarkus Goetz2009-09-021-1/+1
| * | | Fix gcc compiler warning about unsigned/signed integer comparisonKai Koehne2009-09-021-1/+1
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-012-4/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Don't check for null if never happens, but test it if it may...João Abecasis2009-09-011-4/+4
| * | | Define QT_NO_EXCEPTIONS if we detect that we are building without exceptions ...Olivier Goffart2009-09-011-0/+3
* | | | Merge commit 'qt/4.6' into kinetic-declarativeuiBjørn Erik Nilsen2009-09-018-42/+60
|\ \ \ \ | |/ / /
| * | | Coverity: Small fix for QIODeviceMarkus Goetz2009-09-011-1/+6
| * | | fix Windows CE compile failure in qatomic_windows.hJoerg Bornemann2009-09-011-1/+1
| * | | Compilation fixes for Windows CE on ARMJoão Abecasis2009-09-011-12/+14
| * | | Fixed warnings (just 2 Q_Q() that are not used any moreThierry Bastian2009-09-011-2/+0