summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
* iOS: Remove assert when doing GL rendering in the backgroundTor Arne Vestbø2019-10-091-5/+2
* eglfs/linuxfb: Add an env.var. to disable screen/cursor controlLaszlo Agocs2019-10-081-0/+4
* Schannel: no longer keep old ssl errors around when reusing socketMårten Nordheim2019-10-072-1/+51
* iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-041-0/+12
* QTreeWidget: Don't assume the selected indexes include the first columnAndy Shaw2019-10-031-5/+8
* Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* Always update the pressed position when pressing on an itemAndy Shaw2019-10-021-1/+1
* QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1
* QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-09-272-3/+7
* Re-enable tst_QOpenGLWindow on Win32Friedemann Kleint2019-09-272-2/+6
* Doc: Document CONFIG values that are worth documentingJoerg Bornemann2019-09-271-0/+18
* I18N: Load qtbase_ translation catalogs in examplesLeena Miettinen2019-09-274-4/+4
* Fix robustness detection for windowsAllan Sandfeld Jensen2019-09-272-32/+33
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-265-54/+91
* iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-262-0/+28
* QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1
* QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-252-11/+20
* Fix CVE-2019-16168 in SQLiteAndy Shaw2019-09-252-1/+46
* sqlite: Update to v3.29.0Andy Shaw2019-09-253-3112/+4062
* QFileInfo: clarify documentation about handling of symlink attributesThiago Macieira2019-09-251-11/+75
* Doc: Q_FLAG should be applied to the enum, not the QFlagsThiago Macieira2019-09-241-1/+1
* Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-09-241-1/+3
* Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-242-5/+27
* Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
* QWizard: Use member initialization in private classesFriedemann Kleint2019-09-241-101/+57
* Fix connection string code snippet for ODBC on WindowsAndy Shaw2019-09-241-1/+1
* Skip tst_QDateTime::systemTimeZoneChange for UWP configurationsOliver Wolff2019-09-241-3/+3
* Move DialogButtonBoxLayout case to be before MouseDoubleClickDistanceAndy Shaw2019-09-241-3/+2
* Windows QPA: Fix close button not working on Windows 7Andre de la Rocha2019-09-231-3/+9
* Do not pass nullptr as '%s'Allan Sandfeld Jensen2019-09-231-2/+5
* tests: fix typo in commentRolf Eike Beer2019-09-231-1/+1
* Add SQLite specific documentation when specifying a database nameAndy Shaw2019-09-211-0/+8
* Ensure all children of a widget get updated when a stylesheet changesAndy Shaw2019-09-211-0/+5
* QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
* qmake: Replace WinRT with UWP in the qmake ManualLeena Miettinen2019-09-201-29/+22
* Doc: Remove broken example snippet from Q_ENUMSPaul Wicking2019-09-201-8/+4
* Doc: Edit QNetworkProxy::QNetworkProxy() default proxy typeLeena Miettinen2019-09-191-3/+5
* QWizard/AeroStyle: Fix condition introduced by previous fixFriedemann Kleint2019-09-191-3/+4
* Prevent crash in QWasmScreen::resizeMaximizedWindows()Morten Johan Sørvig2019-09-181-0/+2
* QWizard/AeroStyle: Fix crash when Qt::AA_NativeWindows is setFriedemann Kleint2019-09-181-1/+4
* Fix passing FREETYPE_LIBS and friends to configureJoerg Bornemann2019-09-181-10/+14
* Fix qtConfLibrary_freetype's include pathsJoerg Bornemann2019-09-181-1/+1
* QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
* Ignore non-existent .ui file dependenciesJoerg Bornemann2019-09-183-1/+11
* Make it possible to undefine NDEBUG for nmake and VS projectsJoerg Bornemann2019-09-187-8/+28
* Fix Vulkan SDK detection for MinGW cross-compilationJoerg Bornemann2019-09-181-0/+5
* evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignmentShawn Rutledge2019-09-171-2/+5
* Windows QPA: Fix missing resize when changing the scale factorFriedemann Kleint2019-09-171-2/+4