hjk
060385b41c
debugger: make QVector dumper show address of elements.
...
Also speed up dumping a bit by using 'put' instead of 'putField' when
appropriate.
2010-06-28 14:07:16 +02:00
hjk
d059459d9f
debugger: make qulonglong visible in Local&Watchers
...
Only one level of typedef was stripped, but qulonglong has two.
2010-06-28 10:30:18 +02:00
hjk
6493b4853d
debugger: adjust loading/saving of watched expressions to recent changes
2010-06-25 10:21:39 +02:00
hjk
eb75f40a98
debugger: allow per item selection of display method in Locals&Watchers
2010-06-25 09:16:55 +02:00
con
af44136e22
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/help/helpplugin.cpp
src/plugins/projectexplorer/projectexplorer.cpp
src/plugins/projectexplorer/projectexplorer.h
src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp
src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoruncontrol.cpp
src/tools/qml/qmldump/main.cpp
2010-06-24 11:40:22 +02:00
hjk
658a22766d
debugger: remove special case for char * python dumpers.
...
This is handled by the generic pointer case nowadays and was (now) wrong
as it was impossible to see the 'bald pointer' version of it.
2010-06-23 16:30:42 +02:00
hjk
6a6cba5518
debugger: The DebuggerEngine refactoring.
...
This replaces the (de facto) singleton engines and data handlers by classes
that are instantiated per run. The DebuggerRunControl will now create an
object of (a class derived from) DebuggerEngine that contains all the relevant
"dynamic" data.
DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin,
whereas the data bits went to DebuggerEngine.
There is no formal notion of a "current" DebuggerEngine. However, as there's
only one DebuggerEngine at a time that has its data models connected to the
view, there's still some "de facto" notion of a "current" engine. Calling
SomeModel::setData(int role, QVariant data) with custom role is used as the
primary dispatch mechanism from the views to the "current" data models
(and the engine, as all data models know their engine).
2010-06-22 10:59:57 +02:00
axasia
dc626f91e6
Update japanese translation
...
Merge-request: 152
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-06-21 20:59:13 +02:00
Christian Kamm
acbf3925f5
QmlJS: Revert to supplying a xml file for builtin type information.
...
It'll be much saver to move to the qmldump based functionality once
it has been moved into Qt.
Essentially reverts: 45415783e7
Reviewed-by: Erik Verbruggen
2010-06-21 15:12:20 +02:00
Erik Verbruggen
05639e4688
Merge branch 'origin/2.0' (early part)
2010-06-15 11:30:51 +02:00
Sergey Belyashov
dc91a0949a
Russian translation update
...
Merge-request: 150
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-06-14 13:39:35 +02:00
hjk
628cf52f94
debugger: add an option to filter out locals for easier debugger debugging
2010-06-14 10:45:10 +02:00
con
2e10016210
Version update to match the planned version naming.
2010-06-11 16:41:11 +02:00
hjk
6982f8b157
debugger: "compile fix" for watchers part of python dumping after recent
...
refactoring
2010-06-11 12:23:03 +02:00
hjk
c4d8d17b61
debugger: make profiling the python dumpers _really_ optional
2010-06-10 15:39:39 +02:00
hjk
f911d714fd
debugger: make profiling the python dumpers optional
2010-06-10 15:36:13 +02:00
hjk
6d6c8e468f
debugger: cache results of gdb.lookup_type
2010-06-10 15:11:38 +02:00
hjk
1cf7fbb6e6
debugger: refactor python dumper initialization
2010-06-10 15:11:38 +02:00
con
df357d7819
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
2010-06-10 15:00:28 +02:00
con
b0040dc858
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/projectexplorer/taskwindow.cpp
src/shared/proparser/profileevaluator.cpp
2010-06-10 15:00:16 +02:00
hjk
594d968662
debugger: prepare profiling of python dumpers
2010-06-10 14:45:31 +02:00
Tobias Hunger
5d5f647f3d
Fix preprocessor directives
...
* The standard says all preprocessor directives have to start
at column 0.
2010-06-10 13:28:14 +02:00
Christian Kamm
45415783e7
QmlJS: Get rid of xml file describing qml builtin types.
...
The type information is now generated at runtime.
2010-06-10 11:33:04 +02:00
hjk
5b72a49158
debugger: start merging views of static and dynamic QObject properties
2010-06-08 17:47:08 +02:00
hjk
2bb121df6f
debugger: enhance QObject dumper by showing user defined properties
2010-06-08 17:09:50 +02:00
mae
4ae5d62699
Fix PropertyAction snippet
...
Reviewed-by: thorbjorn
2010-06-08 12:52:36 +02:00
con
7f733b1545
Merge remote branch 'origin/2.0'
...
Conflicts:
README
doc/qt-html-templates.qdocconf
doc/qtcreator.qdoc
doc/qtcreator.qdocconf
src/app/Info.plist
src/plugins/bineditor/BinEditor.pluginspec
src/plugins/bookmarks/Bookmarks.pluginspec
src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
src/plugins/coreplugin/Core.pluginspec
src/plugins/coreplugin/coreconstants.h
src/plugins/cpaster/CodePaster.pluginspec
src/plugins/cppeditor/CppEditor.pluginspec
src/plugins/cpptools/CppTools.pluginspec
src/plugins/cvs/CVS.pluginspec
src/plugins/debugger/Debugger.pluginspec
src/plugins/designer/Designer.pluginspec
src/plugins/fakevim/FakeVim.pluginspec
src/plugins/find/Find.pluginspec
src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
src/plugins/git/ScmGit.pluginspec
src/plugins/helloworld/HelloWorld.pluginspec
src/plugins/help/Help.pluginspec
src/plugins/locator/Locator.pluginspec
src/plugins/mercurial/Mercurial.pluginspec
src/plugins/perforce/Perforce.pluginspec
src/plugins/projectexplorer/ProjectExplorer.pluginspec
src/plugins/qmldesigner/QmlDesigner.pluginspec
src/plugins/qmlinspector/QmlInspector.pluginspec
src/plugins/qmljseditor/QmlJSEditor.pluginspec
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
src/plugins/regexp/RegExp.pluginspec
src/plugins/resourceeditor/ResourceEditor.pluginspec
src/plugins/snippets/Snippets.pluginspec
src/plugins/subversion/Subversion.pluginspec
src/plugins/texteditor/TextEditor.pluginspec
src/plugins/vcsbase/VCSBase.pluginspec
src/plugins/welcome/Welcome.pluginspec
2010-06-08 10:39:45 +02:00
Christian Kamm
3b8b6e89cc
QmlJS: Autocomplete dot and colon for properties.
...
Reviewed-by: Roberto Raggi
2010-06-07 17:37:45 +02:00
Oswald Buddenhagen
53bdae3f93
disable outdated and known bad translations
2010-06-04 19:15:36 +02:00
Pierre Rossi
98b6f8a169
Fix an issue with 'make ts' when CUSTOMWIZARDS_FILES is empty.
...
Reviewed-by : Daniel Molkentin
(cherry picked from commit 514b30ecbf ,
this was accidentially committed into 2.0.0 first)
2010-06-03 17:11:18 +02:00
Robert Loehning
c9062b5e9f
Updated German translation after string fix
2010-06-02 22:03:20 +02:00
hjk
5806009d29
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/debugger/debuggermanager.cpp
src/plugins/texteditor/basetexteditor.cpp
2010-06-02 09:57:23 +02:00
Daniel Molkentin
322436069d
Disable QML runtime wizard for now.
...
This is unconditional, since we seem to have no way of doing it
conditionally in a clean way.
Reviewed-by: Oswald Buddenhagen
2010-06-01 16:31:56 +02:00
Robert Loehning
069171fc4c
Fixes in German translation
...
Reviewed-by: Oswald Buddenhagen
2010-06-01 16:15:45 +02:00
Robert Loehning
536ab07f61
Decided on different use of hyphens in German translation.
...
Reviewed-by: Oswald Buddenhagen
2010-06-01 15:09:00 +02:00
Daniel Molkentin
9d609c88c8
Revert "Mark QML support in Qt Creator 2.0 as preview"
...
Not needed anymore after the general QML support got deactivated.
This reverts commit 74bd95d323 .
2010-06-01 14:40:06 +02:00
hjk
896907f78c
debugger: be nicer in the presence of missing debug information
2010-06-01 14:33:26 +02:00
Robert Loehning
52fce25de3
Fixed German translations related to Design mode and Qt Quick.
...
Reviewed-by: Oswald Buddenhagen
2010-06-01 13:55:09 +02:00
Daniel Molkentin
74bd95d323
Mark QML support in Qt Creator 2.0 as preview
...
Reviewed-by: Kai Koehne
2010-05-31 16:37:17 +02:00
Sergey Belyashov
effe3e6e23
Updated Russian translation
...
Merge-request: 143
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-05-31 15:04:47 +02:00
Daniel Molkentin
61c06ed339
Remove accidentially committed symlinks
2010-05-31 13:57:34 +02:00
Daniel Molkentin
a41876cd41
Do not add a menu if the examples cannot be found.
...
This is not only a waste of ressources, but breaks a check later on
which tries to load the QML examples from Creators ressource path
if no QML capable Qt version is found (included with Creator packages)
Reviewed-by: dt
2010-05-31 11:11:23 +02:00
Robert Loehning
a72604391f
Added missing colons in German translation
...
Reviewed-by: Alessandro Portale
2010-05-28 20:49:02 +02:00
hjk
1b3e9db046
debugger: implement "old" QSize and QSizeF dumpers, re-enable QImage/QPixmap
2010-05-28 15:48:20 +02:00
Christian Kamm
a36d4b9b57
QmlJS: Update builtin type definitions.
...
Qt.labs.gestures and Qt.labs.filelistmodel weren't dumped before,
Qt.multimedia and Qt.widgets are gone.
Task-number: QTCREATORBUG-1507
Reviewed-by: Roberto Raggi
2010-05-28 15:22:50 +02:00
Oswald Buddenhagen
123937fb2a
Merge remote branch 'origin/2.0'
2010-05-28 12:45:41 +02:00
hjk
6ac8bd0c1b
debugger: std::basic_string's refcount can be -1.
...
Reviewed-By: Oswald Buddenhagen
2010-05-27 17:28:13 +02:00
Jarek Kobus
aa93d6f422
Update Polish translations
2010-05-27 15:29:34 +02:00
Thomas Hartmann
238dfa5185
QmlDesigner.propertyEditor: anchor fill button is now checkable
2010-05-27 11:48:06 +02:00
hjk
5805788290
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/projectexplorer/miniprojecttargetselector.cpp
src/plugins/qmldesigner/designercore/model/modeltotextmerger.cpp
src/plugins/qmldesigner/designercore/model/rewriteactioncompressor.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h
tests/manual/gdbdebugger/simple/app.cpp
2010-05-27 11:11:53 +02:00