summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QComboBox: fix select all columns in the viewChristian Ehrlicher2021-02-031-2/+4
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-02-031-0/+5
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-02-032-7/+27
* TableView: Trigger the resizing of editors resizing a row/columnAndy Shaw2021-02-031-0/+4
* QSsl: fix OpenSSL DLL names for Windows on ARMCameron Gutman2021-02-031-5/+9
* a11y: Do not cache classes that don't have a factory pluginJan Arve Sæther2021-02-031-5/+4
* QSslCertificate: Guard against accessing empty QByteArrayRobert Loehning2021-02-031-1/+3
* Update public suffix list to today's latestEdward Welbourne2021-02-033-13924/+14362
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-02-031-1/+2
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-02-034-21/+31
* QLineEdit Cursor show white areaZhang Hao2021-02-031-2/+4
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-02-031-2/+2
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-02-031-0/+13
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-031-7/+13
* Hold references to zone IDs alive during useEdward Welbourne2021-02-031-2/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-033-21/+12
* Doc: Add deprecation noticePaul Wicking2021-02-031-0/+4
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-02-033-18/+18
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-02-021-9/+2
* macOS: Show system tray icon on mouse button press, not releaseTor Arne Vestbø2021-02-021-1/+1
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-02-021-16/+14
* Check date validity in calendar methods taking a QDateEdward Welbourne2021-02-021-2/+2
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-02-021-2/+4
* macOS: Only check SDK major version for compatibilityTor Arne Vestbø2021-02-021-2/+2
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-022-13/+20
* iOS: always hide edit menu when showing the magnifier glassRichard Moe Gustavsen2021-02-021-0/+1
* QInputControl: accept surrogate category characterLiang Qi2021-02-022-0/+49
* Gracefully reject requests for absurd font sizesEirik Aavitsland2021-02-021-0/+6
* QSslCertificate(OpenSSL) - harden protection against nullpointersTimur Pocheptsov2021-02-021-2/+25
* Set new commandLink variable when initializing QCommandLinkButtonDoris Verria2021-02-023-1/+5
* Test QDateTime behavior in DST gapAndreas Buhr2021-02-022-11/+16
* UndoFramework example: make the background visibleIvan Solovev2021-02-021-0/+0
* Windows: Fix flicker when resizing translucent windows with QSizeGripFriedemann Kleint2021-02-021-3/+15
* Windows QPA: Fix crashes when using screen reader with Q(Plain)TextEditFriedemann Kleint2021-02-021-2/+6
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-021-3/+6
* macOS: Mark QFileDialog::DontConfirmOverwrite as unsupportedMorten Johan Sørvig2021-02-021-0/+3
* Fix QApplication::font returns the font unstable according to the objectChunLin Wang2021-02-022-7/+53
* Avoid overflowing QFixed in text layoutEirik Aavitsland2021-02-021-0/+3
* iOS: ensure we close the edit menu when the user taps outside the input areaRichard Moe Gustavsen2021-02-021-32/+50
* iOS: ensure we hide the edit menu while dragging on the selection handlesRichard Moe Gustavsen2021-02-021-0/+9
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2021-02-023-5/+14
* Fix logicalDpi() which returns invalid valueTang Haixiang2021-02-021-0/+2
* Windows: Fix frame margins calculationMorten Johan Sørvig2021-02-021-3/+2
* Widgets: fix setTabOrder for QAbstractSpinBox-like widgetsIvan Solovev2021-02-022-1/+46
* macOS: Add more padding to width of non-editable comboboxesVolker Hilsheimer2021-02-021-2/+2
* Make QPushButton on macOS use QFocusFrame to fix alignment problemsDoris Verria2021-02-023-34/+101
* QTabBar: update index of last visible tab in insertTabStanislav Yelenskiy2021-02-022-3/+31
* Fix that the placeholdertext of QCombobox is not drawnChunLin Wang2021-02-021-2/+4
* Windows: Fix dialog moving up after closing/reshowingFriedemann Kleint2021-02-022-1/+30
* Cocoa: When validating menus, account for modal window only if activeAndy Shaw2021-02-021-4/+3