Commits (8)
-
Simon Hausmann authored
We need to evaluate the expression for the "with" statement that is supposed to define the new scope _before_ opening up the scope, otherwise - when the evaluation of the expression throws an exception - we'll try to pop the "with" scope we couldn't open in the first place. [ChangeLog][QtQml] Fix crash when using the "with" statement with an expression that throws an exception. Task-number: QTBUG-53794 Change-Id: I7733f5a4c5d844916302b9a91c789a0f6b421e8a Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
6d54a59b -
Giuseppe D'Angelo authored
It does not make any sense to document these properties with the same text, as qdoc will duplicate the text under the documentation of each and every property in the same documentation comment, resulting in weird documentation (such as the element you assign to "left" is the one you move to when you press the *right* key). Change-Id: Ic27502a5965cc2b8c61cfdaf887434d3c79256af Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io>
cb8ce2bf -
Mitch Curtis authored
Change-Id: I682a4765d1e0173664460fe4e163949d968d97d7 Reviewed-by:
Gunnar Sletta <gunnar@sletta.org>
6887fa0b -
Mitch Curtis authored
Change-Id: I9ece132b87a8de06924e71b6f5fc552a14dea336 Reviewed-by:
Gunnar Sletta <gunnar@sletta.org>
cd0efef0 -
Shawn Rutledge authored
It makes more sense to process events until the incubator is Ready rather than while it's already Ready. Change-Id: If8b0c5057dd88ffdbb2dd39f53b5b9676d0b9d19 Reviewed-by:
Paolo Angelelli <paolo.angelelli@theqtcompany.com> Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au>
a5febdbb -
Liang Qi authored
Task-number: QTBUG-54028 Change-Id: I03390ebfb99927851926c0099fb79581f7b9e7a3 Reviewed-by:
Liang Qi <liang.qi@qt.io>
56d9505e -
Ulf Hermann authored
Just checking for references on m_compiledData is not enough. The actual component can also be referenced. Thus it won't be deleted on release(), but cannot be found in the type cache anymore. Task-number: QTBUG-53761 Change-Id: I8567af8e75a078598e4fed31e4717134e1332278 Reviewed-by:
Mitch Curtis <mitch.curtis@qt.io> Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
2ac19881 -
Robert Loehning authored
Fixes compilation with clang 3.8 Task-number: QTBUG-54009 Change-Id: Ib777bd56d187e3c94de0cda643dac47eb30d8215 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@qt.io>
4f94ddcf
Showing