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
Oswald Buddenhagen
27cb7ac26a
remove outdated qt version check
...
all of creator requires qt 4.7 now
2010-05-26 19:35:21 +02:00
hjk
a45bfdc4e6
debugger: improve QVariant(QString) dumper
...
(partially cherry picked from commit dd714e9ccb )
2010-05-26 17:41:09 +02:00
hjk
69c84c9cc3
debugger: fix QList dumper for large movable objects
...
Doh!
(cherry picked from commit df0e1e5625 )
2010-05-26 17:22:59 +02:00
hjk
b61e32371f
debugger: fix display of children of objects passed by reference.
...
The value was adjusted to the referenced value but it was not used
when dumping the members, basically leading to an empty child list
in such cases.
2010-05-26 13:34:54 +02:00
Oswald Buddenhagen
4ff06e3cd8
don't put the temporary header files into the qm dir
...
this makes a difference only on macx, where it happens to fix the ts
target (because of missing quoting). but it is More Correct anyway.
2010-05-26 10:27:20 +02:00
Robert Loehning
43c892d399
Translation fix
...
Reviewed-by: Oswald Buddenhagen
2010-05-25 17:57:02 +02:00
Friedemann Kleint
68151eff33
i18n: Fix warning when showing 'About' dialog.
...
Caused by adding an argument in
acea722d75 .
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2010-05-25 12:42:30 +02:00
Jarek Kobus
6ab2dddc0e
Update Polish translations
2010-05-24 10:07:32 +02:00
con
e327467a03
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.h
2010-05-21 16:04:27 +02:00
Thomas Hartmann
0c982a3025
QmlDesigner.propertyEditor: I "fixed" the resize behaivour
...
With this change the leading label will be resized first if the user
increases the size of the property editor.
So if property names are too long (elided), due to translation or
because the pane was generated automatically, the user is able to resize
the label.
2010-05-21 11:28:31 +02:00
Thomas Hartmann
b1dac076b3
QmlDesigner.propertyEditor: cleanup of qml
...
There were invalid qml files.
ListViewSpecifics.qml
FlipableSpecifics.qml
FlickableSpecifics.qml
Since we do not support this components properly I just cleaned up
the files.
Task-number: BAUHAUS-676
2010-05-21 11:28:31 +02:00