Commit Graph

328 Commits

Author SHA1 Message Date
Thomas Hartmann
fbb7a343b3 QmlDesigner: add new file for manual tests 2010-03-31 11:05:26 +02:00
hjk
275f957c48 debugger: compile fix for test application with RVCT 2010-03-30 17:38:57 +02:00
Kai Koehne
38b5ef374e QmlDesigner: Replace *.ico with *.jpg 2010-03-26 14:29:47 +01:00
Kai Koehne
7daeffbd29 QmlDesigner: Add new test files for manual testing 2010-03-26 12:04:18 +01:00
Erik Verbruggen
f45ff92c28 Added dumping of deprecated attribute on symbols. 2010-03-23 14:15:45 +01:00
hjk
66e0201117 debugger: add some bits to the manual tests 2010-03-22 13:12:53 +01:00
hjk
ef44cb24d2 debugger: fix expanding pointers inside anonymous namepaces 2010-03-18 18:10:28 +01:00
Kai Koehne
7d423d5f96 QmlDesigner: Fix crash in property editor when parent of an item is invalid
Happened for

import Qt 4.6
Flipable {
  Rectangle {}
}
2010-03-18 16:56:47 +01:00
hjk
a2ad2bd5fa debugger: work on QVariant dumper 2010-03-18 13:13:01 +01:00
hjk
ba17fb205a debugger: update peek&poke 3 example 2010-03-17 11:44:29 +01:00
hjk
4df33ec24c debugger: add manual test 2010-03-16 18:45:34 +01:00
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
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
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
Friedemann Kleint
eb05d2ac0b CDB CoreEngine: Support break by address for testing purposes. 2010-02-19 11:58:54 +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
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
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
Oswald Buddenhagen
e70530c5ad compile everything with QT_USE_FAST_CONCATENATION 2010-02-05 15:20:25 +01:00
Oswald Buddenhagen
a2dbeecdec remove visitor pattern
it's overengineered for our purpose and would just get in the way of
planned optimizations.
2010-02-05 15:20:25 +01:00
Oswald Buddenhagen
699af2f46a fix typo 2010-02-05 15:20:25 +01:00
Friedemann Kleint
9c2676167a src/shared: Rename trk to symbianutils 2010-02-05 12:32:32 +01:00
Friedemann Kleint
f2b3e9f2df S60/Trk: Change trkutils to be a library of its own.
To be able to share TrkDevices between Debugger and Qt4ProjectManager.
2010-02-05 12:26:02 +01:00
Friedemann Kleint
fc972e44ef CDB: Extract SymbolGroupContext class into Core library.
Split for testing/scripting purposes.
2010-02-04 13:20:37 +01:00
Erik Verbruggen
a46a23835c Fix to reflect previous/older API change. 2010-02-02 15:39:42 +01:00
Oswald Buddenhagen
75b42f18d8 Merge remote branch 'origin/1.3'
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636 remove trailing whitespace
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
Oswald Buddenhagen
567d7ed397 add minimal test program for profileevaluator 2010-01-25 16:53:56 +01:00