- Feb 14, 2013
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8752 Change-Id: Icfbb6bb498afcb3425ff08846a2f7f86f28bbf80 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-8753 Change-Id: I3a099b9b78a96eb1d19ca2f92e29c951591c7e60 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: Ic4340679733cba620a46aa76bb977031763d4102 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Daniel Teske authored
They slow down make by quite a lot. If there's nothing to do it's a 2-3 times speedup to skip those rules. This patch does that unconditionally, similar to the -w parameter. Task-number: QTCREATORBUG-8693 Change-Id: I951308195af3666744ad5e0ca865f42bbf6b5f79 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
Invalid Uses (line == 0) are generated by e.g. a Q_D statement. This kills 1. the selection artifact in line 0, column 0 and 2. the warning "QTextCursor::setPosition: Position '-1' out of range" for the following example code and cursor position: void f() { Q_D(x) d->hello(); // put the cursor on the 'd'! } Change-Id: I6968cbc261f05e08f71ff125437c8c9e863b475b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ide829a8084d3fef79f252dc7724bd90ce8ebba04 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
- Put declarations into quickfixes.h to simplify testing - Give the factories more meaningful names Change-Id: If74c29a8c17819d5369ffa3df94d146b14e53af9 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Robert Loehning authored
Change-Id: Idd08f6aa03a39adc05dc9a8056a269557d5c4440 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Christian Kandeler authored
We have a shared library now. Change-Id: Id5d3d879d19f502d79b190b8d28cfef43e8ca825 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Friedemann Kleint authored
Change-Id: I199c3576cc6b0ec1fc9cecd969a64b43ed272a62 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
David Schulz authored
Cleanup code and added shortcuts and menu entries for - open header/source in next split - follow symbol under cursor in next split - open declaration/definition in next split Change-Id: I2c4347749d26669d88b7c2968f30f60710f442b1 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Leena Miettinen authored
Change-Id: Ia36b7e45defe7220036e5d35929b4f41a5be5cd4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Feb 13, 2013
-
-
Orgad Shaneh authored
Change-Id: I5610ce9117c997a82ce8d28ff2440bebd28d9181 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
"a executable" should be "an executable" Change-Id: I3d1717c893e1dbdc95d7af2477af253234eb0c21 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Leena Miettinen authored
Fixed capitalization and punctuation. I will fix the docs in another commit. Change-Id: I2d9e34d8f2a3e48a55d29cb9610fed0e42e293c5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
There is a file fixme.cpp now containing parts of old test code that should be incorporated into tst_dumpers.cpp. Change-Id: I53300a91bf6d2a2853ac18188b8b11f93907df23 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
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>
-