summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mark some qHash overloads as constexpr / const / pureGiuseppe D'Angelo2014-03-131-24/+24
* Add QDebug operator for QMimeType.David Faure2014-03-132-0/+18
* QDebugStateSaver: call maybeSpace() in destructor.David Faure2014-03-135-20/+36
* Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-132-0/+3
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1329-567/+441
|\
| * Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-132-7/+17
| * Optionally print from where logging rules are loadedKai Koehne2014-03-132-0/+26
| * Use QStringRef for parsing of logging rulesKai Koehne2014-03-132-15/+23
| * Make parsing of categories in logging rules more strictKai Koehne2014-03-131-9/+9
| * Make parsing of categories in logging rules consistent.Kai Koehne2014-03-132-49/+48
| * QDebug: Allow text stream formatting for 64 bit numbersKai Koehne2014-03-131-4/+2
| * Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-105-73/+106
| * Make Q_NULLPTR be NULL on C++98Thiago Macieira2014-03-081-1/+1
| * Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-085-437/+0
| * Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-084-1/+206
| * do not use fileno calls in forked childJoerg Bornemann2014-03-061-4/+4
| * WinRT: Use native wait methods instead of std::thread's sleep_forAndrew Knight2014-03-061-4/+4
| * Window change notification QQuickWidgetPaul Olav Tvete2014-03-062-0/+3
| * Add optimize_full qmake config optionAllan Sandfeld Jensen2014-03-061-0/+2
| * Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-1/+3
| * Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
| * Doc: Mention that QSortFilterProxyModel::lessThan() handles floatsSze Howe Koh2014-03-041-0/+1
| * Doc: Clarify QJsonValue::fromVariant() type conversionsSze Howe Koh2014-03-041-12/+40
| * Doc: fix Q_ASSERT exampleJoerg Bornemann2014-03-041-1/+1
| * Atomics: implement fetchAndSub on top of fetchAndAddThiago Macieira2014-03-041-6/+2
| * Fix some typosSergio Ahumada2014-03-032-2/+2
* | Introduce Q_DECL_CONST_FUNCTION and Q_DECL_PURE_FUNCTIONGiuseppe D'Angelo2014-03-031-0/+8
* | Make QChar::unicode constexprGiuseppe D'Angelo2014-03-011-1/+1
* | Add qHashBits(), a hash function for a memory blockMarc Mutz2014-02-283-0/+36
* | QSharedPointer/QWeakPointer: clean up class definitionMarc Mutz2014-02-281-15/+15
* | QSharedPointer: implement move ctorMarc Mutz2014-02-281-0/+6
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-2830-182/+998
|\|
| * automate handling of generated headers some moreOswald Buddenhagen2014-02-281-9/+0
| * Fix ARM atomics for 8- and 16-bit typesThiago Macieira2014-02-271-10/+44
| * Android: Make default permissions less confusingEskil Abrahamsen Blomfeldt2014-02-261-0/+3
| * Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-262-3/+3
| * Doc: Replace obsolete types with their newer counterpartsSze Howe Koh2014-02-255-30/+30
| * Fix link to argument formats in QString::setNum documentationKai Koehne2014-02-251-2/+2
| * Document qPrintable encoding issuesKai Koehne2014-02-251-1/+6
| * QAssociative/SequentialIterable: add missing \since 5.2J-P Nurmi2014-02-251-4/+4
| * QJNI: optimize QSharedPointer creationMarc Mutz2014-02-241-1/+1
| * Fix compilation on armv5Eskil Abrahamsen Blomfeldt2014-02-241-0/+14
| * QByteArrayList: optimize op+Marc Mutz2014-02-241-3/+2
| * Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-242-6/+14
| * Fix typo in QLibraryInfo::build()Sergio Ahumada2014-02-221-1/+1
| * Fix off-by-one error: the next ASCII character is next oneThiago Macieira2014-02-221-2/+2
| * Normalize signal & slot signatures in connectionThiago Macieira2014-02-221-2/+2
| * Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-222-6/+6
| * Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-222-3/+3
| * QLibraryInfo: mark build() function as nothrowMarc Mutz2014-02-212-2/+2