Roberto Raggi
30c67f43df
Cleanup Catch clause
2009-11-10 16:20:12 +01:00
Roberto Raggi
380bce4527
Cleanup nested name specifiers
2009-11-10 16:20:12 +01:00
Roberto Raggi
b47eee8869
Cleanup Attributes
2009-11-10 16:20:12 +01:00
Roberto Raggi
24b6c858eb
Cleanup postfix declarators.
2009-11-10 16:20:12 +01:00
Roberto Raggi
a7219736b6
Cleanup Postfix operators.
2009-11-10 16:20:12 +01:00
Roberto Raggi
aff9a74366
Cleanup NewArrayDeclaratorAST
2009-11-10 16:20:11 +01:00
Roberto Raggi
73a4f2977a
Cleanup MemInitializerAST
2009-11-10 16:20:11 +01:00
Roberto Raggi
1dbdbbefe7
Cleanup base base specifiers.
2009-11-10 16:20:11 +01:00
Roberto Raggi
86a8812beb
Removed ObjCSynthesizedPropertyAST
...
Done with Erik Verbruggen
2009-11-10 16:20:11 +01:00
Roberto Raggi
4c24676362
Removed ObjCMessageArgumentDeclarationListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:11 +01:00
Roberto Raggi
98802456b3
Removed ObjCPropertyAttributeListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:11 +01:00
Roberto Raggi
e5c9aaab4b
Removed ObjCSelectorArgumentListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:10 +01:00
Roberto Raggi
d358c89f09
Removed ObjCMessageArgumentListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:10 +01:00
Roberto Raggi
496ff15db3
Removed ObjCIdentifierListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:10 +01:00
Roberto Raggi
8efb73f5d2
Removed TemplateArgumentListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:10 +01:00
Roberto Raggi
6e3e293e53
Removed DeclaratorListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:10 +01:00
Roberto Raggi
77e7899e7c
Removed StatementListAST
...
Done with Erik Verbruggen
2009-11-10 16:20:09 +01:00
Roberto Raggi
36a0ea2bcb
Removed DeclarationListAST node.
...
Done with Erik Verbruggen
2009-11-10 16:20:09 +01:00
Roberto Raggi
4089c906fa
Removed the ExpressionListAST node.
...
Done with Erik Verbruggen
2009-11-10 16:20:09 +01:00
Roberto Raggi
9e7ff0469b
Removed the AST cloner.
2009-11-10 16:20:09 +01:00
Roberto Raggi
80f66485c9
Store the copyright header in a global variable.
2009-11-10 16:20:09 +01:00
dt
a6828ff92d
Compile
2009-11-10 15:43:10 +01:00
Tobias Hunger
5fa7d54ea4
Quote CDB_PATH.
...
When setting CDB_PATH via the environment.
Reviewed-By: ossi
(cherry picked from commit e288c4c4e7 )
2009-11-10 14:46:41 +01:00
Tobias Hunger
e288c4c4e7
Quote CDB_PATH.
...
When setting CDB_PATH via the environment.
Reviewed-By: ossi
2009-11-10 14:23:37 +01:00
dt
75e23cc58f
Fix -spec handling
2009-11-10 13:29:13 +01:00
dt
4769ceb020
Fix crash
2009-11-10 13:29:13 +01:00
Oswald Buddenhagen
cb4b139148
track shared library events even on gdb < 7
...
this is to update breakpoint, source and module lists automatically.
also remove the now pointless -break-list on every stop.
Reviewed-by: hjk
2009-11-10 13:02:34 +01:00
Oswald Buddenhagen
de9438df0c
clear pending stream outputs after handling stop response
...
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
2009-11-10 13:02:33 +01:00
Oswald Buddenhagen
5976b1ba43
actively try to obtain PID of non-pthread inferiors with gdb < 7 on linux
...
Reviewed-by: hjk
2009-11-10 13:02:33 +01:00
Oswald Buddenhagen
23e06304f8
further cleanups in less expected shutdown paths
...
Reviewed-by: hjk
2009-11-10 13:02:33 +01:00
Friedemann Kleint
97618ec493
L10n: Correct spelling in German translation
...
Run through spell checker.
Task-number: QTCREATORBUG-256
2009-11-10 12:50:51 +01:00
Friedemann Kleint
5acac101a6
Cdb: Fix step out.
...
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
2009-11-10 10:40:24 +01:00
Kai Koehne
5e637f3831
Fix dependencies for QmlProjectManager
2009-11-10 10:32:20 +01:00
hjk
dcad2e249f
fakevim: fix pasting in visual block mode
2009-11-10 10:07:36 +01:00
hjk
82c548285f
fakevim: fix writing of full file in stand-alone mode
2009-11-10 09:25:51 +01:00
mae
4ef2caca3a
Fix pasting of text that starts with a visually empty line
...
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
2009-11-09 18:58:31 +01:00
con
f257f19b03
Some missing defines for Symbian tool chains.
...
Reviewed-by: dt
2009-11-09 18:35:14 +01:00
mae
3452b4214d
implement the standard context menu also for the script editors
...
In addition, clean up the text editor action handling in the qtscript
plugin.
Rev-by: con
2009-11-09 17:36:18 +01:00
mae
a0bb57f27a
remove run action in the scripteditor
...
the action is not needed and conflicts with Ctrl+R of the project
manager.
2009-11-09 17:36:17 +01:00
Robert Loehning
8ee769a3bc
Disabling "Undo Project Changes" when not working in a Git repository.
...
Reviewed-by: Friedemann Kleint
2009-11-09 16:49:39 +01:00
Roberto Raggi
6cfef46978
Added generator for the accept0 methods
...
Done with Erik Verbruggen
2009-11-09 16:28:01 +01:00
hjk
fa2a115aa3
debugger: use 'set substitute-path'
2009-11-09 16:25:54 +01:00
Friedemann Kleint
b519a1132a
Debugger: Activate code model scope checking, environment var for Trk verbosity.
...
Reviewed-by: hjk
2009-11-09 16:25:40 +01:00
mae
1e6a90bcb3
optimize extra area painting
2009-11-09 16:06:28 +01:00
mae
55dbc39ed0
Fix auto-indentation when pasting into a selection
2009-11-09 16:06:28 +01:00
Friedemann Kleint
7aa2411693
Code model: Update on changes from the versioning system.
...
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 >
2009-11-09 15:57:56 +01:00
Roberto Raggi
33ee1c8884
Added AST forward declaration generation.
...
Done with Erik Verbruggen
2009-11-09 15:42:55 +01:00
Roberto Raggi
56a677e0b6
Cleanup
...
Done with: Erik Verbruggen
2009-11-09 15:10:57 +01:00
Tobias Hunger
e0b27ef72e
Add build parsers for S60.
...
This is a initial version including
* ABLD error parsing
* RVCT compiler output parsing.
Reviewed-By: con
2009-11-09 14:57:45 +01:00
Roberto Raggi
01473fec8b
Addeed generator for the cast methods.
...
Done with: erikv
2009-11-09 14:52:06 +01:00