OSDN Git Service

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

13 years agoQmlDesigner.itemLibrary: the meego import is com.meego
Thomas Hartmann [Thu, 16 Dec 2010 10:02:23 +0000 (11:02 +0100)]
QmlDesigner.itemLibrary: the meego import is com.meego

com.Meego is incorrect

13 years agoQmlDesigner.itemLibrary: improve speed of import changes
Thomas Hartmann [Thu, 16 Dec 2010 10:01:22 +0000 (11:01 +0100)]
QmlDesigner.itemLibrary: improve speed of import changes

removing first and adding afterwards is significanty faster, since
the big component plugin is absent after the remove.

13 years agoQmlDesigner.itemLibrary: show Wait Cursoer during import change
Thomas Hartmann [Thu, 16 Dec 2010 09:59:59 +0000 (10:59 +0100)]
QmlDesigner.itemLibrary: show Wait Cursoer during import change

13 years agodebugger: hot fix for not activated editors while stepping
hjk [Thu, 16 Dec 2010 09:44:21 +0000 (10:44 +0100)]
debugger: hot fix for not activated editors while stepping

13 years agodebugger: merge the 'Change Format for {Object,Type}' l&w context menu entries
hjk [Thu, 16 Dec 2010 09:18:51 +0000 (10:18 +0100)]
debugger: merge the 'Change Format for {Object,Type}' l&w context menu entries

13 years agoGit: Have version selection dialog default to HEAD
Tobias Hunger [Thu, 9 Dec 2010 16:17:20 +0000 (17:17 +0100)]
Git: Have version selection dialog default to HEAD

... if a repository is set.

13 years agoQmlDesigner.model: changing order of notifications for imports
Thomas Hartmann [Wed, 15 Dec 2010 16:14:14 +0000 (17:14 +0100)]
QmlDesigner.model: changing order of notifications for imports

The node instance view is now updated first

13 years agoQmlDesigner.nodeInstanceView: also adding an import restarts the process
Thomas Hartmann [Wed, 15 Dec 2010 16:13:37 +0000 (17:13 +0100)]
QmlDesigner.nodeInstanceView: also adding an import restarts the process

We should ad some timer/queue so that not every single change to imports
restarts qmlpupped but the chages/updates get compressed.

13 years agoQmlDesigner.navigator: imports now update the NavigatorTreeView
Thomas Hartmann [Wed, 15 Dec 2010 16:12:01 +0000 (17:12 +0100)]
QmlDesigner.navigator: imports now  update the NavigatorTreeView

13 years agoQmlDesigner.formEditorView: adding reset() by imports
Thomas Hartmann [Wed, 15 Dec 2010 16:11:27 +0000 (17:11 +0100)]
QmlDesigner.formEditorView: adding reset() by imports

changing imports now resets the form editor

13 years agoQmlDesigner.itemLibrary: avoid unnecessary signals
Thomas Hartmann [Wed, 15 Dec 2010 15:18:34 +0000 (16:18 +0100)]
QmlDesigner.itemLibrary: avoid unnecessary signals

13 years agoQmlDesigner.itemLibrary: allow entry names used twice
Thomas Hartmann [Wed, 15 Dec 2010 15:16:42 +0000 (16:16 +0100)]
QmlDesigner.itemLibrary: allow entry names used twice

Use name + category for identification needed some refactoring.

13 years agoQmlDesigner.navigatorModel: fixes asserts
Thomas Hartmann [Wed, 15 Dec 2010 15:13:01 +0000 (16:13 +0100)]
QmlDesigner.navigatorModel: fixes asserts

13 years agoDebugger[New CDB]: Do not add begin twice for QList<Large>.
Friedemann Kleint [Wed, 15 Dec 2010 16:01:03 +0000 (17:01 +0100)]
Debugger[New CDB]: Do not add begin twice for QList<Large>.

Factor out some utilities for hashes.

13 years agoMaemo: Fix remote debugging.
Christian Kandeler [Wed, 15 Dec 2010 15:50:57 +0000 (16:50 +0100)]
Maemo: Fix remote debugging.

