summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix correspondence between QFileDialog::Option and QFileDialogOption::FileDia...Alexander Volkov2021-10-193-4/+13
* QtGui & its plugins: remove set-but-unused variablesThiago Macieira2021-10-192-6/+0
* MySQL: only set the charset if the connection has succeededThiago Macieira2021-10-191-13/+14
* MySQL: fix the check for the return value of mysql_set_character_set()Thiago Macieira2021-10-191-2/+2
* Rhi: Document expectation for setGraphicsPipeline's pipeline argumentChristian Strømme2021-10-191-0/+3
* Disable copy and move for QPropertyObserverNodeProtectorUlf Hermann2021-10-191-1/+4
* Don't render widget to backing store if its parent has graphics effectAntti Määttä2021-10-191-1/+14
* RHI: suppress annoying warning about deprecated copy constructorsThiago Macieira2021-10-181-0/+1
* QPluginLoader: use constexpr variables for detecting debug pluginsThiago Macieira2021-10-181-10/+14
* Inline a few methods of QPropertyObserverPointerUlf Hermann2021-10-182-99/+111
* Allow negative delta for designer animation driverAntti Määttä2021-10-182-2/+6
* Prevent recursive calls to QWindow::closeTor Arne Vestbø2021-10-182-0/+29
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-1833-7174/+9312
* coin: Add instructions to generate docs during testingTopi Reinio2021-10-183-0/+76
* QProperty: Eliminate further unnecessary TLS operationsUlf Hermann2021-10-182-6/+13
* QProperty: Don't needlessly calculate inBindingWrapper()Ulf Hermann2021-10-181-14/+14
* Don't hide dialogs before closing themTor Arne Vestbø2021-10-181-1/+7
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-185-20/+159
* Fix indentation in inputMethodQuery implementationsTor Arne Vestbø2021-10-182-4/+4
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-188-0/+161
* sqldrivers: Fix typo in error messageJonas Kvinge2021-10-181-1/+1
* Make sure Qt::Popup is treated like a dialogDavid Skoland2021-10-182-3/+2
* Fix cursor positioning on bidi boundariesVolker Hilsheimer2021-10-182-43/+132
* Fix cursor placement at left and right ends of bidi textVolker Hilsheimer2021-10-182-26/+63
* Q_GLOBAL_STATIC: suppress warning about expressions in noexcept()Thiago Macieira2021-10-181-1/+4
* QPlugin: Move the plugin metadata to a note in ELF platformsThiago Macieira2021-10-188-79/+752
* QUtf32: remove set-but-not-used variableThiago Macieira2021-10-181-4/+0
* Add comment about the meaning of magic number in QWasmEventTranslatorDavid Skoland2021-10-181-0/+5
* Handle DPR in QPainter's drawing methods taking a brush parameterEirik Aavitsland2021-10-181-35/+31
* 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