summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | wasm: fix QSGContext warning messageLorn Potter2019-05-211-2/+14
| | |/ /
| | * | wasm: fix empty body on POSTLorn Potter2019-05-221-26/+6
| | * | QAbstractSpinBox: fix some ui glitchesChristian Ehrlicher2019-05-106-25/+40
| | * | Fix new[] delete mismatch in testAllan Sandfeld Jensen2019-05-151-1/+1
| | * | wasm: add Qt Virtual Keyboard supportDongmei Wang2019-05-162-0/+18
| | * | WASM: Make wasm_shell.html compatible with CMake configure_fileFredrik Orderud2019-05-212-4/+4
| | * | Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-212-33/+19
| | * | Disable debug plugin check for MinGWCristian Adam2019-05-201-1/+1
| | * | macOS: Better document plain-text code-path in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-7/+6
| | * | macOS: Remove broken UTF-16 handling in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-2/+0
| | * | doc: Explain how qmake finds for files included in your source codeKavindra Palaraja2019-05-161-2/+3
| | * | doc: improve QStandardItemModel code snippetSamuel Gaist2019-05-161-2/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-1616-24/+127
| | |\|
| | | * Skip flaky qfloat16 1/inf == 0 test on QEMU/Arm64Edward Welbourne2019-05-151-1/+3
| | | * winrt: Return monospace font for QFontDatabase::systemFont(QFontDatabase::Fix...Oliver Wolff2019-05-153-1/+19
| | | * Don't render PE_PanelItemViewRow under tree decoration if style says noShawn Rutledge2019-05-151-1/+2
| | | * iOS: be more careful about hiding the edit menuRichard Moe Gustavsen2019-05-151-3/+8
| | | * Accessibility: Do not use the session bus if not connectedFrederik Gladhorn2019-05-151-0/+4
| | | * Fix: freetype italic fonts in mono/aliased modeEirik Aavitsland2019-05-151-1/+1
| | | * QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-152-2/+9
| | | * Copy plugins.qmltypes files to build dir (again)Kai Koehne2019-05-151-7/+4
| | | * Move forward-declaration inside of namespaceMårten Nordheim2019-05-151-2/+2
| | | * QMacStyle - clear cached controls when changing themesTimur Pocheptsov2019-05-151-1/+38
| | | * Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
| | | * eglfs: Make the logs from atomic support usableLaszlo Agocs2019-05-141-4/+10
| | | * Fix QRasterBuffer::scanLine miscalculation with big imagesJoni Poikelin2019-05-141-1/+1
* | | | Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-2716-80/+85
|/ / /
* | | Annotate the futex implementation for TSANGiuseppe D'Angelo2019-05-221-1/+29
* | | Torrent example: replace a QMultiMap with a sorted vectorMarc Mutz2019-05-251-7/+7
* | | QBasicTimer: add some noexcept and constexprMarc Mutz2019-05-241-3/+3
* | | Don't allow to copy QBasicTimer in Qt 6, it would stop the timerSérgio Martins2019-05-252-0/+81
* | | tst_QVariant: Fix warnings about deprecated functions not under test —Friedemann Kleint2019-05-241-247/+258
* | | QSslSocket: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-141-6/+6
* | | QToolBox: replace a QList with a std::vector<std::unique_ptr>Marc Mutz2019-05-231-35/+51
* | | Torrent example: add missing qAsConst()Marc Mutz2019-05-231-2/+2
* | | Torrent example: rewrite some very convoluted codeMarc Mutz2019-05-241-17/+13
* | | Add documentation for the QTextBlockFormat::marker propertyShawn Rutledge2019-05-231-0/+44
* | | QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-242-1/+2
* | | Torrent example: replace Java-style iteration with STL iteratorsMarc Mutz2019-05-231-5/+5
* | | Replace look-up array with simple arithmeticEdward Welbourne2019-05-231-12/+13
* | | Add a bench-mark for QDate's isValid() and daysInMonth()Edward Welbourne2019-05-222-0/+57
* | | Add locale support for Cebuano and Erzya languages (new in CLDR v35.1)Edward Welbourne2019-05-204-4/+35
* | | Suggest name, when available, for unknown codesEdward Welbourne2019-05-202-5/+57
* | | Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-2020-8/+12
* | | Tidy up in tst_QDateTimeEdward Welbourne2019-05-221-8/+7
* | | QEvdevTouchScreenData: remove use of Java-style iteratorsMarc Mutz2019-05-241-11/+9
* | | QBasicTimer: share some codeMarc Mutz2019-05-231-25/+2
* | | Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-235-8/+57
* | | QHsts: code tidiesGiuseppe D'Angelo2019-05-131-2/+2
* | | QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-194-24/+52