Was broken by 1e362b0f8b0dfd712337df35cd26c5dc98dfc294.

13 years agoMaemo: Fix remote debugging.
Christian Kandeler [Wed, 15 Dec 2010 15:37:21 +0000 (16:37 +0100)]
Maemo: Fix remote debugging.

Was broken by 77e3bfe8451343be5478027154a027cbcfe4b778.

13 years agoQmlDebugger: removed "Reload" button on live preview error
Christiaan Janssen [Wed, 15 Dec 2010 15:12:10 +0000 (16:12 +0100)]
QmlDebugger:  removed "Reload" button on live preview error

Reviewed-by: Kai Koehne
13 years agoIntroduced CPlusPlus::SymbolNameVisitor and CPlusPlus::SnapshotSymbolVisitor.
Roberto Raggi [Wed, 15 Dec 2010 14:11:59 +0000 (15:11 +0100)]
Introduced CPlusPlus::SymbolNameVisitor and CPlusPlus::SnapshotSymbolVisitor.

13 years agodebugger: change 'Format' to 'Display' in the l&w context menu
hjk [Wed, 15 Dec 2010 13:48:03 +0000 (14:48 +0100)]
debugger: change 'Format' to 'Display' in the l&w context menu

13 years agobineditor: extend selection by 1 if cursor is left of anchor.
hjk [Wed, 15 Dec 2010 13:14:01 +0000 (14:14 +0100)]
bineditor: extend selection by 1 if cursor is left of anchor.

Feels more natural.

Reviewed-by: ck
13 years agobineditor: don't draw blinking cursor when we have a selection
hjk [Wed, 15 Dec 2010 13:08:25 +0000 (14:08 +0100)]
bineditor: don't draw blinking cursor when we have a selection

Reviewed-by: ck
13 years agobineditor: visualize data differences after updates
hjk [Wed, 15 Dec 2010 12:52:25 +0000 (13:52 +0100)]
bineditor: visualize data differences after updates

Reviewed-by: ck
13 years agoDebugger[New CDB]: Fix flag handling and expanding of list children.
Friedemann Kleint [Wed, 15 Dec 2010 13:07:48 +0000 (14:07 +0100)]
Debugger[New CDB]: Fix flag handling and expanding of list children.

Suppress repetitive invocation of dumper evaluation.
Use parseWatchData() as does gdb.

13 years agoQmlDesigner.itemlibrary: fix case for meego import
Thomas Hartmann [Wed, 15 Dec 2010 12:31:07 +0000 (13:31 +0100)]
QmlDesigner.itemlibrary: fix case for meego import

13 years agoQmlCppDebugging: Make sure command line args have spaces in between
Kai Koehne [Wed, 15 Dec 2010 12:06:39 +0000 (13:06 +0100)]
QmlCppDebugging: Make sure command line args have spaces in between

13 years agoQmlDesigner.subComponentManager: remove watcher from files
Thomas Hartmann [Wed, 15 Dec 2010 11:23:12 +0000 (12:23 +0100)]
QmlDesigner.subComponentManager: remove watcher from files

We use the text editors meta info system now.

13 years agoQmlDesigner.subComponentManager: crash fix
Thomas Hartmann [Wed, 15 Dec 2010 10:23:34 +0000 (11:23 +0100)]
QmlDesigner.subComponentManager: crash fix

Avoid adding an item a second time to the item library.

13 years agoQmlDesigner.navigator: crash fix
Thomas Hartmann [Wed, 15 Dec 2010 10:22:30 +0000 (11:22 +0100)]
QmlDesigner.navigator: crash fix

I also changed qHash(modelNode) to modelNode.internalId().

Task-Nr: QTCREATORBUG-3387

13 years agoDebugger[New CDB]: Linked lists containers/container child expansion.
Friedemann Kleint [Wed, 15 Dec 2010 10:01:01 +0000 (11:01 +0100)]
Debugger[New CDB]: Linked lists containers/container child expansion.

Introduce node hierarchy and move nodes to a separate file.
Introduce reference nodes that point to additional symbols and
symbols within the symbol tree (make deeply nested linked list
elements visible as array elements). Properly name container
elements as array elements 0..n. Fix pre-expansion of complex
dumpers.

