Commit Graph

1107 Commits

Author SHA1 Message Date
hjk
43b4129d60 debugger: add a hint to manual test. 2010-03-16 12:08:54 +01:00
hjk
e8936ad9d2 debugger: code cosmetics for custom displays 2010-03-16 12:08:33 +01:00
Kai Koehne
bce9521780 QmlDesigner: Add files for testing image formats 2010-03-15 09:36:10 +01:00
Kai Koehne
434e51c6be QmlDesigner: Disable code referencing QGraphicsWidget from autotest
QGraphicsWidget has been moved to a qml runtime plugin.
2010-03-12 12:41:02 +01:00
Kai Koehne
884ba93bfc QmlProjectManager: Fix autotests 2010-03-12 12:41:02 +01:00
Kai Koehne
c19fe3d7e4 QmlDesigner: Fix autotest compilation 2010-03-12 12:41:02 +01:00
Erik Verbruggen
3e6ba8bae6 Added ObjC Selector dumping. 2010-03-12 11:35:09 +01:00
hjk
c8a61cc8f2 debugger: implement selected of string encoding per pointer type/individual pointer 2010-03-11 18:56:28 +01:00
Kai Koehne
31f7c87537 QmlDesigner: Fix StatesView for switching subcomponents
Reviewed-by: Thomas Hartmann
2010-03-09 12:23:21 +01:00
Erik Verbruggen
f0d5036419 Added more newlines to the .dot file for the AST. 2010-03-08 17:35:06 +01:00
Erik Verbruggen
c124b0d1d0 More symbol dumping. 2010-03-08 17:31:14 +01:00
Erik Verbruggen
206793d785 Pimped the ast dumping and added symbol dumping. 2010-03-08 16:42:44 +01:00
hjk
8e522c92ee debugger: really don't use curses on windows 2010-03-08 14:46:28 +01:00
Roberto Raggi
4bd8b4772b Show the token only in leaf nodes. 2010-03-08 12:22:17 +01:00
Roberto Raggi
0e1632567c Initial work on an AST dumper.
That will be pretty helpful to understand what's going wrong with
templates.
2010-03-08 12:14:51 +01:00
hjk
89c39ab886 debugger: namespace new manual test 2010-03-05 16:44:49 +01:00
hjk
9595504bda Long live the king! 2010-03-05 11:28:13 +01:00
Kai Koehne
f20c2095c4 Qml: MouseRegion got renamed to MouseArea
Reviewed-by: Christian Kamm
2010-03-05 10:47:53 +01:00
Friedemann Kleint
d0a1983ed6 Added gui example for debugger testing 2010-03-05 09:16:05 +01:00
Kai Koehne
a673fb7120 QmlDesigner: Fix crash when root item of .qml file not QDeclarativeItem based
Task-number: BAUHAUS-424
Reviewed-by: Lasse Holmstedt
2010-03-03 12:03:34 +01:00
Friedemann Kleint
8951d66168 VCS[git]: Timeout, add missing test script.
Task-number: QTCREATORBUG-777
2010-03-01 12:30:17 +01:00
Friedemann Kleint
196d7b0cf4 VCS[git]: Handle stderr in SynchronousProcess::readDataFromProcess
Timeout handling cannot rely on bytesAvailable(), which applies to
stdout only in the normal case. For 'git pull', which output its
progress on stderr, stderr needs to be checked separately.

Task-number: QTCREATORBUG-777
2010-03-01 12:29:10 +01:00
hjk
73ef5e33ea debugger: properly display function pointers with python 2010-03-01 10:28:34 +01:00
Roberto Raggi
ca34e0c043 Compile with gcc -pedantic. 2010-02-25 12:39:39 +01:00
Kai Koehne
7856b196db QmlDesigner: Fix states.qml example file 2010-02-25 09:48:19 +01:00
Kai Koehne
fc57893921 QmlDesigner: Add a couple of example .qml files for manual testing 2010-02-24 16:50:21 +01:00
Kai Koehne
0abf659b36 Let bauhaus core tests compile again
The test case fixed was broken already before, so I couldn't
check whether the fix is actually correct.
2010-02-24 12:13:35 +01:00
Kai Koehne
dd632ee95d Remove qmleditor from list of qml autotests to be compiled
It's notoriously broken.

