summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor
Commit message (Expand)AuthorAgeFilesLines
* C++ editor: Put the changes for indenting a selection in an edit block.Christian Kamm2010-07-061-0/+3
* C++ editor: Use the new indenter to make indenting selections fast.Christian Kamm2010-07-062-6/+36
* Compress the usages.Roberto Raggi2010-07-062-2/+19
* C++ indenter: Require explicit state update requests.Christian Kamm2010-07-061-0/+1
* Cut off the forward navigation history to avoid messing it up.con2010-07-061-0/+1
* Improve translation quickfixTobias Hunger2010-07-061-55/+56
* Moved the semantic highlighter in a QFuture.Roberto Raggi2010-07-066-99/+165
* Use the correct scope name when inserting QCoreApplication::translate().Roberto Raggi2010-07-061-25/+14
* Fix autotests so that they're compiling again.Bill King2010-07-061-2/+3
* Get rid of CheckUndefinedSymbol::Use.Roberto Raggi2010-07-052-12/+5
* Moved SemanticInfo in its own file.Roberto Raggi2010-07-054-35/+118
* Moved CheckUndefinedSymbols to the cpptools plug-in.Roberto Raggi2010-07-054-3/+639
* C++: Use the new indenter.Christian Kamm2010-07-052-80/+34
* Fixed: "Follow symbol" on constructor or destructor always jumps to class def...Roberto Raggi2010-07-051-1/+14
* Check for possible 0x0 access.Roberto Raggi2010-07-051-1/+1
* Quick fixes converting between hex, octal, and decimal integer literals.con2010-07-051-0/+184
* Add QDeclarativeItem as base class for NewClassWidget.Friedemann Kleint2010-07-051-1/+9
* translation quickfixTobias Hunger2010-07-051-0/+136
* Removed FindScope in favour of the Document::scopeAt method.Erik Verbruggen2010-07-021-75/+6
* Removing SimpleTokenErik Verbruggen2010-07-022-41/+41
* Removed the TokenCache.Erik Verbruggen2010-07-024-23/+10
* Add "wrap in QLatin1Char" quick fix.con2010-07-011-15/+31
* Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainlinecon2010-06-301-1/+4
|\
| * C++: Fix range(tokenIndex) function in CppQuickFixOperation.Christian Kamm2010-06-301-1/+4
* | Merge remote branch 'origin/2.0'con2010-06-301-3/+5
|\ \ | |/ |/|
| * Fixed unwanted line breaks in tool tips.Robert Loehning2010-06-251-3/+5
* | Core::Context: fix documentation, remove an unused variablehjk2010-06-291-1/+0
* | Core::Context: remove special handling of C_GLOBAL_ID/C_GLOBALhjk2010-06-281-1/+1
* | remove unneeded #includeshjk2010-06-251-1/+0
* | Core::Context: compile hot fix for Windows.hjk2010-06-252-6/+4
* | core: use a class derived from QList<int> instead of a QList<int> for Core::C...hjk2010-06-253-11/+9
* | Disambiguate the second logical test.Bill King2010-06-251-1/+1
* | Get rid of PostfixExpressionAST and store the base expression together with t...Roberto Raggi2010-06-232-62/+43
* | Created methods for semantic selection creation.Erik Verbruggen2010-06-231-77/+71
* | Introduced IQuickFixFactory.Roberto Raggi2010-06-223-3/+29
* | Move using declarations.Roberto Raggi2010-06-221-3/+2
* | Store the time stamp if necessary.Roberto Raggi2010-06-222-4/+16
* | Renamed CppRefactoringChanges::parsedDocumentForFile().Roberto Raggi2010-06-223-18/+14
* | Generalized the changeset operations.Roberto Raggi2010-06-222-138/+44
* | Removed CppQuickFixOperation::cppRefactoringChanges().Roberto Raggi2010-06-222-27/+23
* | Moved CppRefactoringChanges.Roberto Raggi2010-06-225-8/+150
* | Added ObjC keyword highlighting in the semantic pass.Erik Verbruggen2010-06-182-1/+155
* | C++: Make 'follow symbol' work with forward declared classes.Christian Kamm2010-06-161-0/+4
* | Merge branch '2.0'Thorbjørn Lindeijer2010-06-152-1/+33
|\ \ | |/
| * Avoid triggering indent for electric characters in comments and stringsThorbjørn Lindeijer2010-06-152-1/+34
| * Fixed handling of text wrapping and a text layout corner caseThorbjørn Lindeijer2010-06-151-1/+1
* | Merge branch 'origin/2.0' (early part)Erik Verbruggen2010-06-152-4/+4
|\ \ | |/
| * Don't pass QChar as const & since it's just a unsigned shortThorbjørn Lindeijer2010-06-142-4/+4
| * Version update to match the planned version naming.con2010-06-111-4/+4
* | Removed implicit change set and related utility methods.Erik Verbruggen2010-06-142-108/+195