13 years agodebugger: comment cosmetics
hjk [Wed, 15 Dec 2010 08:35:31 +0000 (09:35 +0100)]
debugger: comment cosmetics

13 years agodebugger: move sanity check from DebuggerRunControl::start to Factory::create
hjk [Wed, 15 Dec 2010 08:34:02 +0000 (09:34 +0100)]
debugger: move sanity check from DebuggerRunControl::start to Factory::create

13 years agodebugger: fix wrong assert when no engine could be constructed
hjk [Wed, 15 Dec 2010 08:17:31 +0000 (09:17 +0100)]
debugger: fix wrong assert when no engine could be constructed

13 years agobineditor: remove flicker by using cached old data
hjk [Tue, 14 Dec 2010 17:35:09 +0000 (18:35 +0100)]
bineditor: remove flicker by using cached old data

13 years agoCompile warnings.
Friedemann Kleint [Tue, 14 Dec 2010 15:52:53 +0000 (16:52 +0100)]
Compile warnings.

13 years agoQMlDesigner.itemLibrary: adds an import manager/filter
Thomas Hartmann [Tue, 14 Dec 2010 15:52:29 +0000 (16:52 +0100)]
QMlDesigner.itemLibrary: adds an import manager/filter

We create a special sidebar item for the item library that contains a
ToolButton.

The ToolButton manages the imports for components.

13 years agoQmlDesigner.model: clears the meta info cache for import changes
Thomas Hartmann [Tue, 14 Dec 2010 15:50:34 +0000 (16:50 +0100)]
QmlDesigner.model: clears the meta info cache for import changes

If an import changes we have to delete the cache for the meta info.

13 years agoQmlDesigner.itemlibrary: gives Meego label a default text
Thomas Hartmann [Tue, 14 Dec 2010 15:48:13 +0000 (16:48 +0100)]
QmlDesigner.itemlibrary: gives Meego label a default text

13 years agoIf capabilities inside pro files do not match the dev cert an error is generated...
Pawel Polanski [Tue, 14 Dec 2010 15:19:44 +0000 (16:19 +0100)]
If capabilities inside pro files do not match the dev cert an error is generated (SymbianOS)

13 years agoQmlDebugger: Fixing debugid hashes
Christiaan Janssen [Tue, 14 Dec 2010 15:21:47 +0000 (16:21 +0100)]
QmlDebugger:  Fixing debugid hashes

Reviewed-by: Kai Koehne
13 years agoqtversionmanager: initialize m_isBuildUsingSbsV2
hjk [Tue, 14 Dec 2010 15:14:21 +0000 (16:14 +0100)]
qtversionmanager: initialize m_isBuildUsingSbsV2

Done by Milian Wolff

13 years agodebugger: code cosmetics
hjk [Tue, 14 Dec 2010 15:10:19 +0000 (16:10 +0100)]
debugger: code cosmetics

13 years agoDebugger[New CDB]: Regression: Show threads.
Friedemann Kleint [Tue, 14 Dec 2010 15:14:05 +0000 (16:14 +0100)]
Debugger[New CDB]: Regression: Show threads.

13 years agodebugger: make memory view updatable
hjk [Tue, 14 Dec 2010 15:01:02 +0000 (16:01 +0100)]
debugger: make memory view updatable

Still some flickering and no marks which parts changed.

13 years agodebugger: Checking size of array in qDumpQByteArray
Robert Loehning [Tue, 14 Dec 2010 14:48:41 +0000 (15:48 +0100)]
debugger: Checking size of array in qDumpQByteArray

13 years agodebugger: display array base address as default value
hjk [Tue, 14 Dec 2010 14:00:31 +0000 (15:00 +0100)]
debugger: display array base address as default value

13 years agodebugger: changing breakpoint data in 'new' should not trigger an engine update
hjk [Tue, 14 Dec 2010 12:35:42 +0000 (13:35 +0100)]
debugger: changing breakpoint data in 'new' should not trigger an engine update

