Commit Graph

16118 Commits

Author SHA1 Message Date
hjk
3f98fb7f63 debugger: reduce the number of PluginManager::getObject() calls 2010-12-21 14:43:50 +01:00
hjk
63eaf1e132 debugger: add an option to load "missing" symbols for current stack 2010-12-21 13:36:28 +01:00
Pawel Polanski
dc921cc540 Symbian: small change in cert's capabilities 2010-12-21 13:28:50 +01:00
Kai Koehne
e414335f26 Fix capitalization problems with qmlviewer
qmlviewer is picky about file path capitalization, and will bail out with
'File name case mismatch' if e.g. the working directory is wrongly
capitalized. Prevent this by computing the canonical path of
the qml file + working directory in advance.

Reviewed-by: Alessandro Portale
Task-number: QTCREATORBUG-3417
2010-12-21 13:13:16 +01:00
hjk
550a85a432 debugger: update stack view after manually loading modules
Task-number: QTCREATORBUG-3427
2010-12-21 12:41:34 +01:00
hjk
6b13434a45 debugger: don't crash in gotoLocation() if no editor can be created 2010-12-21 12:30:50 +01:00
hjk
6ddee48081 debugger: don't issue "set print static-members off"
Does not seem to work in an MI context and is not used by the python script.
2010-12-21 12:30:50 +01:00
hjk
a71050b63f debugger: make reading of .gdbinit optional 2010-12-21 12:30:50 +01:00
hjk
6159e5b860 fakevim: start with work on Ctrl-N/Ctrl-P 2010-12-21 12:30:50 +01:00
Pawel Polanski
91a3e02ba5 Fixed broken linux compilation 2010-12-21 12:25:11 +01:00
Pawel Polanski
eebdd5f053 Symbian: Distinguish the groups of caps while displaying a certificate's info 2010-12-21 11:18:52 +01:00
Friedemann Kleint
0de923f551 Debugger[New CDB]: Simplify MSVC version detection for std::map. 2010-12-21 08:40:44 +01:00
mae
4226538ac3 Fix QML to UTF-8, unless changed in editor
Task-id: QTCREATORBUG-3424
2010-12-20 18:11:44 +01:00
hjk
96475f9553 debugger: make threadnames feature optional 2010-12-20 17:45:29 +01:00
Friedemann Kleint
8095a25709 Debugger[New CDB]: Dump std::map,std::multimap and std::set.
Rebuild the structure in memory as back-expanding parent
pointers seems to fail sometimes.
2010-12-20 17:11:37 +01:00
hjk
31f18491ce debugger: fix thread switching in ThreadNamesCommand 2010-12-20 16:57:17 +01:00
hjk
d4fcdccad2 debugger: keep track of current gdb thread 2010-12-20 16:28:26 +01:00
hjk
30d0628968 macro plugin: compile fix with namespaced Qt 2010-12-20 16:18:41 +01:00
Roberto Raggi
207c295552 Sort the completion items when searching for common prefixes.
Reviewed-by: Thorbjørn Lindeijer
2010-12-20 16:15:49 +01:00
hjk
a73e1f7596 debugger: be a bit more verbose in the log on process interruption 2010-12-20 14:47:52 +01:00
hjk
bbba0f58a9 debugger: cache results of finding out the current Qt namespace 2010-12-20 14:47:52 +01:00
Thomas Hartmann
39b16d865c QmlDesigner.nodeInstances: crash fix
If the instance is not valid return an empty list.
2010-12-20 14:32:59 +01:00
Thomas Hartmann
34e32113bf QmlDesigner.model: adding early reject to reparentHere()
If this property is already the parent node,
then there is nothing to do.
2010-12-20 14:32:12 +01:00
Thomas Hartmann
cb7da82db7 QmlDesigner.nodeInstanceView: reverting "further optimizes import changes"
This reverts commit 71df9a6162.

The commit introduced timing issues.
2010-12-20 13:54:34 +01:00
Tobias Hunger
f74fdcf5fd Macros: Fix license headers 2010-12-20 11:16:55 +01:00
Nicolas Arnaud-Cormos
f5fbbbfd4f New plugin: plugin macro
This plugin let the user record and replay some macros:
 * 3 handlers: action, find and texteditor
 * almost all texteditor and cpp actions recorded
 * options page to set the directories where the macros are stored
 * optional dialog to give a name and comment at the end of a macro
 * locator integration to play a macro
 * shortcuts assignment to macro

The most important change outside the plugin macros is the isScriptable method
for command: All scriptable commands can be stored in a macro.

