summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-1913-167/+153
|\
| * Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-193-6/+8
| |\
| * | Revert "Fix detection of linux-g++"Paul Olav Tvete2009-11-191-1/+1
| * | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-183-117/+103
| |\ \
| | * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-178-119/+864
| | |\ \
| | * | | Removing unnecessary chunking and stat'ing when reading QIODeviceJoão Abecasis2009-11-171-54/+81
| | * | | Fix regression introduced in c08e708037d33271825ce6a6a1ac640e96b70c36João Abecasis2009-11-171-4/+2
| | * | | Fix QIODevice::getChar optimizationJoão Abecasis2009-11-171-46/+12
| | * | | Remove needless loop in QIODevice::seekJoão Abecasis2009-11-171-12/+7
| | * | | There should only be one write buffer at a time in QFileJoão Abecasis2009-11-171-1/+1
| * | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-181-0/+2
| |\ \ \ \
| * \ \ \ \ Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1711-58/+86
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Fix detection of linux-g++Harald Fernengel2009-11-171-1/+1
| * | | | | do not (fail to) compile qdatastream into qmake and cetestOswald Buddenhagen2009-11-134-4/+4
| * | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-1312-127/+911
| |\ \ \ \ \
| | * | | | | Fix functions that return whether atomics are natives following review commentsShane Kearns2009-11-132-18/+76
| | * | | | | Binary compatibility of Symbian ARMv5 and ARMv6 buildsShane Kearns2009-11-136-34/+582
| | * | | | | Add the ARMv6 inline assembly code for compiling with RVCT.Thiago Macieira2009-11-131-0/+132
| | * | | | | Reorganize the qatomic_armv6.h file to receive the RVCT inlineThiago Macieira2009-11-131-81/+90
| * | | | | | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-106-135/+108
| |\ \ \ \ \ \
| * | | | | | | build lrelease bootstrappedOswald Buddenhagen2009-11-108-13/+15
| * | | | | | | remove obsolete SETTINGS dependency on TEXTSTREAMOswald Buddenhagen2009-11-102-37/+35
* | | | | | | | Complete QVariantAnimation doc to mention qRegisterAnimationInterpolatorThierry Bastian2009-11-191-1/+18
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Ran the script utils/normalizeOlivier Goffart2009-11-181-4/+4
* | | | | | | Export QStateMachine::WrappedEvent and QStateMachine::SignalEventEskil Abrahamsen Blomfeldt2009-11-181-2/+2
* | | | | | | Merge upstream/4.6 into oslo-staging-2Olivier Goffart2009-11-1710-54/+84
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-171-0/+2
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Small doc fix.axis2009-11-171-1/+1
| * | | | | | Merge remote branch 'staging/4.6' into 4.6Simon Hausmann2009-11-179-53/+83
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | doc: Fixed qdoc errors.Martin Smith2009-11-161-1/+1
| | * | | | | doc: Fixed qdoc according to Bjarne's recommendation.Martin Smith2009-11-161-3/+28
| | * | | | | Don't sendPostedEvents() twice when calling processEvents() manuallyBradley T. Hughes2009-11-161-6/+6
| | * | | | | Fix compilation on solaris-g++-64.Thiago Macieira2009-11-131-0/+1
| | * | | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-132-9/+9
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | doc: Fixed qdoc according to Bjarne's recommendation.Martin Smith2009-11-131-6/+8
| | * | | | | Merge commit 'coreteam/4.6' into oslo1-4.6Marius Storm-Olsen2009-11-133-16/+17
| | |\ \ \ \ \
| | | * | | | | utils/qlalr generator: adapt changes to xmlstream and script filesPeter Hartmann2009-11-113-16/+17
| | * | | | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-121-0/+20
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch '4.6' into osloStaging1-4.6Jocelyn Turcotte2009-11-121-21/+22
| | |\ \ \ \ \ \ \
| | | * | | | | | | QUrl::fromUserInput: improvements, corrections and make the demoJocelyn Turcotte2009-11-121-21/+22
* | | | | | | | | | e32def.h include removes TRUE/FALSE redifine warnings on Symbian with gcce co...tomyri2009-11-171-0/+2
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Fix QT_NO_SHAREDMEMORY while not breaking the QNX buildJørgen Lind2009-11-161-0/+2
|/ / / / / / / /
* | | | | | | | Early return for allowMove within a parent QModelIndexStephen Kelly2009-11-131-4/+2
* | | | | | | | Merge commit upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-133-1/+26
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge oslo-staging-2/4.6 into upstream/4.6Olivier Goffart2009-11-132-9/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'c785d92153d23b836451b0643424b9871bcc4be9' into 4.6-upstreamBradley T. Hughes2009-11-131-0/+5
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | / / / / | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Merge commit 'upstream/4.6' into 4.6Bradley T. Hughes2009-11-126-66/+139
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | Make sure posted events are always sent when calling processEvents() on Win32Bradley T. Hughes2009-11-111-0/+5
| * | | | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-121-0/+20
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | make qfunctions_wince.h C compatible againJoerg Bornemann2009-11-111-0/+4