summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QString::section: scope a variable betterMarc Mutz2015-04-051-2/+1
* Optimize QString::section(QString)Marc Mutz2015-04-051-4/+3
* Add Q_DECL_RELAXED_CONSTEXPR to QCharOlivier Goffart2015-04-051-3/+3
* QChar: plaster API with Q_DECL_NOTHROWMarc Mutz2015-04-052-137/+137
* QChar: move definitions of inline methods into the class bodyMarc Mutz2015-04-051-48/+31
* QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+69
* QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+86
* QList: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* Optimize QString::section(QReg*Exp*)Marc Mutz2015-04-021-6/+6
* Add missing QString::prepend(QStringRef)/(const QChar*,int) overloadsMarc Mutz2015-04-022-0/+18
* Add QString::insert() overloads for QStringRef, const char*, QByteArrayMarc Mutz2015-04-022-0/+53
* QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-021-17/+17
* QString::from{Utf8,Latin1,Local8Bit}(QByteArray): preserve nullness of argumentMarc Mutz2015-04-021-3/+3
* QVector: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-04-022-0/+86
* QVector: add relational operators <,<=,>,>=Marc Mutz2015-04-022-0/+78
* 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