dt_
5cbd34b03a
Show icon for invalid qt's without name
...
Task-Nr: QTCREATORBUG-4899
2011-05-17 15:57:53 +02:00
Fawzi Mohamed
db2dd3e277
Option to merge stderr in application output
...
When activated shows correct interleaving of stdout and stderr messages,
but looses stderr highlighting.
Task-number: QTCREATORBUG-4821
Reviewed-by: ossi
2011-05-17 15:18:08 +02:00
Oswald Buddenhagen
7c2afcf179
fix "Debugger:" label alignment
...
on the way also greatly simplify the code in most copies. it was
probably trying to do what i did, but failed miserably.
2011-05-17 14:45:44 +02:00
Leena Miettinen
80e77e9514
UI text: fix capitalization of labels and tooltips
...
Reviewed-by: Thomas Hartmann
2011-05-17 13:46:10 +02:00
hjk
5aaa595eb0
debugger: allow hex etc formatting for anything that looks like an integer
2011-05-17 12:59:54 +02:00
hjk
fb7f576ede
debuggger: allow change of display for templated types
2011-05-17 12:59:54 +02:00
Friedemann Kleint
581765055d
Debugger [CDB]: Enable Assignment to string classes.
...
Assign to QString/QByteArray following gdbmacros.py
implementation (call resize if required, copy data into buffer).
Assign to std::[w]string only it has sufficient memory
(since std::string<>.resize cannot be called).
2011-05-17 12:19:24 +02:00
Robert Loehning
ab3ab3264e
Improved German translation
2011-05-17 11:54:27 +02:00
Roberto Raggi
9608af7ad2
Added support to C++ symbols rewriting.
...
This should simplify full C++ template instantiations.
Reviewed-by: Christian Kamm
2011-05-17 11:45:47 +02:00
Christiaan Janssen
670d241288
QmlLivePreview: adding animations and transitions
...
Reviewed-by: Kai Koehne
2011-05-17 10:44:33 +02:00
Christiaan Janssen
09a78a3ae7
QmlLivePreview: adding states to an item
...
Reviewed-by: Kai Koehne
2011-05-17 10:42:45 +02:00
hjk
0d3fa271b5
debugger: add dumper for Eigen::Matrix
2011-05-16 20:04:43 +02:00
Thorbjørn Lindeijer
2b9c0106bc
Improved resize behavior of the Filter Configuration dialog
2011-05-16 19:39:01 +02:00
Tobias Hunger
2dc9a4d795
Refactor some code in buildstepspage
...
* Rename m_buildSteps to m_buildStepsData
* Turn BuildStepsWidgetStruct into class and rename it to
BuildStepsWidgetData
* Use constructor/destructor for that class
* Turn m_buildStepsData into a QList<... *> to have the
necessary control about when destruction happens
Reviewed-by: Fawzi Mohamed
2011-05-16 18:26:48 +02:00
Tobias Hunger
e8dcccbb24
Fix possible crash in BuildStepsPage
...
Task-number: QTCREATORBUG-4894
Reviewed-by: Fawzi Mohamed
2011-05-16 18:26:26 +02:00
Tobias Hunger
32bc1c153c
Fix possible crash in qmakestepwidget
...
Reviewed-by: dt
2011-05-16 18:26:18 +02:00
Christiaan Janssen
0f6376f16c
QmlDebugger: update location marker while debugging
...
Reviewed-by: hjk
2011-05-16 17:39:33 +02:00
Oswald Buddenhagen
fa0127bedd
Merge remote-tracking branch 'origin/2.2'
...
Conflicts:
src/plugins/debugger/breakhandler.cpp
src/plugins/debugger/cdb/cdbengine.cpp
2011-05-16 17:32:23 +02:00
hjk
fcaa6b0d1b
fakevim: further split 'handleCommand'
2011-05-16 17:22:05 +02:00
hjk
7347587d69
debugger: take a few string comparisons off the critical path
2011-05-16 17:22:05 +02:00
hjk
2f009a301b
debugger: remove custom 'select' function from dumpers
2011-05-16 17:22:05 +02:00
hjk
185aaa7e26
debugger: use python's built-in min()
2011-05-16 17:22:05 +02:00
Leena Miettinen
dd3900a402
UI text: edit field labels and tooltips
...
Reviewed-by: Thomas Hartmann
2011-05-16 16:56:03 +02:00
Leena Miettinen
79f2122d9f
Doc: update setting breakpoints
...
Update screen shots
2011-05-16 16:56:02 +02:00
Thomas Hartmann
4dcc0c2ada
QmlDesigner.qmlModelView: fixes adding imports
...
We use requiredImport() and only add an import if it does
not exists before (even with alias).
2011-05-16 16:20:09 +02:00
Thomas Hartmann
9f9bdd7201
QmlDesigner.rewriteAction: fixes rewriter for import alias
2011-05-16 16:20:09 +02:00
Thomas Hartmann
2e7d0dc5d0
QmlDesigner.metaInfo: fixes for as imports
...
This patch also allows to luckup C++ types without
specified version.
2011-05-16 16:20:08 +02:00
Thomas Hartmann
325c5d87ac
QmlDesigner.rewriter: fix (optimization)
...
We only change a value if different.
2011-05-16 16:20:08 +02:00
Thomas Hartmann
0aa863e9dd
QmlDesigner.documentController: fixing toText for alias imports
2011-05-16 16:20:07 +02:00
Thomas Hartmann
4cbdc3b4f4
QmlDesigner.model: extending Import:toString
...
This allows skipping the alias part.
2011-05-16 16:20:06 +02:00
Thomas Hartmann
9b93ac78f8
QmlDesigner: using hasImport
...
This change avoids adding an import if the same import with different alias
already exists.
2011-05-16 16:20:05 +02:00
Thomas Hartmann
fe2e5432d5
QmlDesigner.model: adding hasImport
...
The method hasImport() is able to ignore alias imports.
2011-05-16 16:20:04 +02:00
Thomas Hartmann
0b0b485fa6
QmlDesigner.model: add convertTypeToImportAlias() to ModelNode
...
We expose convertTypeToImportAlias() in ModelNode.
2011-05-16 16:20:03 +02:00
Thomas Hartmann
8723da0f80
QmlDesigner.rewriterView: adding convertTypeToImportAlias()
...
We need this function to handle alias imports.
2011-05-16 16:20:02 +02:00
Thomas Hartmann
70ffe0c2e8
QmlDesigner.metaInfo: extending itemlibrary info
...
I added forceImport.
2011-05-16 16:20:02 +02:00
Thomas Hartmann
b9ff6032e0
QmlDesigner.propertyEditor: use simplified typename in captions
2011-05-16 16:20:00 +02:00
Thomas Hartmann
6a9e88c333
QmlDesigner.textToModelMerger: use fully qualified types
...
We now use fully qualified types also for components.
2011-05-16 16:20:00 +02:00
Thomas Hartmann
378f08dbe9
QmlDesigner.plugins: update
...
We use fully qualified names now.
2011-05-16 16:19:59 +02:00
Friedemann Kleint
5ded3e2f62
Debugger[CDB]: Output std::[w]string correctly.
...
_Ptr is used for large values instead of _Buf.
Reviewed-by: hjk
2011-05-16 16:12:29 +02:00
Christiaan Janssen
9a92079c11
QmlProfiler: fix warning in MSVC compiler
...
Reviewed-by: Tobias Hunger
2011-05-16 15:12:34 +02:00
Leena Miettinen
186fd07dc7
Doc: rename 'watchers' as 'expressions'
...
And 'watchpoints' as 'data breakpoints'
2011-05-16 14:27:34 +02:00
Christian Kandeler
aababf0c68
Maemo: Make more generic.
...
We can now deploy and remotely run/debug any Linux target.
2011-05-16 13:41:28 +02:00
dt
d135e33a04
Fix QtVersion::invalidReason for symbian/desktop/simulator
...
Actually pass on the base qt version value...
Also fix a small issue on the qt versions page that prevented the
invalid reason showing up for a nameless version
Task-Nr: QTCREATORBUG-4899
2011-05-16 13:08:52 +02:00
dt
2c0698e391
Rename Startup project to Active Project
2011-05-16 13:08:52 +02:00
Kai Koehne
fc5bae8837
QmlDebugging: Fix compilation of debugging libs without private headers
...
Actually use the copy of the private header in the lib. Also fix
the copyright header to a Qt Creator one.
2011-05-16 12:51:55 +02:00
Kai Koehne
836fc65399
DebuggingHelper: Fix status log
2011-05-16 12:51:55 +02:00
Kai Koehne
7faec8edb7
DebuggingHelper: Fix crash when redumping qt version
2011-05-16 12:51:54 +02:00
Kai Koehne
fd1af2e620
DebuggingHelper: Rename 'qtVersionsChanged' to 'dumpUpdatedFor'
...
Suggested by dt
2011-05-16 12:51:54 +02:00
Kai Koehne
b470bdc6e2
QMakeStep: Check whether Qt version is valid
...
Pointed out by dt
2011-05-16 12:51:53 +02:00
Kai Koehne
dfec4222d0
DebuggingHelper: Code simplification
...
Pointed out by dt
2011-05-16 12:51:53 +02:00