Commit Graph

934 Commits

Author SHA1 Message Date
Kai Koehne
34d3b5d8ac QuickDesigner: Remove dependency of autotests to tests/manual/qml
Copy over used files to tests/auto/qml/qmldesigner/data directory.
2010-04-28 09:59:31 +02:00
hjk
6bb7b6176f debugger: add a cut-down version of the dumpers for python 2010-04-27 15:33:23 +02:00
hjk
400eecf4ef debugger: some work on python 2010-04-27 15:33:17 +02:00
Erik Verbruggen
b149ee8dbb Fixed invalid order when inserting new objects.
Done-with: ckamm
Task-number: BAUHAUS-631
2010-04-26 16:21:40 +02:00
Kai Koehne
797bc649ea Quick Designer: Fix core tests
'property var' isn't supported any more, it's now 'property variant'
2010-04-26 13:29:40 +02:00
Erik Verbruggen
a8fc1f48d4 Fixed icheck build. 2010-04-23 15:25:22 +02:00
Erik Verbruggen
25837759ea Fix left-overs from merging icheck code. 2010-04-23 15:25:22 +02:00
Kai Koehne
ddc7641638 Qml: Bump library version from 4.6 to 4.7
All types in the Qt namespace now have 4.7 as minimum version.
2010-04-23 13:46:13 +02:00
Thomas Hartmann
6b09a506ac QmlDesigner: auto test for BAUHAUS-631 2010-04-23 13:10:10 +02:00
Thomas Hartmann
87a09deb83 QmlDesigner: extending auto tests 2010-04-23 11:25:54 +02:00
hjk
0733a70dd4 debugger: add simple QUrl dumper 2010-04-23 09:58:31 +02:00
Erik Verbruggen
6237bbb453 Fixed rewriting for grouped properties. 2010-04-22 18:50:29 +02:00
Erik Verbruggen
b03ef971b0 Fixed reading of grouped properties.
Task-number: BAUHAUS-620
2010-04-22 17:16:54 +02:00
hjk
c4dbe9530e debugger: fix python version of QModelIndex etc dumpers. 2010-04-21 14:48:43 +02:00
Friedemann Kleint
5a659e1425 Manual debug test: Make usable for VS 2010-04-20 12:09:58 +02:00
Oswald Buddenhagen
a796ab559d don't leak ProFile objects
just for debugging ...
2010-04-20 12:02:10 +02:00
Oswald Buddenhagen
84a6d42f58 add verbose mode
this produces qmake-like output when recursing
2010-04-20 12:02:10 +02:00
Oswald Buddenhagen
bcf29992c3 eliminate duplicates from SUBDIRS
otherwise we may re-process subdirs multiple times in cumulative mode.
2010-04-20 12:02:10 +02:00
Christian Kamm
59778cafd5 CPlusPlus: Fix several issues in the TypePrettyPrinter.
* Fix cv qualifiers being placed incorrectly.
* Fix nested pointer to array to pointer being printed incorrectly.
* Add autotest.

Task-number: QTCREATORBUG-1037
2010-04-19 09:55:35 +02:00
hjk
0c0b430fba debugger: add python dumper for __gnu_cxx::hash_set 2010-04-15 18:29:25 +02:00
Kai Koehne
05badc8c30 QmlDesigner: Fix flipable.qml example file 2010-04-15 17:08:34 +02:00
Kai Koehne
e7a9619c2f QmlDesigner: Bump version number from 4.6 to 4.7 in qml files
Reviewed-by: Thomas Hartmann
2010-04-13 15:15:15 +02:00
Kai Koehne
5650dbc55d Replace 'var' by 'variant' in all Qml files
45ca7aff2c04c in qt.git replaces 'var' with 'variant'

