summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix race condition in QThread::setPriorityDavid Faure2013-03-234-41/+42
* | Mark Q_UNUSED the private members that aren't usedThiago Macieira2013-03-234-0/+4
* | QThread: fix race when setting the eventDispatcherDavid Faure2013-03-2213-54/+58
* | Remove racy setting of eventDispatcher to 0.David Faure2013-03-221-2/+0
* | renameOverwrite: don't allow cross-partition copyingDavid Faure2013-03-221-1/+1
* | QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-03-223-3/+10
* | QEventDispatcherUNIX: turn interrupt bool into an atomic int.David Faure2013-03-222-7/+5
* | Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-214-132/+188
|\|
| * Make QVariant docs refer to QMetaType::Type.Mitch Curtis2013-03-191-115/+165
| * Correct QDate and QTime documentation.Mitch Curtis2013-03-141-6/+2
| * Correct QString's warnings involving QRegularExpression.Mitch Curtis2013-03-121-5/+5
| * Revert 6497649730daeab5d3dfac7e806105e99a237656 and clarify docs.Mitch Curtis2013-03-121-4/+3
| * Fix static builds with ICUKai Koehne2013-03-121-2/+13
* | Merge "Merge branch 'dev' into stable" into refs/staging/stableSergio Ahumada2013-03-20366-14395/+25015
|\ \
| * \ Merge branch 'dev' into stableOswald Buddenhagen2013-03-20366-14395/+25015
| |\ \
| | * | Document restrictions on the new connection syntaxOlivier Goffart2013-03-191-0/+7
| | * | Support connection to functor with multiple operator()Olivier Goffart2013-03-192-6/+64
| | * | Mark QtPrivate::ApplyReturnType constructor as explicit.Olivier Goffart2013-03-191-1/+1
| | * | QLocalePrivate: Add convenience language/script/country to code helpersKonstantin Ritt2013-03-192-14/+18
| | * | Document ResourceErrorAlbert Astals Cid2013-03-191-1/+1
| | * | Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-197-0/+15
| | * | Add predefined macros for endian detection with the TI toolchainsLaszlo Papp2013-03-181-2/+2
| | * | Add Qt::AA_UseHighDpiPixmaps.Morten Johan Sørvig2013-03-172-0/+9
| | * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1669-195/+195
| | * | add QCoreApplication to bootstrap libOswald Buddenhagen2013-03-144-28/+160
| | * | re-enable QT_NO_LIBRARY support on WindowsOswald Buddenhagen2013-03-144-15/+5
| | * | simplify/fix QT_BOOTSTRAPPED-related #ifdefsOswald Buddenhagen2013-03-142-2/+2
| | * | qfilesystemengine_mac.cpp is empty => purgeOswald Buddenhagen2013-03-142-49/+0
| | * | Move Unicode script itemization code from text engine to UnicodeToolsKonstantin Ritt2013-03-143-27/+60
| | * | Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-145-127/+416
| | * | Add a generic Qt::Edge enumJ-P Nurmi2013-03-142-1/+19
| | * | make stubbed QCoreApplication::translate() resolve %nOswald Buddenhagen2013-03-132-7/+13
| | * | make Q_DECLARE_TR_FUNCTIONS() compile with QT_NO_DEPRECATEDOswald Buddenhagen2013-03-131-2/+9
| | * | QStandardPaths::displayName() is unavailable when bootstrappedOswald Buddenhagen2013-03-131-0/+2
| | * | Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-12/+40
| | * | Generate a Qt5ConfigVersion.cmake file.Stephen Kelly2013-03-131-2/+5
| | * | Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-131-0/+3
| | * | Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-133-5/+227
| | * | g_thread_init is deprecatedFrederik Gladhorn2013-03-121-0/+2
| | * | interpret format argument of QString::sprintf() as UTF-8Oswald Buddenhagen2013-03-121-1/+3
| | * | make QtCriticalMsg fatal if QT_FATAL_WARNINGS is setOswald Buddenhagen2013-03-121-1/+1
| | * | de-duplicate and accelerate codeOswald Buddenhagen2013-03-121-3/+1
| | * | fix encoding when invoking default message handlerOswald Buddenhagen2013-03-121-1/+1
| | * | QRegularExpression: refactor the handling of the study dataGiuseppe D'Angelo2013-03-121-17/+24
| | * | Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-1/+7
| | * | QVector - removeLast optimizeThorbjørn Martsum2013-03-071-1/+18
| | * | QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-072-2/+26
| | * | QVector - add remove functionsThorbjørn Martsum2013-03-072-4/+26
| | * | Implement XEmbed protocolAlberto Mardegan2013-03-062-0/+5
| | * | QMap - add multiInsert with hintThorbjørn Martsum2013-03-062-0/+91