Commits (6)
-
Jake Petroules authored
macdeployqt assumed that relative library paths referred to a Qt library or framework that was not contained in any specific directory. This was broken in the case of paths like somedir/libfoo.dylib. macdeployqt now takes the additional path components into account. There was also a trailing space after ".dylib " which snuck in after refactoring to centralize otool output parsing which caused failures in Qt Creator deployment. Task-number: QTBUG-53533 Task-number: QTBUG-53563 Change-Id: I4296b7dd805d4866d3bf0db486366c30dece7add Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io> Reviewed-by:
Morten Johan Sørvig <morten.sorvig@qt.io>
e0edc350 -
Kai Pastor authored
4ea581c9 introduced a bug where class template specialization would lead to contexts not being properly cleaned up on '}'. The occurrence of class template specializations lead to a massive slowdown in parsing following includes because they were treated as direct (in-namespace) and parsed more often than normally needed. Unfortunately the bug was not discovered early by the auto tests, but eventually the slowdown appeared in CI when merging to dev. This change adds a test for class template specializations. It would discover the cause (broken context) which triggers the slowdown but doesn't depend on includes. Task-number: QTBUG-53644 Change-Id: I94cce58702b53dfb5e0f9c92585222dd3f938593 Reviewed-by:
Liang Qi <liang.qi@qt.io> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
abcb49ad -
Liang Qi authored
Change-Id: I7d389f0cbd014f7896e0567dd8fe9d45e4d39d24
b5f467be -
Alessandro Portale authored
The filter lineedit sits in a layout which has default contentmargins. Thich change sets the contentmargins to 0, and the toolbar now looks good in Designer, as-well in Qt Creator. Change-Id: I941a1f52e627a5c509d27b34b31fb5ebb699cbcc Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
588008a3 -
Alessandro Portale authored
The filter lineedit sits in a layout which has default contentmargins, also no toolbar icon size is set. Thich change sets the contentmargins to 0, and the icon size to 22 (like in other parts of Designer). the toolbar now looks good in Designer, as-well in Qt Creator. Change-Id: Ie722ff851fd9fecb36c9deba3662632fedf0080d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
42228d71 -
Friedemann Kleint authored
Propagate the device pixel ratio obtained from QWidget::grab() and determine the size depending on screen size so that it is reasonable with or without High DPI scaling. Task-number: QTBUG-53713 Change-Id: I2a0dd1df91fccd455707ab23205e2e5ad592d570 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
5bbd37f8
Showing