summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: fix an is_pod test that C++11 brokeMarc Mutz2019-06-121-7/+1
* Q_ARRAY_LITERAL: fix the checks on the payload's datatypeGiuseppe D'Angelo2019-06-121-2/+2
* QAtomic: introduce loadRelaxed() / storeRelaxed()Giuseppe D'Angelo2019-06-105-20/+113
* rtems: Enable Thread local storage supportMikhail Svetkin2019-06-061-0/+3
* Rearrange date parsing in anticipation of calendar workEdward Welbourne2019-06-071-34/+29
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-0760-490/+502
* qtlite: Fix build with -no-feature-texthtmlparserMikhail Svetkin2019-06-111-1/+1
* rtems: Fix detection bad file descriptorMikhail Svetkin2019-06-051-0/+9
* Use insert instead of insertMulti when operating on a QMultiHashLars Knoll2018-12-032-2/+2
* Deprecate QLatin1LiteralGiuseppe D'Angelo2019-06-101-1/+3
* Fix Vulkan yes OpenGL no buildsLaszlo Agocs2019-06-112-0/+4
* Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-105-23/+23
* rtems: Disable fork feature and fix compilation in corelib/ioMikhail Svetkin2019-06-063-3/+8
* Simplify {to,from}Std{List,Vector}Giuseppe D'Angelo2019-06-102-12/+5
* QInputDeviceManager: replace a QMap<enum,int> with a std::array<int,#enum-val...Marc Mutz2019-06-063-5/+8
* Fix a minor grammar glitch in new string / byte-array doc noteEdward Welbourne2019-06-042-2/+2
* QDistanceField: add missing copy assignment operatorMarc Mutz2019-06-062-0/+4
* rtems: Disable sys/sem.h includeMikhail Svetkin2019-06-061-1/+1
* rtems: Fix build sha3 (undef ALIGN)Mikhail Svetkin2019-06-061-0/+4
* QLatin1Char: add comparison operators with charMarc Mutz2019-06-031-0/+13
* Windows QPA: Fix clang warnings about using typedefFriedemann Kleint2019-05-249-17/+17
* vulkan: Add debug message filteringLaszlo Agocs2019-05-286-5/+72
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-0620-35/+39
* QTextMarkdownWriter: write fenced code blocks with language declarationShawn Rutledge2019-06-047-11/+79
* QGestureManager: clean up cleanupCachedGestures()Marc Mutz2019-06-041-22/+18
* QSharedNetworkSessionManager: clean upMarc Mutz2019-05-282-23/+27
* QFile: fix coding style violationMarc Mutz2019-06-021-1/+2
* Fix definition of QT_DEPRECATED_SINCEKai Koehne2019-06-041-1/+1
* QLatin1String, QStringView: add containsAnton Kudryavtsev2019-06-044-5/+96
* Deprecate use of QTime as a timerEdward Welbourne2019-05-242-13/+11
* Convert some deprecations to QT_DEPRECATED_XEdward Welbourne2019-05-241-4/+4
* Convert the one extant use of QTime as a timer to use a local classEdward Welbourne2019-05-241-2/+17
* Regenerate Windows Time Zone ID tableEdward Welbourne2019-05-281-999/+1102
* Move container block-size calculations to qarraydata.cppEdward Welbourne2019-05-293-104/+107
* Construct from an array instead of assigning just past a string's endEdward Welbourne2019-05-281-5/+3
* rtems: Fix pcre2 build (madvise undefined)Mikhail Svetkin2019-04-302-1/+29
* Markdown and HTML: support image alt text and titleShawn Rutledge2019-06-019-12/+48
* QGraphicsWidget: overload two margins-setters with actual QMarginsF overloadsMarc Mutz2019-05-274-60/+67
* QTextBrowser: detect and load markdown rather than assuming HTMLShawn Rutledge2019-05-303-1/+21
* QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
* QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-298-25/+23
* corelib/tools: use qUtf16Printable() and %lsMarc Mutz2019-05-294-9/+9
* QDateTimeParser: use qUtf16Printable() and %lsMarc Mutz2019-05-291-29/+29
* corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-296-34/+35
* QWindowsFileSystemWatcher: optimize qWarning() useMarc Mutz2019-05-291-12/+10
* QPropertyAnimation: share some codeMarc Mutz2019-05-301-5/+10
* Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-293-4/+4
* QFile: share some codeMarc Mutz2019-05-301-14/+13
* Improve qHash(QFont)Marc Mutz2019-05-271-13/+14
* Add attribute to disable QSessionManagerDavid Edmundson2019-03-013-1/+13