aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* SSH: Declare signal parameter with full namespace.Christian Kandeler2010-10-061-1/+1
| | | | Otherwise we can't sensibly declare slots with a matching parameter.
* QmlDesigner: using Qt 4.7 againThomas Hartmann2010-10-067-537/+539
| | | | | | We need to support the N900 Reviewed-by: Kai Koehne
* SSH: Finish Implementing SFTP test.Christian Kandeler2010-10-053-199/+156
|
* SSH: Implement first half of SFTP test.Christian Kandeler2010-10-052-8/+380
|
* fakevim: compile fix for manual testhjk2010-10-051-0/+2
| | | | Reviewed-by: Friedemann Kleint
* Tests: Start implementing more thorough SSH test.Christian Kandeler2010-10-0411-20/+457
|
* Debugger: Fix manual test.Friedemann Kleint2010-10-041-2/+3
| | | | | | | to work at least for debug-in-source builds. Reviewed-by: hjk Task-number: QTCREATORBUG-2546
* Qt Quick app wizard: Merge two .pri files into oneAlessandro Portale2010-10-041-2/+1
| | | | | | | | | | | | | | | | As an project tree unclutter measure, we now append the deployment.pri to the qmlapplicationviewer.pri while generating the stub for Qt Quick Apps. At the same tame we keep te Qt Mobile App wizard intact, which continues to generate the deployment.pri file. And we also keep the qmlapp/app.pro template functioning as project, therefore we leave the include(../shared/deployment.pri) in qmlapp/app.pro and let the wizard remove that incude. Task-Number: QTCREATORBUG-2568 Reviewed-By: ck
* QmlDesigner: using QtQuick 1.0 instead of Qt 4.7Thomas Hartmann2010-10-017-537/+537
| | | | | | | | | | | | | huge renaming from Qt to QtQuick propertyeditor qml files moved from Qt to QtQuick auotests fixed files used in tests fixed autotests pass Task-number: QTCREATORBUG-2556 Reviewed-by: Kai Koehne
* QmlJS indenter: Fix incorrect indent after break/continue.Christian Kamm2010-09-301-0/+13
| | | | | | | Make sure to push a transitory state before leave(true) so it only finishes the statement - and not the surrounding statement! Reviewed-by: trustme
* C++: make InsertionPointLocator ready for re-use.Erik Verbruggen2010-09-271-43/+64
| | | | (cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43)
* debugger: add a manual QDate and QTime testhjk2010-09-271-2/+23
|
* QmlJS indenter: Fix break/continue/throw in if statement without braces.Christian Kamm2010-09-271-0/+21
| | | | Reviewed-by: Roberto Raggi
* QmlJS indenter: Fix problem with object literals.Christian Kamm2010-09-271-0/+13
| | | | Reviewed-by: Roberto Raggi
* C++ indenter: Fix error recovery in function definitions.Christian Kamm2010-09-241-0/+14
| | | | Task-number: QTCREATORBUG-1517
* C++ indenter: Fix indentation if template and class appear on one line.Christian Kamm2010-09-241-0/+13
| | | | Task-number: QTCREATORBUG-2427
* C++ indenter: Simplify debugging by making dump() more verbose.Christian Kamm2010-09-241-0/+1
|
* QmlDesigner.tests: fixes the auto tests for latest changesThomas Hartmann2010-09-243-97/+99
|
* QmlDesigner.Tests: Fix compile for testsThomas Hartmann2010-09-241-0/+4
|
* Remove incorrect (and unneeded) anchoringAlessandro Portale2010-09-221-2/+0
|
* Remove incorrect (and unneeded) anchoringAlessandro Portale2010-09-221-2/+0
|
* C++ dump: terminals not contained in the AST are now also shown.Erik Verbruggen2010-09-211-10/+30
|
* QML/Mobile wizard: Factor out common parts.Christian Kandeler2010-09-162-3/+7
| | | | Reviewed-by: Alessandro Portale
* Adding LowLevel units test for instancesThomas Hartmann2010-09-162-1/+429
| | | | testing data, children and resources properties
* QmlDesigner: fixing statesThomas Hartmann2010-09-161-0/+1
|
* C++: Added unittest for 5a1924f1a06e31105b5f7823cb6a5f5f20513f49.Erik Verbruggen2010-09-161-0/+44
|
* Renamed two cplusplus projects to not conflict with the autotests.Erik Verbruggen2010-09-156-1/+1
|
* C++: Fixed regression in autotests.Erik Verbruggen2010-09-151-1/+1
|
* C++ indenter: Fix for statement indentation and add test.Christian Kamm2010-09-151-0/+35
|
* debugger: manual test: add object names to threads testhjk2010-09-141-0/+2
|
* Added test app and test scenarios for the new qml app wizardAlessandro Portale2010-09-1318-0/+368
|
* C++ indenter: Separate indent into logical indent and padding.Christian Kamm2010-09-131-88/+124
|
* debugger: only update variables that are operated onhjk2010-09-131-0/+1
|
* QmlDesigner.tests: new auto testsThomas Hartmann2010-09-082-0/+200
|
* QmlJS indenter: Fix one-line object declarations in array bindings.Christian Kamm2010-09-081-1/+2
| | | | Task-number: QTCREATORBUG-2295
* debugger: fix editing of breakpoint conditionshjk2010-09-081-0/+12
|
* QmlDesigner.test: fixThomas Hartmann2010-09-072-3/+3
|
* QuickDesigner.tests: stress test for bindings in statesThomas Hartmann2010-09-072-1/+105
|
* QuickDesigner.test: compilefixThomas Hartmann2010-09-071-0/+1
|
* Tests: some cleanup of pro files, marking of tested components.Bill King2010-09-0610-42/+38
|
* GdbTest: Compile fixKai Koehne2010-09-031-5/+5
|
* Merge CPlusPlus::NameId and CPlusPlus::Identifier.Roberto Raggi2010-09-022-4/+4
|
* Autotests: More cleanup of tests, and initial marking of components belonged to.Bill King2010-09-0233-239/+250
|
* debugger: use dynamic type in locals & watchershjk2010-09-011-1/+1
| | | | only available with gdb newer than Aug 31, 2010
* debugger: extend manual testhjk2010-09-011-3/+6
|
* debugger: squash compiler warnings in manual testhjk2010-09-011-7/+27
|
* C++ indenter: Fix nested array/struct initializers.Christian Kamm2010-08-311-3/+34
|
* debugger: add a manual test for typedefed simple typeshjk2010-08-301-6/+16
|
* Renamed Symbol::scope() to Symbol::enclosingScope().Roberto Raggi2010-08-263-16/+16
|
* Some cleanup in the C++ AST.Roberto Raggi2010-08-262-8/+8
|