Commit Graph

1128 Commits

Author SHA1 Message Date
Kai Koehne
a10b26920b Qml: Replace 'inspector' by 'observer'
We should restrict ourselves to calling all qml debugging support
observer, instead of mixing qml debugger / inspector / observer
interchangeably.
2010-09-16 16:22:31 +02:00
Kai Koehne
832f6889b5 QmlJSDebugger: Replace namespace QmlViewer with QmlObserver 2010-09-16 16:22:31 +02:00
Kai Koehne
b7384af062 QmlStandaloneApp: Fix template to use new QDeclarativeObserver 2010-09-16 15:48:00 +02:00
Kai Koehne
bf3be741fd QmlJSDebugger: Rename QDDesignServer to QDObserverService
The class extends the QDDebugService class, _not_ QDDebugServer. It's
right that there is also a QDEngineDebugServer being actually a service
in QtDeclarative, but we should probably fix this one too.
2010-09-16 15:48:00 +02:00
hjk
b8cc8e210c debugger: some better QScopedPointer and QStandardItem display 2010-09-16 11:44:55 +02:00
Friedemann Kleint
f8f407321c L10n: First stab at German translation for 2.1 2010-09-15 16:58:02 +02:00
Kai Koehne
eeedea6e28 QmlJSDebugger: Delete unneeded files 2010-09-15 14:18:39 +02:00
Kai Koehne
63cae2981b QmlJsDebugger: Replace QDDesignView by QDViewObserver
Don't force users to inherit from QDeclarativeDesignView. Instead we're
using now event filters to let a user attach a QDeclarativeViewObserver
object to a QDeclarativeDesignView.
2010-09-15 14:18:39 +02:00
hjk
063309a311 debugger: make thread-naming feature work with namespaced Qt 2010-09-14 18:43:32 +02:00
hjk
26417ff48e debugger: speed up QByteArray and QString dumpers by using the new gdb.read_memory 2010-09-14 17:18:43 +02:00
Christian Kandeler
9d04cffe98 QML + Mobile wizard: Share deployment rules.
Reviewed-by: Alessandro Portale
2010-09-14 15:07:50 +02:00
Arvid Ephraim Picciani
0e8c3875ef Debugger: test gdb threeadlist capability
Reviewed-by: hjk
2010-09-14 14:01:57 +02:00
Christian Kandeler
03c0060b96 Mobile + QML wizard: Share common resources.
Reviewed-by: Alessandro Portale
2010-09-13 17:52:16 +02:00
Christian Kandeler
53fa97752b QML wizard: Fix previous deployment fix. 2010-09-13 17:39:42 +02:00
Alessandro Portale
de532ec9bb Fix deployment 2010-09-13 17:36:02 +02:00
Christian Kandeler
8194d2287d Mobile + QML qizard: Fix deployment. 2010-09-13 16:49:41 +02:00
Arvid Ephraim Picciani
98736d256b Display thread names
extract thread names from QThread object name

