ck
24a98feada
Maemo: Refine pkill command line.
...
Reviewed-by: kh1
2009-11-18 17:01:39 +01:00
Roberto Raggi
d8ada46fc4
Compile.
2009-11-18 15:27:17 +01:00
Roberto Raggi
8fd0777ab0
Ensure the document is updated before invoking a quickfix.
2009-11-18 15:15:00 +01:00
Christian Kamm
8e16ea717a
Make more QuickFixOperation helpers available.
...
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2009-11-18 14:53:35 +01:00
Christian Kamm
317533b520
Add TextWriter from QML.
2009-11-18 14:49:45 +01:00
Roberto Raggi
81b0f81cbc
Rewrite (!a && !b) as !(a || b).
2009-11-18 12:54:39 +01:00
Friedemann Kleint
ce5380aaeb
Wizard: Polish, layout and module names.
...
Reviewed-by: con
2009-11-18 12:11:16 +01:00
Christian Kamm
e2ef1d8298
Make the QuickFixOperation interface more useful.
...
* 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 >
2009-11-18 11:28:06 +01:00
Christian Kamm
fd17d2f98f
QuickFixOperation: don't pass the text cursor in constructor and apply
...
Instead, reintroduce setTextCursor and let CPPQuickFixCollector
call it just before invoking apply.
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2009-11-18 11:10:50 +01:00
Friedemann Kleint
213b8638ed
Designer: Restrict files used for "Go to slot" to project of ui-file.
...
Reviewed-by: con
Task-number: QTCREATORBUG-245
2009-11-18 10:31:16 +01:00
Thorbjørn Lindeijer
dd1eaec040
Silence compiler warning
2009-11-17 23:14:53 +01:00
con
8eccfac6a7
Missing path for symbian tool chains.
2009-11-17 17:44:36 +01:00
Friedemann Kleint
066b1d8d6b
Shortcut Ctrk-L (Locator Goto Line) broken in most translations.
...
Change the translateable string not to contain a blank.
Task-number: QTCREATORBUG-299
Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com >
2009-11-17 16:56:04 +01:00
Sergey Belyashov
9ce3bd0b76
Updated Russian translation.
...
Merge-request: 2115
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2009-11-17 15:48:00 +01:00
Tobias Hunger
a5e88571ec
Fix a warning about unused parameters.
...
Reviewed-By: Roberto Raggi
2009-11-17 15:00:29 +01:00
Roberto Raggi
f9f990914d
Pass the fully specified type as const reference.
2009-11-17 14:37:45 +01:00
Roberto Raggi
f2c4d84c6c
Compile
2009-11-17 14:30:01 +01:00
Roberto Raggi
ecf40d2426
Get rid off QPair<FullySpecifiedType, Symbol *>. Use LookupItem intead.
2009-11-17 14:24:09 +01:00
Roberto Raggi
5d7def6d2a
Refactored the AST visitors.
...
Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit.
2009-11-17 13:30:39 +01:00
Thorbjørn Lindeijer
04a333bac6
Make the title of the message output window more clear
...
Now it says "General Messages" instead of just "General".
Task-number: QTCREATORBUG-12
2009-11-17 11:03:34 +01:00
Roberto Raggi
35901130ee
Merge remote branch 'origin/1.3'
2009-11-17 09:40:50 +01:00
Roberto Raggi
fa2eca8262
Insert semicolon when matching enum declarations.
...
Task-number: QTCREATORBUG-282
2009-11-16 18:15:33 +01:00
Roberto Raggi
0b641d38d5
Use a map for the memoization.
2009-11-16 18:01:50 +01:00
ck
d208a3acc8
Help plugin: Fix handling of oblique font style.
...
Reviewed-by: kh1
2009-11-16 17:58:59 +01:00
Roberto Raggi
576a1ee31f
Build the list of the visible AST nodes (aka AST path).
2009-11-16 16:18:08 +01:00
Roberto Raggi
bc96850ded
Introduced ASTPatternBuilder
2009-11-16 14:54:45 +01:00
Roberto Raggi
bef4ed8917
Introduced destructive pattern matching.
2009-11-16 14:15:12 +01:00
Thorbjørn Lindeijer
881f62e965
Fixed printing of the current Qt version number
...
The final dot was confusing qmake, apparently considered part of the
variable name.
2009-11-16 13:08:04 +01:00
dt
6ff99e056d
Fix calling the wrong base class
2009-11-16 13:01:48 +01:00
Erik Verbruggen
341b730e45
Code clean-up.
2009-11-16 12:52:46 +01:00
Erik Verbruggen
e5c7d0f10a
Fixed the QML indenting.
...
Done with Roberto Raggi.
2009-11-16 12:52:45 +01:00
Kai Koehne
ac150dfa93
Reuse filter icon from project explorer in task window
2009-11-16 12:41:24 +01:00
con
c718095c28
Merge commit 'origin/1.3'
...
Conflicts:
src/plugins/debugger/gdb/gdbengine.cpp
Reviewed-by: Oswald Buddenhagen
2009-11-16 11:35:47 +01:00
Roberto Raggi
6bf1e26279
Added getters.
2009-11-13 16:59:09 +01:00
Roberto Raggi
0b277f2fbe
Show how to use the quick fix engine.
2009-11-13 16:43:26 +01:00
Roberto Raggi
c13b8697d2
Introduced the quick fix engine
2009-11-13 16:14:38 +01:00
Friedemann Kleint
e35a754dc9
S60: Work towards new toolchains
...
Factor out the initialization setting up the environment and headers in
the RVCT/GCCE toolchains.
Modify the RunControl to be able to support different package
building/signing processes.
2009-11-13 15:47:35 +01:00
Roberto Raggi
fc52fd8908
Revert "Fixed the direction in which include paths are traversed"
...
This reverts commit 6a9e7ab0f4 .
2009-11-13 15:20:54 +01:00
Roberto Raggi
7e655aab11
Revert "Fixed the direction in which include paths are traversed"
...
This change breaks OSX very badly.
This reverts commit 6a9e7ab0f4 .
2009-11-13 15:19:15 +01:00
Roberto Raggi
1a7855af22
Match the value of the literals.
2009-11-13 15:17:27 +01:00
hjk
516af4b1b6
debugger: access preloaded dumpers also when stopped by a signal
2009-11-13 14:16:44 +01:00
Roberto Raggi
baffd97efb
Fixed parsing of ctor-initializers and added a manual test for the AST matchers
2009-11-13 12:38:18 +01:00
Roberto Raggi
28ab85b137
Removed obsolete code.
2009-11-13 12:13:49 +01:00
Roberto Raggi
3e9d4358bc
Pass the translation units to the matcher.
2009-11-13 12:10:12 +01:00
Roberto Raggi
5644775d2f
Also match the identifiers and the token types.
2009-11-13 11:54:22 +01:00
Roberto Raggi
f8beeea6dd
Fixed the generator.
2009-11-13 11:43:52 +01:00
Roberto Raggi
ecf712e6bc
New matchers
2009-11-13 11:35:19 +01:00
Robert Loehning
de6551b8fe
S60: More precise about Qt version to use.
2009-11-13 11:31:15 +01:00
Robert Loehning
1e9152df6c
S60: Added documentation paragraph about running in emulator.
2009-11-13 11:31:14 +01:00
hjk
4eea61c47f
debugger: fix breakpoihnt deletion by using the context menu action
2009-11-13 10:55:50 +01:00