summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStringList: use QList:.swap(int,int) in removeDuplicates instead of assignmentMarc Mutz2014-03-311-1/+1
* QStringList: use a functor instead of a function pointer for std::sortMarc Mutz2014-03-311-4/+9
* QStringList::join: micro-optimizationMarc Mutz2014-03-311-1/+1
* QStringList: add op<< overload for QList<QString>Marc Mutz2014-03-312-0/+12
* QStringList: remove copy ctorMarc Mutz2014-03-312-15/+0
* Properly serialize QFont.Mitch Curtis2014-03-311-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Mitch Curtis2014-03-3141-143/+374
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-2441-143/+374
| |\
| | * Fix qdoc warnings in QMargins, QRect.Friedemann Kleint2014-03-212-8/+8
| | * QNX: Fix crash in bb_selectFabian Bumberger2014-03-211-2/+2
| | * Setting QT_NO_DEBUG should not remove symbolsLars Knoll2014-03-212-4/+0
| | * Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-202-6/+2
| | * Stop omitted enum value from showing up in Qt namespace doc.Mitch Curtis2014-03-202-2/+3
| | * Print when logging rule is invalid.Kai Koehne2014-03-201-1/+5
| | * Fix creating directory hierarchy for WinRTMaurice Kalinowski2014-03-201-0/+14
| | * QProcessEnvironment: Fix handling of magic environment variablesDaniel Teske2014-03-201-1/+1
| | * Android: Check for exception before calling NewGlobalRef().Christian Strømme2014-03-201-2/+14
| | * Fix compile for embedded Androidaavit2014-03-201-1/+1
| | * Remove 'register' storage class specifier in armv6 atomicsTor Arne Vestbø2014-03-191-8/+8
| | * Fix typos in QRegExp documentationKai Koehne2014-03-191-2/+2
| | * Fix double release in QTimeZone on MacFrederik Gladhorn2014-03-191-1/+0
| | * Doc: document QSharedPointer::swap() methodMarc Mutz2014-03-172-0/+10
| | * Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+2
| | * Remove level 4 compiler warnings from MSVC.David Schulz2014-03-159-8/+71
| | * Use QCommandLineParser in example dnslookup.Friedemann Kleint2014-03-152-1/+74
| | * Doc: Fix syntax/compiler error in QThread snippetLorenz Haas2014-03-151-2/+3
| | * Document %{if-category} in default message patternKai Koehne2014-03-151-1/+4
| | * iOS: fix build failure __IPHONE_NA not definedRichard Moe Gustavsen2014-03-141-2/+2
| | * Use Uniform Type Identifiers to detect OS X bundlesSamuel Gaist2014-03-141-30/+18
| | * Fix one bogus print to stderr: use toLocal8Bit()Alejandro Exojo2014-03-141-1/+1
| | * Add AArch64 support to qfilesystemwatcher_inotify.cppDmitry Shachnev2014-03-141-0/+9
| | * Add missing \since 5.0 to QProcess::{program,arguments}.Marcel Krems2014-03-141-0/+4
| | * Add compiler name for Clang in QLibraryInfo::build()Marcel Krems2014-03-141-2/+2
| | * Make QtCriticalMsg exit on QT_FATAL_CRITICALSAlejandro Exojo2014-03-142-0/+7
| | * BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-144-54/+87
| | * BlackBerry: Improve platform specific documentationBernd Weimer2014-03-142-2/+20
| | * Don't show evaluation popup for unsupported evaluationKai Koehne2014-03-141-2/+0
| | * Implement QStandardPaths::GenericConfigLocation for WinRT.Janne Anttila2014-03-141-0/+1
| | * Fix docs: QT_FATAL_WARNINGS acts when not emptyAlejandro Exojo2014-03-141-1/+1
| | * Doc: Fix issue in QThread example codeTopi Reinio2014-03-141-1/+1
* | | QVector: add removeOne(), removeAll() for QList compatibilityMarc Mutz2014-03-262-0/+41
|/ /
* | Do not assume that a class name is the first string in metaobject.Jędrzej Nowacki2014-03-141-9/+17
* | Add QCommandLineParser::showVersion(), similar to showHelp().David Faure2014-03-142-4/+19
* | Make qHash(QChar) constexprGiuseppe D'Angelo2014-03-142-2/+2
* | Make qHash(long) constexprGiuseppe D'Angelo2014-03-141-7/+5
* | Fix the qHash(quint64) overloadGiuseppe D'Angelo2014-03-141-7/+3
* | 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