Commit Graph

44349 Commits

Author SHA1 Message Date
kh
bfc04b98f0 Store and restore font size for help viewers. Add font reset shortcut.
Task-number: 253365
Reviewed-by: kh
2009-06-25 16:03:02 +02:00
kh
c798f54fd3 Clenaup, sync with Assistant source. 2009-06-25 15:20:38 +02:00
Roberto Raggi
b95926c8ee typo 2009-06-25 15:18:19 +02:00
Roberto Raggi
b98fbf68c5 Use the hardcoded lightGray background for marking the uses of a local name. 2009-06-25 14:15:37 +02:00
Roberto Raggi
27f92695cf Initial work on smart highlight of local symbols. For-statements and symbols genarated from a macro expansion are not yet highlighted. 2009-06-25 12:48:55 +02:00
Friedemann Kleint
44d8b28a9f Fix crash after importing a Qt 4 project.
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-25 12:10:30 +02:00
con
33336bf2b1 Merge commit 'qt-s60/qt-s60'
Conflicts:
	src/plugins/qt4projectmanager/makestep.cpp
2009-06-24 18:06:48 +02:00
con
615f04c464 Results of review.
Tool chain type is saved in settings, make sure that the value doesn't
change between S60 enabled/disabled Qt Creator version.
Run configurations can change independent from the run settings
property page, re-add handling of signals.
Add some things to consider to the todo list.

Reviewed-by: dt
2009-06-24 17:27:32 +02:00
Roberto Raggi
0481176ea7 Highlight the locals. 2009-06-24 16:40:52 +02:00
hjk
bf9fd7b1d8 debugger: small copde cleanup in the debugger tooltip widget 2009-06-24 14:37:29 +02:00
con
8fd395feb4 Update the enabled state of run configurations on toolchain change.
And if Qt version changed.
2009-06-24 13:41:50 +02:00
con
936ba4c070 Make target information update also for non-Qt4RunConfigurations
Transform the method in Qt4Project into a signal that is handled
by the run configurations themselves.
2009-06-24 13:41:49 +02:00
con
f3eb79b198 Remove the project parameter to ToolChain::defaultMakeTarget again. 2009-06-24 13:41:49 +02:00
con
a9d05dab62 Move tool chain object from Qt version to project. 2009-06-24 13:41:48 +02:00
con
07187e0a80 Custom signature support.
Not able to give it an additional passphrase yet, though.
2009-06-24 13:41:48 +02:00
con
d0c21f9d1e Install on device, currently using PCSuite. 2009-06-24 13:41:47 +02:00
con
7690de0dab Sign the sis package (self signed at the moment). 2009-06-24 13:41:47 +02:00
con
953aeed14f Create a sis file when run is pressed. 2009-06-24 13:41:46 +02:00
con
952142aeeb Add the dummy "run on device" configuration type. 2009-06-24 13:41:46 +02:00
con
abf4cca3ee Start on a "run on device" run configuration. 2009-06-24 13:41:45 +02:00
con
a52da3656b Add qtcassert.h to pro file 2009-06-24 13:41:45 +02:00
con
a8cf4cb1bc Add a run configuration for winscw emulator.
The runner uses the applicationlauncher internally, which is now
exported from the projectexplorer plugin for that reason.
2009-06-24 13:41:44 +02:00
con
a9bb3a03df Separate active run config setting in project mode.
And add a sort of isEnabled functionality for run configs.
This doesn't do much yet though, and is not updated correctly either.
2009-06-24 13:41:44 +02:00
con
ec14d436f6 Re-index when tool chain is changed. 2009-06-24 13:41:43 +02:00
con
d3e4cd2533 System includes for winscw tool chain. 2009-06-24 13:41:43 +02:00
con
cdc54c3be7 System includes and defines for gcce tool chain. 2009-06-24 13:41:42 +02:00
con
66c2c7c18b Add the environment from the right tool chain.
Since the actual tool chain is defined in the project, it
moved there from the qt version.
2009-06-24 13:41:42 +02:00
con
3c4122b8e2 Fix showing MWC path in Qt preference page. 2009-06-24 13:41:41 +02:00
con
7b04fc45e8 Make it possible to actually select a tool chain. 2009-06-24 13:41:41 +02:00
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