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
Alessandro Portale
d2cfe6cb05
Test data for html5 import
2011-02-08 18:07:27 +01:00
Christian Kamm
dc1f1cc310
C++: Fix Bind run on QtPropertyDeclarationAST.
...
Also adjust findusages test to account for QtProperty symbol.
Reviewed-by: Erik Verbruggen
2011-02-07 12:18:05 +01:00
Alessandro Portale
38edea5019
Renaming: QmlStandaloneApp* -> QtQuickApp*
2011-02-06 16:23:02 +01:00
Alessandro Portale
7870769a30
Html5 app wizard. First steps.
...
Task-Number: QTCREATORBUG-3284
2011-02-06 14:08:52 +01:00
hjk
cdfbf4bbcb
debugger: don't try to extract address of temporary expressions
...
They don't "live" in the inferior, so there is no real address.
2011-02-04 09:32:35 +01:00
Alessandro Portale
cc9f5a0192
Another rename of the wizard auto test
2011-02-03 19:48:13 +01:00
Bill King
38d3ddcd5b
Autotests: change to make tests run in-place
...
This change sets the path temporarily on win32 so that the testcases when
executed with "make check" find the necessary dll's in the main build directory.
2011-02-03 17:56:33 +01:00
Bill King
7962ca0be5
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2011-02-03 17:54:01 +01:00
Bill King
acc3a153d3
autotests: reduce noise.
2011-02-03 17:52:59 +01:00
hjk
5f368a0d81
debugger: add some encoding stuff to the manual test
2011-02-03 13:37:10 +01:00
hjk
ef1fd91fae
debugger: add a manual test for non-printable characters in a QByteArray
2011-02-03 13:11:24 +01:00
hjk
face88a3d2
debugger: rework 'Run to Outermost Function' feature
...
Remove from the debug menu, and assign Ctrl-F6 to it by default also
on non-Mac.
2011-02-02 11:56:01 +01:00
Pawel Polanski
440bba257a
Symbian: Added a serial connection type to CODA
2011-01-31 11:34:05 +01:00
Alessandro Portale
7bfc798a7d
qmlstandalone -> appwizards (second attempt)
2011-01-27 17:05:40 +01:00
hjk
5cc14426d4
debugger: implement dumper for QBasicAtomicPointer
2011-01-27 15:03:34 +01:00
Alessandro Portale
b25070a922
Renamed: qmlstandalone -> appwizards
...
That test will be for Qt Quick app and Html5 app wizard testing.
2011-01-26 23:19:47 +01:00
Erik Verbruggen
be3f3a159d
Corrected fix to the FindUsages auto-tests.
2011-01-20 15:05:27 +01:00
Friedemann Kleint
6b153c8747
Tests: Fix compilation/plugin test.
2011-01-20 14:43:06 +01:00