Merge-request: 2176
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2010-12-20 11:16:15 +01:00
Tobias Hunger
11e21e16c1 Git: Improve handling of git submodules
Task-number: QTCREATORBUG-3390
2010-12-20 10:24:35 +01:00
Kai Koehne
94fc750a45 Outline: Double click should jump to text even in non-sync mode 2010-12-20 09:45:29 +01:00
Kai Koehne
32f69b9b77 Outline: Add context menu for collapsing/expanding tree
Task-number: QTCREATORBUG-2976
2010-12-20 09:19:56 +01:00
Kai Koehne
befd304ca1 QmlObserver: Remove unconditional qDebug() 2010-12-20 09:19:56 +01:00
Pawel Polanski
cd294a9285 Symbian: If TRK connection is canceled then the project is not compiled 2010-12-20 09:12:33 +01:00
hjk
a23a45da88 debugger: fix previous commit 2010-12-17 18:02:02 +01:00
hjk
d55499f58a debugger: use to_string attribute to gdb.execute if available 2010-12-17 17:42:16 +01:00
con
23c22b7c66 License headers, part 2 2010-12-17 17:14:20 +01:00
con
73b813fd16 Compile fix for Mac. 2010-12-17 17:01:09 +01:00
con
b1bcf081d8 Merge branch '2.1'
Conflicts:
	src/plugins/coreplugin/basemode.cpp
	src/plugins/coreplugin/basemode.h
	src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
	src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
	src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
	src/plugins/debugger/debuggeragents.cpp
	src/plugins/debugger/debuggeruiswitcher.cpp
	src/plugins/debugger/debuggeruiswitcher.h
	src/plugins/projectexplorer/buildconfigdialog.cpp
	src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
	src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
	src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
	src/plugins/qmldesigner/designercore/include/modelutilities.h
	src/plugins/qmldesigner/designercore/include/nodeinstance.h
	src/plugins/qmldesigner/designercore/include/propertymetainfo.h
	src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
	src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
	src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
	src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
	src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
	src/plugins/qmldesigner/designercore/model/modelutilities.cpp
	src/plugins/snippets/inputwidget.cpp
	src/plugins/snippets/snippetscompletion.cpp
	src/plugins/snippets/snippetscompletion.h
	src/plugins/snippets/snippetspec.cpp
	src/plugins/snippets/snippetsplugin.cpp
	src/plugins/snippets/snippetswindow.cpp
	src/plugins/snippets/snippetswindow.h
	src/plugins/texteditor/snippetsparser.cpp
	src/tools/qml/qmldom/main.cpp
	tests/manual/trk/runner.cpp
	tests/manual/trk/trkolddevice.cpp
	tests/manual/trk/trkolddevice.h
	tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
77f45caee0 Show Qt Creator resources in Locator on Mac 2010-12-17 16:05:47 +01:00
con
4321e01efb Some API beautification in action container.
Done-with: Daniel Molkentin
2010-12-17 16:05:47 +01:00
Friedemann Kleint
83e82de6fd Debugger[New CDB]: Support MSVC2008 std::deque as well. 2010-12-17 16:04:33 +01:00
con
04e32b0049 License headers. 2010-12-17 16:03:42 +01:00
Robert Loehning
cb571a9f5a L10n: Improved German translations
%1 contains the error message, not the hostname.
Other typos fixed as well.

Reviewed-by: ossi
2010-12-17 15:56:28 +01:00
Christian Kandeler
0246a11aa7 Maemo: Improve file selection dialog for publishing.
- Make sure file names are completely visible.
- Show hidden files.
- Pre-unselect files of types unlikely to be included in the package.
2010-12-17 15:56:22 +01:00
Friedemann Kleint
a7319f382d Debugger[New CDB]: Add std::deque. 2010-12-17 15:34:18 +01:00
hjk
5b7494cf22 debugger: remove accidentally committed debug output 2010-12-17 14:13:49 +01:00
hjk
2e4ba82be2 debugger: adjust sizes of some well-known columns in some views 2010-12-17 13:54:48 +01:00
hjk
b976a34e56 bineditor: allow copying also if selection is "backwards" 2010-12-17 13:22:53 +01:00
hjk
ad0eff189c bineditor: code cosmetics 2010-12-17 13:20:17 +01:00
hjk
82422c469d debugger: don't retrieve the stack if we know we will continue stepping 2010-12-17 13:07:17 +01:00
Sergey Belyashov
f16d45abd6 Russian translation update
Merge-request: 228
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-12-17 12:27:19 +01:00
hjk
16b5d20ab8 debugger: reality check, adjust FIXME comment re. use of gdb 6.8 2010-12-17 12:02:23 +01:00