OSDN Git Service

qt-creator-jp/qt-creator-jp.git
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

13 years agoQmlDebugger: Also log messages from JSDebugger to debug console
Kai Koehne [Fri, 17 Dec 2010 09:18:34 +0000 (10:18 +0100)]
QmlDebugger: Also log messages from JSDebugger to debug console

13 years agoQmlDebugger: Improving debug log output
Kai Koehne [Fri, 17 Dec 2010 07:39:25 +0000 (08:39 +0100)]
QmlDebugger: Improving debug log output

13 years agoDebugger[New CDB]: Improve and enable auto-detection.
Friedemann Kleint [Fri, 17 Dec 2010 09:11:57 +0000 (10:11 +0100)]
Debugger[New CDB]: Improve and enable auto-detection.

Also take over symbol path of the old CDB engine on
auto-detect.

13 years agoMaemo: Fix "make distclean" step for publishing.
Christian Kandeler [Thu, 16 Dec 2010 17:33:30 +0000 (18:33 +0100)]
Maemo: Fix "make distclean" step for publishing.

Task-number: QTCREATORBUG-3343

13 years agoMaemo: Fix newlines in debian files when publishing.
Christian Kandeler [Thu, 16 Dec 2010 17:03:48 +0000 (18:03 +0100)]
Maemo: Fix newlines in debian files when publishing.

The build server does not like CRLF.

13 years agoMaemo: Add a hint to the publishing wizard's upload page.
Christian Kandeler [Thu, 16 Dec 2010 15:45:08 +0000 (16:45 +0100)]
Maemo: Add a hint to the publishing wizard's upload page.

This should help people realize they need to explicitly request
upload rights.

13 years agoMaemo: Fix detection of valid icon in publishing code.
Christian Kandeler [Thu, 16 Dec 2010 14:44:02 +0000 (15:44 +0100)]
Maemo: Fix detection of valid icon in publishing code.

Task-number: QTCREATORBUG-3342

13 years agoRemove annoying warnings when loading Creator master.
Christian Kandeler [Thu, 16 Dec 2010 13:46:24 +0000 (14:46 +0100)]
Remove annoying warnings when loading Creator 

The proper fix would be to support the QMAKE_SUBSTITUTES variable.

13 years agoMaemo: Fix file removal problem on Windows.
Christian Kandeler [Thu, 16 Dec 2010 12:06:15 +0000 (13:06 +0100)]
Maemo: Fix file removal problem on Windows.

Apparently, we can't delete read-only files.

Task-number: QTCREATORBUG-3343

13 years agocompilefix
Thomas Hartmann [Thu, 16 Dec 2010 16:51:58 +0000 (17:51 +0100)]
compilefix

13 years agofixes warnings
Thomas Hartmann [Thu, 16 Dec 2010 16:47:39 +0000 (17:47 +0100)]
fixes warnings

13 years agoQmlDesigner.propertyEditor: code cleanup for property editing
Thomas Hartmann [Thu, 16 Dec 2010 16:46:38 +0000 (17:46 +0100)]
QmlDesigner.propertyEditor: code cleanup for property editing

Instead of duplicating the code from QmlEditorWigets we now subclass
and expose the gradient editing to qml.
The adaptor class is called GradientLineQmlAdaptor.

13 years agoQmlDebugger: Log activity of Observer in debugger log
Kai Koehne [Thu, 16 Dec 2010 16:26:25 +0000 (17:26 +0100)]
QmlDebugger: Log activity of Observer in debugger log

13 years agoQmlJSDebugger: Remove confusing status messages
Kai Koehne [Thu, 16 Dec 2010 15:31:10 +0000 (16:31 +0100)]
QmlJSDebugger: Remove confusing status messages

Clean up status messages logged in the debugger log.

13 years agoQmlJSDebugger: Don't mark failing connection attempt as swarning
Kai Koehne [Thu, 16 Dec 2010 15:20:21 +0000 (16:20 +0100)]
QmlJSDebugger: Don't mark failing connection attempt as swarning

We're trying multiple times to connect, and it's just normal that
the first tries will fail (because the app isn't initialized yet),
so don't log it as a warning.

13 years agoDebugger[New CDB]: Dump QHash/QMultiHash/QSet.
Friedemann Kleint [Thu, 16 Dec 2010 14:49:08 +0000 (15:49 +0100)]
Debugger[New CDB]: Dump QHash/QMultiHash/QSet.

Introduce new Symbol group node for fake map nodes.
Iterate over QHash and extract keys, values for QSet/QHash.

13 years agoQmlDesigner: adding meego and symbian plugin to .pro
Thomas Hartmann [Thu, 16 Dec 2010 13:45:30 +0000 (14:45 +0100)]
QmlDesigner: adding meego and symbian plugin to .pro

13 years agoQmlDsigner.properyEditor: cleanup
Thomas Hartmann [Thu, 16 Dec 2010 13:36:46 +0000 (14:36 +0100)]
QmlDsigner.properyEditor: cleanup

Removing unused files.

13 years agoAvoid skipping the closing parenthesis when completing with '('
Thorbjørn Lindeijer [Tue, 14 Dec 2010 13:34:57 +0000 (14:34 +0100)]
Avoid skipping the closing parenthesis when completing with '('

When the user types '(' then he'll likely also type the matching ')',
in which case skipping the automatic closing parenthesis is annoying
because you would end up with two of them.

