summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Removing embarrassing trialing white spaces from former commitAlessandro Portale2010-09-161-6/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-161-2/+3
|\
| * Restore 4.7.0 behavior that non-existing paths are possible.Thomas Zander2010-09-161-2/+3
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-161-1/+1
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-161-1/+1
| |\ \
| | * | doc: Fixed a \overloadThorbjørn Lindeijer2010-09-151-1/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-161-9/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-151-9/+13
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-151-9/+13
| | |\ \ | | | |/ | | |/|
| | | * QEventDispatcherUnix: do not process too many timer if other events need to b...Olivier Goffart2010-09-151-9/+13
* | | | Fixed Q_DECLARE_METATYPE for aix-xlcRohan McGovern2010-09-161-14/+12
|/ / /
* | | Maintaining codecsData in qtextcodec_symbian.cppAlessandro Portale2010-09-151-3/+12
|/ /
* | Do not wait for QThread exit when destroying global statics in SymbianMiikka Heikkinen2010-09-151-6/+29
|/
* I18n: Fix some lupdate warnings.Friedemann Kleint2010-09-141-2/+2
* expose GestureType for using in QMLZeno Albisser2010-09-141-0/+1
* Revert "Properly implement qobject_cast for const pointers."Thiago Macieira2010-09-113-21/+6
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-105-106/+61
|\
| * Fix the bug for QSettings on Windows, to store qint32/quint32, qint64/quint64...Liang Qi2010-09-101-3/+21
| * Update the error handling of invalid hostnames in QUrl.Thiago Macieira2010-09-101-6/+19
| * Remove unsupported code from qobject.h for MSVC < .NET 2003Thiago Macieira2010-09-101-91/+0
| * Properly implement qobject_cast for const pointers.Thiago Macieira2010-09-103-6/+21
* | Use QFactoryLoader to ensure we get the correct graphics system plugin.Samuel Rødal2010-09-102-0/+12
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-091-2/+6
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-09-091-2/+6
| |\
| | * Change RLibrary handle in QS60PluginResolver to be process wideMiikka Heikkinen2010-09-091-2/+6
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-09-093-10/+53
|\ \ \ | |/ / |/| |
| * | QList::toVector()/QVector::toStdVector()/QVector::fromStdVector(): use reserve()Marc Mutz2010-09-091-2/+2
| * | When a move is completed, report the source and destination correctly.Stephen Kelly2010-09-092-8/+51
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-098-464/+422
|\ \ \ | |/ / |/| |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-088-464/+422
| |\ \ | | |/ | |/|
| | * Work around a compiler bug on 64-bit.Thiago Macieira2010-09-081-3/+6
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-09-086-449/+387
| | |\
| | | * Fix handling of braces/no-braces in QUrl::host / setHost.Thiago Macieira2010-09-081-0/+4
| | | * QDir: Removed checks for existance of fileEngineJoão Abecasis2010-09-071-49/+8
| | | * QDir and QFileInfo shouldn't lose properties when detachingJoão Abecasis2010-09-072-20/+29
| | | * Another bug-o introduced in fixing QDirPrivate refactoringJoão Abecasis2010-09-071-0/+1
| | | * Reverting QDir::detach introduced earlierJoão Abecasis2010-09-072-51/+33
| | | * QFileInfo: Prepare for engine-less implementationJoão Abecasis2010-09-072-46/+59
| | | * Removed QFileInfoPrivate::initFileEngineJoão Abecasis2010-09-072-13/+4
| | | * Simplify QDir::cdJoão Abecasis2010-09-071-2/+1
| | | * QDir::makeAbsolute could self-destruct on failureJoão Abecasis2010-09-071-7/+4
| | | * QDir::operator= simplificationJoão Abecasis2010-09-071-3/+0
| | | * QDirPrivate refactoringJoão Abecasis2010-09-071-1/+3
| | | * QDirPrivate refactoringJoão Abecasis2010-09-071-20/+20
| | | * QDirPrivate refactoringJoão Abecasis2010-09-071-25/+24
| | | * Removed QDirPrivate layer of indirectionJoão Abecasis2010-09-072-229/+216
| | | * Refactor QFileInfoPrivate::Data (Round 2)Prasanth Ullattil2010-09-073-178/+161
| | | * Refactoring QDirPrivate::DataJoão Abecasis2010-09-071-84/+98
| | | * Move QFileInfoPrivate methods to QFileInfoPrivate::Data (1st Round)Prasanth Ullattil2010-09-072-89/+90
| | * | Merge commit 'refs/merge-requests/2468' of git://gitorious.org/qt/qt into int...David Boddie2010-09-081-12/+29
| | |\ \ | | | |/ | | |/|