summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed parsing of ctor-initializers and added a manual test for the AST matchersRoberto Raggi2009-11-137-10/+13
|
* Pass the translation units to the matcher.Roberto Raggi2009-11-132-76/+12
|
* Also match the identifiers and the token types.Roberto Raggi2009-11-133-252/+280
|
* Fixed the generator.Roberto Raggi2009-11-132-8/+63
|
* New matchersRoberto Raggi2009-11-133-1129/+1505
|
* Fixed the coding style.Roberto Raggi2009-11-131-1/+3
|
* The namespace QWorkbench doesn't exist anymore.dt2009-11-121-6/+0
|
* Initial work on the pattern matcher for AST nodes.Roberto Raggi2009-11-1210-58/+2838
|
* Use Task class in addToTaskWindow(...) signal.Tobias Hunger2009-11-1216-168/+173
| | | | | | | | | | * Use Task class in addToTaskWindow(...) signal. This introduces support for task categories into the BuildParsers. * Add a task category for buildsystem issues. * Update existing BuildParsers to new API and assign their tasks to the Compile or Buildsystem task category. Reviewed-By: dt
* Fixed a bunch of accelerator keys in the File menuThorbjørn Lindeijer2009-11-123-5/+5
| | | | | | | | | | There were three missing and one duplicate. Committed to master since 1.3 is currently in a hard string freeze. Task-number: QTCREATORBUG-261 Task-number: QTCREATORBUG-262 Task-number: QTCREATORBUG-263 Task-number: QTCREATORBUG-264
* Add buildparser for the QMake stepTobias Hunger2009-11-129-6/+150
| | | | | | | Add an option to have a buildparser for the qmake step and implement a pretty simple parser. Reviewed-By: dt
* Rename BuildParserInterface to IBuildParser.Tobias Hunger2009-11-1218-35/+34
| | | | | | | Rename BuildParserInterface to IBuildParser to comply with latest naming conventions. Reviewed-By: con
* Hide the import label after importing.dt2009-11-111-0/+1
|
* Fix that importing adds a unecessary -spec specpath to additional argumentsdt2009-11-111-1/+1
|
* Remove Debugging outputdt2009-11-113-6/+8
|
* Turned off the syntax highlighter for objc keywords.Roberto Raggi2009-11-111-1/+1
|
* Fixed possible crash in CheckNameRoberto Raggi2009-11-111-9/+16
| | | | Done with: Erik Verbruggen
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinecon2009-11-112-4/+17
|\
| * More fixes for windowsdt2009-11-112-4/+17
| |
* | Merge commit 'origin/1.3'con2009-11-1174-483/+649
|\ \ | |/ |/| | | | | | | | | Conflicts: src/plugins/debugger/debuggermanager.h src/plugins/qmleditor/qmleditorplugin.cpp src/plugins/qt4projectmanager/qt4runconfiguration.cpp
| * Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-1127-41/+204
| | | | | | | | | | | | | | | | | | 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 7aa24116935249a840e1350a6f8de73bc794fb09. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
| * always clear pending command queue before posting shutdown commandsOswald Buddenhagen2009-11-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | this ensures that, among other things, we won't get into this scenario: - process is running - interrupt is requested by user - termination is requested by user - before interrupt takes effect, the process terminates => shutdown is called => exit is also queued, as there is already a queued kill => nothing happens, as there will never be a stop response Reviewed-by: hjk
| * be more lenient when matching the stops at _startOswald Buddenhagen2009-11-111-16/+13
| | | | | | | | | | | | | | | | | | archer reports stops at tbreaks properly, so checking for an empty stop reason is no particularly good idea. instead, we simply skip *all* stops at the entry point, assuming the user will not really set a breakpoint there anyway. Reviewed-by: hjk
| * Revert "Code model: Update on changes from the versioning system."con2009-11-1030-265/+61
| | | | | | | | | | | | | | | | This reverts commit 7aa24116935249a840e1350a6f8de73bc794fb09. It breaks the code model updates completely. So reverting this change until we have the right thing. Reviewed-by: Roberto Raggi
| * Fixed search results handling of font heightThorbjørn Lindeijer2009-11-102-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | This patch makes sure that the rows that show the file and the rows that show the results are the same height, to satisfy the uniform row heights setting. Also, a layout changed signal is now emitted when the font is changed. This makes active search results update correctly when the text editor font is changed. Reviewed-by: con
| * Fixed the direction in which include paths are traversedThorbjørn Lindeijer2009-11-101-2/+2
| | | | | | | | Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
| * Adjust qtlibspatcher to new pathnames, change purpose of qpatchDaniel Molkentin2009-11-102-61/+49
| | | | | | | | | | | | | | | | qpatch should not try to rename debug symbols, but modify the prl files instead. This purely replaces forward-slashed pathes. The pathes in the debugging symbols use backslashes and are not touched. Reviewed-By: con
| * Fix combobox tooltip and lock-button visibility for empty editor viewsmae2009-11-101-0/+8
| | | | | | | | Reviewed-by: con
| * Provide disambiguations for "unknown" stringJarek Kobus2009-11-101-3/+3
| |
| * Quote CDB_PATH.Tobias Hunger2009-11-101-1/+1
| | | | | | | | | | | | | | When setting CDB_PATH via the environment. Reviewed-By: ossi (cherry picked from commit e288c4c4e7ec3420f2afdd51f8ae3c37a85d57db)
| * track shared library events even on gdb < 7Oswald Buddenhagen2009-11-101-26/+31
| | | | | | | | | | | | | | | | this is to update breakpoint, source and module lists automatically. also remove the now pointless -break-list on every stop. Reviewed-by: hjk
| * clear pending stream outputs after handling stop responseOswald Buddenhagen2009-11-101-0/+2
| | | | | | | | | | | | | | any output will most definitely belong to later issued commands, so not clearing it will only cost cpu or even confuse the evaluation. Reviewed-by: hjk
| * actively try to obtain PID of non-pthread inferiors with gdb < 7 on linuxOswald Buddenhagen2009-11-104-7/+61
| | | | | | | | Reviewed-by: hjk
| * further cleanups in less expected shutdown pathsOswald Buddenhagen2009-11-101-0/+4
| | | | | | | | Reviewed-by: hjk
| * Cdb: Fix step out.Friedemann Kleint2009-11-102-43/+23
| | | | | | | | | | | | | | | | | | Use debugger's 'gu' command instead of temporary breakpoint as a workaround until it is properly supported by the SetExecutionStatus() API. Reviewed-by: hjk Task-number: QTCREATORBUG-240
| * fakevim: fix pasting in visual block modehjk2009-11-101-5/+9
| |
| * fakevim: fix writing of full file in stand-alone modehjk2009-11-101-3/+13
| |
| * Fix pasting of text that starts with a visually empty linemae2009-11-091-0/+10
| | | | | | | | | | | | | | | | | | | | Creator only indents the first line, and reindents subsequent lines relative to the indentation change of said first line. This fails when the first line contains no non-space characters. Solution in this change: skip (visually) empty lines. Reviewed-by: thorbjorn Task-number: QTCREATORBUG-227
| * Some missing defines for Symbian tool chains.con2009-11-095-7/+18
| | | | | | | | Reviewed-by: dt
| * implement the standard context menu also for the script editorsmae2009-11-0910-169/+35
| | | | | | | | | | | | | | In addition, clean up the text editor action handling in the qtscript plugin. Rev-by: con
| * remove run action in the scripteditormae2009-11-096-22/+8
| | | | | | | | | | the action is not needed and conflicts with Ctrl+R of the project manager.
| * Disabling "Undo Project Changes" when not working in a Git repository.Robert Loehning2009-11-091-0/+2
| | | | | | | | Reviewed-by: Friedemann Kleint
| * debugger: use 'set substitute-path'hjk2009-11-093-0/+32
| |
| * Debugger: Activate code model scope checking, environment var for Trk verbosity.Friedemann Kleint2009-11-092-3/+11
| | | | | | | | Reviewed-by: hjk
| * optimize extra area paintingmae2009-11-091-2/+6
| |
| * Fix auto-indentation when pasting into a selectionmae2009-11-091-2/+1
| |
| * Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-0930-61/+265
| | | | | | | | | | | | | | | | | | | | | | 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>
| * Enable run configurations for projects that do not have a build step.Kai Koehne2009-11-091-1/+2
| | | | | | | | Reviewed-by: dt
| * Symbian SDK path should be editable for Qt in PATH.con2009-11-093-11/+5
| | | | | | | | Reviewed-by: Robert Loehning
| * Code model: Fix Windows issues (duplicate matches).Friedemann Kleint2009-11-096-10/+16
| | | | | | | | | | | | | | | | | | Ensure the code model receives file names with clean paths ('/') and fix paths in the relevant places of the code model. Pass on clean paths from Cpp reference find and display them correctly in the search window tooltip. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>