summaryrefslogtreecommitdiffstats
path: root/src/gui/platform/unix
Commit message (Expand)AuthorAgeFilesLines
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-151-18/+17
* Remove QtDBus includesDavid Skoland2021-01-127-66/+79
* Remove the qmake project filesJoerg Bornemann2021-01-073-71/+0
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-6/+6
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-191-4/+5
* name our glib event sources to ease debuggingAndreas Buhr2020-10-221-2/+5
* OpenFile portal: use "writable" option to specify our FD is writableJan Grulich2020-10-211-2/+4
* Fix crash in tst_QSystemTrayIcon::lastWindowClosed()Allan Sandfeld Jensen2020-10-201-0/+2
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-181-4/+104
* Rename QtGui native interface implementation filesTor Arne Vestbø2020-10-122-1/+1
* Avoid double pixel-ratio scaling of dbus tray iconsAllan Sandfeld Jensen2020-10-082-10/+11
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-13/+13
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-061-0/+3
* Make xkb a private dependency of QtGuiJoerg Bornemann2020-09-161-1/+1
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-121-2/+2
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-062-15/+0
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-032-3/+3
* Define unix platform interfaces also without openglSamuli Piippo2020-08-051-2/+2
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-041-0/+4
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-312-11/+11
* Add QEvdevKeyMapper platform interfaceTor Arne Vestbø2020-07-201-0/+12
* Add QXcbWindow platform interfaceTor Arne Vestbø2020-07-201-0/+2
* Add QXcbScreen platform interfaceTor Arne Vestbø2020-07-201-0/+5
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-073-8/+8
* Add ; to Q_UNUSEDLars Schmertmann2020-07-074-8/+8
* Move linuxaccessibility to QtGuiFriedemann Kleint2020-07-061-3/+3
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-044-0/+1182
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-031-0/+4
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-022-1/+82
* Move UNIX themes into QtGuiFriedemann Kleint2020-06-2225-0/+4518
* Move UNIX services into QtGuiFriedemann Kleint2020-06-183-0/+460
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-107-0/+500