Reviewed-by: Thomas Hartmann
2010-04-13 15:15:15 +02:00
Kai Koehne
99cbb2f868 QmlDesigner: Cleaning up coretests
Removing tests that have been Skipped forever, and enabling others
again.
2010-04-13 15:15:15 +02:00
Kai Koehne
7796db0f08 QmlDesigner: Unify names of auto tests 2010-04-13 15:15:15 +02:00
Kai Koehne
9fcd258c68 QmlDesigner: Add test case of WebView usage 2010-04-12 12:26:59 +02:00
hjk
0ac8388847 debugger: fix some encoding issues, modify manual tests 2010-04-08 14:39:21 +02:00
hjk
88a1db1787 debugger: compile fix for manual test on windows
min and max are #defined
2010-04-07 15:23:37 +02:00
hjk
27b1df583a debugger: add comment to not test QStandardItemModel with python dumpers 2010-04-07 14:45:01 +02:00
Friedemann Kleint
974aa82f5f Symbian/TrkLauncher: Add copy/download options.
Fix verbosity, rewrite options parsing.
2010-04-07 10:00:51 +02:00
hjk
5d59945646 debugger: add a manual test for an endless loop and check for
-thread-group-started in addition to -thread-group-created
2010-04-07 09:19:36 +02:00
Erik Verbruggen
e615cf82a5 Fixed regression when assigning an object binding to an array property. 2010-04-06 12:57:02 +02:00
Kai Koehne
746d73c328 QmlDesigner: Fix coretests for Mac OS X 2010-04-06 12:04:28 +02:00
Kai Koehne
639ae491c1 QmlDesigner: Store result of bauhaustests in $CREATORDIR/../bauhaustests 2010-04-06 10:51:19 +02:00
Kai Koehne
2cb9e2fff7 QmlDesigner: Add help script to run tst_bauhaus & store results in file 2010-04-05 22:18:58 +02:00
Kai Koehne
9095f77d71 Place tst_qmldesigner_core in local directory (again)
Also unify path handling somewhat
2010-04-01 12:11:25 +02:00
Thomas Hartmann
afdd673771 QmlDesigner: change manual test 2010-03-31 18:49:09 +02:00
Thomas Hartmann
d445fcabdd QmlDesigner: fix plugin loading for auto tests 2010-03-31 18:49:06 +02:00
Kai Koehne
5ed718a002 Fix imported qml component names under Windows
Reviewed-by: ckamm
2010-03-31 15:50:02 +02:00
Marco Bubke
8faae5813d Fix test for parent to parentItem 2010-03-31 14:41:23 +02:00
Marco Bubke
65c2dfb7bc Fix rewriter test 2010-03-31 14:41:23 +02:00
Marco Bubke
b40bdf8a3d Change test from parent to parentItem 2010-03-31 12:59:05 +02:00
Thomas Hartmann
e37b101d22 QmlDesigner: new auto test TestCore::loadTestFiles 2010-03-31 11:05:27 +02:00
Thomas Hartmann
fbb7a343b3 QmlDesigner: add new file for manual tests 2010-03-31 11:05:26 +02:00
Kai Koehne
176115a0ad QmlDesigner: Fix compilation of core tests for non -nokia-developer builds
Use explicit DEFINE to enable additional API in node instances for testing,
not QT_BUILD_INTERNAL.
2010-03-31 10:54:39 +02:00
hjk
275f957c48 debugger: compile fix for test application with RVCT 2010-03-30 17:38:57 +02:00
Kai Koehne
e45699d1f2 QmlDesigner: Fix compilation of core tests
Patch by Marco Bubke.
2010-03-30 14:41:55 +02:00
Marco Bubke
5d3e4bacc0 Improve performance of State property changes
This patch is eliminating the switch from the state the base state and back if a property is changed.
 For that it is updating the internal caching values in QDeclarativeState.

Reviewed-by: Thomas Hartmann
2010-03-30 14:41:53 +02:00
Thomas Hartmann
e499d7eb78 QmlDesigner.autoTests: added testMetaInfoEnums() 2010-03-30 12:01:29 +02:00
Thomas Hartmann
b5d66dca1b QmlDesigner: fixes autotest: testCopyModelRewriter1()
See: BAUHAUS-393
2010-03-29 16:49:53 +02:00