con
8a0739813e
Fix bug when detecting S60 SDKs the first time.
2009-10-09 20:11:54 +02:00
Robert Loehning
6a6f944490
S60 -> Symbian for visible strings
2009-10-09 18:42:38 +02:00
con
d500ceacf2
Add both "debug" and "release" build configurations, not only "release".
...
Reviewed-by: dt
2009-10-09 18:15:45 +02:00
Daniel Molkentin
7f345078c9
Update known issues
2009-10-09 17:45:40 +02:00
Roberto Raggi
c17fcb8ac6
Fixed a typo.
...
Renamed doockToolBarWidgets
2009-10-09 17:41:09 +02:00
Friedemann Kleint
162be9a338
CDB: Add nagging about old version of Debugging Tools.
...
Add utility to figure out DLL/Product versions.
2009-10-09 17:33:24 +02:00
Oswald Buddenhagen
8e6d25d14a
centralize gdb comm log queuing
...
this drastically improves the usefulness of the debugger output window
by making internal and external messages appear in sync.
2009-10-09 16:36:58 +02:00
Robert Loehning
0a9a1e98d9
S60 -> Symbian for visible strings, fixed missing one
...
Reviewed-by: Daniel Molkentin
2009-10-09 16:28:29 +02:00
Erik Verbruggen
d61eb9c893
Syntax highlighting for Objective-C identifiers (super, self, nil, Nil, _cmd, SEL, IMP, BOOL, YES, NO, id).
2009-10-09 15:23:19 +02:00
Erik Verbruggen
4b44fa5f4a
Added Objective-C @-keywords to the completion.
2009-10-09 15:22:57 +02:00
Daniel Molkentin
5a0566249b
S60 -> Symbian for visible strings
...
Reviewed-By: con
2009-10-09 15:00:23 +02:00
Daniel Molkentin
555f8a02ec
Remove cygwin options now that we have a GDB which was build with MinGW.
...
Also, remove COM port selection on windows. It is taken from the run
configuration in case of Windows anyway.
Reviewed-By: Friedemann Kleint
2009-10-09 15:00:23 +02:00
Robert Loehning
7856541d0e
Trk: Removed unneeded header.
2009-10-09 14:35:36 +02:00
con
350c282ba1
XCode style keyboard shortcut layout should use some more default keys.
2009-10-09 14:32:48 +02:00
Robert Loehning
bf167fd489
Trk: Protected TrkWriteQueue::slotHandleResult with Mutex.
2009-10-09 14:27:01 +02:00
Robert Loehning
a9ca176a64
Trk: Reverting 8d9ccaff01, preferring other design.
2009-10-09 14:27:01 +02:00
Friedemann Kleint
8266c366a3
CDB: Make use of the improved debugger expression syntax
...
CDB can now handle sizeof(Class) and even expressions that
determine the offset of map node values (to some extent), may still
fail with templates). Format expressions accordingly, adapt
cached expressions.
Use gdbQuoteType depending on debugger type only.
Most important, do not evaluate each expression separately before
issuing the call, as ".call" can now do it on its own. Check for syntax
errors there and cache failing types as before.
2009-10-09 14:11:05 +02:00
Oswald Buddenhagen
9ae0575ae2
add central GdbEngine::handleInferiorPidChanged()
...
fixes build
2009-10-09 13:39:27 +02:00
con
fe9d0bf3c5
Enable multi key shortcuts on the Mac.
...
Since that was fixed in Qt.
2009-10-09 13:33:56 +02:00
Oswald Buddenhagen
1610c14d22
make direct call of handleStop1() more elegant
2009-10-09 13:01:51 +02:00
Oswald Buddenhagen
b84d2f32c7
micro-optimization
...
don't evaluate expression for possible reset if the variable is already
unset ...
2009-10-09 13:01:50 +02:00
Oswald Buddenhagen
21314b78d9
rename handleAsyncOutput() => handleStopResponse()
2009-10-09 13:01:50 +02:00
Oswald Buddenhagen
e0f4c4bcee
=thread-group-created are the new process creation notifications
2009-10-09 13:01:50 +02:00
Oswald Buddenhagen
8fdf9e61bf
remove "stopped" which is immediately followed by "processing queued..."
2009-10-09 13:01:50 +02:00
Oswald Buddenhagen
0eca150031
debug output: don't claim "continuing after temporary stop" if we are not
2009-10-09 13:01:50 +02:00
Oswald Buddenhagen
70efac9753
assert correct state
2009-10-09 13:01:50 +02:00
Daniel Molkentin
3aa358dea8
Get rid of tcf/json in the autotests, too.
...
Reviewed-By: Oswald Buddenhagen
2009-10-09 12:34:07 +02:00
Roberto Raggi
88f3fa09be
Removed deprecated PrettyPrinter. We need a way to generate the pretty printer from the C++ parser.
2009-10-09 11:44:12 +02:00
Roberto Raggi
97c6671ea8
Mark the usages of a symbol using the semantic highlighter.
2009-10-09 11:33:31 +02:00
Erik Verbruggen
e5635e091e
Temporary fix to get completion working in more cases. The "real" fix will have to wait until the integration of the/a QML meta-type system.
2009-10-09 11:24:24 +02:00
Roberto Raggi
659a231a04
Don't highlight local symbols in ambiguous nodes.
2009-10-09 11:21:29 +02:00
Roberto Raggi
f820c1c776
Removed CppSemanticSearch & co. Find usages of a Symbol is way more powerful.
2009-10-09 11:13:59 +02:00
Roberto Raggi
edcbb6a119
Removed obsolete code.
2009-10-09 11:06:40 +02:00
Erik Verbruggen
2c3f1b9103
Fixes for the QML help.
2009-10-09 11:04:42 +02:00
Roberto Raggi
dbffec2cca
Handle ambiguous AST nodes.
2009-10-09 11:02:47 +02:00
Erik Verbruggen
fd6e18584a
Added fall-back for the QML viewer to first check if there is one bundled with Qt Creator.
2009-10-09 10:39:44 +02:00
Erik Verbruggen
a9fdb8689e
Added fall-back for the QML viewer to first check if there is one bundled with Qt Creator.
2009-10-09 10:38:00 +02:00
Roberto Raggi
926144dcea
Prefer Classes to constructors when building the `help id'
2009-10-09 10:27:54 +02:00
Robert Loehning
8d9ccaff01
Trk: Refined mutexes.
2009-10-08 20:18:38 +02:00
dt
7560467523
Fix handling of spacers on Projects pane
2009-10-08 20:09:40 +02:00
dt
c91af1bc10
Remove debugging output
2009-10-08 20:04:21 +02:00
dt
a3141e9d74
Fix crash on cloning and removing buildconfigurations
2009-10-08 20:01:07 +02:00
con
9ec8bc8975
Merge commit 'origin/1.3'
2009-10-08 19:05:40 +02:00
Friedemann Kleint
22ab8d5662
Debugger: Do configuration error checking early on.
...
Add a configuration checking method to the Debugger manager,
depending on toolchain, wire it to the engines.
Check that in the debugger run controls.
Add a convenience method to ICore that shows a warning
message with a "Settings" button, pointing the user
to a configuration error on a settings page.
Remove leftovers of the dumper parser.
Acked-by: con <qtc-committer@nokia.com >
2009-10-08 17:23:27 +02:00
hjk
c6de8d457b
debugger: fix pid parsing on mac
2009-10-08 16:14:51 +02:00
Roberto Raggi
510f8ccc3d
Improved the detection of #include-like directives.
2009-10-08 16:00:46 +02:00
con
b4a17a03c0
Naming of run configurations.
2009-10-08 15:51:13 +02:00
Roberto Raggi
7105b773a1
Enable completion in C++ ctor-initializers. For example,
...
struct foo {
int m_zoo;
foo(): m_ // cursor is here.
2009-10-08 15:33:17 +02:00
Robert Loehning
6bcfee4840
Trk: Closing TrkDevice when Launcher emits finished()
...
Reviewed-by: Friedemann Kleint
2009-10-08 15:21:37 +02:00
Erik Verbruggen
3b10701308
Whitespace visualisation in the QML/JS editor akin to the C++ editor.
2009-10-08 14:57:18 +02:00