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
Christiaan Janssen
7d9056953e
QmlInspector: Added reparenting of items in the Qml Live Preview. Reviewed by: Lasse Holmstedt
2010-08-26 17:38:42 +02:00
Lasse Holmstedt
5e9d19cd66
QML Observer: Enter context when context menu item is selected
...
Right-clicking on an item in qml observer presents a context menu as
before, but instead of just selecting the item, the user enters its
context if it's possible.
2010-08-26 17:11:56 +02:00
hjk
e1ac5b52c2
debugger: fix fancy QImage display
...
Task-number: QTCREATORBUG-2123 QTCREATORBUG-2122
2010-08-26 16:36:39 +02:00
Lasse Holmstedt
fccd4d5e0c
QML Inspector: Disabled rubberband selection tool
...
It was not very useful without being able to e.g. move things around.
2010-08-26 16:32:43 +02:00
Tobias Hunger
2f82d775ca
debugger: fix for non-7bit chars on Windows
...
Task-number: QTCREATORBUG-2136
(ported from commit 02c331e0c4 )
2010-08-26 15:50:47 +02:00
Alessandro Portale
071400d6bb
Improved (and simplified) the stub directory structure
...
- Removed the "cpp/" dir
- Moved main.cpp and symbianicon.svg next to the main .pro.
This also reduces the dir depth in the project view.
- Introduced "qmlapplicationviewer/" dir, which will contain the files
which the user should not modify. All the files there have the base
name "qmlapplicationviewer"
- Moved/renamed "qmlapplication.pri" to
"qmlapplicationviewer/qmlapplicationviewer.pri"
2010-08-25 19:08:15 +02:00
hjk
3ef657cc03
debugger: make boost::optional dumper work for references
2010-08-25 14:57:15 +02:00
Olivier Goffart
6ba643516b
qmlobserver: workaround crash if an item has an infinite scale
...
infinite scale may occours if the qml scale binding sets an infinite scale.
2010-08-25 14:36:50 +02:00
hjk
80dc54acff
debugger: add dumper for boost::optional
2010-08-25 14:20:46 +02:00
Robert Loehning
0166f49983
Fixed German translation of new git menus
2010-08-25 12:19:48 +02:00
Jarek Kobus
351beb8697
Change the shortcut for ui form preview
...
Reviewed-by: dt <qtc-committer@nokia.com >
Task-number: QTCREATORBUG-1911
2010-08-25 11:57:02 +02:00
Lasse Holmstedt
65e79d0d51
QML Observer & Inspector: Improved toolbars
...
Animation play/pause buttons are now merged on observer toolbar. Also, a
bugfix to inspector toolbar.
2010-08-25 09:39:33 +02:00
Olivier Goffart
47db341b67
qmlobserver: Remove the changed() hack to get new object.
...
There is now a hook in QDeclarative itself for that.
Needs commit af2b28f9ca07057 of Qt
2010-08-24 18:16:23 +02:00
Lasse Holmstedt
290835300d
QML Inspector: Renamed Design Mode to Observer Mode
2010-08-24 17:46:22 +02:00
Lasse Holmstedt
b557c58eac
Qml Debugger: Enable debugging qml+cpp standalone applications
...
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb
and qml engines into one. Alternatively, if using Windows, Cdb is used
instead of Gdb.
Most of the debugger ui switcher is now rewritten, and it is tailored
for the QML and CPP layout case, the only one supported anyway.
Reviewed-by: hjk
2010-08-24 17:46:22 +02:00
hjk
49296ae135
debugger: fix merge errors
2010-08-24 12:04:30 +02:00
Kai Koehne
849b91e574
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
...
Merge latest changes of master into merge :)
Conflicts:
doc/qtcreator.qdoc
2010-08-23 16:31:43 +02:00
Kai Koehne
ef1e52dfd1
Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline
...
Conflicts:
doc/qtcreator.qdoc
doc/qtcreator.qdocconf
share/qtcreator/gdbmacros/dumper.py
share/qtcreator/gdbmacros/gdbmacros.py
src/plugins/debugger/debuggermanager.cpp
src/plugins/debugger/gdb/attachgdbadapter.cpp
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/watchhandler.cpp
src/plugins/mercurial/mercurialjobrunner.h
src/plugins/qmljseditor/qmljseditor.cpp
src/plugins/qmljseditor/qmljseditor.pro
src/plugins/qmljseditor/qmljseditorplugin.cpp
src/plugins/qmljseditor/qmljseditorplugin.h
src/plugins/qmljseditor/qmljspreviewrunner.cpp
src/plugins/qmljseditor/qmljspreviewrunner.h
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qmlprojectmanager/qmlprojectrunconfiguration.cpp
src/plugins/qt4projectmanager/qt-maemo/qemuruntimemanager.cpp
src/plugins/qt4projectmanager/qt4projectmanager.pro
src/plugins/qt4projectmanager/qtversionmanager.h
src/plugins/qt4projectmanager/wizards/targetsetuppage.cpp
src/plugins/qt4projectmanager/wizards/targetsetuppage.h
2010-08-23 16:00:24 +02:00
Alessandro Portale
824fd1789d
Increase the heap size on Symbian.
...
Task-Number: QTCREATORBUG-1997
2010-08-23 12:13:55 +02:00
Alessandro Portale
40314f3a64
Moved main.cpp from .pri to .pro. That is a controled file.
2010-08-20 19:57:39 +02:00
Kai Koehne
3bd83a9f8a
QmlJS: Update builtin type information.
...
Generated with Qt from commit 00bc7129d166f8f3e1486b8bf920d77f46400a6e
(qt-releases repo)
2010-08-20 15:21:15 +02:00
hjk
cff7191064
debugger: and another fix for QObject property dumper
2010-08-20 15:18:40 +02:00
hjk
a3804bbfe3
debugger: fix QObject identification
2010-08-19 14:06:08 +02:00
Olivier Goffart
812af85d38
qmlobserver: avoid to stream objects too often.
...
Limit to once every 5 seconds
2010-08-19 12:47:43 +02:00
Jarek Kobus
cf8af3272b
Update Polish translations
2010-08-19 12:25:09 +02:00