Task-Number: QTCREATORBUG-382
Reviewed-by: hjk
2010-09-13 13:42:14 +02:00
dt
6dec1c6ffd Mobile Wizard: Fix project tree
By introducing a function, which does the hard work
2010-09-13 11:56:16 +01:00
dt
6cd786cda0 new QML Wizard: move qml files to the right level
By using a function, which we evaluate in the right context we end up
with the project tree we want
2010-09-13 11:56:06 +01:00
Christian Kandeler
e83ba4d4ec Mobile wizard: Model after QML wizard.
Nodded-at-by: dt
2010-09-13 11:22:38 +02:00
hjk
7457083bab debugger: only update variables that are operated on 2010-09-13 08:32:37 +02:00
Christian Kandeler
e9cf4e0e42 QML Wizard: Orientation support for Maemo5.
Reviewed-by: Alessandro Portale
2010-09-10 13:58:19 +02:00
Oswald Buddenhagen
9cc4a77886 adjust phony target hacks to gdb_dwarf_index addition in qt master 2010-09-10 11:05:19 +02:00
Friedemann Kleint
24cadd34a1 I10N: First translation fixes for 2.1
Fix README, some spelling errors, remove contractions,
exclamation marks, correct some plural forms, join split messages.
Add QCoreApplication::translate to non-Q_OBJECT-classes.
Fix some lupdate warnings about discarding meta-data (//:).
2010-09-10 10:51:43 +02:00
Thorbjørn Lindeijer
c028e78b63 Updated Grayscale and Vim (dark) color schemes
Needed fixing after highlighting for Locals, Fields, Statics and Virtual
Methods was added.
2010-09-10 09:46:12 +02:00
hjk
c1b693c53c debugger: dumper for QSharedData and QSharedDataPointer 2010-09-09 14:22:51 +02:00
Christian Kandeler
292cec359f QML Wizard: Fix Fremantle install prefix.
/opt -> /opt/usr
2010-09-09 10:37:42 +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
68f13d3f9a QML Wizard: Let executable find its QML files on Linux.
Reviewed-by: dt
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
Thomas Hartmann
442ef1d8a7 QmlDesigner.propertyEditor: fix for BorderImage
borders cannot get out of bounds anymore
2010-09-08 16:36:18 +02:00
hjk
ce917a31ab debugger: make dumpers more robust for accidentally passed literals as tooltips 2010-09-08 08:16:44 +02:00
hjk
52478c95ed debugger: fix dumper for function pointers 2010-09-08 08:16:44 +02:00
Friedemann Kleint
444e2fd4ce Quieten gcc compiler warnings. 2010-09-07 14:34:38 +02:00
Friedemann Kleint
14f009da05 Custom wizards: Enhance generator script
following suggestions. Introduce argument syntax in XML allowing for
fine-grained control of handling (omitting empty values, use
temporary files).
2010-09-03 14:27:13 +02:00
Kai Koehne
ba82227ae8 QmlObserver: Disable "Observer" mode when no debugging client is attached 2010-09-03 12:29:41 +02:00
Kai Koehne
b7788bd808 QmlJsDebugger: Make DebugServer a singleton 2010-09-03 12:29:41 +02:00
hjk
5085f0fb7e debugger: fix some potentially infinite recursion on bad debug info
Task-number: QTCREATORBUG-2248
2010-09-03 11:00:11 +02:00
Pierre Rossi
3bbc4be51c French translation: fix some grammar mistakes. 2010-09-03 10:18:35 +02:00
hjk
15b0082b3a debugger: fix QObject property dumper for namespaced qt 2010-09-02 16:28:41 +02:00
Olivier Goffart
f80c15123b QML JS Debugger: disable interruption on exceptions.
There is too much false exceptions that makes debugging annoying
2010-09-02 12:14:18 +02:00
hjk
be4342b70e debugger: use dynamic type in locals & watchers
only available with gdb newer than Aug 31, 2010
2010-09-01 14:35:06 +02:00
Friedemann Kleint
c6132a05f3 Customwizards: Add a way of wrapping a Generator script.
Add attribute to XML syntax specifying a script to generate files.
The script must provide a --dry-run mode in which it prints the files
it intends to create and their attributes to stdout.
Rework the CustomWizardContext structure to contain target path
and parameter mappings, simplify some code there.
2010-09-01 13:27:24 +02:00
Kai Koehne
3db7e51484 QmlApp template: Fix compilation for QMLINSECTOR define 2010-09-01 11:09:42 +02:00
Christian Kandeler
133b8483c8 QML standalone wizard: Add support for Maemo5 application icon.
Reviewed-by: Alessandro Portale
2010-08-31 15:40:28 +02:00
hjk
e3cc2104af debugger: add a few comments describing caches used in dumper.py 2010-08-30 16:14:41 +02:00
hjk
979adca16c debugger: fix display of children of 'bald' poiters
Task-number: QTCREATORBUG-2125
2010-08-30 11:59:09 +02:00
hjk
e62a2199df debugger: use early returns in putItemHelper to simplify code 2010-08-30 11:44:23 +02:00
hjk
63bc8a0050 replace version 2.1.80 by 2.0.90 2010-08-30 10:38:38 +02:00
Victor Ostashevsky
e3fd16f6ea Ukrainian translation added
Translated everything in app, libs, shared, tools.
Also four main plugins (coreplugin, find, locator and texteditor)
translated.

Merge-request: 2174
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-27 13:52:25 +02:00