summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | wasm: do not try to resume main thread if mainloop has not started yetLorn Potter2020-04-141-1/+2
| | * | | Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-165-7/+7
| | | |/ | | |/|
| | * | macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-1519-270/+25
| | * | macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-1512-47/+50
| | * | Windows QPA: Fix geometry when firing a full exposeFriedemann Kleint2020-04-152-4/+10
| | * | Windows QPA: Fix showing translucent windows maximized/full screenFriedemann Kleint2020-04-151-2/+2
| | * | Windows QPA: Fix restoring from fullscreen in High DPI setupsFriedemann Kleint2020-04-151-2/+4
| | * | Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-04-142-9/+9
| | * | macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-149-10/+12
| | * | macOS: Move translations to their respective source filesTor Arne Vestbø2020-04-147-192/+74
* | | | Windows QPA: Fix High DPI scaling not becoming active when changing scalingFriedemann Kleint2020-04-221-0/+1
|/ / /
* | | windows: Add QT_NO_OPENGL_BUGLIST environment variableLaszlo Agocs2020-04-211-9/+10
* | | Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-173-6/+6
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-112-5/+7
|\| |
| * | Minimal platform: fix leaking QMinimalScreen instanceShawn Rutledge2020-04-082-5/+7
* | | Windows: Provide a way to switch between WinTab and Windows Ink at run-timeAndre de la Rocha2020-04-105-4/+41
* | | Change qHash() to work with size_t instead of uintLars Knoll2020-04-094-9/+9
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0844-143/+267
|\| |
| * | qpa: Remove references to lighthouseTor Arne Vestbø2020-04-0327-71/+3
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-272-25/+68
| |\|
| | * macOS: Flush sublayers via separate IOSurface backingstoresTor Arne Vestbø2020-03-252-25/+68
| * | Windows QPA: Enable Toggle UIA pattern for all checkable controlsAndre de la Rocha2020-03-261-4/+2
| * | wasm: add braces around multiline else caseMorten Johan Sørvig2020-03-261-2/+3
| * | wasm: Add OpenGL version checkMorten Johan Sørvig2020-03-242-4/+16
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-244-7/+118
| |\|
| | * xcb: Add support for XdndActionList propertyAlexander Volkov2020-03-234-7/+118
| * | QXcbCursor: Replace deprecated QCursor APISze Howe Koh2020-03-241-6/+6
| * | Deprecation warnings: replace qrand with QRandomGeneratorVolker Hilsheimer2020-03-232-2/+6
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-0/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-0/+1
| | |\
| | | * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-105-5/+25
| | | |\
| | | * | Windows QPA: Do not play sound for QMessageBox::NoIconFriedemann Kleint2020-03-061-0/+1
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-186-22/+44
| |\| | |
| | * | | WinRT: Open the URLs via the XAML thread to enable them to be openedAndy Shaw2020-03-141-12/+21
| | * | | Windows QPA: Fix broken frame geometry when moving windows with native menusFriedemann Kleint2020-03-135-10/+23
| | | |/ | | |/|
* | | | Resolve QWidget window handle without depending on QtWidgetsTor Arne Vestbø2020-04-021-15/+10
* | | | Android: Implement MaximizeUsingFullscreenGeometryHintEskil Abrahamsen Blomfeldt2020-03-308-107/+108
* | | | Fix deprecation warnings in QCocoaCursorVolker Hilsheimer2020-03-302-9/+9
* | | | macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-278-32/+38
* | | | Fix deprecation warnings from NSColor(Space) with macOS 10.14 SDKVolker Hilsheimer2020-03-231-27/+2
* | | | CMake: Regenerate projects and adjust after old harfbuzz removalAlexandru Croitor2020-03-171-0/+1
* | | | Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-1/+10
* | | | Re-generate various CMake projects and configure after mergeSimon Hausmann2020-03-163-8/+10
* | | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-1622-275/+327
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1622-275/+327
| |\| | |
| | * | | wasm: remove uneeded platform plugins from buildLorn Potter2020-03-161-2/+2
| | * | | wasm: do not move or resize Popup windowsLorn Potter2020-03-161-1/+4
| | * | | macOS: Ensure GL symbols are resolved from the OpenGL frameworkLucas Wang2020-03-151-1/+1
| | * | | Add native iOS file dialogHarald Meyer2020-03-145-6/+182
| | * | | macOS: Modernize QCocoaSystemTrayIconTor Arne Vestbø2020-03-142-200/+97