Commit Graph

21107 Commits

Author SHA1 Message Date
Kai Koehne
b7c3e821c9 QuickDesigner: Jump to right column for QML syntax errors
column count for errors start with 1.

Task-number: QTCREATORBUG-4347
Reviewed-by: Thomas Hartmann
2011-04-06 13:21:06 +02:00
Kai Koehne
ac2af19ee0 QMakeStep: Fix qmljsdebugger warning issues
Debugging requires 4.7.1 minimum. Also update the label if the
user switches Qt versions.

Reviewed-by: dt
2011-04-06 13:20:42 +02:00
dt
22dca2f913 FakeVim: Add missing endArray() to settings reading
Reviewed-By: hjk
2011-04-06 13:14:46 +02:00
Christiaan Janssen
fad891820d qQmlProfiler: independent start/stop/record buttons
Reviewed-by: Kai Koehne
2011-04-06 12:59:29 +02:00
Leena Miettinen
956435f9e5 Doc: differences between integrated and stand-alone Qt Designer
Task-number: QTCREATORBUG-3592

Reviewed-by: Friedemann Kleint
2011-04-06 10:59:03 +02:00
Leena Miettinen
356cd9a2a5 Doc: differences in displaying application output
Reviewed-by: Friedemann Kleint
2011-04-06 10:59:02 +02:00
Leena Miettinen
4c9696f9f3 Doc: remove obsolete note 2011-04-06 10:59:02 +02:00
Leena Miettinen
da0708fd61 Doc: remove obsolete info 2011-04-06 10:59:01 +02:00
Leena Miettinen
67df1185f7 Doc: fix formatting 2011-04-06 10:59:00 +02:00
Erik Verbruggen
7b25f438c6 Fixed import of "." in a library with a hack.
Task-number: QTCREATORBUG-4198
Reviewed-by: Kai Koehne
2011-04-06 10:49:27 +02:00
Christian Kandeler
360b2addb3 SSH: Move private class into internal namespace. 2011-04-06 10:31:42 +02:00
Christian Kandeler
288b25bf40 SSH: Implement terminal support and corresponding tests.
Task-number: QTCREATORBUG-3891
2011-04-06 10:31:42 +02:00
Christian Kandeler
dc6874acb8 SSH: Adapt tests to API change. 2011-04-06 10:31:42 +02:00
Tobias Hunger
7bae23b3a6 Abi: Mips support
* Detect Mips in binaries
* Parse mips gcc string properly
* Add unit tests for both

Thanks go to fralik from devnet for providing the test data!
2011-04-06 10:06:49 +02:00
Marco Bubke
cfdbd3ca9a QmlDesigner: Remove qDebug
Reviewed-by: Thomas Hartmann
2011-04-05 18:10:07 +02:00
Christian Kandeler
1352ae3deb Maemo: Implement tar package creation step.
Currently unused.
2011-04-05 17:25:34 +02:00
hjk
af73d108c1 mimetypes: remove grid lines from table view
More consistent.

Reviewed-by: Leandro Melo
2011-04-05 17:11:00 +02:00
hjk
e1ba3d0b89 fakevim: allow main texteditor to call into fakevim 2011-04-05 17:08:19 +02:00
hjk
223d3ca962 callgrind: simplify inheritance tree by removing AbstractModel 2011-04-05 17:08:19 +02:00
hjk
faf3d5d34d valgrind: remove HistoryItem and FunctionHistoryItem 2011-04-05 17:08:19 +02:00
Christian Kandeler
61a4fc629e Maemo: Fix merging artifact. 2011-04-05 17:04:39 +02:00
Christian Kandeler
fa56e98cbb Maemo: Use devrootsh only when not connected as root. 2011-04-05 17:04:16 +02:00
Christian Kandeler
e9cbaa425c Maemo: Remove unused function. 2011-04-05 16:46:43 +02:00
Thomas Hartmann
5251643c85 QmlDesigner.model: bugfix for TabBar
A defaultProperty is always a list property.


