hjk
ae3ac786e0
debugger: fix problem where a manual 'continue' was needed after start up.
...
The problem was that the 'emptyness' of m_cookieForToken was used as an
indication that there was no response packet still in the air. However,
this hash was not reset after a debugging session was aborted using S-F5,
so it could contain items from a previous run, effectively preventing
automatic triggering of the necessary 'continue'.
2009-06-29 13:31:35 +02:00
Erik Verbruggen
cc3a57a93a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-06-29 11:33:53 +02:00
Erik Verbruggen
f84534287e
Fixed mimetype check for Objective-C(++) files.
2009-06-29 11:32:43 +02:00
kh
692c0fbbe4
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-06-26 16:52:35 +02:00
dt
ed9f834714
Fix crash on removing a .pro file from the project with creator open
2009-06-26 16:52:09 +02:00
kh
a175a5f6ee
Implement home page settings and help startup options.
2009-06-26 16:50:50 +02:00
Roberto Raggi
319720f43a
Don't add $QT_INSTALL_HEADERS/Qt to the include paths.
...
Indexing both /include/Qt and /include/{QtCore,QtGui,...} makes the code completion with fedora.
2009-06-26 16:36:04 +02:00
dt
952e35a94c
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-06-26 14:54:45 +02:00
dt
61e7ffc9c7
toolChain() might return a null pointer
...
Don't crash then
2009-06-26 14:53:13 +02:00
hjk
eb409bdab8
debugger: attempty to work around old ini files containing @Invalid() entries
2009-06-26 13:40:16 +02:00
hjk
68fa327407
debugger: set default values for all saved options
2009-06-26 13:24:25 +02:00
hjk
6edbc900b9
debugger: refactoring
2009-06-26 13:18:17 +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
fc145c2c02
debugger: reduce use of macros in dumper code
2009-06-26 10:52:19 +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
Kavindra Devi Palaraja
ae9b6f3202
Doc - More of the tutorial
...
Reviewed-By: TrustMe
2009-06-24 17:32:58 +02:00
Kavindra Devi Palaraja
0001216f28
Doc - More of the tutorial
...
RevBy: TrustMe
2009-06-24 17:32:58 +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
Pierre Rossi
eaa9e8a183
Started the french translation
2009-06-24 17:16:57 +02:00
Roberto Raggi
0481176ea7
Highlight the locals.
2009-06-24 16:40:52 +02:00
con
83939c7958
Merge commit 'origin/1.2'
2009-06-24 16:14:47 +02:00
hjk
bf9fd7b1d8
debugger: small copde cleanup in the debugger tooltip widget
2009-06-24 14:37:29 +02:00
hjk
6ea24c6e65
debugger: better dumper support for QChar and unsigned short.
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