OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesigner.NodeInstances: To not restart process for added import
Marco Bubke [Tue, 4 Jan 2011 16:13:17 +0000 (17:13 +0100)]
QmlDesigner.NodeInstances: To not restart process for added import

13 years agoQmlDesigner.NodeInstances: Remove unneeded function call
Marco Bubke [Tue, 4 Jan 2011 16:12:36 +0000 (17:12 +0100)]
QmlDesigner.NodeInstances: Remove unneeded function call

13 years agoQmlDesigner.NodeInstance: Improve process restarting
Marco Bubke [Tue, 4 Jan 2011 15:22:21 +0000 (16:22 +0100)]
QmlDesigner.NodeInstance: Improve process restarting

13 years agoQmlDesigner.NodeInstances: Update after complete and not instance creation
Marco Bubke [Mon, 3 Jan 2011 19:05:54 +0000 (20:05 +0100)]
QmlDesigner.NodeInstances: Update after complete and not instance creation

13 years agoCompile fix.
Friedemann Kleint [Tue, 4 Jan 2011 15:15:05 +0000 (16:15 +0100)]
Compile fix.

13 years agodebugger: don't duplicate engine specific state in the plugin
hjk [Tue, 4 Jan 2011 15:05:53 +0000 (16:05 +0100)]
debugger: don't duplicate engine specific state in the plugin

13 years agodebugger: use proper struct to pass context information
hjk [Tue, 4 Jan 2011 14:54:36 +0000 (15:54 +0100)]
debugger: use proper struct to pass context information

13 years agodebugger: remove editorAboutToClose connection
hjk [Tue, 4 Jan 2011 14:37:17 +0000 (15:37 +0100)]
debugger: remove editorAboutToClose connection

The slot was doing what was going to happen anyway.

13 years agoQml-C++: Find C++ qmlRegisterType calls and populate QML code model.
Christian Kamm [Fri, 3 Dec 2010 09:13:15 +0000 (10:13 +0100)]
Qml-C++: Find C++ qmlRegisterType calls and populate QML code model.

Reviewed-by: Erik Verbruggen
13 years agoC++: Add parsing of Q_PRIVATE_PROPERTY.
Christian Kamm [Wed, 8 Dec 2010 14:08:03 +0000 (15:08 +0100)]
C++: Add parsing of Q_PRIVATE_PROPERTY.

Reviewed-by: Roberto Raggi
13 years agoC++: Bind Q_ENUMS in the code model.
Christian Kamm [Mon, 6 Dec 2010 12:10:09 +0000 (13:10 +0100)]
C++: Bind Q_ENUMS in the code model.

Reviewed-by: Roberto Raggi
13 years agoC++: Add QtPropertyDeclaration symbol.
Christian Kamm [Mon, 6 Dec 2010 11:16:45 +0000 (12:16 +0100)]
C++: Add QtPropertyDeclaration symbol.

Reviewed-by: Roberto Raggi
13 years agoC++: Fix bind of Q_INVOKABLE functions.
Christian Kamm [Fri, 3 Dec 2010 14:40:08 +0000 (15:40 +0100)]
C++: Fix bind of Q_INVOKABLE functions.

Reviewed-by: Roberto Raggi
13 years agoC++: Move the ModelManagerInterface from CppTools to CPlusPlus.
Christian Kamm [Fri, 3 Dec 2010 12:49:35 +0000 (13:49 +0100)]
C++: Move the ModelManagerInterface from CppTools to CPlusPlus.

13 years agoLanguageUtils: Add FakeMetaObject and ComponentVersion.
Christian Kamm [Fri, 3 Dec 2010 10:17:25 +0000 (11:17 +0100)]
LanguageUtils: Add FakeMetaObject and ComponentVersion.

13 years agoLanguageUtils: Introduce new library for cross-language utils.
Christian Kamm [Fri, 3 Dec 2010 09:34:46 +0000 (10:34 +0100)]
LanguageUtils: Introduce new library for cross-language utils.

