- Feb 13, 2013
-
-
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>
-
- Feb 12, 2013
-
-
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>
-
Leena Miettinen authored
Change-Id: I9f9988cebbe3c10eb12f0997ea39fdf6174e2735 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
Change-Id: I2d45f123936bb53a2659b6e96afc9073ab2b140c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
Make capitalization and punctuation consistent in the text editor Font and Color options. Change-Id: Ib7ba31c5eafff629a565830a7e8686c0ae5d64db Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Leena Miettinen authored
Fix capitalization of UI text. Change-Id: I9fad22edb4151ba0a63738fdb5aafe9d60c5b051 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Leena Miettinen authored
Change-Id: I6571dc0b950f719b4ec0641254f2fa7bcd646f49 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Leena Miettinen authored
Change-Id: I3cbddc2634a5eabd45dee8efe0c79b7b53a133b6 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Change-Id: I7dd40f8da1ebd108748eb89fc84f7fbfce90e36b Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Friedemann Kleint authored
Change-Id: I1c16bc0b35ecffd17b27600e5a1f56c9c4ce312b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
The item library might not be attached, yet. This is a hotfix. Change-Id: I85705fc843c460dd81cf01f197941a8f0bccbcd8 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Leena Miettinen authored
Make a label more informative and fix the tooltip. Change-Id: Ic404ddbb65da2e6f4294dbe4f1b9a719f259e4d3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-