Bill King
663af1e7e0
tests: cleanup of test projects. Also, add rpathing where needed.
2011-04-07 11:13:54 +02:00
Oswald Buddenhagen
ca1b85cec7
Merge remote branch 'origin/2.2'
2011-04-07 10:12:39 +02:00
Bill King
4e7ad2a1b7
tests: Make them compile again properly
2011-04-07 09:10:37 +02:00
Oswald Buddenhagen
63d5dbd9ac
support QT_INSTALL_IMPORTS in testreader
2011-04-06 21:36:03 +02:00
hjk
cd9aec6df9
debugger: make original value of automatically dereferenced pointer accessible
2011-04-06 18:40:32 +02:00
Christian Kandeler
288b25bf40
SSH: Implement terminal support and corresponding tests.
...
Task-number: QTCREATORBUG-3891
2011-04-06 10:31:42 +02:00
Christian Kandeler
dc6874acb8
SSH: Adapt tests to API change.
2011-04-06 10:31:42 +02:00
Bill King
5e372a165f
Merge branch '2.2'
...
Conflicts:
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotarget.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotarget.h
2011-04-05 16:43:24 +02:00
Bill King
fc05015226
tests: get autotests compiling again.
2011-04-05 15:04:21 +02:00
Mike McQuaid
7554105eee
Fix memcheck test compiler warnings.
...
Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com >
2011-04-04 14:39:28 +02:00
Mike McQuaid
d67d69e36a
Add callgrind tests for valgrind library.
...
Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com >
2011-04-04 14:39:28 +02:00
Thomas Hartmann
5f27ad85ea
QmlDesigner.tests: compilefix
2011-04-04 13:23:38 +02:00
Christian Kandeler
afa13623cd
SSH: Fix tests to adapt to new location (utils vs. core plugin).
2011-04-01 09:58:29 +02:00
con
1c2da511b9
Merge remote branch 'origin/2.2'
...
Conflicts:
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.h
src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/rvcttoolchain.h
2011-04-01 09:53:09 +02:00
hjk
f130cd16a8
debugger: add QXmlAttributes manual test
2011-03-29 14:57:41 +02:00
hjk
263a636884
debugger: update manual tests
2011-03-29 09:32:36 +02:00
hjk
107afa110f
debugger: add some testcode for inline constructor breakpoints
2011-03-29 09:28:23 +02:00
Robert Loehning
323cca957d
debugger: Brought back manual test for null pointer deref
2011-03-28 15:33:22 +02:00
Oswald Buddenhagen
4e894f14c0
support tilde expansion under unix
...
Task-number: QTCREATORBUG-4239
2011-03-28 15:25:01 +02:00
hjk
34a96d8808
debugger: add manual test for (too) long evaluation
2011-03-28 13:24:47 +02:00
dt
4f278cbfed
Merge remote branch 'origin/2.2'
...
Conflicts:
src/plugins/debugger/disassembleragent.cpp
2011-03-21 17:48:19 +01:00
Oswald Buddenhagen
08deb39072
more exact qmake command line parsing
...
support -after and -config.
this also moves the actual parsing to ProFileOption, where it belongs.
2011-03-18 21:28:04 +01:00
Alessandro Portale
dece4dccc7
Added (optional) touch optimized navigation of HTML5 apps
...
Code provided by the Bostoner Browser team.
The HTML5 wizard shows a checkbox "Enable touch optimized navigation"
which enables flicking and enlarged click areas. By default, the
option is turned off.
Task-Number: QTCREATORBUG-3284
2011-03-18 17:34:09 +01:00
hjk
7832e821f5
debugger: add manual test for void * typedefs
2011-03-17 13:40:02 +01:00
hjk
0a9ef41b81
debugger: add some manual test code for MPI related data stuctures
2011-03-17 13:40:02 +01:00
Friedemann Kleint
24cdd3551b
Merge remote branch 'origin/2.2'
...
Conflicts:
src/libs/utils/utils-lib.pri
2011-03-16 15:51:37 +01:00
Kai Koehne
7365be7cf6
MobileWizard: Export library symbols to allow wizards in external plugins
...
Qt components want to provide Qt Quick Application wizards in their own
repos. Allow them to use the MobileAppWizard infrastructure.
Reviewed-by: Alessandro Portale
2011-03-16 15:29:05 +01:00
Oswald Buddenhagen
46da406668
don't be tricked by scope blocks with colons
...
people write strange code ...
2011-03-16 12:24:38 +01:00
Oswald Buddenhagen
00ac132d59
don't accidentally write into scopes
...
we get no reliable end-of-block location from the token stream, so we
have to do it ourselves. the solution is qmake-worthy, to put it that
way ...
Task-number: QTCREATORBUG-4049
2011-03-16 12:24:38 +01:00
Oswald Buddenhagen
e03dcf1945
plug leaks in test
...
makes the valgrind output less annoying
2011-03-16 12:24:38 +01:00
Oswald Buddenhagen
71baeb1d77
Merge remote-tracking branch 'origin/2.2'
2011-03-15 18:01:35 +01:00
Christian Kamm
faff0c8ace
C++ indenter: Fix for use of << and >> in parentheses.
...
Task-number: QTCREATORBUG-4076
2011-03-15 15:05:05 +01:00
hjk
86c9198227
debugger: add a manual test case for the 'X' is 'X::X()' in X::foo gdb problem
2011-03-11 09:52:17 +01:00
Oswald Buddenhagen
7007326837
clean up DEPENDPATH insanity
...
simply add
CONFIG += depend_includepath
to qtcreator.pri and remove all the manual DEPENDPATHs, as half of them
were missing anyway, and i wouldn't expect it to ever change. not
touching src/shared/ for syncing reasons.
2011-03-09 22:24:13 +01:00
Oswald Buddenhagen
645b3c46ed
remove "Automatically generated by qmake ..." blurbs
...
they are a bit misleading (and embarrassing ...)
2011-03-09 22:24:13 +01:00
Oswald Buddenhagen
8b6961b77f
add scoped editing of pro-files
...
only simple textual scopes like "unix" are supported. no negation, no
complex scopes, no scope nesting.
2011-03-07 22:11:27 +01:00
Oswald Buddenhagen
fcbbdf9a38
improve ProWriter editing capabilities
...
- completely replacing existing value lists
- creating assignments instead of appendings
- writing value lists as a single line
2011-03-07 22:11:26 +01:00
Oswald Buddenhagen
846e4d3d1c
fix ProWriter test
...
finally ...
2011-03-07 22:11:26 +01:00
Bill King
985abdbb46
Tests: rewrite boost test inclusion properly.
2011-03-07 12:59:46 +01:00
hjk
822bbff157
debugger: add possibility to break on fork, vfork, exec, syscall
2011-03-04 19:26:11 +01:00
hjk
7c9dcec747
debugger: add manual test for boost::optional
2011-03-04 17:24:59 +01:00
hjk
42a7fd55fe
debugger: add dumper for boost::shared_ptr
2011-03-04 17:24:59 +01:00
Mike McQuaid
3b703588fa
Add libvalgrind tests.
...
Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com >
2011-03-04 12:33:30 +01:00
Christian Kamm
c876ad1cad
Add tests for type pretty printer.
...
Mainly to not have unused functions inside the autotest.
Reviewed-by: Bill King
2011-03-02 16:41:58 +01:00
hjk
b0b8a452c1
debugger: dump integers and floats based on the typedef stripped type
2011-03-01 19:17:03 +01:00
hjk
3d7a145803
debugger: add address display for floats and bools
2011-03-01 16:50:02 +01:00
hjk
1a4a7448dd
debugger: enhance test case for bit fields
2011-03-01 16:18:06 +01:00
hjk
fe03946df9
debugger: Switch off address printing for generated items
2011-03-01 15:44:22 +01:00
hjk
f78277f123
debugger: properly initialize test data
2011-03-01 14:15:26 +01:00
hjk
82af4a3016
debugger: add a manual test for classes using the Q_D pattern for privates
2011-03-01 12:40:22 +01:00