13 years agoMaemo: Fix Windows compilation.
Christian Kandeler [Tue, 4 Jan 2011 14:56:28 +0000 (15:56 +0100)]
Maemo: Fix Windows compilation.

13 years agoLibrary wizard - fixed next button on modules page
Jarek Kobus [Tue, 4 Jan 2011 13:55:53 +0000 (14:55 +0100)]
Library wizard - fixed next button on modules page

After reordering the mobile item the logic stayed unchanged what
caused wizard problems. Wizard progress items are fixed too.

13 years agoMaemo: Add some helpful tooltips to the device configurations dialog.
Christian Kandeler [Tue, 4 Jan 2011 14:01:30 +0000 (15:01 +0100)]
Maemo: Add some helpful tooltips to the device configurations dialog.

13 years agoMaemo: Add tooltip to deployment widget.
Christian Kandeler [Tue, 4 Jan 2011 13:55:47 +0000 (14:55 +0100)]
Maemo: Add tooltip to deployment widget.

13 years agoMaemo: Improve packaging widget.
Christian Kandeler [Tue, 4 Jan 2011 13:52:40 +0000 (14:52 +0100)]
Maemo: Improve packaging widget.

- Enable/disable all interactive elements when packaging is enabled/disabled.
- Don't limit the width of line edits.
- Don't make the labels bold.

13 years agoMaemo: Move MADDE environment information out of MaemoToolChain class.
Christian Kandeler [Tue, 4 Jan 2011 13:14:12 +0000 (14:14 +0100)]
Maemo: Move MADDE environment information out of MaemoToolChain class.

The toolchain is not available in all places where we need the
respective information, which resulted in duplicated code.

13 years agodebugger/basehoverhandler: introduce tooltipOverrideRequested and use it
hjk [Tue, 4 Jan 2011 12:58:05 +0000 (13:58 +0100)]
debugger/basehoverhandler: introduce tooltipOverrideRequested and use it

Reviewed-by: con
Task-number: QTCREATOR-201

13 years agodebugger: manual test, use <ext/hash_set> instead of <hash_set>
hjk [Tue, 4 Jan 2011 12:56:55 +0000 (13:56 +0100)]
debugger: manual test, use <ext/hash_set> instead of <hash_set>

13 years agodebugger: adjust 'simple' manual test to maemo
hjk [Mon, 3 Jan 2011 16:34:41 +0000 (17:34 +0100)]
debugger: adjust 'simple' manual test to maemo

13 years agodebugger: add a 'ConditionPart' block to the breakpoint settings
hjk [Tue, 21 Dec 2010 16:53:38 +0000 (17:53 +0100)]
debugger: add a 'ConditionPart' block to the breakpoint settings

13 years agoDebugger[New CDB]: Split up long extension messages.
Friedemann Kleint [Tue, 4 Jan 2011 11:40:52 +0000 (12:40 +0100)]
Debugger[New CDB]: Split up long extension messages.

To accommodate the limitation of output line width of CDB.

13 years agoDebugger[New CDB]: Fix QMap.
Friedemann Kleint [Tue, 4 Jan 2011 09:53:53 +0000 (10:53 +0100)]
Debugger[New CDB]: Fix QMap.

Determine field offset of map node using GetFieldOffset.
Qualify with full module.

13 years agoQmlJS indenter: Add '{' as an electric character.
Christian Kamm [Mon, 3 Jan 2011 14:43:07 +0000 (15:43 +0100)]
QmlJS indenter: Add '{' as an electric character.

Task-number: QTCREATORBUG-3405
Reviewed-by: Erik Verbruggen
13 years agoQmlJS indenter: Only auto-reindent if indent was unchanged.
Christian Kamm [Mon, 3 Jan 2011 14:32:28 +0000 (15:32 +0100)]
QmlJS indenter: Only auto-reindent if indent was unchanged.

This change in how electric characters are handled has gone into the
C++ indenter a while ago and works well there. It means Creator is less
likely to annoyingly change the indent on lines where the
indentation whas changed manually.
It is still possible to trigger a reindent manually.

