con
dc5fcfcc13
Fix the non gcce toolchains.
...
An empty default make target lead to an error.
2009-06-24 13:41:40 +02:00
con
841a86ad44
Add a little combo box for tool chain selection.
...
Doesn't do anything else than showing the tool chains yet.
2009-06-24 13:41:40 +02:00
con
a3a7c27d5d
Make QtVersion's toolchain variable.
...
QtVersion provides possible toolchains that can be used by the
Qt version, e.g. winscw, gcce and armv5 for symbian-abld.
2009-06-24 13:41:39 +02:00
con
7bec2253c9
gcce toolchain needs default make target dependent on debug/release.
...
Passing the Project to the tool chain now. Not quite sure if I like it.
2009-06-24 13:41:38 +02:00
con
655a1c9198
Create a wingcce toolchain.
2009-06-24 13:41:38 +02:00
con
6b3ef9f818
Parametrize metroworks tools path.
2009-06-24 13:41:37 +02:00
con
02fb12d74d
Add toolchain for WinScw, and be able to compile for winscw udeb.
2009-06-24 13:41:32 +02:00
kh
3a1cbd97a2
Sync with Assistant code.
2009-06-24 13:38:19 +02:00
con
3267a917a3
Update Qt versions when refresh button is pressed.
...
At the moment you need to close and reopen the preferences dialog though.
2009-06-24 13:37:20 +02:00
con
a81b79fe9e
Add Qt versions detected from Symbian SDKs
2009-06-24 13:36:10 +02:00
con
55d58f4a1d
Add a "autodetectionSource" that allows to differentiate.
...
Will be used to find the "Qt in PATH" and "Qt from Symbian" versions.
2009-06-24 13:36:09 +02:00
con
db9d1d42f4
isSystemVersion property to isAutodetected property
2009-06-24 13:36:09 +02:00
con
2a101e53c0
Different sections for auto-detected and manual Qt versions.
2009-06-24 13:36:08 +02:00
con
c427858b7e
Add manager for Symbian SDKs.
2009-06-24 13:36:00 +02:00
hjk
2a959f47a4
debugger: use an expandable tree in the debugger tooltip
2009-06-24 12:31:09 +02:00
kh
1c5be603ff
Small layout change.
2009-06-23 17:35:00 +02:00
kh
cc2c385b80
Make the documentation font resizable by shortcut.
...
Task-number: 253365
Reviewed-by: dt
2009-06-23 17:05:27 +02:00
Friedemann Kleint
005b0a9a68
Fix exit crash when having context help open.
...
Add a shutdown()-notification to MainWindow and
reset the context in it.
Task-number: 256386
Reviewed-by: con <qtc-committer@nokia.com >
2009-06-23 14:59:01 +02:00
Friedemann Kleint
cc58713361
Add a fake dereferencing item '*' to CDB for dumping QString*, etc.
...
Simplify the symbol group recursion to oblivion and make
it parametrizable with predicates to control recursion and
further processing. Most importantly, insert a parent item
BEFORE its child item (ignoring for now the fact that child recursion
might fail), making it possible to check and do magic on the parent,
disabling further handling by the symbol context. Dumper handling
can then kick in and handle pointed-to dumpeable items by inserting
fake dereferencing items.
Remove logic to detect already expanded items, just re-insert the
children if the handler asks for it.
2009-06-23 13:43:23 +02:00
Oswald Buddenhagen
34197e361b
make the bounds check in BreakpointHandler::at() an assert
2009-06-23 11:44:52 +02:00
Oswald Buddenhagen
d131e2014c
remove reentrancy guard from attemptBreakpointSynchronization()
...
there is no way it could happen
2009-06-23 11:44:52 +02:00
Oswald Buddenhagen
283ceee01b
reset all variables in resetBreakpoints()
2009-06-23 11:44:52 +02:00
Oswald Buddenhagen
3402c1114f
consolidate identical #ifdef branches
2009-06-23 11:44:52 +02:00
dt
a2e7d101ef
Some further reodering in the build menu.
...
Details: I want to have a way to run individual build steps stand alone.
This is partly in preparation for that.
2009-06-23 11:17:06 +02:00
dt
eef9f27bae
Remove "Go to Task Window" from the build menu
...
This looks like a relict from a much earlier version.
2009-06-23 11:16:43 +02:00
dt
daaf652fcd
Add a way to configure what cleaning does.
...
Task-Nr: 235965
2009-06-23 11:16:43 +02:00
Erik Verbruggen
4b6130fe39
Fixed compile problem on MacOS.
2009-06-23 11:03:13 +02:00
hjk
f790d9ce29
debugger: fix <shadowed> variable display
2009-06-23 10:43:17 +02:00
hjk
69f58777c2
debugger: also simplify diplayed type of nested std::containers
2009-06-23 10:25:06 +02:00
con
3a851daf2c
Activating Locator when already in the locator window didn't work.
...
For example when you typed Ctrl+l and find that you don't want to use
the goto line filter after all.
2009-06-22 18:13:33 +02:00
Friedemann Kleint
2f7b3e1257
Fix overwriting of new license header template.
2009-06-22 16:27:06 +02:00
Friedemann Kleint
696cfa0432
Add a license template setting to the CppTools settings.
...
Acked-by: con <qtc-committer@nokia.com >
2009-06-22 16:22:15 +02:00
Thorbjørn Lindeijer
1b168b686d
Fixed colors of function argument hint with some palettes
...
Bad idea to hardcode the background color. Now using the style directly
to draw a fake tooltip as background for the function argument hint.
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com >
2009-06-22 14:14:05 +02:00
Friedemann Kleint
f63b4a68a4
Move toolchain detecting code to its proper place.
2009-06-22 12:59:27 +02:00
dt
e2972a74a6
Fix bug in Toolchain::equals(), removing unecessary toolchain creations
...
This will result in a speedup.
2009-06-22 12:45:13 +02:00
Friedemann Kleint
bdfd71661c
Replace int WatchData::childCount by bool ...hasChildren in Debugger.
...
...making engine implementations easier.
Acked-by: hjk <qtc-committer@nokia.com >
2009-06-22 11:35:08 +02:00
con
75709964ab
Use QMetaObject::invokeMethod instead of signal-slot hack.
2009-06-20 07:10:31 +02:00
Friedemann Kleint
2508fa03a0
Make the "prompt to submit" setting a per-plugin one.
...
Provide a checkable message box to be able to turn
prompting off when asked.
2009-06-19 16:34:38 +02:00
hjk
f2042b8b7f
debugger: fix dumper for QList<T*>
v1.2.0
2009-06-19 15:58:11 +02:00
hjk
bdafb8bd73
debugger: fix crash on "recheck debugging helper" when not debugging
2009-06-19 15:57:54 +02:00
hjk
e05505613a
debugger: sort alphebetically in watch view (again...)
2009-06-19 15:53:46 +02:00
hjk
a4d2666b8d
debugger: fix dumper for QList<T*>
2009-06-19 15:13:26 +02:00
Roberto Raggi
298b6ac520
Oops, restore the value of blockErrors()
2009-06-19 14:48:07 +02:00
hjk
920880eb96
debugger: fix crash on "recheck debugging helper" when not debugging
2009-06-19 13:11:08 +02:00
Friedemann Kleint
a360c65e4d
Made CDB use colored output and add LogWarning.
2009-06-19 12:47:23 +02:00
Roberto Raggi
cf2125e045
Added a few more defines
2009-06-19 12:44:32 +02:00
Roberto Raggi
20545fd4b1
Fixed more template-id vs expressions ambiguites.
2009-06-19 12:39:32 +02:00
hjk
3545c822c9
debugger: put some color into the outputpane
2009-06-19 12:05:23 +02:00
Roberto Raggi
0c03c1b9f9
Fixed template-id vs binary expression followed by a C-cast expression ambiguity.
2009-06-19 11:59:26 +02:00
Roberto Raggi
b4a27f6995
Added test tst_AST::condition_1()
2009-06-19 11:23:30 +02:00