Commit Graph

11788 Commits

Author SHA1 Message Date
Roberto Raggi
ef5aaa0368 Renamed QmlJS::Document::documentRevision(). 2010-07-07 17:52:46 +02:00
hjk
d532180b3c debugger: add manual test to handle console input 2010-07-07 17:51:42 +02:00
hjk
bb3a6f05d0 debugger: add test code for signal/slot debugging 2010-07-07 17:32:50 +02:00
hjk
30d4c00437 debugger: some more verbose qml debug output 2010-07-07 17:32:50 +02:00
hjk
a59f45c576 debugger: try to improve tooltip handling
Still far from usable.
2010-07-07 17:32:50 +02:00
Friedemann Kleint
ed843bf548 Custom wizards: Add a checkbox.
Add a checkbox with configureable 'true'/'false' strings and illustrate
how to comment out a profile line using it in helloworld-example.
2010-07-07 17:21:03 +02:00
Erik Verbruggen
f753f9d2b6 Added ignore for build product. 2010-07-07 17:20:06 +02:00
Erik Verbruggen
be58171542 Fixed auto tests. 2010-07-07 17:20:06 +02:00
ck
44d45df34f Fix unintended change. 2010-07-07 17:04:30 +02:00
ck
68beb601f3 Maemo: Use qmake configuration from sysroot.
Also allow absolute file paths for deployables.

Reviewed-by: kh1
2010-07-07 16:50:19 +02:00
Tobias Hunger
b87f3fbcc8 Use outputparsers when creating S60 packages 2010-07-07 16:44:57 +02:00
Tobias Hunger
3d2e566772 Small improvements to the abld parser
* Should work better with errors that can happen during deployment
2010-07-07 16:44:56 +02:00
hjk
5956db6f98 debugger: fix dumping of static qobject properties if no dynamic properties
exist
2010-07-07 15:11:40 +02:00
ck
608fcf3123 Maemo: Correctly deploy subdirs projects.
Task-number: QTCREATORBUG-1614, QTCREATORBUG-1810
Reviewed-by: kh1
2010-07-07 14:51:46 +02:00
Tobias Hunger
773d580604 Use native separators
* Force use of native separators when reporting process
   start/stop information in the compile output window
2010-07-07 14:40:13 +02:00
hjk
3ba7325bd5 debugger: fix output of python 'dict' items when children are not expanded 2010-07-07 14:36:42 +02:00
hjk
ab0e0b1f97 debugger: fix startup of pdbengine 2010-07-07 14:36:40 +02:00
Leena Miettinen
e15f07cb30 Doc - Revert information about Qt Quick visual editor for v2.2 2010-07-07 14:25:45 +02:00
Alessandro Portale
758bcff85e Re-enable the qml-runtime wizard. 2010-07-07 14:01:41 +02:00
Friedemann Kleint
bca434a706 Trk/Launcher: Add infrastructure for reporting crashes.
currently used for runonphone only.
Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
2010-07-07 14:01:01 +02:00
hjk
100d8bad6e qmljseditor: enable setting breakpoints using the mouse in the ExtraArea 2010-07-07 13:56:39 +02:00
hjk
bcd2146db1 debugger: don't stop at disabled breakpoints in script engine 2010-07-07 13:26:32 +02:00
hjk
c40521b12c debugger: re-enable F9 for script debugging 2010-07-07 13:16:16 +02:00
Thomas Hartmann
5a971334ef qmlsjeditor: activate context pane 2010-07-07 13:09:57 +02:00
Thomas Hartmann
bc753969dc QmlDesigner: extend context pane for UiObjectBindings 2010-07-07 13:09:57 +02:00
Thomas Hartmann
90b3796174 QmlDesigner: adding reset position to context widget 2010-07-07 13:09:56 +02:00
Thomas Hartmann
67a65d9b83 QmlDesigner: fix text context pane 2010-07-07 13:09:56 +02:00
Thomas Hartmann
fb1ae30293 qmljsrewriter: adapt rewriter to ChangeSet api changes 2010-07-07 13:09:55 +02:00
Tobias Hunger
61e6873a53 Add unit test for QTCREATORBUG-597
* This is already implicitly tested, but since the reporter
   claims that there was a regression I explicitly added this test.
 * No change needed to make the unit test pass.
