summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* wasm: rename platform, refactor files and other thingsLorn Potter2018-07-1639-490/+490
* wasm: fix compiler warningsLorn Potter2018-07-131-3/+10
* Wasm: Install all files in the application shellEskil Abrahamsen Blomfeldt2018-06-291-3/+6
* wasm: add touch event supportLorn Potter2018-06-202-1/+75
* wasm: clean up platform pluginLorn Potter2018-06-2021-216/+63
* wasm: cleanup pro and friends filesLorn Potter2018-06-051-2/+0
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-0162-364/+507
|\
| * macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
| * iOS: Handle application state for application extensionsTor Arne Vestbø2018-05-301-6/+21
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-2927-64/+62
| * macOS: Respect maximum window size when computing zoomed state geometryTor Arne Vestbø2018-05-291-7/+17
| * iOS: Send window-system event also when embedded in native iOS appTor Arne Vestbø2018-05-293-32/+50
| * iOS: Don't assume our UIWindow is a QUIWindowTor Arne Vestbø2018-05-291-1/+2
| * ibase: Don't use deprecated QSqlError constructorAndy Shaw2018-05-181-1/+2
| * sqlite: Allow for duplicated placeholders with just one placeholderAndy Shaw2018-05-161-2/+2
| * Windows Platform: Redirect wheel event to a window under mouse cursorAlexandra Cherdantseva2018-05-161-3/+17
| * Windows QPA: Fix wrong initial size when launched on secondary screenFriedemann Kleint2018-05-161-2/+2
| * QMacStyle: remove unused qlibrary.h includeJ-P Nurmi2018-05-151-1/+0
| * Fix filter parsing in flatpak FileChooser portalJan Grulich2018-05-151-1/+1
| * Fix build without features.cursorTasuku Suzuki2018-05-151-0/+2
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-15/+25
| |\
| * | Fix building with -no-feature-shortcutJoni Poikelin2018-05-082-0/+10
| * | Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+4
| * | Generate more Windows/Linux-like Qt keyboard eventsJames McDonnell2018-05-042-198/+122
| * | macOS: ensure mouse events from the global monitor has the correct button setRichard Moe Gustavsen2018-05-032-3/+13
| * | Configure window manager to support RCar D3Timo Aarnipuro2018-05-031-9/+17
| * | If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-022-2/+17
| * | Feed external geometry changes to QtJames McDonnell2018-05-022-0/+27
| * | Add screenContext native propertyJames McDonnell2018-05-021-0/+3
| * | Flush the initial clear blit with SCREEN_WAIT_IDLEJames McDonnell2018-05-021-1/+1
| * | macOS: Don't trigger deferred needsDisplay when using timer-based requestUpdateTor Arne Vestbø2018-05-021-1/+1
| * | xcb: round down the scale factor for values < 0.8Mathieu Velten2018-05-021-1/+6
| * | Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-023-2/+8
| * | Show high DPI custom cursor on macOSFrederik Christiani2018-04-261-0/+1
| * | Windows QPA: Add missing calls to keyboard initializationFriedemann Kleint2018-04-251-1/+2
| * | Windows QPA: Fix handling of VK_DECIMAL/VK_SEPARATORFriedemann Kleint2018-04-251-2/+2
| * | Cocoa: Don’t starve the event loop on requestUpdate()Morten Johan Sørvig2018-04-241-1/+1
| * | QCocoaFontDialogHelper: Fix NSFontManager delegate warningGabriel de Dietrich2018-04-241-4/+3
| * | QCocoaWindow: Fix handleMouseEvent() compilation warningGabriel de Dietrich2018-04-241-1/+3
| * | Windows QPA: Fix Korean IME removing words when using CTRL shortcutsFriedemann Kleint2018-04-231-0/+8
| * | Windows QPA: Fix ambiguous shortcut overload warnings for ALT-keysFriedemann Kleint2018-04-201-2/+13
| * | Windows QPA: Fix duplicate/missing native eventsFriedemann Kleint2018-04-204-18/+69
* | | wasm: implement QHtml5Window::requestUpdate()Morten Johan Sørvig2018-06-014-1/+44
* | | wasm: implement event dispatcher timersMorten Johan Sørvig2018-06-013-18/+95
* | | wasm: move event dispatcher implementationMorten Johan Sørvig2018-06-012-24/+49
* | | webassembly: add support for mouse wheelLorn Potter2018-05-242-1/+38
* | | wasm: clean up used and unused qDebugsLorn Potter2018-05-164-6/+0
* | | webassembly: Fix mouse position for opengl appsLorn Potter2018-05-151-6/+6
* | | webassembly: fix QNAM for html5Lorn Potter2018-05-152-0/+4
* | | wasm: remove unrestored painter save()Morten Johan Sørvig2018-05-141-1/+0