summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-07-1427-159/+202
|\
| * Revert "Making network reconnect happen after teardown."axis2010-07-131-6/+2
| * Revert "Adding some error checking for setdefaultif"axis2010-07-131-3/+1
| * Fixed a possible hanging bug in the Symbian networking.axis2010-07-131-1/+2
| * Fixed a network hanging bug on Symbian.axis2010-07-131-9/+8
| * Added some asserts to avoid race conditions in networking.axis2010-07-121-0/+6
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-101-0/+8
| |\
| | * Set QThreads to be process critical automatically on Symbian OSShane Kearns2010-07-081-0/+8
| * | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-2/+3
| |/
| * add setNativeArguments() and nativeArguments()Oswald Buddenhagen2010-07-065-7/+67
| * fix bogus return value from qprocess::execute()Oswald Buddenhagen2010-07-061-4/+10
| * Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-052-3/+29
| * doc improvementsOswald Buddenhagen2010-07-031-5/+4
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-031-21/+2
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-021-21/+2
| | |\
| | | * Consolidate zlib configuration redundancyMark Brand2010-07-021-21/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-036-27/+5
| |\ \ \ | | |/ / | |/| |
| | * | Fixed symbian/linux-armcc mkspec when configured with -qtlibinfix.axis2010-07-021-1/+1
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7mread2010-07-025-14/+34
| | |\ \ | | | |/
| | * | Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
| | * | Avkon removal configured with -no-s60mread2010-07-014-25/+3
| * | | Crash when dragging with mingwThierry Bastian2010-07-022-3/+4
| | |/ | |/|
| * | Use built-in iconv on Solaris if availablePierre Rossi2010-06-301-0/+4
| * | Moc: fix compilation when templated types with multiple arguments are used.Olivier Goffart2010-06-301-4/+7
| * | Avoid calling time.elapsed() twice in abstract animationLeonardo Sobral Cunha2010-06-302-3/+4
| * | Adds slowdownFactor to UnifiedTimer in abstract animationLeonardo Sobral Cunha2010-06-302-4/+16
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-291-3/+3
| |\ \ | | |/ | |/|
| | * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Geir Vattekar2010-06-2922-377/+246
| | |\
| | * | Doc: QSettings::sync() imports changes made by other processes.Geir Vattekar2010-06-291-3/+3
| * | | added a comment for QByteArray::replace(..)Zeno Albisser2010-06-291-0/+5
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-282-5/+4
| |\ \
| | * | Enable SSE2 for MSVC x64 builds, as it was incorrectly disabledJohn Brooks2010-06-282-5/+4
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-272-56/+10
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-242-56/+10
| | |\ \
| | | * \ Merge branch '4.6-s60' into 4.7-s60axis2010-06-242-56/+10
| | | |\ \
| | | | * | Revert "Fixing the race condition in event dispatcher implementation on"axis2010-06-242-56/+10
| | | | * | Revert "Fixing race condition in qeventdispatcher_symbian.cpp code path"axis2010-06-242-66/+40
| | | | * | Fixing race condition in qeventdispatcher_symbian.cpp code pathAleksandar Sasha Babic2010-06-212-40/+66
| * | | | | QSemaphore::tryAquire(timeout) -- never times out on an active semaphoreBradley T. Hughes2010-06-251-1/+6
| |/ / / /
| * | | | Manipulate buffer position via 'pPos' in peek()Andreas Kling2010-06-241-2/+2
| |/ / /
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into lighthouseJørgen Lind2010-06-2418-322/+241
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-2216-321/+212
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-212-23/+59
| | |\ \ \
| | | * | | Allow Unix to generate unique UUIDs if /dev/urandom exists.Darin Broady2010-06-211-23/+35
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-215-23/+56
| | | |\ \ \
| | * | | | | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-2111-275/+121
| | | |/ / / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-185-47/+72
| | |\ \ \ \
| | | * | | | Specialize peek() for QBufferAndreas Kling2010-06-173-19/+52
| | * | | | | Doc: Fixed documentation errors.David Boddie2010-06-182-4/+4
| * | | | | | fix issue wrt posted events on Windows CEJoerg Bornemann2010-06-211-1/+5
| | |_|/ / / | |/| | | |