summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Update QLocale data to CLDRv23Konstantin Ritt2013-04-013-4073/+4277
* Publish qEnvironmentVariableIs{Set,Empty}()Marc Mutz2013-03-301-7/+5
* Fix typos in QBBSystemLocaleDataEl Mehdi Fekari2013-03-302-9/+9
* QLocale: Report textDirection() by looking to the locale scriptKonstantin Ritt2013-03-301-13/+20
* Doc: Document Q_OS_WIN* macrosTopi Reinio2013-03-291-1/+16
* Doc: Replaced canConvert() with canConvert(int)Venu2013-03-291-1/+1
* QEventLoop: fix race on 'exit' and 'returnCode' private membersDavid Faure2013-03-292-10/+14
* QMetaTypeId: use QByteArray, not QVarLengthArray, to construct type namesMarc Mutz2013-03-291-27/+34
* Populate includes, defines and pic flags in target interfaces.Stephen Kelly2013-03-271-2/+27
* Make the inline CPU detection functions also staticThiago Macieira2013-03-261-2/+2
* Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-03-262-18/+20
* QLocaleBlackberry - fix include statementsRafael Roquetto2013-03-261-3/+3
* Revert "Don't duplicate the 'top-level' include dir in all modules."Stephen Kelly2013-03-262-14/+2
* Document undefined behavior regarding Qt::ItemNeverHasChildren.Stephen Kelly2013-03-262-0/+6
* QNonContiguousByteDevice: roll back complete internal state in reset()Peter Hartmann2013-03-251-0/+7
* QNonContiguousByteDevice: reset() instead of seek() if possiblePeter Hartmann2013-03-241-2/+2
* match #ifdefs relating to arm compilationOswald Buddenhagen2013-03-241-1/+1
* Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-1/+8
* 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