summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Hurd: Implement QStorageInfo for HurdPino Toscano2015-04-021-4/+5
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-0126-12158/+13568
|\
| * Make Creator happy with qobjectdefs_impl.h parsingThiago Macieira2015-03-311-0/+1
| * Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-302-4/+4
| * Fix invalid characters count in QBig5hkscsCodec::convertFromUnicode()Maks Naumov2015-03-301-0/+1
| * Android: Only take ownership of threads we explicitly attach to.Christian Strømme2015-03-301-7/+8
| * QItemSelectionModel: Make selectedIndexes a Q_PROPERTY.Stephen Kelly2015-03-272-1/+7
| * Add QT_Q_FLAG for Qt::MouseEventFlag.Friedemann Kleint2015-03-271-0/+1
| * Re-generate the time zones database from CLDR v.27Konstantin Ritt2015-03-271-954/+974
| * Fix time offset for several time zonesKonstantin Ritt2015-03-271-6/+6
| * Update CLDR to v27Konstantin Ritt2015-03-274-4519/+4952
| * [QLocaleData] Extract defaultContent localesKonstantin Ritt2015-03-271-1795/+1822
| * Re-generate Unicode data tablesKonstantin Ritt2015-03-272-6294/+7321
| * Update Unicode data up to v7.0Konstantin Ritt2015-03-273-4/+53
| * Add Qt::WindowFlag to signal that maximizing should cover full screen geometryTor Arne Vestbø2015-03-272-0/+10
| * QDateTime: remove unused parameter from localMSecsToEpochMSecs()Marc Mutz2015-03-261-10/+4
| * QDate: further optimize toString()Marc Mutz2015-03-261-11/+23
| * Remove extra semi-colons: clang doesn't like itThiago Macieira2015-03-261-8/+8
| * Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-262-215/+55
| * Make QAbstractProxyModel API invokable.Stephen Kelly2015-03-251-4/+4
| * QAbstractItemModel: Make the match() method Q_INVOKABLEStephen Kelly2015-03-251-4/+4
| * QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-252-35/+35
| * QDateTime: prevent aggressive inliningMarc Mutz2015-03-251-0/+2
| * QTime: optimize toString()Marc Mutz2015-03-251-3/+1
| * Micro-optimize QDate::{long,short}{Day,Month}Name()Marc Mutz2015-03-251-32/+28
| * QDate: don't spend code size covering the impossible caseMarc Mutz2015-03-251-1/+1
| * QDate: remove some useless default case labelsMarc Mutz2015-03-251-8/+0
* | Adds qFindFirstSetBit() and qFindLastSetBit().Glen Mabey2015-03-282-0/+195
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2424-59/+80
|\|
| * QVarLengthArray: Do not require operator!= for element comparisonKai Koehne2015-03-231-5/+4
| * QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-232-0/+22
| * Report a correct Unicode version used by QtKonstantin Ritt2015-03-232-3/+3
| * Build bundled PCRE copy as qt_helper_libKonstantin Ritt2015-03-201-6/+2
| * Introduce icu_dependency.priKonstantin Ritt2015-03-201-13/+2
| * Sort the entries in QDir by using the QDateTime::msecsTo()Andy Shaw2015-03-201-1/+1
| * Doc: Fix QVector constructor documentationKai Koehne2015-03-191-1/+1
| * Make sure remove() doesn't corrupt the json objectLars Knoll2015-03-181-1/+1
| * Fix support for iso8859-16 when compiling with ICULars Knoll2015-03-182-2/+5
| * Fix QCollator::compare documentationLars Knoll2015-03-182-8/+8
| * Add QJsonValueRef::toVariant()Lars Knoll2015-03-182-0/+6
| * Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-4/+4
| * QDebug operator for Q_FLAG when the QFlags itself is registeredOlivier Goffart2015-03-181-2/+8
| * Windows: Don't cause a malloc before calling GetLastError()Andy Shaw2015-03-166-11/+11
| * QLockFile: use QCoreApplication::applicationName.David Faure2015-03-162-2/+2
* | qstatemachine: add methods detect when a machine has processed an eventFawzi Mohamed2015-03-192-2/+53
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-1823-159/+209
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1623-159/+209
| |\|
| | * Fix build of forkfd_qt.cpp on FreeBSDAlex Richardson2015-03-151-1/+1
| | * QString: Don't force unrolling of the tail loop if optimizing for sizeThiago Macieira2015-03-151-7/+7
| | * forkfd: make only one of forkfd or spawnfd be compiledThiago Macieira2015-03-141-0/+7