Commit Graph

4946 Commits

Author SHA1 Message Date
Friedemann Kleint
05c554020a Template-CustomWizard: Translate QComboBox items.
For 280541aec9.
2010-07-08 12:05:49 +02:00
Friedemann Kleint
280541aec9 Template-CustomWizard: Make QComboBox parameters more flexible.
Separate value and display text for the entries, use
in ListModel example.
Rubber-stamped-by: aportale <alessandro.portale@trolltech.com>
2010-07-08 11:46:11 +02:00
hjk
bb3a6f05d0 debugger: add test code for signal/slot debugging 2010-07-07 17:32:50 +02:00
Friedemann Kleint
ed843bf548 Custom wizards: Add a checkbox.
Add a checkbox with configureable 'true'/'false' strings and illustrate
how to comment out a profile line using it in helloworld-example.
2010-07-07 17:21:03 +02:00
hjk
5956db6f98 debugger: fix dumping of static qobject properties if no dynamic properties
exist
2010-07-07 15:11:40 +02:00
hjk
3ba7325bd5 debugger: fix output of python 'dict' items when children are not expanded 2010-07-07 14:36:42 +02:00
Alessandro Portale
758bcff85e Re-enable the qml-runtime wizard. 2010-07-07 14:01:41 +02:00
Friedemann Kleint
3642771836 I18n: Update and purge German translation 2010-07-07 09:30:53 +02:00
con
1a2a4f6387 Merge remote branch 'origin/2.0'
Conflicts:
	share/qtcreator/gdbmacros/dumper.py
	src/libs/qmljs/qmljs-lib.pri
	src/plugins/fakevim/fakevimhandler.cpp
2010-07-06 15:34:50 +02:00
hjk
5cd3afcd84 debugger: remove some debug output 2010-07-06 14:24:54 +02:00
hjk
bcdcbc2f70 debugger: backport small fixes and synchronized code layout with master 2010-07-06 12:44:32 +02:00
hjk
1ce66f8d7a debugger: fix list of members in case gdb reports '_class_ SomeClass' 2010-07-06 10:51:50 +02:00
hjk
9aa75a7f1e debugger: cache results of gdb.lookup_type 2010-07-06 10:47:41 +02:00
hjk
d0c2e11a95 debugger: also strip 'enum' before looking up types 2010-07-05 17:08:55 +02:00
hjk
bb8aed629f debugger: make type lookup more robust
... by stripping out 'const', 'volatile', 'struct' and 'class'.
2010-07-02 11:18:39 +02:00
hjk
979e2c299c debugger: improve QRegion dumper
Don't use inferior calls anymore.
2010-07-01 09:44:18 +02:00
hjk
f01980e6c6 debugger: work around gdb bug http://sourceware.org/bugzilla/show_bug.cgi?id=11777 2010-07-01 09:37:28 +02:00
hjk
982ada02d0 debugger: don't try to deref void pointers in dumpers 2010-07-01 08:56:33 +02:00
hjk
74bf5d98e3 debugger: add a simple-minded dumper for QRegion 2010-06-30 15:21:39 +02:00
con
ede2a7c975 Merge remote branch 'origin/2.0'
Conflicts:
	doc/qtcreator.qdoc
	share/qtcreator/gdbmacros/dumper.py
	src/libs/qmljs/qmljs-lib.pri
	src/plugins/debugger/breakhandler.cpp
	src/plugins/projectexplorer/projectexplorer.h
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.h
2010-06-30 14:25:09 +02:00
hjk
5adefac634 debuggger: fix dumping of array of string types 2010-06-29 12:02:02 +02:00
hjk
d69a12a10c debugger: fix array dumpers 2010-06-29 10:58:29 +02:00
hjk
fdc5ac7f4d debugger: fix array dumper 2010-06-29 10:10:08 +02:00
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
0ae5286a4a debugger: fix display of typedefs-of-typedefs, such as qulonglong 2010-06-28 11:45:08 +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
Pierre Rossi
26fbb8658b Some work on the french translations.
updated the strings. Let's try to get French back in for 2.1
2010-06-23 18:26:19 +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