summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QFontDatabase: suppress warning about its constructor being deprecatedThiago Macieira2021-10-161-1/+1
* QtWidgets: remove set-but-unused variablesThiago Macieira2021-10-162-8/+0
* Markdown importer: keep entities in HTML blocks with the HTMLShawn Rutledge2021-10-162-1/+70
* macOS: Don't require marked text before passing mouse down to input contextTor Arne Vestbø2021-10-161-6/+9
* macOS: Pass on mouse press if input context didn't handle itTor Arne Vestbø2021-10-161-11/+15
* Add implementation of QCocoaInputContext::commit()Tor Arne Vestbø2021-10-162-0/+28
* macOS: Only send mouse press to input context if clicking input itemTor Arne Vestbø2021-10-161-2/+13
* Deduplicate lastWindowClosed handlingTor Arne Vestbø2021-10-168-88/+56
* Remove unused parentWidget variable in QWidgetPrivate::handleCloseTor Arne Vestbø2021-10-161-1/+0
* Remove zlib from bootstrap libraryJoerg Bornemann2021-10-164-28/+2
* QList: deprecate iterator<->pointer implicit conversions (3/3)Giuseppe D'Angelo2021-10-161-2/+14
* QList: deprecate iterator<->pointer implicit conversions (2/3)Giuseppe D'Angelo2021-10-162-4/+27
* QList: deprecate iterator<->pointer implicit conversions (1/3)Giuseppe D'Angelo2021-10-161-8/+18
* Mention a change to QDateTimeEdit::setDateTime()Edward Welbourne2021-10-161-1/+13
* Polish the painting/affine exampleFriedemann Kleint2021-10-167-299/+256
* xcb: Use byte buffer for event masksPovilas Kanapickas2021-10-161-23/+30
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-165-50/+169
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-1525-44/+44
* Fix high DPI position of foreign child windows on WindowsJoerg Bornemann2021-10-151-1/+2
* CMake: Postpone target existence check for qml plugin targetsAlexandru Croitor2021-10-151-0/+29
* Clarify QWidget::normalGeometry documentationTor Arne Vestbø2021-10-151-13/+14
* Add PRIVATE_MODULE_INTERFACE to the module dependency setAlexey Edelev2021-10-151-1/+1
* Improve double call protection of qt_internal_generate_tool_command_wrapperAlexey Edelev2021-10-151-4/+15
* When filling a pixmap after an assignment ensure the set DPR is not lostAndy Shaw2021-10-152-0/+15
* QOpenSSLBackend: Properly load 3.0 when compiled with 3.0Mårten Nordheim2021-10-151-3/+10
* QList: add mixed comparison operators between (const_)iteratorsGiuseppe D'Angelo2021-10-151-2/+15
* Conan: Do not use f-stringsIikka Eklund2021-10-151-16/+21
* Fix autotest public API compilation for INTEGRITYTatiana Borisova2021-10-152-4/+12
* dbus: Fix typosJonas Kvinge2021-10-144-4/+4
* xcb: Fix typos in source code commentsJonas Kvinge2021-10-146-6/+6
* qwindowsdialoghelpers: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* Fix typos in SQL driver documentationJonas Kvinge2021-10-141-2/+2
* qxcbscreen: Fix typo in documentationJonas Kvinge2021-10-141-1/+1
* Set QT_ANDROID_ABIS when builing qtbase for AndroidAlexey Edelev2021-10-141-0/+6
* Markdown writer: indent fence consistent with code blockShawn Rutledge2021-10-142-3/+11
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-144-61/+135
* QWidget: Don't rely on topextra to determine if window is top levelTor Arne Vestbø2021-10-142-1/+2
* Tidy up in QGraphicsWidget::resize()Edward Welbourne2021-10-141-37/+28
* Eliminate use of goto in QGraphicsWidget::resize()Edward Welbourne2021-10-141-17/+20
* Optimize mime type matchingJarek Kobus2021-10-143-36/+92
* QNetworkAccessAuthenticationManager: don't mix iterators and pointersGiuseppe D'Angelo2021-10-141-8/+11
* Android: Fix handling of cursor position when stop composingAndreas Buhr2021-10-141-7/+15
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-141-1/+1
* Android: Hide the keyboard when the height is less than 0Andy Shaw2021-10-141-0/+4
* Support background-color CSS styling on <hr/>Shawn Rutledge2021-10-146-108/+86
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-141-5/+5
* Fix segfault in QItemSelectionModel::hasSelectionAndreas Buhr2021-10-141-2/+5
* qtlogging: Document QT_MESSAGELOGCONTEXT defineKevin Funk2021-10-141-1/+5
* QTimer: Add \note in documentationFan RuiJie2021-10-141-0/+2
* Call QWidget close handling in QWidget::close for non-toplevel native widgetsDoris Verria2021-10-143-3/+25