Reviewed-by: Erik Verbruggen
13 years agoQmlDesigner.NodeInstances: Extra socket for slow connection
Marco Bubke [Mon, 3 Jan 2011 15:34:44 +0000 (16:34 +0100)]
QmlDesigner.NodeInstances: Extra socket for slow connection

Pixmaps can be very large, so they are slow down the pipeline. Now there
is a extra socket for images.

13 years agoMaemo: Configuration dialog fixes.
Christian Kandeler [Mon, 3 Jan 2011 13:57:24 +0000 (14:57 +0100)]
Maemo: Configuration dialog fixes.

- Disable "Remote Processes" button when no entry is selected.
- Fix some keyboard shortcuts.

13 years agoSSH: Add assertion.
Christian Kandeler [Mon, 3 Jan 2011 11:04:33 +0000 (12:04 +0100)]
SSH: Add assertion.

13 years agoQmlDesigner.propertyEditor: read gradient data from model
Thomas Hartmann [Wed, 22 Dec 2010 16:35:20 +0000 (17:35 +0100)]
QmlDesigner.propertyEditor: read gradient data from model

We are reading gradient data from the model instead of the instances now.
This avoids problems with asynchronous implementation and is feature wise the same.

13 years agoQmlDesigner.propertyEditor: cleanup
Thomas Hartmann [Wed, 22 Dec 2010 16:33:38 +0000 (17:33 +0100)]
QmlDesigner.propertyEditor: cleanup

This was called too often.

13 years agoQmlDesigner.propertyEditor: fixing GradientLineQmlAdaptor
Thomas Hartmann [Wed, 22 Dec 2010 16:16:52 +0000 (17:16 +0100)]
QmlDesigner.propertyEditor: fixing GradientLineQmlAdaptor

Fixing slight behaivour changes of refactoring.

13 years agoQmlDesigner.propertyEditor: bug fix for gradient editing
Thomas Hartmann [Wed, 22 Dec 2010 16:15:35 +0000 (17:15 +0100)]
QmlDesigner.propertyEditor: bug fix for gradient editing

13 years agoQmlDesigner.propertyEditor: bug fix
Thomas Hartmann [Wed, 22 Dec 2010 16:14:57 +0000 (17:14 +0100)]
QmlDesigner.propertyEditor: bug fix

This is cleaner and avoids a regression.

13 years agoRemoving trailing white spaces.
Alessandro Portale [Tue, 21 Dec 2010 20:32:19 +0000 (21:32 +0100)]
Removing trailing white spaces.

13 years agoCompile fix.
Friedemann Kleint [Tue, 21 Dec 2010 16:26:57 +0000 (17:26 +0100)]
Compile fix.

13 years agoDebugger[New CDB]: First attempts at QMap<>.
Friedemann Kleint [Tue, 21 Dec 2010 16:23:27 +0000 (17:23 +0100)]
Debugger[New CDB]: First attempts at QMap<>.

Qualify map and hash nodes as Module!QMapNode<>.
Limit recursion depth of GDBMI dump.
Introduce error reporting.
Iterate QMap nodes and create artificial key/value nodes.

13 years agodebugger: fix recently introduced regression in gotoLocation
hjk [Tue, 21 Dec 2010 14:53:49 +0000 (15:53 +0100)]
debugger: fix recently introduced regression in gotoLocation

don't set the marker when clicking in the breakpoint view

13 years agofakevim: implement 's' in visual block mode
hjk [Tue, 21 Dec 2010 14:14:24 +0000 (15:14 +0100)]
fakevim: implement 's' in visual block mode

Cursor positioning after the operation is wrong, but bearable.

13 years agodebugger: try to make core file loading appear snappier
hjk [Tue, 21 Dec 2010 13:41:17 +0000 (14:41 +0100)]
debugger: try to make core file loading appear snappier

13 years agodebugger: reduce the number of PluginManager::getObject() calls
hjk [Tue, 21 Dec 2010 12:58:13 +0000 (13:58 +0100)]
debugger: reduce the number of PluginManager::getObject() calls

