summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * QDuplicateTracker: fix the static buffer size calculationMarc Mutz2021-07-141-1/+7
| * macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-131-2/+4
| * macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-121-1/+9
| * Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
| * Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-101-0/+3
| * macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-07-091-0/+9
| * Windows QPA: Fix dock widget drag&drop failureAndre de la Rocha2021-07-081-1/+1
| * Remove the dead code for blocking methods from QtConcurrentSona Kurazyan2021-07-082-56/+0
| * QtConcurrent: call the non-blocking versions in blocking onesSona Kurazyan2021-07-082-27/+39
| * macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-081-0/+2
| * Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-082-5/+9
| * opengl: fix a typo in QOpenGLPaintDevice::dotsPerMeterY()Liang Qi2021-07-061-1/+1
| * macOS: fix separator actions not showing in menusVolker Hilsheimer2021-07-061-14/+9
| * QIcc: Update test for invalid valuesRobert Löhning2021-07-051-1/+1
| * Fix rvalue overload of qobject_pointer_cast for GCC 9.3Marc Mutz2021-07-051-5/+1
| * Doc: Use https for links to unicode.orgPaul Wicking2021-07-053-18/+16
| * Doc: Add a note about a limitation in QDockWidget on macOSAndy Shaw2021-07-051-0/+5
| * Revert "Windows: Add synthesized fonts also when there is a style name"Eskil Abrahamsen Blomfeldt2021-07-042-6/+6
| * macOS: Notify socket notifier on connection errorMorten Johan Sørvig2021-07-021-3/+11
| * QGlobalStatic: fix warning when using cv-qualified typesMarc Mutz2021-07-011-1/+3
| * Fix right-to-left text with DirectWrite engine + QPainterPathEskil Abrahamsen Blomfeldt2021-07-011-1/+2
| * Fix mapping between Han and other CJK scriptsEskil Abrahamsen Blomfeldt2021-07-011-5/+24
| * Doc: Improve QTransform documentationPaul Wicking2021-07-013-13/+35
| * Documentation: Remove section advertising AmazonFriedemann Kleint2021-06-301-13/+0
| * Extend documentation for QFile:copy()Paul Wicking2021-06-232-10/+15
| * macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
| * Doc: bump the OpenSSL minimum supported version to 1.1.1Tasuku Suzuki2021-06-231-2/+2
| * macOS 11: Fix positioning of focus frame around comboboxVolker Hilsheimer2021-06-231-4/+8
| * QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-231-4/+8
| * Fix leak of transaction context handle in QSql's OCI driverEdward Welbourne2021-06-221-10/+20
| * macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-221-1/+4
| * Avoid overflow in text layoutEirik Aavitsland2021-06-221-1/+2
| * Doc: Move overrideCursor() from QApplication to QGuiApplicationSze Howe Koh2021-06-221-2/+2
| * Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
| * Update md4c to 0.4.8Kai Köhne2021-06-212-28/+67
| * Android: Fix Application becomes unresponsive issuePekka Gehör2021-06-215-4/+25
| * Android: fix mimetype/namefilters handling for FileDialogAssam Boudjelthia2021-06-211-8/+9
| * Enable glyph cache workaround for Apple M-family of GPUsTor Arne Vestbø2021-06-181-1/+2
| * Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-171-4/+8
| * Update public suffix listMårten Nordheim2021-06-172-14309/+14419
| * iOS: cleanup connection when a screen disconnectsRichard Moe Gustavsen2021-06-171-1/+3
| * Windows: Read page size and orientation from setup dialogVolker Hilsheimer2021-06-161-3/+28
| * H2: remove a rather useless limit on the number of streamsTimur Pocheptsov2021-06-162-10/+3
| * Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-151-2/+2
| * QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-151-1/+2
| * Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
| * Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-141-2/+2
| * Doc: Fix snippet for QRandomGenerator64 docsPaul Wicking2021-06-141-1/+1
| * Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-141-13/+26
| * Fix misplacement of placeholder text in QLineEdit with RTL contentFan RuiJie2021-06-112-3/+13