Commit Graph

72811 Commits

Author SHA1 Message Date
hjk
68fa327407 debugger: set default values for all saved options 2009-06-26 13:24:25 +02:00
Kevin Michel
6f675c287c Changed "Remove", "Move Up" and "Move Down" buttons to be disabled by default
Merge-request: 737
Reviewed-by: dt <qtc-committer@nokia.com>
2009-06-26 12:54:23 +02:00
hjk
b295aec1ad debugger: fix several small issues in the dumper code
Fix typo in QChar helper.
Add a auto tests for some of the dumpers.
Make the dumpers compilable for Qt < 4.5 for better regression tests.
Make manual tests compile with Qt < 4.5.
2009-06-26 10:51:27 +02:00
Oswald Buddenhagen
62d78361e7 freebsd doesn't have libdl, either 2009-06-26 10:39:30 +02:00
Oswald Buddenhagen
70268390a7 include signal.h
linux included it indirectly somehow, but relying on that is wrong and
breaks the freebsd build.
2009-06-26 10:39:30 +02:00
Roberto Raggi
0a610c3b66 Improved the use highlighter. 2009-06-26 09:48:40 +02:00
Roberto Raggi
8433ba2d32 Store the NameAST* 2009-06-26 09:22:30 +02:00
Roberto Raggi
fd8cd69a47 Introduced Document::CheckMode. 2009-06-26 09:11:14 +02:00
kh
0b1bc40b65 It is now possible to configure the help viewer font.
Task-number: 253365
2009-06-25 17:16:16 +02:00
Roberto Raggi
cdc7f03267 Visit the new expressions when search for uses. 2009-06-25 16:18:05 +02:00
Roberto Raggi
c6968d956e Mark the externals 2009-06-25 16:11:46 +02:00
kh
9ac5ab0466 Build fix for QT_NO_WEBKIT. 2009-06-25 16:07:57 +02:00
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