summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1649-3477/+3319
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix linkage against freetypeSimon Hausmann2019-02-111-0/+1
| * | | | | | | | | | | | | | Fix xcb platform linking when compiling the nativepainting codeAlbert Astals Cid2019-02-111-4/+6
| * | | | | | | | | | | | | | cmake: Fix build of xcb platform plugin when vulkan is availableAlbert Astals Cid2019-02-011-1/+1
| * | | | | | | | | | | | | | Store QT_FEATUREs that are not emittedTobias Hunger2018-11-051-12/+0
| * | | | | | | | | | | | | | Add linuxaccessibility supportTobias Hunger2018-11-011-2/+2
| * | | | | | | | | | | | | | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+172
* | | | | | | | | | | | | | | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-032-7/+20
| |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | 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
|/ / / / / / / / / / /
* | | | | | | | | | | 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
* | | | | | | | | | | 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
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | 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
* | | | | | | | | 3rdparty: remove xcb libs and bump minimal required version to 1.11Gatis Paeglis2019-08-2711-223/+23
|/ / / / / / / /
* | | | | | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-5/+7
|\| | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-5/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Avoid querying unknown RESET_NOTIFICATION_STRATEGY value on GL < 4.0Laszlo Agocs2019-08-141-5/+7