summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engineShane Kearns2011-03-172-35/+57
* Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-085-9/+127
|\
| * bugfix: QDir::entryList(Files|Readable) not listing writable filesShane Kearns2011-02-241-2/+0
| * Fix thread starvation when processEvents() is called in a tight loopShane Kearns2011-02-161-0/+8
| * Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-07482-763/+1459
| |\
| * | Fix GCC compiler warningShane Kearns2011-02-071-1/+1
| * | Fix for using search paths with a dirty pathShane Kearns2011-02-031-1/+1
| * | Use the global message pool to avoid KErrServerBusy errorsShane Kearns2011-01-211-1/+3
| * | Add QScopedValueRollback tools class.Shane Kearns2011-01-173-3/+169
| * | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2010-12-1545-2830/+6039
| |\ \
| * | | Fixes for socket engine autotest failuresShane Kearns2010-12-101-1/+1
| * | | Fix some crashes in the symbian socket engineShane Kearns2010-12-091-2/+6
| * | | Helper functions for synchronously waiting on an active object to completeShane Kearns2010-12-072-1/+83
| * | | default RConnection for socketsShane Kearns2010-12-072-2/+26
* | | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-08506-3692/+7934
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed documentation for QByteArrayDenis Dzyubenko2011-03-031-16/+19
| * | | Improve handling QByteArray with QStringBuilderDenis Dzyubenko2011-03-032-4/+5
| * | | Wrap qPrintable inside QStringOlivier Goffart2011-03-011-1/+1
| * | | Fix QTextStream::pos() causes buffer offset issues on large text files.Chris Kawano2011-03-011-0/+1
| * | | Merge remote branch 'earth/master' into masterJoão Abecasis2011-02-283-11/+17
| |\ \ \
| | * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-2430-97/+205
| | |\ \ \
| | * | | | fix documentation typos in isLowSurrogate and requiresSurrogatesJeremy Katz2011-02-231-2/+2
| | * | | | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-212-9/+15
| * | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-02-241-1/+6
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-231-1/+6
| | |\ \ \ \ \
| | | * | | | | Remove Qt dependancy to SYMBIAN_GRAPHICS_WSERV_QT_EFFECTSJani Hautakangas2011-02-231-1/+6
| * | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-232-7/+7
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-02-202-7/+7
| | |\ \ \ \ \
| | | * | | | | Use QElapsedTimer in QFutureInterface.Thiago Macieira2011-02-162-7/+7
| * | | | | | | Unbreak compilation with ICC when in C++98 mode.Thiago Macieira2011-02-221-9/+11
| * | | | | | | Add Intel Compiler's C++0x feature support macrosThiago Macieira2011-02-211-1/+16
| * | | | | | | Remove the assignment-move operator that was a bad copy-pasteThiago Macieira2011-02-211-2/+0
| * | | | | | | Fix warning about unused parameterThiago Macieira2011-02-211-0/+1
| * | | | | | | Fix the move semantics in QSharedDataPointer and QExplicitSDPThiago Macieira2011-02-211-1/+5
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-02-181-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix compilation error with ARMv5 atomics when T is a const value.Thiago Macieira2011-02-171-1/+1
| * | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-173-6/+10
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-162-0/+8
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | / / / / | | | | |/ / / / | | | |/| | | |
| | | * | | | | Introduce new flag for splitview support in SymbianSami Merila2011-02-162-0/+8
| | * | | | | | Keep sending posted events after commit 7196045b78b33cf135683d5c0b4e164f95231791Bradley T. Hughes2011-02-141-4/+1
| * | | | | | | Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-1614-22/+231
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Add experimental support for armCC on LinuxHarald Fernengel2011-02-112-1/+9
| | * | | | | | Fix reversed conditionOlivier Goffart2011-02-081-1/+1
| | * | | | | | Fix warning, unused parametter errorOlivier Goffart2011-02-081-2/+1
| | * | | | | | QMutex: do not use inline mutex in debug.Olivier Goffart2011-02-071-1/+8
| | * | | | | | Fix race condition between QEventLoop::exec and QThread::exitOlivier Goffart2011-02-073-2/+13
| | * | | | | | Remove QThreadData::mutexOlivier Goffart2011-02-071-2/+0
| | * | | | | | Implement QThreadData::current using __threadOlivier Goffart2011-02-031-3/+20
| | * | | | | | Crash in QFileSystemEngine::canonicalName with older libc versionOlivier Goffart2011-02-021-2/+3
| | * | | | | | Fix leak in QFactoryLoaderOlivier Goffart2011-02-021-1/+3