- 13 Feb, 2013 28 commits
-
-
hjk authored
Now all dumper autotests pass on Qt 4 and Qt 5 to get a base line for testing. The intention is to re-enable the disabled tests, especially the QObject related ones soon. Change-Id: I18236c86145f7d1fb1ed347e2079d15af086a129 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Change-Id: Ic1853f7749ec64ad35e441a5903d2a343379f019 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Joerg Bornemann authored
None of the other dependencies have Utils in their ProductModule. Change-Id: I87f04f6fce079250c09ea3ee42966e52d3a8d612 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Joerg Bornemann authored
Remove ExtensionSystem from the core plugin's ProductModule. Every plugin must depend on ExtensionSystem, not only the ones that depend on Core. Change-Id: I9f72653c5ef61bfab2b478f61e5723140c0896ec Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Joerg Bornemann authored
ProductModule items in derived products override the ProductModule items in the base product. Change-Id: I3f325d1ae52b24c75b5aebe5b9cc0ceb7622dcc6 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Change-Id: Icf62ea6f8304d96fe99b7dd673143ca2b0a87094 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
hjk authored
Change-Id: Ia9e8bad99939265b3ea1fed5d9152f2dbcdaf2be Reviewed-by:
hjk <hjk121@nokiamail.com>
-
This enables developers to find and use the prepared bar-descriptor with command lines Change-Id: I1083d18f02d5026e186735fdfcbb61aca30f01b8 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Change-Id: I2608897ff250519cdba685df9075b07fb48de491 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Change-Id: I24a142aeb6ebba60b4522a0b7dec25952586efda Reviewed-by:
Fabian Bumberger <fbumberger@rim.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-8556 Change-Id: Ic542ac518656e2edf9c3cb17b2960238aa467a9d Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Friedemann Kleint authored
Generate plugin metadata for Qt 5 or plugin export for Qt 4. Change-Id: I9888ebb22204c96755f82efc0dd2bceb51a19b0c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Add json-file and #ifdef plugin export for use with Qt 4 and 5. Change-Id: Ib04f2e56be08634f00c8aa2cde45837b9a138cbe Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-7946 Change-Id: Ic3c3ceddd3b4bf115a1da78a5b5e5b640dbbd1f1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Change-Id: Icf48a49330cb39aa04413ac8c54afc7d72e612fb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
Calling beginEditBlock() triggers a textChanged() signal and did "confuse" Qt Quick Designer. We could just suppress the signal to work around the issue, but I think it is cleaner to not alter the text document in autosave at all. Changing the current text document in autosave might have other unforeseeable implications. What happened in the Qt Quick Designer was that textChanged() triggered a reload of the document. While the reload of the document usually just triggered a short/unnoticed dealay, it can also trigger a message box with warnings. Since we (correctly) assume the .QML file was altered outside of Qt Quick Designer we do sanity checks and warn about code that might not be supported. Having those warnings whenever a file is autosaved is annoying. Change-Id: I62f5486878956cbb776998e4aba468a91cb9ec8e Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Leena Miettinen authored
Fix capitalization in messages and UI text. Change-Id: I09fd826566f756cf2afaa4e29f93572089b9a8aa Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I8bad921b057948fa639387757c630f9be10c8f6a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Change-Id: I79829d28ab8c753ece8bd513c041e30920c38d29 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Friedemann Kleint authored
Change-Id: I066f157332bf3e1e23946737ae170c6393874628 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: I8be7954707cb02c2e516e2956d79038ac16b3af6 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: I1601b6e891140d3288aa86ea0de2f1d860c9f67d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
The same information is already given in the dialog title. Fix capitalization of OK. Change-Id: Ia77bd62075f8553a8533edbe56965cf662541cc7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8723 Change-Id: I8d6b42f435cc6814a263361e24a415d1a63b4e60 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Joerg Bornemann authored
Change-Id: Ib71bee40ccf84b2fa83d5d0bc086262298f9039c Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Change-Id: I858eb6efe05dbc9a770bb7e858bd033e81df0f60 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8741 Change-Id: I6d3c76dbb59df9db4e14d8e93c2e078a701d1dc1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
There is no good solution for %n entry(ies). Change-Id: Ideaa5686c8efd0bb70e54a76f00dfca2e26c7bb0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 12 Feb, 2013 12 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-8708 Change-Id: Ia3f842cd4171c11307d3278aa5a1c85adc6e1fa7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I75bb18c9564ffac3de2654bd388465794481b487 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: Ib83ca453c86b93cb359a2a0a9774c7d39533be4e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I398437db96082e8813090b5eb78ae1c8b8158ffe Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This avoids sending signals for new tasks and process output via the gui thread's event loop. When finding lots of issues in the output we generate so many events that any attempt to compress events takes a long time (max. events waiting to be processed were > 1200000 when doing a clang -Weverything build!), and thus the UI freezes. Change-Id: I9668d2537b1a268e788cd0ea5c756ebaab4462a9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Use AnsiFilterParser to make sure ANSI sequences will not confuse our parsers. Task-number: QTCREATORBUG-8610 Change-Id: I9711ec417a6439e8f3e1c560d2caca605ac55504 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Iece4f6682764c5350bcedba888ea1f5ce4660fd2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
The recent breakage was caused by accidentally moving the struct definition into main() in combination with the GDB bug mentioned at http://sourceware.org/bugzilla/show_bug.cgi?id=14235 (11171) Change-Id: I9a94b5c9297e7553962290872f0c29c38cee56e5 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Sergey Belyashov authored
Change-Id: I2bac1cce99216c9039200a91de394568f2c9539c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
hjk authored
Change-Id: I00693667453cd8c99691e41bedda91891e60de25 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Change-Id: If69a218abbbeb4ae169ce4496b58484adab2470a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Change-Id: I225f4ec11bc365b48b9f18ae993cbd7dd52f1a7c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-