Commits (5)
-
Friedemann Kleint authored
Change qtbase:ccfe33dc670a1491d9e1daa2ae17f5fe30484276 modifies QWidget::grab() to return pixmaps with device pixel ratio set when High DPI scaling is active. This caused Dnd pixmaps to have the wrong size and the widgets to change size when moved on the form due to the decoration having the wrong size. Propagate the device pixel ratio and scale sizes accordingly. Task-number: QTBUG-53713 Change-Id: I93fc5c249472913ddc4866b32d7bf2593df60635 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
2d838dd0 -
Jake Petroules authored
Change-Id: Idfd46812020dc116ade8a819dc41b0955eb09b4e Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
3070f40f -
Jake Petroules authored
Change-Id: Ieb1d8056bc7326acce5556d29e9032812be72cd5 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
cafc0ec1 -
Liang Qi authored
Change-Id: Ie748f4b3c17fb393be177f58b48c01b7773e2097
14fd7741 -
Ralf Nolden authored
OpenBSD removed the <sys/timeb.h> include from the OS with version 5.5. Since them, compiling fails for clucene because of the predefined availability of <sys/timeb.h> in qclucene-config_p.h. #ifdef the define for timeb.h with !defined(__OpenBSD__) to avoid compile errors. See hint in http://www.openbsd.org/faq/upgrade55.html Change-Id: Ic4f787bed90a667d5e1c6fb28ea891585fcf08a4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2c87670f
Showing