summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-294-10/+11
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-284-10/+11
| |\
| | * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-234-10/+11
* | | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-8/+8
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2427-154/+184
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-132-2/+2
| |\|
| | * xcb: Fix nullptr vs. VK_NULL_HANDLE errorLaszlo Agocs2020-01-092-2/+2
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-102-0/+7
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-092-0/+7
| | |\
| | | * xcb: Propagate size hints when window changes its scaling factorBłażej Szczygieł2020-01-082-0/+7
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-091-2/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-2/+4
| | |\|
| | | * tablets on xcb: report correct local coordinates to nested windowsShawn Rutledge2020-01-061-2/+4
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-043-4/+14
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-2/+12
| | |\|
| | | * Parse Xft.dpi with fractionAllan Sandfeld Jensen2019-12-171-2/+12
| | * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-152-2/+2
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-0/+11
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-0/+11
| | |\|
| | | * Do not read Xft.dpi on platforms that shouldn't be using Xft settingsAllan Sandfeld Jensen2019-12-051-0/+11
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-0924-133/+133
| |\| |
| | * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-0624-133/+133
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-258-16/+16
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-2/+1
| | |\|
| | | * xcb: Simplify code by using helper QXcbIntegration::defaultConnection()Alexander Volkov2019-11-201-2/+1
| | * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-3/+3
| | * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-206-10/+10
| |/ /
* | | Post merge fixesLeander Beernaert2019-11-252-21/+13
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-192-3/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-301-1/+7
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-281-1/+7
| | |\
| | | * Drag'n'Drop: fix attached Drag object deleted when DnD is progressingYulong Bai2019-10-271-1/+7
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-221-2/+3
| |\| |
| | * | Propagate application termination requests through QPATor Arne Vestbø2019-10-191-2/+3
* | | | Regenerate src/*Alexandru Croitor2019-11-143-17/+17
* | | | Regenerate everything under ./srcAlexandru Croitor2019-11-122-6/+0
* | | | Mimic qmake by building our own xinputLeander Beernaert2019-10-211-1/+16
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-3/+25
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-132-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-2/+2
| | |\|
| | | * Xcb: fix rounding error in reporting screen refresh rateKirill Burtsev2019-10-042-2/+2
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-161-1/+23
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-1/+23
| | |\|
| | | * Handle robustness with OpenGL < 4.0Allan Sandfeld Jensen2019-09-111-1/+23
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-052-19/+1
| |\| |
* | | | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-142-35/+12
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1115-251/+35
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-282-19/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-231-4/+0
| | * | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-232-15/+1