summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* debugger: implement python dumper for std::vector<bool>hjk2010-08-161-0/+3
| | | | | | | | (cherry picked from commit 104751241d74dcdfe74d5abc131cf450c0828d8d) Conflicts: tests/manual/gdbdebugger/simple/app.cpp
* QML WebKit component is now named QtWebKitAlexis Menard2010-06-233-11/+11
| | | | Reviewed-by:Christiaan Janssen
* deref instead of deletingOswald Buddenhagen2010-06-161-2/+2
| | | | | this would give a leak instead of a crash - if it was really relevant at all.
* add pro parser stuff to dependpathOswald Buddenhagen2010-06-161-0/+1
|
* QmlDesigner: Fix import handling in rewriterKai Koehne2010-06-103-0/+133
| | | | | Task-number: BAUHAUS-602 Reviewed-by: Erik Verbruggen
* Fixed id syncing when and id gets removed from the QML source.Erik Verbruggen2010-06-103-4/+6
| | | | | Task-number: BAUHAUS-780 Reviewed-by: kkoehne
* QmlDesigner: Add test case for Rewriter not removing Ids form modelKai Koehne2010-06-102-0/+34
| | | | Task-number: BAUHAUS-780
* QuickDesigner: Fix core testKai Koehne2010-06-041-2/+4
| | | | | Since fa640f66db we're always switching to the base state when going from state A to state B. Fix autotests accordingly.
* QuickDesigner: Fix compilation of QuickDesigner/core testsKai Koehne2010-06-041-1/+0
| | | | | | | Commit 112df597dbff removed the definition, but not declaration of test method. Reviewed-by: erikv
* Fixed default property discovery for custom QML components.Erik Verbruggen2010-05-311-29/+0
| | | | Reviewed-by: Christian Kamm
* Removed invalid testcase.Erik Verbruggen2010-05-311-1/+1
| | | | Reviewed-by: Christian Kamm
* QuickDesigner: Make metainfo system robust for different version numbersKai Koehne2010-05-281-10/+14
| | | | | | | | | | With the inclusion of org.webkit 1.0 types some common ancestors are shared with different version numbers. These used to override each other. With this patch the hierarchy is preserved. This commit includes several changes by Marco Bubke. Reviewed-by: Marco Bubke
* Load plugins at the beginning of the meta info initializingMarco Bubke2010-05-281-0/+6
| | | | Reviewed-by: kkoehne
* debugger: more robust version string parsinghjk2010-05-273-1/+98
| | | | | | Fix for QTCREATORBUG-1490 Reviewed-By: Friedemann Kleint
* QmlDesigner.test: adding qml filesThomas Hartmann2010-05-272-0/+116
|
* QmlDesigner.autoTest: adds testComponentLoadingTabWidgetThomas Hartmann2010-05-272-0/+30
|
* QmlDesigner.autoTests: compilefixThomas Hartmann2010-05-273-4/+8
| | | | Reviewed-by: Kai Koehne
* debugger: fix QList dumper for large movable objectshjk2010-05-261-0/+8
| | | | | Doh! (cherry picked from commit df0e1e56258c18c7686d543e35d91d0b47976fab)
* debugger: add manual test for arguments passed by referencehjk2010-05-261-0/+12
|
* Fixed compression bugs in text refactoring.Erik Verbruggen2010-05-261-4/+0
| | | | Task-number: BAUHAUS-729, BAUHAUS-731
* Fixed superfluous (and erroneous) semi-colon insertion.Erik Verbruggen2010-05-261-2/+0
| | | | Bug: BAUHAUS-674
* Fixed rewriter bug for subsequent reparent-in-out actions.Erik Verbruggen2010-05-263-8/+75
|
* Debugger: Fix compilation & test results of C++-library dumpers.Friedemann Kleint2010-05-261-9/+10
| | | | | Fix breakage resulting from 3d852917187e29892529ab51d24c1a1177068a88 (Qt 4.7), remove obsolete 'saddr'-element.
* QmlDesigner.autoTestsThomas Hartmann2010-05-252-0/+117
| | | | | | | | | Integration tests TestCore::testAnchorsAndRewriting TestCore::testAnchorsAndRewritingCenter Task-number: Bauhaus-109
* QmlDesigner.tests: an integration test for the metaInfoThomas Hartmann2010-05-212-0/+37
|
* QmlDesigner: new files for auto testsThomas Hartmann2010-05-212-0/+17
|
* QmlDesigner: skip testThomas Hartmann2010-05-201-0/+2
|
* QuickDesigner: Move metainfo tests in front of model testsKai Koehne2010-05-191-14/+14
| | | | The model depends on valid metainfo information.
* QmlDesigner: new autotest testRewriterForGradientMagicThomas Hartmann2010-05-192-0/+83
|
* QuickDesigner: Fully implement versioning support in metatype systemKai Koehne2010-05-122-40/+149
| | | | | | | | | | | | | | | | | Store qml versions in the metatype system. Instead of just assuming e.g. "4, 6" or "4, 7" as default, support passing "-1, -1" as versioning wildcard. When inspecting the qml meta type system, versions are now stored also for types that have no qml name / version. The version of the referenting type is then taken, e.g. there are now entries for "Qt/Object", 4, 7 and "Qt/Object", 1, 0 (from QmlProject, 1, 0). Furthermore, some unused methods were removed, and the logic changed insofar as that a type can have only one direct super type. Reviewed-by: Thomas Hartmann Reviewed-by: Marco Bubke
* QmlDesigner.test compile fix for testsThomas Hartmann2010-05-101-2/+2
|
* debugger: fix display of QStringList after a takeFirst();hjk2010-05-061-0/+1
| | | | (cherry picked from commit f9e6a9639519d76be4356797e746d00f263475af)
* fakevim: fix autotest after recent changes to input handlinghjk2010-04-291-6/+1
|
* fakevim: adjust tests to use 'iskeyword'hjk2010-04-292-0/+3
|
* fakevim: compile fixes for manual and auto testhjk2010-04-282-0/+4
|
* debugger: some python polishinghjk2010-04-281-0/+5
|
* QuickDesigner: Remove dependency of autotests to tests/manual/qmlKai Koehne2010-04-285-123/+52
| | | | Copy over used files to tests/auto/qml/qmldesigner/data directory.
* debugger: add a cut-down version of the dumpers for pythonhjk2010-04-271-0/+1
|
* debugger: some work on pythonhjk2010-04-272-0/+23
|
* Fixed invalid order when inserting new objects.Erik Verbruggen2010-04-261-2/+0
| | | | | Done-with: ckamm Task-number: BAUHAUS-631
* Quick Designer: Fix core testsKai Koehne2010-04-261-9/+9
| | | | 'property var' isn't supported any more, it's now 'property variant'
* Fixed icheck build.Erik Verbruggen2010-04-233-227/+201
|
* Fix left-overs from merging icheck code.Erik Verbruggen2010-04-231-2/+2
|
* Qml: Bump library version from 4.6 to 4.7Kai Koehne2010-04-231-273/+273
| | | | All types in the Qt namespace now have 4.7 as minimum version.
* QmlDesigner: auto test for BAUHAUS-631Thomas Hartmann2010-04-232-0/+119
|
* QmlDesigner: extending auto testsThomas Hartmann2010-04-231-0/+4
|
* debugger: add simple QUrl dumperhjk2010-04-231-0/+3
|
* Fixed rewriting for grouped properties.Erik Verbruggen2010-04-221-4/+20
|
* Fixed reading of grouped properties.Erik Verbruggen2010-04-222-0/+33
| | | | Task-number: BAUHAUS-620
* debugger: fix python version of QModelIndex etc dumpers.hjk2010-04-211-3/+5
|