13 years agodebugger: add an option to load "missing" symbols for current stack
hjk [Tue, 21 Dec 2010 12:34:59 +0000 (13:34 +0100)]
debugger: add an option to load "missing" symbols for current stack

13 years agoSymbian: small change in cert's capabilities
Pawel Polanski [Tue, 21 Dec 2010 12:22:36 +0000 (13:22 +0100)]
Symbian: small change in cert's capabilities

13 years agoFix capitalization problems with qmlviewer
Kai Koehne [Tue, 21 Dec 2010 11:39:14 +0000 (12:39 +0100)]
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

13 years agodebugger: update stack view after manually loading modules
hjk [Tue, 21 Dec 2010 11:41:34 +0000 (12:41 +0100)]
debugger: update stack view after manually loading modules

Task-number: QTCREATORBUG-3427

13 years agodebugger: don't crash in gotoLocation() if no editor can be created
hjk [Tue, 21 Dec 2010 11:30:17 +0000 (12:30 +0100)]
debugger: don't crash in gotoLocation() if no editor can be created

13 years agodebugger: don't issue "set print static-members off"
hjk [Tue, 21 Dec 2010 10:54:15 +0000 (11:54 +0100)]
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.

13 years agodebugger: make reading of .gdbinit optional
hjk [Tue, 21 Dec 2010 10:52:21 +0000 (11:52 +0100)]
debugger: make reading of .gdbinit optional

13 years agofakevim: start with work on Ctrl-N/Ctrl-P
hjk [Tue, 21 Dec 2010 10:36:42 +0000 (11:36 +0100)]
fakevim: start with work on Ctrl-N/Ctrl-P

13 years agoFixed broken linux compilation
Pawel Polanski [Tue, 21 Dec 2010 11:25:11 +0000 (12:25 +0100)]
Fixed broken linux compilation

13 years agoSymbian: Distinguish the groups of caps while displaying a certificate's info
Pawel Polanski [Tue, 21 Dec 2010 09:42:02 +0000 (10:42 +0100)]
Symbian: Distinguish the groups of caps while displaying a certificate's info

13 years agoDebugger[New CDB]: Simplify MSVC version detection for std::map.
Friedemann Kleint [Tue, 21 Dec 2010 07:40:44 +0000 (08:40 +0100)]
Debugger[New CDB]: Simplify MSVC version detection for std::map.

13 years agoFix QML to UTF-8, unless changed in editor
mae [Mon, 20 Dec 2010 17:10:50 +0000 (18:10 +0100)]
Fix QML to UTF-8, unless changed in editor

Task-id: QTCREATORBUG-3424

13 years agodebugger: make threadnames feature optional
hjk [Mon, 20 Dec 2010 16:39:51 +0000 (17:39 +0100)]
debugger: make threadnames feature optional

13 years agoDebugger[New CDB]: Dump std::map,std::multimap and std::set.
Friedemann Kleint [Mon, 20 Dec 2010 16:09:17 +0000 (17:09 +0100)]
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.

13 years agodebugger: fix thread switching in ThreadNamesCommand
hjk [Mon, 20 Dec 2010 15:55:07 +0000 (16:55 +0100)]
debugger: fix thread switching in ThreadNamesCommand

13 years agodebugger: keep track of current gdb thread
hjk [Mon, 20 Dec 2010 15:28:26 +0000 (16:28 +0100)]
debugger: keep track of current gdb thread

13 years agomacro plugin: compile fix with namespaced Qt
hjk [Mon, 20 Dec 2010 15:18:22 +0000 (16:18 +0100)]
macro plugin: compile fix with namespaced Qt

13 years agoSort the completion items when searching for common prefixes.
Roberto Raggi [Mon, 20 Dec 2010 15:10:56 +0000 (16:10 +0100)]
Sort the completion items when searching for common prefixes.

Reviewed-by: Thorbjørn Lindeijer
13 years agodebugger: be a bit more verbose in the log on process interruption
hjk [Mon, 20 Dec 2010 13:47:29 +0000 (14:47 +0100)]
debugger: be a bit more verbose in the log on process interruption

