Alessandro Portale
606aba3659
Moved some functions to helpers.cpp
2010-11-15 22:15:48 +01:00
Christian Kamm
1920372280
Move ast dump tools from tests/manual to tests/tools.
...
Reviewed-by: Friedemann Kleint
2010-11-05 09:25:12 +01:00
Friedemann Kleint
338a349dff
Debugger: Move tools out of tests/manual. into test/tools.
2010-11-04 13:45:42 +01:00
Friedemann Kleint
dd7b0fcf00
Debugger: Remove obsolete trk testing playground.
...
Acked-By: hjk
2010-11-04 13:41:39 +01:00
hjk
05c9ea021e
fakevim: restore "cheap build" capability of the manual "test"
2010-11-04 09:55:04 +01:00
Tobias Hunger
cf3a418cd8
Fix spelling in comments
...
Krazy was complaining about those.
2010-11-03 12:45:34 +01:00
Robert Loehning
78fc8e3047
Compile fix
...
Reviewed-by: hjk
2010-11-02 13:13:15 +01:00
Friedemann Kleint
5a5d464160
Debugger: Make manual CCDB test compile again.
2010-11-02 11:33:22 +01:00
con
beaff08200
Fix test compilation on Mac by using rpath.
2010-11-01 15:10:44 +01:00
con
59c301a8c8
Make tests compile on Mac. Use qtLibraryName instead of qtLibraryTarget.
...
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes
it fail in pri files that are used for app pro files. The tests still
don't run because of run time linking issues.
2010-11-01 14:55:37 +01:00
Oswald Buddenhagen
a9ff4d3749
Merge remote branch 'origin/2.1'
...
Conflicts:
doc/qtcreator.qdoc
2010-11-01 12:11:03 +01:00
Christian Kandeler
4b4e591ff6
SSH: Add test for remote process execution.
...
Task-number: QTCREATORBUG-2706
2010-10-28 15:04:41 +02:00
hjk
912ad8989e
debugger: remove a two more cases of the RVO bug
...
Reviewed-by: dt
Task-number: QTCREATORBUG-2921
2010-10-27 17:52:53 +02:00
hjk
26339061e3
debugger: add python dumpers for __m128
2010-10-26 10:41:11 +02:00
hjk
d599dc1f0f
debugger: add manual test for default constructed QTextCursor
2010-10-26 10:41:11 +02:00
dt
552a2d0226
Merge remote branch 'origin/2.1'
2010-10-12 18:09:25 +02:00
hjk
88ba37f80f
debugger: add explanation to "Type format" manual test
...
Reviewed-by: Friedemann Kleint
2010-10-12 11:55:59 +02:00
hjk
403364018a
debugger: fix typos in complex watcher handling
...
Reviewed-by: Friedemann Kleint
2010-10-12 10:57:13 +02:00
Bill King
9293453ced
Merge branch '2.1'
...
Conflicts:
tests/auto/fakevim/fakevim.pro
2010-10-12 10:01:27 +02:00
Christian Kandeler
a48139b8d0
SSH: Fix SshConnection::error signal connections.
...
I recently changed the signal argument, but forgot to update
some of the points of use.
Reviewed-by: kh1
2010-10-11 15:43:00 +02:00
con
d2a91ed1a0
Use the encoding settings when doing multi-file searches.
...
Task-number: QTCREATORBUG-65
2010-10-11 14:25:22 +02:00
Christian Kamm
b78c1ef6da
Merge remote branch 'origin/2.1'
...
Conflicts:
README
doc/qt-html-templates.qdocconf
doc/qtcreator.qdoc
doc/qtcreator.qdocconf
share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec
src/app/Info.plist
src/plugins/bineditor/BinEditor.pluginspec
src/plugins/bookmarks/Bookmarks.pluginspec
src/plugins/classview/ClassView.pluginspec
src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
src/plugins/coreplugin/Core.pluginspec
src/plugins/coreplugin/coreconstants.h
src/plugins/cpaster/CodePaster.pluginspec
src/plugins/cppeditor/CppEditor.pluginspec
src/plugins/cpptools/CppTools.pluginspec
src/plugins/cvs/CVS.pluginspec
src/plugins/debugger/Debugger.pluginspec
src/plugins/debugger/breakhandler.cpp
src/plugins/designer/Designer.pluginspec
src/plugins/fakevim/FakeVim.pluginspec
src/plugins/find/Find.pluginspec
src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
src/plugins/git/ScmGit.pluginspec
src/plugins/helloworld/HelloWorld.pluginspec
src/plugins/help/Help.pluginspec
src/plugins/imageviewer/ImageViewer.pluginspec
src/plugins/locator/Locator.pluginspec
src/plugins/mercurial/Mercurial.pluginspec
src/plugins/perforce/Perforce.pluginspec
src/plugins/projectexplorer/ProjectExplorer.pluginspec
src/plugins/qmldesigner/QmlDesigner.pluginspec
src/plugins/qmljseditor/QmlJSEditor.pluginspec
src/plugins/qmljsinspector/QmlJSInspector.pluginspec
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
src/plugins/regexp/RegExp.pluginspec
src/plugins/resourceeditor/ResourceEditor.pluginspec
src/plugins/snippets/Snippets.pluginspec
src/plugins/subversion/Subversion.pluginspec
src/plugins/tasklist/TaskList.pluginspec
src/plugins/texteditor/TextEditor.pluginspec
src/plugins/vcsbase/VCSBase.pluginspec
src/plugins/welcome/Welcome.pluginspec
tests/auto/cplusplus/codeformatter/tst_codeformatter.cpp
tests/manual/fakevim/fakevim.pro
tests/manual/ssh/errorhandling/main.cpp
2010-10-11 14:16:33 +02:00
hjk
373da663a4
debugger: compile fix for manual test
2010-10-08 14:56:17 +02:00
hjk
f3dfc8915d
debugger: add python dumper for QFixed
...
Reviewed-by: Alessandro Portale
2010-10-08 14:26:44 +02:00
hjk
0ad538ebfb
debugger: test gcc RVO bug not too extensively
2010-10-08 13:50:04 +02:00
Christian Kandeler
1d3c08dabb
SSH: Declare signal parameter with full namespace.
...
Otherwise we can't sensibly declare slots with a matching parameter.
2010-10-06 10:10:11 +02:00
Christian Kandeler
d778af3b55
SSH: Finish Implementing SFTP test.
2010-10-05 16:10:24 +02:00
Christian Kandeler
3d90463dd4
SSH: Implement first half of SFTP test.
2010-10-05 16:10:24 +02:00
hjk
a504503289
fakevim: compile fix for manual test
...
Reviewed-by: Friedemann Kleint
2010-10-05 12:50:00 +02:00
Christian Kandeler
4578e32fe5
Tests: Start implementing more thorough SSH test.
2010-10-04 17:54:46 +02:00
Leandro Melo
f1e8e737c9
Tests: Add project with suggestions for testing the C++ tools.
2010-10-04 17:09:46 +02:00
dt
6b6d9871b8
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/templates/mobileapp/app.pro
share/qtcreator/templates/qmlapp/app.pro
src/plugins/cpptools/cpptools.pro
2010-10-04 16:07:46 +02:00
Friedemann Kleint
ccecfd701e
Debugger: Fix manual test.
...
to work at least for debug-in-source builds.
Reviewed-by: hjk
Task-number: QTCREATORBUG-2546
2010-10-04 12:19:28 +02:00
Alessandro Portale
e1aa293544
Qt Quick app wizard: Merge two .pri files into one
...
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
2010-10-04 10:54:25 +02:00
Bill King
bbe790debe
tests: make compile again
2010-10-01 11:32:36 +10:00
hjk
9c31719c09
debugger: add manual test for QTextCursor and QTextDocument dumper
2010-09-28 09:35:59 +02:00
hjk
8672cbec8b
debugger: add a manual QDate and QTime test
2010-09-27 13:24:57 +02:00
Alessandro Portale
977050d311
Remove incorrect (and unneeded) anchoring
2010-09-22 15:06:18 +02:00
Alessandro Portale
dd78f4e1c3
Remove incorrect (and unneeded) anchoring
2010-09-22 14:58:44 +02:00
Erik Verbruggen
aaf95f2838
C++ dump: terminals not contained in the AST are now also shown.
2010-09-21 18:42:50 +02:00
Christian Kandeler
ee85384cc9
QML/Mobile wizard: Factor out common parts.
...
Reviewed-by: Alessandro Portale
2010-09-16 14:12:25 +02:00
Erik Verbruggen
9bcfd34845
Renamed two cplusplus projects to not conflict with the autotests.
2010-09-15 11:50:24 +02:00
hjk
f793943371
debugger: manual test: add object names to threads test
2010-09-14 18:31:07 +02:00
Alessandro Portale
c3ceba4b80
Added test app and test scenarios for the new qml app wizard
2010-09-13 18:29:46 +02:00
hjk
7457083bab
debugger: only update variables that are operated on
2010-09-13 08:32:37 +02:00
hjk
7528b3b022
debugger: fix editing of breakpoint conditions
2010-09-08 12:18:04 +02:00
Kai Koehne
b0bc76ece0
GdbTest: Compile fix
2010-09-03 12:29:41 +02:00
Bill King
1f0b600b82
Autotests: More cleanup of tests, and initial marking of components belonged to.
2010-09-02 15:32:04 +10:00
hjk
be4342b70e
debugger: use dynamic type in locals & watchers
...
only available with gdb newer than Aug 31, 2010
2010-09-01 14:35:06 +02:00
hjk
f32403328a
debugger: extend manual test
2010-09-01 13:37:07 +02:00