summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-0846-316/+361
|\
| * Fix "error: too many arguments to function media_get_entity_by_name()"Boubacar DIENE2019-02-061-2/+23
| * Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-063-3/+3
| * macOS: Don't deliver update requests for windows that need displayTor Arne Vestbø2019-02-041-0/+11
| * QMacStyle - fix a weird NSBox geometryTimur Pocheptsov2019-01-311-1/+16
| * Fix building offscreen QPA with Qt XCBAllan Sandfeld Jensen2019-01-291-1/+1
| * Wasm: remove debug output.Morten Johan Sørvig2019-01-291-1/+0
| * Cocoa: Don’t cache accessibility roleMorten Johan Sørvig2019-01-291-6/+3
| * macOS: Apply alpha channel to surface format even when non-defaultTor Arne Vestbø2019-01-291-1/+2
| * Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-2833-283/+289
| * Windows QPA: handle pointer messages received during a drag and dropAndre de la Rocha2019-01-281-15/+0
| * Android: If there is no surrounding text then don't try to delete itAndy Shaw2019-01-281-0/+4
| * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-272-2/+8
| * Fix QMacStyle QPalette warningSamuel Gaist2019-01-261-1/+1
* | Wasm: enable thread supportMorten Johan Sørvig2019-02-071-3/+5
* | Windows style, themes: Fix deprecation warningsFriedemann Kleint2019-02-064-18/+20
* | ibus: allow filterEvent() from QWindowSystemEventHandler::sendEvent()Gatis Paeglis2019-02-061-15/+16
* | xcb: respect big-request encoding in max request sizeGatis Paeglis2019-02-066-26/+39
* | QNX QPA: Add support for Qt Virtual KeyboardKarim Pinter2019-02-062-7/+17
* | QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2624-149/+403
|\|
| * xcb: Avoid repaint lags with DnDAlexander Volkov2019-01-253-2/+19
| * Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-254-6/+65
| * QMacStyle: fix PE_PanelLineEdit and PE_FrameLineEdit handlingTimur Pocheptsov2019-01-251-12/+50
| * Windows QPA: Cache "forcedScreenForGLWindow" to avoid overheadAndre de la Rocha2019-01-243-7/+30
| * Windows QPA: Move the code installing the filter for WM_TASKBARCREATEDFriedemann Kleint2019-01-241-6/+7
| * Windows QPA: Fix tray icon becoming visible before showFriedemann Kleint2019-01-242-1/+27
| * Windows QPA: Use member initialization in struct WindowCreationDataFriedemann Kleint2019-01-241-14/+10
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-237-97/+187
| |\
| | * egl_viv: cast EGLNative return types from vivante functionsSamuli Piippo2019-01-222-4/+4
| | * Windows QPA: Support "press and hold for right-clicking"Andre de la Rocha2019-01-142-15/+39
| | * xcb: fix initialization of XRandr and XRenderAndreas2019-01-131-4/+4
| | * Use jint instead of jboolean where applicable and initialize variablesAndy Shaw2019-01-081-14/+14
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0830-303/+261
| | |\
| | * | Use the AndroidDeadlockProtector when using a blockingqueued connectionAndy Shaw2019-01-041-6/+4
| | * | Windows QPA: Fix mouse pointer capture and Enter/Leave eventsAndre de la Rocha2019-01-032-52/+137
| | * | Windows QPA: Avoid duplication of mouse eventsAndre de la Rocha2019-01-021-29/+0
| | * | Fix build with Clang 3.8Thiago Macieira2018-12-191-0/+4
| | * | Windows QPA: Fix touch message queue handlingAndre de la Rocha2018-12-121-0/+8
| * | | qtbearer networkmanager: fix whitespaceRolf Eike Beer2019-01-221-1/+1
| * | | Windows: Set opengl swap interval whenever we make a new window currentUlf Hermann2019-01-221-2/+2
| * | | eglfs_kms: Fix build with -no-openglGatis Paeglis2019-01-222-1/+5
* | | | Always escape the table names when creating the SQL statementAndy Shaw2019-01-232-21/+5
* | | | Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-233-54/+1
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-1/+31
|\| | |
| * | | QMacStyle - take into account that native controls are transparent nowTimur Pocheptsov2019-01-161-0/+29
| | |/ | |/|
| * | XCB: Use application name for X11 selection owner nameMax Mazurov2019-01-071-1/+2
* | | QSQL: cleanup/modernize PostgreSQL pluginChristian Ehrlicher2019-01-093-85/+94
* | | Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-081-1/+1
* | | ibus: send batched QInputMethodQueryEvent eventGatis Paeglis2019-01-041-9/+6