2010-07-07 11:51:39 +02:00
dt
b9f9dc9f70 Fix compilation with installed qt 2010-07-07 11:43:03 +02:00
dt
0a751084eb Task hub 2010-07-07 11:43:03 +02:00
mae
f552e1d0c5 fix crash
confusion between columns and character positions
2010-07-07 11:13:42 +02:00
mae
38abb7285c Use current file path (not dir path) for open file
This makes it possible to open a pro-file with the locator,
then doing Ctrl+O Enter to load the project.
2010-07-07 11:13:42 +02:00
ck
3c5ae375bc Maemo: Fix deployment.
This broke after the introduction of a deploy step type.
2010-07-07 11:15:18 +02:00
ck
ad02e86e7a Qt4Projectmanager: Constify some member functions.
Reviewed-by: dt
2010-07-07 10:57:08 +02:00
Roberto Raggi
7d7288cf9d Refactored CheckUndefinedSymbols to use RunFunctionTaskBase.
This will eventually fix a few leaks we introduced in the semantic highlighter.
2010-07-07 09:44:08 +02:00
Tobias Hunger
54584044ca Add Deploy steps
* Add "Deploy" to BuildSteps::Type
 * Update UIs to handle deploy steps
 * Turn existing package creation steps from build type to deploy type
 * Move packaging steps into deploy steps when loading projects

Reviewed-by: dt
2010-07-06 18:36:32 +02:00
Tobias Hunger
1062c0ad8c Improve save/restore of buildsteps
* Inspect the BuildStep::Type enum for key names in fromMap/toMap

Reviewed-by: dt
2010-07-06 18:36:31 +02:00
Tobias Hunger
8ccbd0ec6b Rename StepType to BuildStep::Type
* Move and rename the enum
 * Add Q_ENUMS macro

Reviewed-by: dt
2010-07-06 18:36:30 +02:00
Robert Loehning
7fa5d25e0f Removed unneeded reimplementation of virtual function. 2010-07-06 17:39:31 +02:00
Tobias Hunger
f4f2d05e07 Remove unused variable 2010-07-06 17:16:49 +02:00
Tobias Hunger
6dd2ef53fa Fix directory separator 2010-07-06 17:02:48 +02:00
con
1a2a4f6387 Merge remote branch 'origin/2.0'
Conflicts:
	share/qtcreator/gdbmacros/dumper.py
	src/libs/qmljs/qmljs-lib.pri
	src/plugins/fakevim/fakevimhandler.cpp
2010-07-06 15:34:50 +02:00
Sebastian Hartte
7feed7318b Fixed a crash when deleting files from a project under certain conditions
Task-number: QTCREATORBUG-1804
Merge-request: 2168
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-07-06 15:21:01 +02:00
Robert Loehning
8af5c9e14e Added option to toggle check state in TargetSetupPage. 2010-07-06 15:08:02 +02:00
con
15047f8816 Application output always scrolled, and moved the cursor.
Task-number: QTCREATORBUG-1790
Reviewed-by: dt
Reviewed-by: mae
2010-07-06 15:07:33 +02:00
con
dec87b222b Scroll Application Output to end also for project explorer messages.
Task-number: QTCREATORBUG-1405
Reviewed-by: dt
2010-07-06 15:07:33 +02:00
Christian Kamm
37565602e9 C++ editor: Put the changes for indenting a selection in an edit block.
Reviewed-by: Roberto Raggi
2010-07-06 15:04:37 +02:00
Christian Kamm
e086c67e8e C++ editor: Use the new indenter to make indenting selections fast. 2010-07-06 14:53:54 +02:00
Christian Kamm
74ed3e8a11 C++ indenter: Add more functions to manage the indenter state. 2010-07-06 14:53:54 +02:00