summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor robustness improvement of text codeEirik Aavitsland2021-03-161-2/+4
* Merge "Add auto-test for QT_USE_PHYSICAL_DPI"Morten Johan Sørvig2021-03-153-105/+199
|\
| * Add auto-test for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2021-03-151-0/+27
| * Auto-test some high-dpi env variablesMorten Johan Sørvig2021-03-151-0/+49
| * Don’t store screen scale factors in GLOBAL_STATICMorten Johan Sørvig2021-03-152-8/+6
| * Read high-dpi env. variables in initHighDpiScaling()Morten Johan Sørvig2021-03-152-97/+117
* | Merge "Port from QScopedPointer to std::unique_ptr"Volker Hilsheimer2021-03-154-6/+18
|\ \
| * | Port from QScopedPointer to std::unique_ptrVolker Hilsheimer2021-03-154-6/+18
| |/
* | Merge "Code tidies"Zhang Hao2021-03-151-4/+2
|\ \
| * | Code tidiesZhang Hao2021-03-151-4/+2
* | | Merge "qtpaths: Fix cross compilation for windows"Martin Storsjö2021-03-151-2/+2
|\ \ \ | |_|/ |/| |
| * | qtpaths: Fix cross compilation for windowsMartin Storsjö2021-03-151-2/+2
* | | Merge "Fix tsts_QShortcut::keys on Wayland"Eskil Abrahamsen Blomfeldt2021-03-152-1/+8
|\ \ \ | |_|/ |/| |
| * | Fix tsts_QShortcut::keys on WaylandEskil Abrahamsen Blomfeldt2021-03-152-1/+8
| |/
* | Skip tst_qwindow test when running on WaylandEskil Abrahamsen Blomfeldt2021-03-151-0/+2
* | Fix tst_qwidget_window::mouseMoveWithPopup on WaylandEskil Abrahamsen Blomfeldt2021-03-151-1/+4
* | Make tst_qwidget pass on WaylandEskil Abrahamsen Blomfeldt2021-03-151-3/+16
|/
* QRandomGenerator: remove dead code previously used by qrand()Thiago Macieira2021-03-141-22/+0
* QSslError: port to unique_ptrGiuseppe D'Angelo2021-03-142-3/+11
* make qmljsDebugargumentsstring() and forceOpen() constPeng Wenhao2021-03-132-2/+2
* Merge "Move qtpaths from qttools repository to qtbase"Alexey Edelev2021-03-129-67/+565
|\
| * Move qtpaths from qttools repository to qtbaseAlexey Edelev2021-03-123-0/+352
| * Add support for various output formats for QMakePropertyAlexey Edelev2021-03-126-67/+213
* | Merge "Fix QVulkanWindow on Wayland"Eskil Abrahamsen Blomfeldt2021-03-121-1/+1
|\ \
| * | Fix QVulkanWindow on WaylandEskil Abrahamsen Blomfeldt2021-03-121-1/+1
* | | Merge "Remove “scaling” logging from QBackingStore"Morten Johan Sørvig2021-03-121-4/+0
|\ \ \
| * | | Remove “scaling” logging from QBackingStoreMorten Johan Sørvig2021-03-121-4/+0
| |/ /
* | | Merge "Support additional gbm surface flags"Elvis Lee2021-03-122-2/+4
|\ \ \ | |_|/ |/| |
| * | Support additional gbm surface flagsElvis Lee2021-03-122-2/+4
* | | Merge "Avoid undefined color values in corrupt xpm image"Eirik Aavitsland2021-03-121-1/+1
|\ \ \ | |_|/ |/| |
| * | Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
| |/
* / Fix QMultiHash::count(key) crashAndrei Golubev2021-03-122-0/+19
|/
* Merge "Add setting the ICON size attribute in lineedit to the style plugin"Tang Haixiang2021-03-125-1/+12
|\
| * Add setting the ICON size attribute in lineedit to the style pluginTang Haixiang2021-03-125-1/+12
* | Merge "Remove unnecessary class member"Aleix Pol2021-03-121-1/+0
|\ \ | |/ |/|
| * Remove unnecessary class memberAleix Pol2021-03-121-1/+0
* | Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-112-4/+20
|/
* Merge "Remove unreachable code"Tang Peng2021-03-111-1/+0
|\
| * Remove unreachable codeTang Peng2021-03-111-1/+0
* | Merge "Futex/Windows: add support for notifying TSan"Thiago Macieira2021-03-111-22/+24
|\ \
| * | Futex/Windows: add support for notifying TSanThiago Macieira2021-03-111-22/+24
| |/
* | Merge "Remove superfluous variable assignments from configure.bat"Joerg Bornemann2021-03-113-34/+1
|\ \
| * | Remove superfluous variable assignments from configure.batJoerg Bornemann2021-03-111-4/+0
| * | Remove the -qmake and -cmake configure argumentsJoerg Bornemann2021-03-113-30/+1
* | | Merge "QObject: remove QAbstractDeclarativeData::parentChanged"Fabian Kosmale2021-03-113-41/+0
|\ \ \
| * | | QObject: remove QAbstractDeclarativeData::parentChangedFabian Kosmale2021-03-113-41/+0
* | | | Merge "Move the common qmake sources into a object library"Alexey Edelev2021-03-113-16/+38
|\ \ \ \
| * | | | Move the common qmake sources into a object libraryAlexey Edelev2021-03-113-16/+38
| | |/ / | |/| |
* | | | Merge "QProcess/Win: implement async closing of write channel"Alex Trotsenko2021-03-1110-32/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | QProcess/Win: implement async closing of write channelAlex Trotsenko2021-03-113-13/+8