summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | QStringBuilder: add operator += for QString and QByteArrayOlivier Goffart2011-04-062-0/+32
* | | | | | | | | | | | | | | | | | | | | | Fix QMetaObject::indexOfSlotOlivier Goffart2011-04-041-1/+1
* | | | | | | | | | | | | | | | | | | | | | Fix compilationOlivier Goffart2011-04-041-2/+2
* | | | | | | | | | | | | | | | | | | | | | Documentation for the initilize_list constructorOlivier Goffart2011-04-043-0/+26
* | | | | | | | | | | | | | | | | | | | | | QStringList: constructor for std::initializer_listOlivier Goffart2011-04-041-0/+3
* | | | | | | | | | | | | | | | | | | | | | QTemporaryFile: Locate placeholder before re-encodingJoão Abecasis2011-04-041-31/+40
* | | | | | | | | | | | | | | | | | | | | | Prefer use of QByteArray to qstrdup and manual memory managementJoão Abecasis2011-04-041-9/+6
* | | | | | | | | | | | | | | | | | | | | | Check for null no longer neededJoão Abecasis2011-04-041-2/+0
* | | | | | | | | | | | | | | | | | | | | | Don't overrun XXXXXX placeholder when generating next filenameJoão Abecasis2011-04-041-3/+1
* | | | | | | | | | | | | | | | | | | | | | Split argument validation of _gettemp as separate functionJoão Abecasis2011-04-041-25/+51
* | | | | | | | | | | | | | | | | | | | | | Remove duplication with QCoreApplication::applicationIdJoão Abecasis2011-04-041-19/+5
* | | | | | | | | | | | | | | | | | | | | | Adding comments; variable scopingJoão Abecasis2011-04-041-22/+30
* | | | | | | | | | | | | | | | | | | | | | Don't pre-check if directory exists as it's unnecessaryJoão Abecasis2011-04-041-35/+0
* | | | | | | | | | | | | | | | | | | | | | QTemporaryFile: More dead code eliminationJoão Abecasis2011-04-041-84/+29
* | | | | | | | | | | | | | | | | | | | | | Removing dead code in QTemporaryFileJoão Abecasis2011-04-041-18/+4
* | | | | | | | | | | | | | | | | | | | | | Remove duplicate #includeJoão Abecasis2011-04-041-1/+0
* | | | | | | | | | | | | | | | | | | | | | Fix compilation warningsOlivier Goffart2011-04-011-5/+4
* | | | | | | | | | | | | | | | | | | | | | linking doc of QLocale with QApplication::keyboardInputLocale()Zeno Albisser2011-04-011-1/+5
* | | | | | | | | | | | | | | | | | | | | | Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-012-3/+3
* | | | | | | | | | | | | | | | | | | | | | QStringBuilder now support building QByteArrayOlivier Goffart2011-04-013-34/+175
* | | | | | | | | | | | | | | | | | | | | | move semun declaration to qcore_unix_p.hRitt Konstantin2011-04-012-7/+9
* | | | | | | | | | | | | | | | | | | | | | Optimize QMutexPoolOlivier Goffart2011-03-312-13/+19
* | | | | | | | | | | | | | | | | | | | | | moc: be able to compile if there are private classesOlivier Goffart2011-03-312-5/+16
* | | | | | | | | | | | | | | | | | | | | | Speedup activation of signalsOlivier Goffart2011-03-315-68/+118
* | | | | | | | | | | | | | | | | | | | | | Improve slightly the performence of activateOlivier Goffart2011-03-311-12/+12
* | | | | | | | | | | | | | | | | | | | | | Optimize QMetaObject::activate (remove call to QThreadData::current)Olivier Goffart2011-03-315-4/+9
* | | | | | | | | | | | | | | | | | | | | | Remove ANSI function definitionsminiak2011-03-311-4/+0
* | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-312-22/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-03-291-20/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Make the QIconvCodec on Unix not enforce the Latin1 codec.Thiago Macieira2011-03-291-20/+18
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-03-281-2/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Avoid repeatedly trying to load unloadable plugins, causing slownessaavit2011-03-231-2/+7
* | | | | | | | | | | | | | | | | | | | | | Improved documentation for new QTranslator::load() overloadDenis Dzyubenko2011-03-291-8/+9
* | | | | | | | | | | | | | | | | | | | | | Changed the #ifdef block in QLocale to check for Q_OS_WIN instead of WS.Denis Dzyubenko2011-03-291-1/+1
* | | | | | | | | | | | | | | | | | | | | | Fixed checking for default arguments in QLocale::toCurrencyString()Denis Dzyubenko2011-03-291-3/+3
* | | | | | | | | | | | | | | | | | | | | | Use region name as a locale name on Mac.Denis Dzyubenko2011-03-291-31/+0
* | | | | | | | | | | | | | | | | | | | | | Updated CLDR data for QLocale.Denis Dzyubenko2011-03-291-370/+561
* | | | | | | | | | | | | | | | | | | | | | Added native language and country names (endonyms) to QLocale.Denis Dzyubenko2011-03-294-1/+75
* | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/master' into 4.8-earthDenis Dzyubenko2011-03-288-6/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-251-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | QDir: Fix absolute paths when using file enginesJoão Abecasis2011-03-181-4/+11
| | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-03-246-1/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Fix warning about "data" being unused.Thiago Macieira2011-03-221-0/+1
| | * | | | | | | | | | | | | | | | | | | | Fix declaration: it's QT_DECL_ALIGN, not QT_DECL_ALIGNEDThiago Macieira2011-03-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'mainline/master'Oswald Buddenhagen2011-03-2216-28/+64
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | Fix compilation with QT_NO_Tasuku Suzuki2011-03-212-0/+4
| | * | | | | | | | | | | | | | | | | | | | corelib/tools: Add two ### Qt 5 commentshjk2011-03-162-0/+6
| | | |_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-221-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | / / / / / / / / / / / / / / | | | |_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-03-221-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Bump Qt version to 4.7.4Timo Turunen2011-03-211-2/+2