summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Interbase: Don't error out if closing an already closed cursorAndy Shaw2021-01-141-1/+7
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-01-142-1/+46
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-142-7/+14
* QPushButton/fusion style: don't ignore QIcon::On iconChristian Ehrlicher2021-01-141-8/+0
* Lower the CMake minimum required version for single-config buildsJoerg Bornemann2021-01-142-1/+11
* Skip tst_qhighdpi when offscreen is not builtMorten Johan Sørvig2021-01-142-4/+3
* Add API for creating QColorSpace with multiple color-transfer tablesAllan Sandfeld Jensen2021-01-143-15/+157
* Disable copying of QUrlResourceProvider to avoid slicingAlexander Volkov2021-01-141-0/+2
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-142-1/+16
* Add some error handling for the inotify file system watcherLu Zhen2021-01-141-1/+3
* QODBC: Preserve the whole value when using HighPrecisionAndy Shaw2021-01-142-1/+37
* QStyle: add name() to return the name of the styleChristian Ehrlicher2021-01-146-17/+49
* Fix VNC format conversionAllan Sandfeld Jensen2021-01-134-8/+9
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-01-131-5/+4
* CMake: Fix build with GCC and ltcgChristophe Giboudeaux2021-01-131-13/+18
* CMake: Use -ffat-lto-objects for static libraries with ltcg and GCCChristophe Giboudeaux2021-01-131-0/+8
* Fix warning in generated test wrappersAlexey Edelev2021-01-131-1/+2
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-01-131-2/+4
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-01-131-0/+13
* macOS: Add more padding to width of non-editable comboboxesVolker Hilsheimer2021-01-131-2/+2
* QTestLib: Show the values of unregistered enumsChristian Kandeler2021-01-137-6/+25
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-131-2/+2
* rhi: gl: Add some enablers for supporting GL_TEXTURE_EXTERNAL_OESLaszlo Agocs2021-01-136-1/+130
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-1314-2/+225
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-12240-10435/+0
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-122-0/+17
* Doc: Add details to QFont::toStringPaul Wicking2021-01-121-1/+20
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Introduce QUrlResourceProvider to load resources for HTMLAlexander Volkov2021-01-1213-3/+279
* Remove QtDBus includesDavid Skoland2021-01-1251-235/+339
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-01-121-0/+5
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-01-121-2/+6
* QSql/QSqlite: return extended error codes by defaultChristian Ehrlicher2021-01-112-0/+5
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-01-111-1/+3
* Make sure QMimeData is fully declaredVolker Hilsheimer2021-01-111-0/+2
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-112-14/+10
* QBindable: Improve read-only supportFabian Kosmale2021-01-112-1/+32
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-111-3/+2
* Prepare QNX env for cmake buildMarianne Yrjänä2021-01-111-0/+35
* UndoFramework example: make the background visibleIvan Solovev2021-01-111-0/+0
* Bump versionPaul Wicking2021-01-113-4/+5
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-111-1/+3
* Android: exclude tst_QFile::moveToTrash on AndroidAssam Boudjelthia2021-01-111-0/+3
* Android: exclude failing tests for tst_QPlainTextEdit on AndroidAssam Boudjelthia2021-01-111-0/+10
* Doc: Generalize timer docsKai Köhne2021-01-111-3/+3
* Doc: Link to correct locationPaul Wicking2021-01-111-4/+4
* Doc: Add partial documentation for CMake API (tech preview)Craig Scott2021-01-115-1/+608
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-104-12/+5
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-102-4/+86
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8