13 years agodebugger: cache results of finding out the current Qt namespace
hjk [Mon, 20 Dec 2010 12:54:57 +0000 (13:54 +0100)]
debugger: cache results of finding out the current Qt namespace

13 years agoQmlDesigner.nodeInstances: crash fix
Thomas Hartmann [Mon, 20 Dec 2010 13:32:59 +0000 (14:32 +0100)]
QmlDesigner.nodeInstances: crash fix

If the instance is not valid return an empty list.

13 years agoQmlDesigner.model: adding early reject to reparentHere()
Thomas Hartmann [Mon, 20 Dec 2010 13:32:12 +0000 (14:32 +0100)]
QmlDesigner.model: adding early reject to reparentHere()

If this property is already the parent node,
then there is nothing to do.

13 years agoQmlDesigner.nodeInstanceView: reverting "further optimizes import changes"
Thomas Hartmann [Mon, 20 Dec 2010 12:39:40 +0000 (13:39 +0100)]
QmlDesigner.nodeInstanceView: reverting "further optimizes import changes"

This reverts commit 71df9a6162ef4ab5db057b022acd50088820884f.

The commit introduced timing issues.

13 years agoMacros: Fix license headers
Tobias Hunger [Mon, 20 Dec 2010 10:10:30 +0000 (11:10 +0100)]
Macros: Fix license headers

13 years agoNew plugin: plugin macro
Nicolas Arnaud-Cormos [Mon, 20 Dec 2010 09:35:30 +0000 (10:35 +0100)]
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>
13 years agoGit: Improve handling of git submodules
Tobias Hunger [Mon, 20 Dec 2010 09:24:35 +0000 (10:24 +0100)]
Git: Improve handling of git submodules

Task-number: QTCREATORBUG-3390

13 years agoOutline: Double click should jump to text even in non-sync mode
Kai Koehne [Mon, 20 Dec 2010 08:44:54 +0000 (09:44 +0100)]
Outline: Double click should jump to text even in non-sync mode

13 years agoOutline: Add context menu for collapsing/expanding tree
Kai Koehne [Mon, 20 Dec 2010 08:15:49 +0000 (09:15 +0100)]
Outline: Add context menu for collapsing/expanding tree

Task-number: QTCREATORBUG-2976

13 years agoQmlObserver: Remove unconditional qDebug()
Kai Koehne [Fri, 10 Dec 2010 12:53:44 +0000 (13:53 +0100)]
QmlObserver: Remove unconditional qDebug()

13 years agoSymbian: If TRK connection is canceled then the project is not compiled
Pawel Polanski [Mon, 20 Dec 2010 08:12:33 +0000 (09:12 +0100)]
Symbian: If TRK connection is canceled then the project is not compiled

13 years agodebugger: fix previous commit
hjk [Fri, 17 Dec 2010 17:02:02 +0000 (18:02 +0100)]
debugger: fix previous commit

13 years agodebugger: use to_string attribute to gdb.execute if available
hjk [Fri, 17 Dec 2010 16:41:33 +0000 (17:41 +0100)]
debugger: use to_string attribute to gdb.execute if available

13 years agoLicense headers, part 2
con [Fri, 17 Dec 2010 16:14:20 +0000 (17:14 +0100)]
License headers, part 2

13 years agoCompile fix for Mac.
con [Fri, 17 Dec 2010 16:01:09 +0000 (17:01 +0100)]
Compile fix for Mac.

13 years agoMerge branch '2.1'
con [Fri, 17 Dec 2010 16:00:53 +0000 (17:00 +0100)]
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

13 years agoShow Qt Creator resources in Locator on Mac
con [Thu, 16 Dec 2010 13:03:05 +0000 (14:03 +0100)]
Show Qt Creator resources in Locator on Mac

13 years agoSome API beautification in action container.
con [Thu, 16 Dec 2010 10:49:47 +0000 (11:49 +0100)]
Some API beautification in action container.

Done-with: Daniel Molkentin

