summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Doc: Fix qdoc warnings about missing \inmoduleKai Koehne2015-08-042-0/+2
* | Doc: fix \sa for QT_NO_PROCESS_COMBINED_ARGUMENT_STARTJoerg Bornemann2015-08-041-1/+1
* | QTemporaryDir: fail early if the error isn't EEXISTThiago Macieira2015-08-011-0/+9
* | Add QStorageInfo::blockSizeThiago Macieira2015-07-305-1/+17
* | Add a quick optimization for QVersionNumber's constructorsThiago Macieira2015-07-301-1/+11
* | Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-302-0/+6
* | Refactor QVersionNumber so it stores values in-classThiago Macieira2015-07-292-21/+205
* | Replace ifdefs with QDir::listSeparator()Sérgio Martins2015-07-291-6/+1
* | Doc: Increase accuracy of QString documentation discussing size()Topi Reinio2015-07-291-13/+14
* | Introduce QHash key iteratorsSérgio Martins2015-07-283-1/+194
* | Introduce QMap key iteratorsSérgio Martins2015-07-283-4/+197
* | doc: Corrected docs for QList and QVectorMartin Smith2015-07-273-73/+120
* | QTimer: Force a compilation error with pmf without objectOlivier Goffart2015-07-271-2/+6
* | QStateMachine: add defaultTransition in QHistoryStateErik Verbruggen2015-07-236-21/+111
* | StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+8
* | QStateMachine: remove left-over method.Erik Verbruggen2015-07-232-68/+5
* | qvariant: Pass a couple of large types by const-ref in Qt6Sérgio Martins2015-07-222-0/+16