Denis Mingulov
b23b4588bf
Navigation Widget: add 'Priority' support
...
Merge-request: 176
Reviewed-by: hjk <qtc-committer@nokia.com >
2010-09-09 14:39:59 +02:00
Pawel Polanski
0c9d85a933
Installation package list for Symbian fixed
2010-09-09 14:33:13 +02:00
hjk
c1b693c53c
debugger: dumper for QSharedData and QSharedDataPointer
2010-09-09 14:22:51 +02:00
Pawel Polanski
7d8a5423a2
Improved deployment information for Symbian
2010-09-09 14:04:54 +02:00
hjk
628afc5ac1
debugger: the register view should have no extra frame.
...
The other views don't have one, either.
2010-09-09 12:41:57 +02:00
Friedemann Kleint
21f10fe27e
Changelog: Start on 2.1
2010-09-09 11:07:54 +02:00
Christian Kandeler
ff7ef5edda
Maemo: Get rid of maemo6 reference, fix deploy paths.
2010-09-09 10:37:42 +02:00
Christian Kandeler
292cec359f
QML Wizard: Fix Fremantle install prefix.
...
/opt -> /opt/usr
2010-09-09 10:37:42 +02:00
Friedemann Kleint
97e7c12e3c
Code polishing, continuing cb23999fbf
...
Add more error messages to processes run for toolchain detection.
Move Windows-specific code to dbgwinutils, remove inclusion of
<windows.h>. Fix MinGW gcc 4.5 warnings.
2010-09-09 09:58:17 +02:00
Leena Miettinen
f63b316728
Doc - Add template for 2.1 change log.
2010-09-09 09:45:27 +02:00
Tobias Hunger
60914b12f7
Improve MSVC parser
...
* Use fewer but more strict regular expressions
* Add some new unit tests
2010-09-08 18:19:01 +02:00
Tobias Hunger
ba5750d486
Handle more make errors
2010-09-08 18:18:56 +02:00
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