summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mark QPoint, QPointF, QRect, QRectF as reentrant.Mitch Curtis2014-03-272-0/+4
* Mac: make FSEvents-based QFileSystemWatcherEngine more robust.Erik Verbruggen2014-03-272-42/+105
* Doc: Move IPC example documentationTopi Reinio2014-03-271-0/+1
* Reuse one QCollator instance for QString::localeAwareCompareLars Knoll2014-03-271-2/+8
* WinRT: Prevent GUI dispatcher lookup from non-GUI threadAndrew Knight2014-03-251-0/+6
* Remove useless Q_NO_DECLARED_NOT_DEFINED flagJędrzej Nowacki2014-03-251-1/+1
* Implement DownloadLocation retrieving using SHGetKnownFolderPathSamuel Gaist2014-03-251-1/+24
* Fix some documentation errors.Friedemann Kleint2014-03-245-9/+27
* 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
* 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