summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Implement QDebug support for QSharedPointerGiuseppe D'Angelo2015-09-033-0/+24
* QRingBuffer: improve indexOf() performanceAlex Trotsenko2015-09-031-7/+6
* Add a qtHookData field for Qt Creator's data displayhjk2015-09-032-1/+11
* Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-013-8/+17
* The new Registry{32,64}Format enum values did not make it into Qt 5.6Sebastian Schuberth2015-08-311-2/+2
* QRingBuffer: avoid allocation in c'torAlex Trotsenko2015-08-272-20/+37
* QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-272-0/+53
* QRingBuffer: allow to search from any positionAlex Trotsenko2015-08-272-13/+26
* Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-273-55/+96
* add Pointer event typeShawn Rutledge2015-08-201-0/+2
* Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-186-34/+65
* Reorder code in qfactoryloader.cppUlf Hermann2015-08-181-46/+41
* doc: Add a few missing const keywords in \fn commandsMartin Smith2015-08-162-4/+4
* qdoc: Allow formal parameters in link targetsMartin Smith2015-08-161-1/+1
* QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+10
* Use QScopedPointer for library pathsUlf Hermann2015-08-131-31/+21
* winrt: Refactor platform plugin for XAML supportAndrew Knight2015-08-132-50/+62
* QStandardPaths: on Windows, add APPDIR and APPDIR/data for GenericDataLocationDavid Faure2015-08-132-5/+3
* Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-112-45/+39
* Make Qt::Initialization a C++11 class enumThiago Macieira2015-08-101-0/+7
* Add a dedicated QListData::realloc_grow for growing QListThiago Macieira2015-08-102-3/+16
* Add QTypeInfo::isRelocatableThiago Macieira2015-08-101-12/+49
* Silence warning about unused parameterThiago Macieira2015-08-101-0/+1
* Reduce memory usage of dynamic propertiesSimon Hausmann2015-08-101-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-0931-93/+344
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-0631-93/+344
| |\
| | * Don't check if Pentium's CPUID leaf 1 existsThiago Macieira2015-08-061-0/+4
| | * Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
| | * Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-13/+30
| | * QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-3/+5
| | * do not warn about "untested" Windows versionsJoerg Bornemann2015-08-031-2/+0
| | * Disable #pragma diagnostic [push|pop] for gcc 4.5Kai Koehne2015-08-031-1/+1
| | * Revert "Fix performance of recursive read-write locks"Thiago Macieira2015-07-312-0/+58
| | * consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
| | * Fix typo in filterAcceptsColumn docs: row is used in place of columnSamuel Gaist2015-07-281-1/+1
| | * Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-3/+11
| | * Doc: Don't advertise QLocale::system() in QTranslator::load documentationKai Koehne2015-07-231-1/+1
| | * Doc:added doc to undocumented functionsNico Vertriest2015-07-229-18/+58
| | * Replace old C-style castAndré Klitzing2015-07-221-2/+2
| | * QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-6/+13
| | * Doc: update the Q_OS_MAC documentation to be less misleadingThiago Macieira2015-07-211-1/+1
| | * qglobal: Clarify that Q_OS_WINRT also implies Q_OS_WINSebastian Schuberth2015-07-211-1/+1
| | * Remove attempt at detecting compile-time HLEThiago Macieira2015-07-202-5/+1
| | * Fix Q_BASIC_ATOMIC_INITIALIZER for std::atomicThiago Macieira2015-07-201-3/+3
| | * QtCore: Fix const correctness in old style castsThiago Macieira2015-07-2011-36/+37
| | * Also disable constexpr support in ICC with MSVC before MSVC2015Thiago Macieira2015-07-181-0/+3
| | * Don't complain about missing CPU features under ValgrindThiago Macieira2015-07-181-1/+10
* | | Support logging direct to syslog, if enabled.Tasuku Suzuki2015-08-092-0/+36
* | | Document AA_* that must be set before app constructionLaszlo Agocs2015-08-081-5/+8
|/ /
* | QLoggingRegistry: allow Rules section to be lower caseFrederik Gladhorn2015-08-051-1/+1