- Nov 20, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Added quickfix operation to split simple-declarations. E.g. int a, b; will be replaced with int a; int b;.
-
- Nov 19, 2009
-
-
Roberto Raggi authored
Done-with: ckamm
-
Roberto Raggi authored
Done-with: ckamm
-
- Nov 18, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Christian Kamm authored
Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Roberto Raggi authored
-
Christian Kamm authored
* Rename cursor(unsigned/AST*) to selectToken and selectNode. These return a cursor that has the given token or AST node selected. * Rename getTokenStart/EndPosition to tokenStart/EndPosition. Instead of returning line and column numbers, return a position usable with text cursors. * Remove moveAtStart/EndOfToken. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Christian Kamm authored
Instead, reintroduce setTextCursor and let CPPQuickFixCollector call it just before invoking apply. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 17, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit.
-
- Nov 16, 2009
-
-
Roberto Raggi authored
-
- Nov 13, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Nov 11, 2009
-
-
Roberto Raggi authored
-
Friedemann Kleint authored
Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Improved version of reverted 7aa24116. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Nov 10, 2009
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
Done with Erik Verbruggen
- Nov 09, 2009
-
-
Friedemann Kleint authored
Add state logic to CppCodeModelManagerInterface, making it aware whether an indexer is running, protect the update methods from another invocation while running. Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by:
con <qtc-committer@nokia.com>
-
- Nov 05, 2009
-
-
Roberto Raggi authored
Don't show the warning message (about the dangerous world of code refactoring) if the user pressed the "Yes, I know I am doing" button.
-
- Nov 04, 2009
-
-
con authored
Reviewed-by: Roberto Raggi
-
- Nov 02, 2009
-
-
Robert Loehning authored
Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Friedemann Kleint authored
Remove the setting from where it does not make sense (library/form class wizard, etc). Reviewed-by:
con <qtc-committer@nokia.com>
-
mae authored
at a later stage we will look into harmonizing context menu among different editors. The cpp editor had the biggest need, because its context menu features all sorts of extra refactoring operations, thus the standard Qt context menu became too large.
-
- Oct 29, 2009
- Oct 28, 2009
-
-
Friedemann Kleint authored
... on popular request. Task-number: QTCREATORBUG-164
-
- Oct 26, 2009
-
-
Roberto Raggi authored
-
Christian Kamm authored
Fixes a segfault when hovering over QtCleanUpFunction in qcoreapplication.h. Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Oct 21, 2009
-
-
Daniel Molkentin authored
For now it is dumb, but it can be improved over time.
-
- Oct 15, 2009
-
-
Roberto Raggi authored
-