Reviewed-by: Roberto Raggi
13 years agodebugger: fix display of C style 'typedef struct X { ... } X;' types.
hjk [Thu, 16 Dec 2010 12:32:47 +0000 (13:32 +0100)]
debugger: fix display of C style 'typedef struct X { ... } X;' types.

13 years agodebugger: start with some infrastructure for tracepoint support
hjk [Thu, 16 Dec 2010 12:02:59 +0000 (13:02 +0100)]
debugger: start with some infrastructure for tracepoint support

13 years agoQmlOutline: Make QTC_ASSERT more meaningful
Kai Koehne [Thu, 16 Dec 2010 12:20:58 +0000 (13:20 +0100)]
QmlOutline: Make QTC_ASSERT more meaningful

Split up QTC_ASSERT to maybe find out why, from times to times,
the original assert fails.

13 years agoGDB: Fix detection of python for GDB on windows
Tobias Hunger [Thu, 16 Dec 2010 11:10:56 +0000 (12:10 +0100)]
GDB: Fix detection of python for GDB on windows

Task-number: QTCREATORBUG-3375
Reviewed-by: hjk
13 years agoQmlDesigner.designModeWidget: fix style of error tooltip
Thomas Hartmann [Thu, 16 Dec 2010 11:59:05 +0000 (12:59 +0100)]
QmlDesigner.designModeWidget: fix style of error tooltip

DocumentWarningWidget is now derived from Utils::FakeToolTip and follows
the Qt Creator styling.

13 years agoQmlDesigneritemLibrary: relax condition for entriesForType()
Thomas Hartmann [Thu, 16 Dec 2010 11:57:59 +0000 (12:57 +0100)]
QmlDesigneritemLibrary: relax condition for entriesForType()

>= is makes more sense for providing icons etc...

13 years agoQmlDesigner.nodeInstanceView: further optimizes import changes
Thomas Hartmann [Thu, 16 Dec 2010 11:56:37 +0000 (12:56 +0100)]
QmlDesigner.nodeInstanceView: further optimizes import changes

This patch delays the restart of the pupped by 200ms when an import changes.

13 years agoQt4ProjectManager: Fix crash when loading $QTDIR/src/src.pro
Kai Koehne [Thu, 16 Dec 2010 11:37:47 +0000 (12:37 +0100)]
Qt4ProjectManager: Fix crash when loading $QTDIR/src/src.pro

Guard access to pointer, which happens to be 0. The regression
was most likely introduced by 057591e0dd.

13 years agodebugger: make connection list count formally correct
hjk [Thu, 16 Dec 2010 11:32:04 +0000 (12:32 +0100)]
debugger: make connection list count formally correct

Task-number: QTCREATORBUG-2785

13 years agodebugger: move memory related context menu items of l&w to submenu
hjk [Thu, 16 Dec 2010 11:07:12 +0000 (12:07 +0100)]
debugger: move memory related context menu items of l&w to submenu

13 years agoAdded semantic checks for stray semicolons and topldevel empty declarations.
Roberto Raggi [Thu, 16 Dec 2010 11:25:51 +0000 (12:25 +0100)]
Added semantic checks for stray semicolons and topldevel empty declarations.

13 years agoDebugger[New CDB]: Fix stepping issues, forced shutdown, values.
Friedemann Kleint [Thu, 16 Dec 2010 11:17:54 +0000 (12:17 +0100)]
Debugger[New CDB]: Fix stepping issues, forced shutdown, values.

- Do not report start-up trap as stop reason should one trigger
  while stepping.
- Set current frame to first usable frame, avoiding disassembly
  while stepping
- Kill process in case of forced shutdown with pending (long)
  commands.
- SymbolGroupValue: Do a quick check for accessible values
  and mark failure as 'invalid'.
- Introduce flag indicating existence of simple dumpers to types.

13 years agoRemoved stray tokens and fixed warnings/errors when compiling with pedantic C++ compi...
Roberto Raggi [Thu, 16 Dec 2010 11:05:48 +0000 (12:05 +0100)]
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.

13 years agoAdded missing #include directive.
Roberto Raggi [Thu, 16 Dec 2010 10:33:19 +0000 (11:33 +0100)]
Added missing #include directive.

13 years agoCompile fix for pedantic C++ compilers.
Roberto Raggi [Thu, 16 Dec 2010 10:25:28 +0000 (11:25 +0100)]
Compile fix for pedantic C++ compilers.

Get rid of all those ugly stray semicolons. They are not valid C++.

13 years agoQmlDesigner.properyEditor: fix hovering for reset button
Thomas Hartmann [Thu, 16 Dec 2010 10:03:07 +0000 (11:03 +0100)]
QmlDesigner.properyEditor: fix hovering for reset button