summaryrefslogtreecommitdiffstats
path: root/src
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-141-1/+14
* AA_SynthesizeTouchForUnhandledMouseEvents: keep correct coordinatesShawn Rutledge2021-01-141-1/+1
* QPushButton/fusion style: don't ignore QIcon::On iconChristian Ehrlicher2021-01-141-8/+0
* 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-141-1/+2
* 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-141-1/+2
* 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
* 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-131-1/+7
* 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-135-1/+15
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-1313-2/+221
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-1260-6406/+0
* Set the PlaceholderText color in the palette from the stylesheet as wellAndy Shaw2021-01-121-0/+1
* 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-1211-3/+228
* Remove QtDBus includesDavid Skoland2021-01-1215-107/+129
* 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
* Clarify variable names in QPropertyObserverPointer::notifyAndreas Buhr2021-01-112-14/+10
* QBindable: Improve read-only supportFabian Kosmale2021-01-111-1/+24
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-111-3/+2
* Bump versionPaul Wicking2021-01-112-3/+4
* Doc: Explain how boundingRect handles null QRectFPaul Wicking2021-01-111-1/+3
* 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-114-1/+601
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-4/+1
* Sql ODBC driver: add direct support for float and short datatypeChristian Ehrlicher2021-01-101-4/+49
* QProcess/Win: clean up death notifier teardownAlex Trotsenko2021-01-091-12/+8
* Remove useless call in QProcessPrivate::waitForFinished() on WindowsAlex Trotsenko2021-01-091-3/+1
* QProcess/Unix: do not activate read notifiers until process has startedAlex Trotsenko2021-01-091-2/+6
* Split QProcessPrivate::_q_processDied()Alex Trotsenko2021-01-094-40/+48
* QPdfWriter: fix embedding fonts in pdf filesChristian Ehrlicher2021-01-091-1/+1
* Remove outdated comment and unnecessary initialization callAndreas Buhr2021-01-091-1/+0
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* Send Qt::Key_MediaTogglePlayPause for VK_MEDIA_PLAY_PAUSEAllan Sandfeld Jensen2021-01-081-1/+2
* Windows QPA: Fix missing QScreen change updatesFriedemann Kleint2021-01-083-29/+2
* QProcess/Unix: consolidate process state tracking socket notifiersAlex Trotsenko2021-01-083-34/+30