Reviewed-by: Marco Bubke
2011-04-05 16:44:36 +02:00
Thomas Hartmann
40d8f686c9 QmlDesigner.model: crash fix
Reviewed-by: Marco Bubke
2011-04-05 16:44:35 +02:00
Thomas Hartmann
1e986f2d52 QmlDesigner.propertyEditor: crash fix
Reviewed-by: Marco Bubke
2011-04-05 16:44:34 +02:00
Bill King
5e372a165f Merge branch '2.2'
Conflicts:
	src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
	src/plugins/qt4projectmanager/qt-maemo/qt4maemotarget.cpp
	src/plugins/qt4projectmanager/qt-maemo/qt4maemotarget.h
2011-04-05 16:43:24 +02:00
Friedemann Kleint
8e5ab20898 Debugger[CDB]: Reduce verbosity. 2011-04-05 15:20:13 +02:00
Bill King
7d01f84abc Fixes msvc compilation switch to correct check. 2011-04-05 15:07:16 +02:00
Bill King
fc05015226 tests: get autotests compiling again. 2011-04-05 15:04:21 +02:00
Friedemann Kleint
d4da0fbd85 Debugger[CDB]: Simple dumpers for ScriptValue, QHostAddress, QProcess
Dump by reading raw memory for further types for whose private
classes no symbolic information is available.
Also fix dumping for pointer values, taking CDB's pointer/value
duality into account.
2011-04-05 15:00:15 +02:00
Marco Bubke
29d1f2ad97 QmlDesigner: Canvas setting now reflected
Task-number: QTCREATORBUG-4317
Reviewed-by: Thomas Hartmann
2011-04-05 13:52:46 +02:00
Thomas Hartmann
443ff27890 QmlDesigner.propertyEditor: fix for layout issues on Windows 7
Reviewed-by: Marco Bubke
2011-04-05 13:42:33 +02:00
Marco Bubke
7420daa4d3 QmlDesigner: Canvas setting now reflected
Task-number: QTCREATORBUG-4317
Reviewed-by: Thomas Hartmann
2011-04-05 13:42:23 +02:00
dt
19e2a2e27e TargetSetupPage: Fix expanding logic
Reviewed-By: Robert Loehning
2011-04-05 12:58:23 +02:00
Christiaan Janssen
80036b8905 QmlProfiler: rendering optimizations
Reviewed-by: Kai Koehne
2011-04-05 12:54:04 +02:00
Friedemann Kleint
4bb3d2e890 Fix Analyzer-related exit crash on Windows. 2011-04-05 11:35:15 +02:00
Kai Koehne
3d63099d31 QmlPuppet: Fix compilation with no webkit
Reviewed-by: Thomas Hartmann
2011-04-05 10:37:00 +02:00
Christian Kandeler
2b8585b951 Maemo: Fix package metadata initialization bug.
We must check whether a target is fully initialized (meaning it
already has packaging metadata). Otherwise we will initialize one
target with bogus values from another, equally uninitialized one
when they are created at the same time (i.e. by a wizard).
2011-04-05 09:38:10 +02:00
Leena Miettinen
e4aa8df34e Doc: polishing 2011-04-05 09:36:23 +02:00
Leena Miettinen
8292a0a078 Doc: correct order of selecting anchor buttons 2011-04-05 09:36:22 +02:00
Leena Miettinen
adf0c86520 Doc: restoring sessions 2011-04-05 09:36:22 +02:00
Leena Miettinen
eb49902313 Doc: update screen shots 2011-04-05 09:36:21 +02:00
Pawel Polanski
4254d6ed34 Symbian: crashes if canceled in a certain moment of package creation 2011-04-04 17:03:36 +02:00
Kai Koehne
43ab73edac QmlProfiler: Fix OTHER_FILES section 2011-04-04 17:00:07 +02:00
Pawel Polanski
cca0617b39 CODA: CODA can crash while copying to device 2011-04-04 16:25:32 +02:00
Friedemann Kleint
122f6a1845 Debugger: Add size to watch data.
Have CDB report it, pass it on to adding watches.
2011-04-04 16:15:03 +02:00
Friedemann Kleint
e5f72538d0 Analyzer: Add missing dependency of Qt4ProjectManager. 2011-04-04 16:05:04 +02:00
Friedemann Kleint
e2462219f3 Analyzer: Add missing dependency of Qt4ProjectManager. 2011-04-04 16:00:52 +02:00
Kai Koehne
64fee9c5cb QmlProfiler: Enable attach action only if profiler is current tool 2011-04-04 15:59:31 +02:00