Thomas Hartmann
7baecce079
Qml Designer.PropertyEditor: fixing crash bug
...
See: BAUHAUS-288
Fixes some indentation
2010-01-13 13:54:02 +01:00
con
46261d8071
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
2010-01-12 18:02:40 +01:00
con
7199223a6e
Merge remote branch 'origin/1.3'
...
Conflicts:
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/cppeditor/cppeditor.cpp
src/plugins/cpptools/CppTools.pluginspec
src/plugins/cvs/CVS.pluginspec
src/plugins/debugger/Debugger.pluginspec
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/gdb/gdbengine.cpp
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/perforce/Perforce.pluginspec
src/plugins/projectexplorer/ProjectExplorer.pluginspec
src/plugins/qmleditor/QmlEditor.pluginspec
src/plugins/qmleditor/idcollector.cpp
src/plugins/qmleditor/idcollector.h
src/plugins/qmleditor/parser/qmljsglobal_p.h
src/plugins/qmleditor/qmlcodecompletion.cpp
src/plugins/qmleditor/qmlcodeformatter.cpp
src/plugins/qmleditor/qmlcodeformatter.h
src/plugins/qmleditor/qmlexpressionundercursor.cpp
src/plugins/qmleditor/qmllookupcontext.cpp
src/plugins/qmleditor/qmlresolveexpression.cpp
src/plugins/qmleditor/qmlsymbol.cpp
src/plugins/qmleditor/qmlsymbol.h
src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
src/plugins/qtscripteditor/QtScriptEditor.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
src/shared/qml/parser/qmljsast.cpp
src/shared/qml/parser/qmljsast_p.h
src/shared/qml/parser/qmljsastfwd_p.h
src/shared/qml/parser/qmljsastvisitor.cpp
src/shared/qml/parser/qmljsastvisitor_p.h
src/shared/qml/parser/qmljsengine_p.cpp
src/shared/qml/parser/qmljsengine_p.h
src/shared/qml/parser/qmljsgrammar.cpp
src/shared/qml/parser/qmljsgrammar_p.h
src/shared/qml/parser/qmljslexer.cpp
src/shared/qml/parser/qmljslexer_p.h
src/shared/qml/parser/qmljsmemorypool_p.h
src/shared/qml/parser/qmljsnodepool_p.h
src/shared/qml/parser/qmljsparser.cpp
src/shared/qml/parser/qmljsparser_p.h
2010-01-12 18:02:04 +01:00
Thomas Hartmann
3c7216a805
Qml Designer.propertyEditor: effects were broken
2010-01-12 17:13:18 +01:00
hjk
73ee2610fe
debugger: more robust QDateTime and QFileInfo dumper for gdb versions without
...
call()
2010-01-12 10:53:30 +01:00
hjk
336dc4e53b
debugger: fix reporting of "no locals"
2010-01-12 10:53:30 +01:00
hjk
e162f18e81
debugger: fail gracefully when trying to extract the Qt namespace in non-Qt
...
applications
2010-01-12 10:53:30 +01:00
hjk
9052bd279f
debugger: fix editor tooltips for new dumpers
2010-01-08 18:17:02 +01:00
Thomas Hartmann
81abc2ce7a
Qml Designer: color adjustment in property editor
2010-01-08 17:18:06 +01:00
Thomas Hartmann
b2065f58a7
Qml Designer: fix styling of ComBox popup
2010-01-08 17:18:06 +01:00
Thomas Hartmann
b6fb23a5c7
Qml Designer: fix layout of the layout property page
2010-01-08 17:18:05 +01:00
Thomas Hartmann
19c6232800
Qml Designer: fix sizes in AnchorBox.qml
2010-01-08 17:18:05 +01:00
Friedemann Kleint
93362f1ab5
Translations: Complete German for 1.3.1
2010-01-08 11:33:18 +01:00
hjk
68ed29b3b4
debugger: make watchers work with gdb 7.0 and 7.0.1
...
gdb 7.0 will still be considered unsupported due to the division-by-zero crash
2010-01-08 11:04:13 +01:00
hjk
a8c6b06a16
debugger: new dumper for QAtomicInt
2010-01-07 16:25:18 +01:00
hjk
749beeeb45
debugger: gracefully handle optimized out values
2010-01-07 16:25:18 +01:00
hjk
3a3b289f9f
debugger: add new dumper for QBasicAtomicInt
2010-01-07 16:25:18 +01:00
hjk
a196317ce0
debugger: support anonymous unions in new dumpers
2010-01-07 14:41:37 +01:00
hjk
6634fe4757
debugger: fix a few glitches with char* related "clever" output from gdb
2010-01-07 14:41:37 +01:00
Kai Koehne
818a7b226b
New QmlDesigner plugin & Design mode
...
This adds a new "Design" mode that can be used to manipulate qml files
in a visual way. It will only get build if you have the declarativeui
module in Qt.
This is a squashed import from the Bauhaus project. Share & enjoy :)
2010-01-07 12:14:35 +01:00
hjk
cf010f764a
debugger: fix the last two commits
2010-01-06 18:01:19 +01:00
hjk
0afaf1f2f1
debugger: work around spurious additions to gdb.Value.address
2010-01-06 17:01:16 +01:00
hjk
d3d4a4d65b
debugger: constant simple types are also simple
2010-01-06 16:17:27 +01:00
hjk
e5abb34db3
debugger: fix watchers containing '$' (references to registers)
2010-01-06 12:53:37 +01:00
hjk
2c5a0387e8
debugger: work around http://sourceware.org/bugzilla/show_bug.cgi?id=11135
2010-01-05 18:13:23 +01:00
hjk
baa955d5ad
debugger: make python frame output 'Discardable'
2010-01-05 16:48:12 +01:00
hjk
11a300dd92
debugger: refactor passing of options to new dumpers
2010-01-05 16:48:11 +01:00
hjk
2a28741f90
debugger: str(p) is unsafe to use for invalid char *
2010-01-05 16:48:11 +01:00
con
7185e42b25
Merge remote branch 'origin/1.3'
2010-01-05 10:58:06 +01:00
Sergey Belyashov
ed460e8bcd
Updated Russian translation
...
Merge-request: 90
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-01-04 18:59:51 +01:00
hjk
46c114e895
debugger: assume valid ref counts are always smaller than 1 million
2010-01-04 14:14:14 +01:00
hjk
b0fb396dc9
debugger: don't issue 'name' field twice for watched items
2010-01-04 13:48:44 +01:00
hjk
9ad447b8a4
debugger: make gdb-6.8-symbianelf work
2010-01-04 13:16:46 +01:00
hjk
7fed0f0626
debugger: introduce optional 'max children' argument to Dumper.beginChildren
...
saves a few lines in the dumper implementations for the 'putEllipses' logic.
2009-12-15 09:39:22 +01:00
con
7081a3d415
Merge remote branch 'origin/1.3'
...
Conflicts:
src/plugins/projectexplorer/outputwindow.cpp
2009-12-14 11:47:39 +01:00
Jarek Kobus
4f07bb8e2a
Update Polish translation
2009-12-11 14:26:00 +01:00
hjk
66db60e0fe
debugger: replace xrange(0, end) by xrange(end).
2009-12-11 13:25:30 +01:00
hjk
68bd4d2b95
debugger: refactor the dumper class to make it work with gdb 7.0
...
This is an attempt to make it work with released gdb 7.0. It uses some
ugly workarounds to compensate for the missing gdb.Block and gdb.Symbol
structures.
2009-12-09 13:51:17 +01:00
hjk
d92f8b80ca
debugger: work on QImage dumper
2009-12-08 17:46:53 +01:00
hjk
4794cbf030
debugger: rename 'magic' prefix for custom dumper from qqDump to qdump__
...
It is nicer in the presence of namespaces as '::' will be replaced by '__'
to create the dumper function names.
2009-12-07 12:07:10 +01:00
hjk
d2ab8762e9
debugger: special handling of char *argv[] in l&w
...
It's nicer this way.
2009-12-07 11:28:47 +01:00
hjk
b08a349da9
debugger: allow user defines ranges of watch items
2009-12-04 18:16:16 +01:00
hjk
ecb0df0cb5
debugger: work on "watchers" for use with new dumpers
2009-12-04 17:08:35 +01:00
hjk
ef9db9cf79
debugger: make 'watch' item work with new dumpers
2009-12-04 13:22:59 +01:00
hjk
f2842d07d5
debugger: fix new dumpers in the context of base class types containing
...
spaces in its string representation
2009-12-04 13:22:59 +01:00
con
8b9c748abb
Merge remote branch 'origin/1.3'
2009-12-03 15:15:08 +01:00
hjk
71c3d0977b
debugger: try make custom dumpers more "user friendly"
...
Introduce Dumper.put{Value,Name,StringValue,ByteArrayValue} functions.
No need for explicit specification of valueencoding in user code.
2009-12-03 14:12:54 +01:00
hjk
534d91859f
debugger: auto-deref all pointers when new dumpers
2009-12-03 14:00:01 +01:00
hjk
7c5c69f6ac
debugger: various changes to new dumper
...
- add an 'informative' mode, similar to old dumper's 'protocol 1'
- remove some hard coded names for std container dumpers
- use safePutItemHelper instead of putItemHelper in most places
2009-12-03 14:00:01 +01:00
Oswald Buddenhagen
19ac943c43
fix lupdate breakage fallout
2009-12-02 17:56:13 +01:00