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
hjk
3331aea7da
debugger: make qt source path configurable
2011-02-23 17:56:21 +01:00
con
0c1d21fb5b
Make "modifies current document" its own property. Add some tool tips.
2011-02-18 17:15:39 +01:00
con
10b6b2936b
Make the "sort selection" tool do something.
...
* Handle <input> tag.
* Pass input to running process.
* Search for executable in path.
* Add "CurrentSelection" variable.
Remaining issue: ReplaceSelection output handling.
2011-02-18 17:15:36 +01:00
con
6c69638711
Separate std out and std err handling.
2011-02-18 17:15:36 +01:00
con
371478ffb9
Read external tools from resources and show them in menu.
2011-02-18 17:15:35 +01:00
con
e07e914514
External tools need a uid, e.g. for keyboard shortcuts.
2011-02-18 17:15:35 +01:00
con
965ce7abf0
Read localized description, name and category from external tools
2011-02-18 17:15:34 +01:00
con
740743dc25
Implement an external tool container + xml parsing.
2011-02-18 17:15:34 +01:00
Bill King
3593fe08ae
tests: add licence headers
2011-02-18 14:48:16 +01:00
hjk
98c4b82c2d
debugger: make output format of non-printable characters customizable
2011-02-17 19:01:07 +01:00
Bill King
800e962c33
tests: Add a failing test to make sure diagnostic reporting is working.
2011-02-17 17:00:09 +01:00
Bill King
748ea3edb1
Tests: Fix a crash bug.
2011-02-17 16:08:43 +01:00
Bill King
853b16ccee
Tests: cleanup output so that it appears inline with associated test.
2011-02-17 16:08:42 +01:00
hjk
00961969f4
debugger: add dead code for potential improvements of the QScriptValue dumper
...
Looks there is no way to proceed without inferior calls right now.
2011-02-17 14:13:04 +01:00
Bill King
faa4d4fc69
tests: Remove unused testcase
2011-02-17 13:01:08 +01:00
Bill King
bd92874c29
tests: Don't run the gdb test on win32-msvc. It makes no sense.
2011-02-17 12:13:53 +01:00
Bill King
d2a16578f0
tests: code cleanup
2011-02-17 12:13:53 +01:00
Erik Verbruggen
6d00ff37f3
Added tests for the DiagnosticClient.
2011-02-17 11:20:50 +01:00
Bill King
d6a257f8f9
Tests: Simplify the simplifytest.
2011-02-16 17:37:08 +01:00
Bill King
36c72ac388
Tests: More autotest cleanup.
2011-02-16 17:09:20 +01:00
hjk
2f68d72286
debugger: improve QScriptValue dumper
2011-02-15 18:49:14 +01:00
Friedemann Kleint
695c7836b3
Debugger: Fix autotests for MSVC.
2011-02-14 17:02:16 +01:00
hjk
3b2804d01a
debugger dumpers: compile fix for automated tests
2011-02-14 15:07:42 +01:00
hjk
0214402c69
debugger: prepare some manual test for a potential QScriptValue dumper
2011-02-10 17:05:09 +01:00
Pawel Polanski
1c036c43bf
Symbian: Refactor codaclient application to make it compile once again
2011-02-10 16:50:42 +01:00
Alessandro Portale
8678af3240
Refacoring. Saner Api for QtQuickApp.
...
Now using an explicit Mode (generated, imported) instead of empty
or set filename convention. Just like in Html5App.
2011-02-09 21:39:46 +01:00
Alessandro Portale
aa453c8062
Implemented "import" and "Url" options for html5 app wizard
2011-02-09 16:23:45 +01:00
Alessandro Portale
2eb2f61c35
Name exported test projects properly.
2011-02-09 16:23:45 +01:00
Alessandro Portale
99bbdc53bb
Rename test html to sometheing elste than "index.html"
2011-02-09 16:23:44 +01:00
Alessandro Portale
09d387f5fa
Fix the "quit" handler
2011-02-09 16:23:44 +01:00
hjk
3f42c75e50
fakevim: shut up an auto test to get a clean test suite run
...
The testing environment seems wrong. It works properly in the real FakeVim.
2011-02-09 14:35:40 +01:00
hjk
c422418f00
fakevim: fix a now succeeding auto test
2011-02-09 14:35:40 +01:00