Commit Graph

13662 Commits

Author SHA1 Message Date
Christian Kandeler
de88538479 QML Wizard: Add support for .desktop files.
Reviewed-by: Alessandro Portale
2010-09-08 17:54:02 +02:00
Christian Kandeler
e69588597d Maemo: Support QML debugging.
Could not be tested with actual QML project yet.

Reviewed-by: kh1
2010-09-08 17:54:02 +02:00
Christian Kandeler
68f13d3f9a QML Wizard: Let executable find its QML files on Linux.
Reviewed-by: dt
2010-09-08 17:54:02 +02:00
Christian Kandeler
aef9d15eba Maemo: Silence incompetent compiler. 2010-09-08 17:54:02 +02:00
Christian Kandeler
e0d9b32228 QML App Wizard: Simplify deployment rules.
Reviewed-by: Alessandro Portale
2010-09-08 17:53:50 +02:00
hjk
88f3c894e4 debugger: make some of the dumper generated static strings translatable 2010-09-08 17:01:47 +02:00
Christiaan Janssen
1c702357a6 QmlInspector: tooltips in qmldebug mode
Reviewed by: Lasse Holmstedt
2010-09-08 16:53:44 +02:00
Christian Kamm
0a33abf094 QmlJS: Fix import path list growing over time.
Reviewed-by: Roberto Raggi
2010-09-08 16:53:03 +02:00
Leandro Melo
f391988ee5 Add option for the word-wrap mode of the application output.
Task-number: QTCREATORBUG-2190
Reviewed-by: dt
2010-09-08 16:39:27 +02:00
Leandro Melo
b2d69946aa Make the output window code a bit better.
Reviewed-by: dt
2010-09-08 16:39:26 +02:00
Leandro Melo
f7532a02d0 Do not force a specific editor for a file created from a wizard.
The wizards already provide a default suffix for file creation.
But since the user is still free to specify something else it's better to leave it to Creator to decide which one is the proper editor.
After all, this reflects how the file will be treated by Creator (including the next time it's opened).

Task-number: QTCREATORBUG-2006
2010-09-08 16:39:26 +02:00
Thomas Hartmann
1a08caf77f QmlDesigner.tests: new auto tests 2010-09-08 16:36:20 +02:00
Thomas Hartmann
edebca70ed QmlJSEditor: changing behaivour of text markers
The delay was increased to 500 ms and the marker only
appears now, if the cursor is directly on the type name.

This way the text marker creates less visual noise.
2010-09-08 16:36:19 +02:00
Thomas Hartmann
164be3a09c QmlDesigner.propertyEditor: fixing GradientLine 2010-09-08 16:36:19 +02:00
Thomas Hartmann
442ef1d8a7 QmlDesigner.propertyEditor: fix for BorderImage
borders cannot get out of bounds anymore
2010-09-08 16:36:18 +02:00
Thomas Hartmann
e788d9f062 QmlDesigner: fix warnings 2010-09-08 16:36:17 +02:00
Christian Kamm
5cd6ebfdfd C++: Only reindent on electric characters if indent wasn't user-changed.
This should make the indenter less strict and annoying for non-standard
indentation styles.

Reviewed-by: Roberto Raggi
2010-09-08 16:22:23 +02:00
hjk
2989ac1d69 fakevim: make :q after :sp more vim-ish 2010-09-08 15:57:57 +02:00
hjk
edd3b2137f editormanager: code cosmetics 2010-09-08 15:57:57 +02:00
hjk
c4d48c5ec8 fakevim: code cosmetics 2010-09-08 15:57:57 +02:00
Christian Kamm
81b96e474d QmlJS: Offer completion for words prefixed with +, -, *, /.
Task-number: QTCREATORBUG-2285
Reviewed-by: Roberto Raggi
2010-09-08 15:56:44 +02:00
Christian Kamm
34f37fb5e3 QmlJS indenter: Fix one-line object declarations in array bindings.
Task-number: QTCREATORBUG-2295
2010-09-08 15:50:07 +02:00
Friedemann Kleint
cb23999fbf Add error handling to QProcesses run at startup.
Give warnings about failures to be able to fix things/timeouts on
slow machines. Pass on arguments correctly on Windows.
Make sure processes are killed on timeouts.
2010-09-08 15:22:58 +02:00
Roberto Raggi
ba03239749 Concate strings instead of using the QDir API to speed up the linking phase.
Reviewed-by: Christian Kamm
2010-09-08 15:13:12 +02:00
Lasse Holmstedt
afd4e3047c Debugger: don't show progress bars for engines inside a wrapper engine.
Reviewed-by: hjk
2010-09-08 14:55:07 +02:00
Lasse Holmstedt
f1ff2a01cc QML Debugger: Mangle shadow build filenames
Without doing some magic for the filenames, we go to shadow build files
instead of the real ones, resulting in confusion. The user should never
see the shadow build files while debugging.

Reviewed-by: hjk
2010-09-08 14:55:07 +02:00
Lasse Holmstedt
5fcc438d6b RunConfiguration: Added missing init for copy constructor 2010-09-08 14:55:07 +02:00
Christian Kandeler
03492f24da QML debugging: Adaptations for Maemo.
Reviewed-by: Lasse Holmstedt
2010-09-08 14:27:13 +02:00
Roberto Raggi
29b304e7d0 Skip uninteresting symbols. 2010-09-08 14:23:01 +02:00
hjk
897f8dbb6c debugger: fix ancient bug.
Note the ++i2.
2010-09-08 14:10:14 +02:00
mae
31de38601b Leave block selection mode
The patch makes the editor leave block selection
mode when users continue to select text with
the keyboard. The editor will smoothly convert
to standard selection mode.
2010-09-08 13:43:15 +02:00
Roberto Raggi
7df679c019 Increased the interval to update QML/JS documents to 100ms. 2010-09-08 12:53:22 +02:00
Friedemann Kleint
a29a5b437d Maemo: Fix madlist crashing due to missing DLL on Windows.
Reviewed-by: kh
2010-09-08 12:47:34 +02:00
hjk
7528b3b022 debugger: fix editing of breakpoint conditions 2010-09-08 12:18:04 +02:00
hjk
1dab238307 debugger: add some comment on 'set target-async' weirdness 2010-09-08 11:54:55 +02:00
hjk
571d40a697 debugger: smother some warning that's to be expected. 2010-09-08 11:54:55 +02:00
hjk
d653099b8c debugger: don't show list of searched dumper locations if there was none 2010-09-08 11:54:55 +02:00
hjk
2b92b17fd7 debugger: stability. the 'asserted' situation can legally occur. 2010-09-08 11:54:55 +02:00
Roberto Raggi
e33767205b Introduced SemanticInfo::isValid(). 2010-09-08 11:39:24 +02:00
dt
cf40fdcccf Plugin Manager: -Fix -noload to actually not load the plugin 2010-09-08 11:13:37 +02:00
dt
7873cabde9 Fix pluginspec on windows
Reported on IRC
Reviewed-By: hjk
2010-09-08 10:36:16 +02:00
hjk
ad95e3372d debugger: fix recently introduced regression with compiled dumpers.
'+' instead of '+='. Duh.
2010-09-08 10:26:17 +02:00
Christian Kandeler
7544e75360 Maemo: Fix remote debugging via gdbserver.
Also document remote gdbserver adapter's signal.
2010-09-08 10:10:33 +02:00
hjk
15fc9396b5 debugger: allow breakpoint removal also at the original position, not the "acknolegdged" one
Task-number: QTCREATORBUG-2264
2010-09-08 09:54:40 +02:00
hjk
6c7c84d1d5 debugger: cosmetics 2010-09-08 09:13:59 +02:00
hjk
1d3606f4b9 debugger: provide a method to copy Locals&Watchers contents into a main editor.
Task-number: QTCREATORBUG-982
2010-09-08 09:10:22 +02:00
hjk
18d14b5367 debugger: remove unused code. 2010-09-08 09:10:05 +02:00
Friedemann Kleint
2f2bb7e5b3 GenericHighlighter: Do not include <QtCore>.
... in case syncqt is broken.
2010-09-08 08:43:34 +02:00
hjk
6f0a50beef debugger: synchronize breakpoints also at enable/disable operations
Task-number: QTCREATORBUG-2272
2010-09-08 08:16:44 +02:00
hjk
ce917a31ab debugger: make dumpers more robust for accidentally passed literals as tooltips 2010-09-08 08:16:44 +02:00