Reviewed-by: erikv
2010-02-24 12:13:34 +01:00
Erik Verbruggen
e609e9a701 Simplified ObjC selectors in the AST. 2010-02-23 17:43:52 +01:00
Kai Koehne
cf7f79483a Fix compilation of QmlDesigner PropertyEditor autotests 2010-02-22 16:37:38 +01:00
Kai Koehne
481d7cd6db QmlProject files: Make "paths" property an array
Instead of letting the list of files being a (comma separated) string
it's now a full JavaScript array. E.g.

  paths: ["file1", "file2"]

This unifies it with e.g. the libraryPaths property
2010-02-22 13:47:11 +01:00
Friedemann Kleint
eb05d2ac0b CDB CoreEngine: Support break by address for testing purposes. 2010-02-19 11:58:54 +01:00
Kai Koehne
43923748f6 Let Bauhaus testcore compile again
Also fixing bunch of failures, still some to go though ...
2010-02-18 12:41:32 +01:00
Erik Verbruggen
b2042b79a2 Added unittest for FindUsages in Q_PROPERTY declarations. 2010-02-17 16:01:41 +01:00
Kai Koehne
b5646d35da Don't show error message if file added to qmlproject is picked up
Check for the case that a new file to be added to a .qmlproject
is also automatically covered e.g. by a wildcard filter. In this
case we don't have to do anything.
2010-02-17 11:22:37 +01:00
Friedemann Kleint
be6fd06e95 CDB: Set symbol options at initalization phase. 2010-02-17 10:21:25 +01:00
hjk
e3e6797fe5 debugger: fix display and editing of nested anonymous structures 2010-02-15 17:02:08 +01:00
Erik Verbruggen
a0071f1ce9 Revert "Added Objective-C @try block parsing."
This reverts commit f4163b8ba0.
2010-02-15 12:24:31 +01:00
Erik Verbruggen
f4163b8ba0 Added Objective-C @try block parsing. 2010-02-15 09:27:01 +01:00
hjk
47fa65be6c debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
2010-02-11 17:46:05 +01:00
Erik Verbruggen
6162279630 Added test for selector names. 2010-02-11 10:02:01 +01:00
Erik Verbruggen
ee16a1e885 Added testcase for find usages of inline method parameters. 2010-02-11 10:02:00 +01:00
Erik Verbruggen
d7994a886f Added tests for FindUsages in Objective-C code. 2010-02-11 10:02:00 +01:00
Marco Bubke
f6a06085e0 Change changeNodeType in changeRootNodeType 2010-02-10 13:03:03 +01:00
Erik Verbruggen
9806b1e165 Fixed pre-precessor bug.
When a PP line ended with a \ (join line) and the next line was empty
(ending th joining), the following token would be incorrectly marked as
joined.

Done-with: Roberto Raggi
2010-02-10 11:07:18 +01:00
Friedemann Kleint
3efdb87682 S60/Trk: Make the port a property of TrkDevice.
Associate the port with the device instead of passing it to open
for better handling.
2010-02-08 14:10:51 +01:00
Kai Koehne
6c4b9ba227 Reapply unconnected changes from reverted commit
Only revert stuff that is linked to fast string concat.
2010-02-08 11:13:55 +01:00
Kai Koehne
999c73ad9d Revert "compile everything with QT_USE_FAST_CONCATENATION"
This reverts commit e70530c5ad. It
did break builds on older gcc versions (gcc 4.1.2 64 bit Linux,
gcc 4.0.1 on Mac OS X):

parser/qmljsgrammar_p.h: In static member function ???static int
QmlJSGrammar::nt_action(int, int)???:
parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>???
is/uses anonymous type
parser/qmljsgrammar_p.h:188: error:   trying to instantiate
???template<class T> struct QConcatenable???
...
2010-02-08 10:56:50 +01:00
Erik Verbruggen
21488e8898 Added semantic checks for Q_ENUMS. 2010-02-07 10:49:03 +01:00
Oswald Buddenhagen
e70530c5ad compile everything with QT_USE_FAST_CONCATENATION 2010-02-05 15:20:25 +01:00