summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed references and wantReferences from ResolveExpression.Roberto Raggi2009-09-232-19/+1
* Introduced LiteralTable::findLiteral() and Control::findIdentifier()Roberto Raggi2009-09-233-1/+20
* Find referencesRoberto Raggi2009-09-2313-3/+483
* debugger: revert accidentally committed "tbreak+continue instead of next" hackhjk2009-09-231-1/+1
* debugger: remove unneded codehjk2009-09-231-22/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-2318-153/+400
|\
| * act on http://bugreports.qt.nokia.com/browse/QTCREATORBUG-123hjk2009-09-236-10/+34
| * debugger: split connectDebuggingHelperActions(bool) into connect* and disconn...hjk2009-09-232-17/+19
| * debugger: make attaching to running process work againhjk2009-09-2311-70/+337
| * debugger: remove more dead codehjk2009-09-232-48/+6
| * debugger: clean up old commented codehjk2009-09-231-8/+2
| * Debugger: Compile Windows, check only .exe files for PE sections.Friedemann Kleint2009-09-232-1/+3
* | Small fixes to property lookups.Erik Verbruggen2009-09-233-23/+95
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-2310-74/+399
|\ \ | |/
| * Trk: Fix socket notifier threading warning.Friedemann Kleint2009-09-231-25/+61
| * debugger: re-activate core file debugginghjk2009-09-237-39/+318
| * Fixed artefact of animated parentheses when the text is modified.mae2009-09-232-10/+20
* | Switched navigation over to the new and shiny QmlLookupContext &Erik Verbruggen2009-09-239-44/+191
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-2315-258/+334
|\ \ | |/
| * debugger: parse pid only once from outputhjk2009-09-232-18/+27
| * debugger: remove outdated commenthjk2009-09-231-2/+0
| * debugger: partial refactoring of debugger engine creationhjk2009-09-235-42/+50
| * Gdb: Parse out MinGW gdb process id correctly, connect dumper acts.Friedemann Kleint2009-09-232-12/+36
| * debugger: let the gdb adapters access the engines start parameter instead of ...hjk2009-09-237-27/+25
| * debugger: merge gdb engine and symbian engine.hjk2009-09-237-103/+179
| * debugger: refactoringhjk2009-09-232-3/+6
| * debugger: clean up gdbenginehjk2009-09-233-72/+32
* | Switched over to using the new LookupContext for navigation and symbolErik Verbruggen2009-09-2317-252/+417
|/
* Show completer on arrow down key in find toolbar.Denis Dzyubenko2009-09-221-0/+10
* Enabled tooltips in quickopenDenis Dzyubenko2009-09-221-1/+1
* Added CPPEditor::isInComment() and used it to remove the inserted quote chara...Roberto Raggi2009-09-222-10/+20
* Changed navigation back for now.Erik Verbruggen2009-09-221-25/+25
* Initial work on the QML expression evaluator.Roberto Raggi2009-09-2210-100/+210
* Trk: Use a separate tread for writing, polish interface & trklauncherFriedemann Kleint2009-09-224-118/+240
* Avoid completing a closing parenthesis in the wrong placeThorbjørn Lindeijer2009-09-222-6/+8
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineErik Verbruggen2009-09-2223-750/+1704
|\
| * Gdb: Remove unused code.Friedemann Kleint2009-09-221-13/+0
| * Fix crash when completely removing a file type from pro file.con2009-09-221-1/+1
| * Version control: Do not keep lock on message file while committing.Friedemann Kleint2009-09-228-107/+116
| * Debugger: CompileFriedemann Kleint2009-09-221-1/+0
| * debugger: compile/link fixeshjk2009-09-223-2/+12
| * debugger: refactoring of AbstractGdbAdapterhjk2009-09-226-25/+18
| * debugger: refactoring of AbstractGdbAdapterhjk2009-09-229-133/+87
| * Allow auto matching of string/char literals.Roberto Raggi2009-09-222-4/+10
| * add new 'RemoteGdbAdapter' to be handled with gdbserver connectionshjk2009-09-225-3/+341
| * debugger: reorganize trk startuphjk2009-09-223-45/+144
| * debugger: rework plain gdb shutdown logichjk2009-09-227-51/+140
| * debugger: rework startup logichjk2009-09-229-466/+923
| * some cleanuphjk2009-09-223-16/+23
| * don't reset location marker if it would stay on the same linehjk2009-09-221-4/+10