summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Hold references to zone IDs alive during useEdward Welbourne2021-01-211-2/+8
* SQLite: Update to 3.34.0Andy Shaw2021-01-213-730/+2030
* Hardcode a special case of using qOverload for slots without argumentsJarek Kobus2021-01-211-8/+19
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-212-3/+52
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-01-201-0/+9
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-01-201-32/+50
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-01-201-5/+9
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-202-2/+5
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* Generate Qt6EntryPointAdditionalTargetInfo independent of platformAlexey Edelev2021-01-201-7/+10
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-201-9/+2
* Android: Finish composing text before Key handlingBartlomiej Moskal2021-01-191-0/+11
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-192-15/+24
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-191-3/+4
* ItemViews: Don't remove items on internal moveChristian Ehrlicher2021-01-192-4/+8
* Fix small typo in the QMdiArea documentationOliver Eftevaag2021-01-181-1/+1
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-181-0/+8
* eglfs: Use drmClose in drm/EGLDevice backendLaszlo Agocs2021-01-181-1/+1
* Add "Q_UNUSED" to (3rdparty) strtod.cc for a 32 bit code pathAndrei Golubev2021-01-172-0/+23
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-161-1/+4
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-163-37/+37
* Document QOpenGLWidget limitations without an alpha channelLaszlo Agocs2021-01-151-0/+13
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-01-151-0/+3
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-151-2/+1
* Fix setting active window as application's focus widgetSona Kurazyan2021-01-151-4/+5
* QTabBar/Windows: Fix close button icons being too small on high-res screensFriedemann Kleint2021-01-156-11/+32
* Fix the tips still show when cursor move to another actionQiang Li2021-01-151-0/+2
* Fix QApplication::font returns the font unstable according to the objectChunLin Wang2021-01-151-7/+11
* 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
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-1/+2
* QGuiApplication: use global position to create local position for synthetic m...Richard Moe Gustavsen2021-01-141-1/+4
* 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
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-01-131-0/+13
* 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
* macOS: Add more padding to width of non-editable comboboxesVolker Hilsheimer2021-01-131-2/+2
* Windows font engine: Silence warnings about not being able to enumate font fa...Friedemann Kleint2021-01-131-2/+2
* Remove QtDBus includesDavid Skoland2021-01-1315-107/+129
* rhi: gl: Reset tracked state upon a buffer update or readbackLaszlo Agocs2021-01-131-33/+51
* Revert "Windows QPA: Call QWSI::flushWindowSystemEvents() from WM_PAINT for f...Morten Johan Sørvig2021-01-131-3/+2
* 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