13 years agoDebugger[New CDB]: Support MSVC2008 std::deque as well.
Friedemann Kleint [Fri, 17 Dec 2010 15:04:33 +0000 (16:04 +0100)]
Debugger[New CDB]: Support MSVC2008 std::deque as well.

13 years agoLicense headers.
con [Fri, 17 Dec 2010 15:01:08 +0000 (16:01 +0100)]
License headers.

13 years agoL10n: Improved German translations
Robert Loehning [Fri, 17 Dec 2010 13:06:08 +0000 (14:06 +0100)]
L10n: Improved German translations

%1 contains the error message, not the hostname.
Other typos fixed as well.

Reviewed-by: ossi
13 years agoMaemo: Improve file selection dialog for publishing.
Christian Kandeler [Fri, 17 Dec 2010 12:17:35 +0000 (13:17 +0100)]
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.

13 years agoDebugger[New CDB]: Add std::deque.
Friedemann Kleint [Fri, 17 Dec 2010 14:34:18 +0000 (15:34 +0100)]
Debugger[New CDB]: Add std::deque.

13 years agodebugger: remove accidentally committed debug output
hjk [Fri, 17 Dec 2010 13:13:49 +0000 (14:13 +0100)]
debugger: remove accidentally committed debug output

13 years agodebugger: adjust sizes of some well-known columns in some views
hjk [Fri, 17 Dec 2010 12:49:49 +0000 (13:49 +0100)]
debugger: adjust sizes of some well-known columns in some views

13 years agobineditor: allow copying also if selection is "backwards"
hjk [Fri, 17 Dec 2010 12:22:53 +0000 (13:22 +0100)]
bineditor: allow copying also if selection is "backwards"

13 years agobineditor: code cosmetics
hjk [Fri, 17 Dec 2010 12:19:28 +0000 (13:19 +0100)]
bineditor: code cosmetics

13 years agodebugger: don't retrieve the stack if we know we will continue stepping
hjk [Fri, 17 Dec 2010 12:07:17 +0000 (13:07 +0100)]
debugger: don't retrieve the stack if we know we will continue stepping

13 years agoRussian translation update
Sergey Belyashov [Fri, 17 Dec 2010 11:27:19 +0000 (12:27 +0100)]
Russian translation update

Merge-request: 228
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agodebugger: reality check, adjust FIXME comment re. use of gdb 6.8
hjk [Fri, 17 Dec 2010 11:02:23 +0000 (12:02 +0100)]
debugger: reality check, adjust FIXME comment re. use of gdb 6.8

13 years agodebugger: remove a bit of stackview flicker by using the 80 ms timer
hjk [Fri, 17 Dec 2010 10:30:32 +0000 (11:30 +0100)]
debugger: remove a bit of stackview flicker by using the 80 ms timer

13 years agodebugger: introduce the concept of a 'Location', used by gotoLocation
hjk [Thu, 16 Dec 2010 18:06:33 +0000 (19:06 +0100)]
debugger: introduce the concept of a 'Location', used by gotoLocation

13 years agodebugger: more tracepoint stuff
hjk [Thu, 16 Dec 2010 16:58:43 +0000 (17:58 +0100)]
debugger: more tracepoint stuff

13 years agoDebugger[New CDB]: Add more fine-grained settings for events/break.
Friedemann Kleint [Fri, 17 Dec 2010 11:00:44 +0000 (12:00 +0100)]
Debugger[New CDB]: Add more fine-grained settings for events/break.

Add options to break on Cpp Exceptions, thread creation, etc.

13 years agoSymbian: Make error concerning capabilities prettier
Pawel Polanski [Fri, 17 Dec 2010 10:46:52 +0000 (11:46 +0100)]
Symbian: Make error concerning capabilities prettier

13 years agoSymbian: Fixed crash related to the not responding TRK
Pawel Polanski [Fri, 17 Dec 2010 09:33:08 +0000 (10:33 +0100)]
Symbian: Fixed crash related to the not responding TRK

Task-number: QTCREATORBUG-3349