summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* HTTP: Make redirect response parsing more genericMårten Nordheim2022-02-112-16/+29
* Strip the ending slashes for resource foldersAlexey Edelev2022-02-111-1/+12
* Fix tst_qmath when compiled with C++20Allan Sandfeld Jensen2022-02-111-0/+4
* Make QProcessEnvironment(Initialization) noexceptIevgenii Meshcheriakov2022-02-112-4/+16
* wasm: improve qstdweb::EventCallbackMorten Johan Sørvig2022-02-113-15/+30
* Avoid a stack buffer when not neededPino Toscano2022-02-111-0/+4
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-111-1/+8
* QPlainTextEdit: fix the visibility of placeholderTextQiang Li2022-02-113-6/+5
* QLibrary: Suppress GCC 12 warning about dangling pointer accessThiago Macieira2022-02-111-12/+13
* CMake: Fix incorrect link to 'Using qt.conf page'Alexandru Croitor2022-02-101-1/+1
* QHash: mark murmurhash() and siphash() hot and never-inlineThiago Macieira2022-02-101-4/+5
* Disable URL support in the CBOR-JSON conversion in bootstrapped modeThiago Macieira2022-02-101-1/+5
* QStandardPaths/Win: fix build with old MinGW SDKThiago Macieira2022-02-101-2/+4
* Remove QT_FEATURE_sharedmemory from qconfig-bootstrapped.hJoerg Bornemann2022-02-101-1/+0
* QStringConverter: Add missing include on WindowsMårten Nordheim2022-02-101-0/+3
* Split namespace macros from qglobal.h into their own headerFabian Kosmale2022-02-103-73/+119
* Set Roboto as the default font on AndroidAndreas Buhr2022-02-102-0/+6
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-102-8/+8
* Fix -Wsuggest-override warnings from Clang 11+Kevin Funk2022-02-101-2/+6
* QFreeList: replace a Q_ASSERT(false) with Q_UNREACHABLE()Thiago Macieira2022-02-101-1/+1
* Change comparison data type to fix int overflowSivan Nanthiran2022-02-101-3/+3
* QPageSize: pack StandardPageSize structMarc Mutz2022-02-101-5/+6
* Fix GCC12 warning about using a pointer after realloc()Thiago Macieira2022-02-091-2/+2
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* Always update pressedPosition when drag was enabledZhang Hao2022-02-101-12/+13
* qtextstream.h: streamline includesFabian Kosmale2022-02-107-136/+208
* Use 'copy' but not 'copy_if_different' on Windows platformsAlexey Edelev2022-02-101-9/+11
* Android: document how to handle code that loads QML from stringsAssam Boudjelthia2022-02-101-0/+6
* QUrl: use qOffsetStringArray for idn_whitelistMarc Mutz2022-02-091-10/+10
* QAbstractSocketPrivate: Initialize members in-classMårten Nordheim2022-02-092-38/+20
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-092-14/+41
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-4/+4
* Remove redundant semi-colonsAllan Sandfeld Jensen2022-02-091-3/+3
* Android: Re-focus focused accessibility node after orientation changeIvan Solovev2022-02-091-0/+18
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-091-6/+5
* QTzTimeZonePrivate: make ZoneNameReader constinit'ableMarc Mutz2022-02-091-2/+2
* QPropertyBindingSourceLocation: make (source_location) ctor constexprMarc Mutz2022-02-091-1/+1
* Convert string tables in QShaderDescription to use string literals [2/2]Marc Mutz2022-02-091-79/+81
* QPageSize: remove 119 relocationsMarc Mutz2022-02-091-1/+1
* QEventDispatcher/GLib: avoid three relocationsMarc Mutz2022-02-091-1/+1
* Mention that the QT_ANDROID_ABIS property only affects executable targetsAlexey Edelev2022-02-091-0/+2
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-4/+5
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-091-0/+5
* Export QFutureCallOutInterface to allow external useSona Kurazyan2022-02-091-1/+1
* Remove QXml* from bootstrap libJoerg Bornemann2022-02-093-20/+1
* Remove QLine, QPoint, QRect, and QSize from bootstrap libJoerg Bornemann2022-02-091-4/+0
* qglobal: add a way to selectively export in Qt 6 XOR Qt 7Thiago Macieira2022-02-091-0/+18
* qglobal: Move the export macros further up in the fileThiago Macieira2022-02-091-31/+29
* Remove QDom from bootstrap libJoerg Bornemann2022-02-091-2/+0
* Remove QSystemSemaphore from bootstrap libJoerg Bornemann2022-02-092-6/+0