13 years agoDon't waste time rehighlighting all the files opened in Creator.
Roberto Raggi [Tue, 14 Dec 2010 14:04:46 +0000 (15:04 +0100)]
Don't waste time rehighlighting all the files opened in Creator.

13 years agodebugger: thread 0 is valid for cdb. so use -1 as 'any' value
hjk [Tue, 14 Dec 2010 12:00:02 +0000 (13:00 +0100)]
debugger: thread 0 is valid for cdb. so use -1 as 'any' value

13 years agodebugger: simplify the 'break at main' logic
hjk [Tue, 14 Dec 2010 11:50:10 +0000 (12:50 +0100)]
debugger: simplify the 'break at main' logic

13 years agodebugger: remove dead code
hjk [Tue, 14 Dec 2010 11:38:47 +0000 (12:38 +0100)]
debugger: remove dead code

13 years agodebugger: s/*ViewAgent/*Agent/ to reduce noise and match file names
hjk [Tue, 14 Dec 2010 11:29:32 +0000 (12:29 +0100)]
debugger: s/*ViewAgent/*Agent/ to reduce noise and match file names

13 years agodebugger: make location markers engine-specific
hjk [Tue, 14 Dec 2010 11:21:29 +0000 (12:21 +0100)]
debugger: make location markers engine-specific

13 years agoAdded missing licence headers
Pawel Polanski [Tue, 14 Dec 2010 12:04:28 +0000 (13:04 +0100)]
Added missing licence headers

13 years agoPolishing devcert UI
Pawel Polanski [Tue, 14 Dec 2010 11:56:59 +0000 (12:56 +0100)]
Polishing devcert UI

13 years agoSome small fixes to cert management
Pawel Polanski [Tue, 14 Dec 2010 10:31:41 +0000 (11:31 +0100)]
Some small fixes to cert management

13 years agoDon't request a new completion when the completion box is already visible.
Roberto Raggi [Tue, 14 Dec 2010 11:57:29 +0000 (12:57 +0100)]
Don't request a new completion when the completion box is already visible.

13 years agoQmlDesigner.itemLibrary: renaming Qt - Basic to Qt Quick - Basic
Thomas Hartmann [Tue, 14 Dec 2010 11:41:11 +0000 (12:41 +0100)]
QmlDesigner.itemLibrary: renaming Qt - Basic to Qt Quick - Basic

13 years agoQmlDesigner.itemlibrary: adding icons to meego and symbian plugin
Thomas Hartmann [Tue, 14 Dec 2010 11:40:43 +0000 (12:40 +0100)]
QmlDesigner.itemlibrary: adding icons to meego and symbian plugin

The icons are taken from the old designer for now.

13 years agoDon't popup the automatic completion box when the identifier under cursor is a comple...
Roberto Raggi [Tue, 14 Dec 2010 10:50:49 +0000 (11:50 +0100)]
Don't popup the automatic completion box when the identifier under cursor is a complete valid word.

13 years agoCompile on OS X.
Morten Johan Sørvig [Tue, 14 Dec 2010 09:12:20 +0000 (10:12 +0100)]
Compile on OS X.

13 years agoDebugger[New CDB]: QList fixes.
Friedemann Kleint [Tue, 14 Dec 2010 08:57:33 +0000 (09:57 +0100)]
Debugger[New CDB]: QList fixes.

Alignment at void*-boundaries for small types.
Read out pointer array directly instead of dereferencing ** for
large types for speed.

13 years agoDebugger: Native separators in break window.
Friedemann Kleint [Tue, 14 Dec 2010 08:57:14 +0000 (09:57 +0100)]
Debugger: Native separators in break window.

13 years agoAdded missing files
Pawel Polanski [Tue, 14 Dec 2010 08:09:36 +0000 (09:09 +0100)]
Added missing files

13 years ago'Certificate details' dialog added to SymbianOS
Pawel Polanski [Mon, 13 Dec 2010 16:20:01 +0000 (17:20 +0100)]
'Certificate details' dialog added to SymbianOS

13 years agoCapabilities and IMEIs can now be extracted form Dev Certs for SymbianOS
Pawel Polanski [Mon, 13 Dec 2010 16:17:41 +0000 (17:17 +0100)]
Capabilities and IMEIs can now be extracted form Dev Certs for SymbianOS

Reviewed-by: Alessandro Portale
13 years agoFixes: More autotest cleanup (now release target builds too)
Bill King [Tue, 14 Dec 2010 02:56:55 +0000 (12:56 +1000)]
Fixes: More autotest cleanup (now release target builds too)

13 years agoFixes autotests for windows.
Bill King [Tue, 14 Dec 2010 01:01:17 +0000 (11:01 +1000)]
Fixes autotests for windows.

13 years agodebugger: move MemoryViewAgent ownership to DebuggerEngine
hjk [Mon, 13 Dec 2010 17:17:31 +0000 (18:17 +0100)]
debugger: move MemoryViewAgent ownership to DebuggerEngine

13 years agoQMlJSCheck: Components have their own scope for ids
Thomas Hartmann [Mon, 13 Dec 2010 15:46:29 +0000 (16:46 +0100)]
QMlJSCheck: Components have their own scope for ids

Each Components starts a new scope for ids. Using a stack to check
this properly.

13 years agoDebugger[CDBs 32bit]: Fix 'Jump to Line'.
Friedemann Kleint [Mon, 13 Dec 2010 16:19:21 +0000 (17:19 +0100)]
Debugger[CDBs 32bit]: Fix 'Jump to Line'.

PC register is 'rip' for 64bit and 'eip' for 32bit.

Task-number: QTCREATORBUG-3361

13 years agodebugger: fix run to line
hjk [Mon, 13 Dec 2010 15:58:09 +0000 (16:58 +0100)]
debugger: fix run to line

Was aiming at the current line, not the selected one.

13 years agofakevim: add infrastructure for Ctrl-W + <Right> etc
hjk [Mon, 13 Dec 2010 15:31:20 +0000 (16:31 +0100)]
fakevim: add infrastructure for Ctrl-W + <Right> etc

Not functional due to missing public API in the editor manager.

13 years agodebugger: remove dead code
hjk [Fri, 10 Dec 2010 12:28:56 +0000 (13:28 +0100)]
debugger: remove dead code

13 years agolldb: remove superfluous debugeragents include
Arvid Ephraim Picciani [Mon, 13 Dec 2010 15:43:26 +0000 (16:43 +0100)]
lldb: remove superfluous debugeragents include

13 years agoDebugger[New CDB]: Work on QList.
Friedemann Kleint [Mon, 13 Dec 2010 15:25:54 +0000 (16:25 +0100)]
Debugger[New CDB]: Work on QList.

Move container size code to container.cpp/h and known type
enumeration to separate knowntype.h.
Add some more types. Change type detection to work without
'class '/'struct ' prefixes for inner types. Add Qt types with
Movable/Primitive flags. Add QStack/QQueue, size for std::deque
and std::stack. Add infrastructure for linked-list type containers
and std::list. Implement QList specialisations depending on type.

13 years agoQmlPuppet: fix missing else
Thomas Hartmann [Mon, 13 Dec 2010 14:09:07 +0000 (15:09 +0100)]
QmlPuppet: fix missing else

You only want to add the parent to the parentSet list in the else case.

13 years agoQmlJsCheck: check for Behaivours and exclude them from duplicate check
Thomas Hartmann [Mon, 13 Dec 2010 14:08:32 +0000 (15:08 +0100)]
QmlJsCheck: check for Behaivours and exclude them from duplicate check

13 years agoQmlDesigner.model: relax checks for ids
Thomas Hartmann [Mon, 13 Dec 2010 10:48:29 +0000 (11:48 +0100)]
QmlDesigner.model: relax checks for ids

id: list
id: on
etc. are actually allowed.

We should rely on the parser for this kind of checks anyway.

Task-number: QTCREATORBUG-3347

13 years agoQmlDesigner.itemLibrary: turns required import case insenstitive
Thomas Hartmann [Mon, 13 Dec 2010 10:00:05 +0000 (11:00 +0100)]
QmlDesigner.itemLibrary: turns required import case insenstitive

13 years agoQmlDesigner: update Meego plugin
Thomas Hartmann [Mon, 13 Dec 2010 09:59:02 +0000 (10:59 +0100)]
QmlDesigner: update Meego plugin

13 years agoQmlDesigner.itemLibrary: crash fix
Thomas Hartmann [Mon, 13 Dec 2010 09:54:30 +0000 (10:54 +0100)]
QmlDesigner.itemLibrary: crash fix

13 years agoQmlDesigner.itemlibrary: fix visibility of items
Thomas Hartmann [Mon, 13 Dec 2010 09:54:16 +0000 (10:54 +0100)]
QmlDesigner.itemlibrary: fix visibility of items

13 years agoQmlDesigner.dragAndDrop: use instancesCompleted instead of timer
Thomas Hartmann [Fri, 10 Dec 2010 22:04:02 +0000 (23:04 +0100)]
QmlDesigner.dragAndDrop: use instancesCompleted instead of timer

13 years agoQmlDesigner.formEditor: wire up instancesCompleted() to tools
Thomas Hartmann [Fri, 10 Dec 2010 21:46:18 +0000 (22:46 +0100)]
QmlDesigner.formEditor: wire up instancesCompleted() to tools

13 years agoQmlDesigner.itemlibrary: filter item library by imports
Thomas Hartmann [Fri, 10 Dec 2010 21:01:55 +0000 (22:01 +0100)]
QmlDesigner.itemlibrary: filter item library by imports

Only show items that are available and use requiredImport for filtering

13 years agoRemove debug output
dt [Fri, 10 Dec 2010 18:02:19 +0000 (19:02 +0100)]
Remove debug output

13 years agoQt4ProjectManager: Fix disabling runconfigurations on parse
dt [Fri, 10 Dec 2010 18:01:01 +0000 (19:01 +0100)]
Qt4ProjectManager: Fix disabling runconfigurations on parse

Turns out to be a oversight

13 years agoQmlDesigner: compile fix
Thomas Hartmann [Fri, 10 Dec 2010 17:27:09 +0000 (18:27 +0100)]
QmlDesigner: compile fix

13 years agoQmlDesigner.itemLibrary: turn the item library into a full view.
Thomas Hartmann [Fri, 10 Dec 2010 16:57:42 +0000 (17:57 +0100)]
QmlDesigner.itemLibrary: turn the item library into a full view.

This is more consistent with the whole architecture and allows
the item library to listen to imports.

13 years agoDebugger[New CDB]: First stab at containers.
Friedemann Kleint [Fri, 10 Dec 2010 16:17:55 +0000 (17:17 +0100)]
Debugger[New CDB]: First stab at containers.

Set up infrastructure for having 'fake' children in a symbolgroup
that merely reference others. Print inames correctly, do index
bookkeeping accordingly, adapt visitor.
Prototypically implement complex dumpers for array-type containers.
adding children as additional symbols.

13 years agoQMlDesigner.navigator: visualize unknown types
Thomas Hartmann [Fri, 10 Dec 2010 14:33:20 +0000 (15:33 +0100)]
QMlDesigner.navigator: visualize unknown types

Types unknown to the metasystem get the red line now and a questionmark icon.

13 years agoQmlDesigner.rewriter: fix Qt/QtQuick import issue
Thomas Hartmann [Fri, 10 Dec 2010 10:38:58 +0000 (11:38 +0100)]
QmlDesigner.rewriter: fix Qt/QtQuick import issue

The Qt import was removed in the QtQuick case.

13 years agoC++: Add quick fix for Q_PROPERTY.
Christian Kamm [Fri, 10 Dec 2010 14:42:34 +0000 (15:42 +0100)]
C++: Add quick fix for Q_PROPERTY.

At the moment, it inserts implementations inline.

Done-with: Leandro Melo

13 years agoDropping project blocks other programs (like file explorer).
con [Fri, 10 Dec 2010 13:49:06 +0000 (14:49 +0100)]
Dropping project blocks other programs (like file explorer).

We have to delay or drop event handling, so the Qt code that delivers
the event can return control. The commit also prevents dropping another
file while we are currently already handling a drop.

Task-number: QTCREATORBUG-3344