OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoFixed unintialized variables.
Roberto Raggi [Thu, 20 Jan 2011 10:00:48 +0000 (11:00 +0100)]
Fixed unintialized variables.

13 years agoTemporary "feature" to allow user specific MIME types
Leandro Melo [Thu, 20 Jan 2011 09:42:19 +0000 (10:42 +0100)]
Temporary "feature" to allow user specific MIME types

We need a feature which allows a more flexible binding
of MIME types and editors. This is definetely not the
way to handle it, but a temporary workaround.

Reviewed-by: con
13 years agoQmlDesigner.FormEditor: The scene rectangle isn't set anymore
Marco Bubke [Wed, 19 Jan 2011 18:24:23 +0000 (19:24 +0100)]
QmlDesigner.FormEditor: The scene rectangle isn't set anymore

So the scene rectangle is the bounding rectangle of all items.

13 years agoQmlDesigner.NodeInstances: Filter duplicate nodes from list
Marco Bubke [Wed, 19 Jan 2011 18:22:37 +0000 (19:22 +0100)]
QmlDesigner.NodeInstances: Filter duplicate nodes from list

13 years agoQmlDesigner: core test changes
Marco Bubke [Wed, 19 Jan 2011 14:54:06 +0000 (15:54 +0100)]
QmlDesigner: core test changes

13 years agodebugger: fix the handling of two stopped slaves
hjk [Wed, 19 Jan 2011 18:28:16 +0000 (19:28 +0100)]
debugger: fix the handling of two stopped slaves

13 years agodebugger: don't show the <global> frame in qml stack
hjk [Wed, 19 Jan 2011 18:16:34 +0000 (19:16 +0100)]
debugger: don't show the <global> frame in qml stack

13 years agodebugger: make activateFrame() dispatch properly to the qml/cpp slaves
hjk [Wed, 19 Jan 2011 17:59:53 +0000 (18:59 +0100)]
debugger: make activateFrame() dispatch properly to the qml/cpp slaves

13 years agodebugger: in the qmldebugger, draw location marker _above_ breakpoints
hjk [Wed, 19 Jan 2011 17:53:04 +0000 (18:53 +0100)]
debugger: in the qmldebugger, draw location marker _above_ breakpoints

13 years agoP4: Do not complain about P4 when it is not installed
Tobias Hunger [Wed, 19 Jan 2011 17:06:58 +0000 (18:06 +0100)]
P4: Do not complain about P4 when it is not installed

Remove warning message about P4 when that is not installed.

Task-number: QTCREATORBUG-3382

13 years agodebugger: show combined C++/QML stack
hjk [Wed, 19 Jan 2011 16:34:28 +0000 (17:34 +0100)]
debugger: show combined C++/QML stack

13 years agodebugger: remove dead code
hjk [Wed, 19 Jan 2011 14:48:10 +0000 (15:48 +0100)]
debugger: remove dead code

13 years agoFixed inconsistent highlighting of virtual destructor.
Erik Verbruggen [Wed, 19 Jan 2011 16:19:03 +0000 (17:19 +0100)]
Fixed inconsistent highlighting of virtual destructor.

Task-number: QTCREATORBUG-3404

13 years agoSymbian: Fix create package parser
Tobias Hunger [Wed, 19 Jan 2011 15:51:18 +0000 (16:51 +0100)]
Symbian: Fix create package parser

Fix Parser to recognize errors in the form
(35) : error : Some message

13 years ago10n: Fix tr() issues.
Friedemann Kleint [Wed, 19 Jan 2011 15:50:03 +0000 (16:50 +0100)]
10n: Fix tr() issues.

13 years agoFixed argument completion for destructors.
Erik Verbruggen [Wed, 19 Jan 2011 15:39:28 +0000 (16:39 +0100)]
Fixed argument completion for destructors.

Task-number: QTCREATORBUG-2854

13 years agoProjectExplore: Introduce dis/enabling of buildconfigurations
dt [Wed, 19 Jan 2011 14:46:01 +0000 (15:46 +0100)]
ProjectExplore: Introduce dis/enabling of buildconfigurations

The build actions are disabled if the buildconfiguration is disabled.
The deploy and run actions are disabled if deploying or running invokes
building automatically.

Qt4BuildConfigurations are disabled while parsing.

Task-Nr: QTCREATORBUG-2576

13 years agoProjectExplorer: Do not emit updateRunActions on target change
dt [Tue, 18 Jan 2011 16:10:48 +0000 (17:10 +0100)]
ProjectExplorer: Do not emit updateRunActions on target change

13 years agoSession Manager: Simplfy code
dt [Tue, 18 Jan 2011 14:51:21 +0000 (15:51 +0100)]
Session Manager: Simplfy code

13 years agodebugger: implement qml->c++ cross-stepping
hjk [Wed, 19 Jan 2011 13:34:25 +0000 (14:34 +0100)]
debugger: implement qml->c++ cross-stepping

13 years agodebugger: remove some debug output
hjk [Wed, 19 Jan 2011 13:10:50 +0000 (14:10 +0100)]
debugger: remove some debug output

13 years agoDebugger[CDB]: Fix autodetection of "Debugging Tools".
Friedemann Kleint [Wed, 19 Jan 2011 13:45:25 +0000 (14:45 +0100)]
Debugger[CDB]: Fix autodetection of "Debugging Tools".

Always detected true since the existence of the file
was not checked after the last clause.

13 years agoPrevent preleminary flushes to prevent order mess-ups.
Erik Verbruggen [Wed, 19 Jan 2011 13:14:19 +0000 (14:14 +0100)]
Prevent preleminary flushes to prevent order mess-ups.

The semantic highlighter relies on the highlight ranges to be subsequent
and non-overlapping. A method body in a class nested in a method can
result in flushes before the semantic info for the enclosing method is
calculated, resulting in overlapping ranges.

Task-number: QTCREATORBUG-3364
Reviewed-by: Roberto Raggi
13 years agoCODA: Fix some messages.
Friedemann Kleint [Wed, 19 Jan 2011 13:14:19 +0000 (14:14 +0100)]
CODA: Fix some messages.

13 years agodebugger: use 'maint print msymbols' to extract Qt's namespace
hjk [Wed, 19 Jan 2011 09:48:39 +0000 (10:48 +0100)]
debugger: use 'maint print msymbols' to extract Qt's namespace

still racy

13 years agoDebugger[CDB]: Add setting for additional command line arguments.
Friedemann Kleint [Wed, 19 Jan 2011 12:01:50 +0000 (13:01 +0100)]
Debugger[CDB]: Add setting for additional command line arguments.

to CDB, allowing for extensions, etc.

13 years agoMaemo: Fix some qemu button behavior glitches.
Christian Kandeler [Wed, 19 Jan 2011 11:41:52 +0000 (12:41 +0100)]
Maemo: Fix some qemu button behavior glitches.

13 years agoMaemo: Fix initial Qemu button hiding.
Christian Kandeler [Wed, 19 Jan 2011 11:05:19 +0000 (12:05 +0100)]
Maemo: Fix initial Qemu button hiding.

Apparently, we have to hide the action /after/ creating the command.

13 years agoMaemo: Fix compilation.
Christian Kandeler [Wed, 19 Jan 2011 10:48:23 +0000 (11:48 +0100)]
Maemo: Fix compilation.

13 years agoDebugger[CDB]: Fixes for namespaced Qt.
Friedemann Kleint [Wed, 19 Jan 2011 10:40:50 +0000 (11:40 +0100)]
Debugger[CDB]: Fixes for namespaced Qt.

Fix broken substringpredicate (temporary string reference),
fix Qt container template detection not to fall for
QMap<>::iterator (real inner class).

13 years agoMaemo: Move more functionality into the new target classes.
Christian Kandeler [Wed, 19 Jan 2011 10:06:43 +0000 (11:06 +0100)]
Maemo: Move more functionality into the new target classes.

13 years agoMaemo: Make some stateless functions static.
Christian Kandeler [Wed, 19 Jan 2011 09:16:47 +0000 (10:16 +0100)]
Maemo: Make some stateless functions static.

13 years agoDebugger[CDB]: Use Qt Creator console stub instead of CDB console.
Friedemann Kleint [Wed, 19 Jan 2011 09:25:32 +0000 (10:25 +0100)]
Debugger[CDB]: Use Qt Creator console stub instead of CDB console.

As the latter immediately closes after the debuggee quits.
Handle pressing Ctrl like DebugBreak(), switch to thread 0.

13 years agoQmlDesigner: Add instance test mode to test
Marco Bubke [Tue, 18 Jan 2011 18:38:01 +0000 (19:38 +0100)]
QmlDesigner: Add instance test mode to test

For synchronisation to the puppet process.

13 years agoQmlDesigner: Fix linker error in core tests
Marco Bubke [Tue, 18 Jan 2011 18:36:46 +0000 (19:36 +0100)]
QmlDesigner: Fix linker error in core tests

13 years agoQmlDesigner.NodeInstances: Add synchronizing to instances
Marco Bubke [Tue, 18 Jan 2011 17:23:28 +0000 (18:23 +0100)]
QmlDesigner.NodeInstances: Add synchronizing to instances

13 years agoQmlDesigner: Fix warning
Marco Bubke [Tue, 18 Jan 2011 17:20:54 +0000 (18:20 +0100)]
QmlDesigner: Fix warning

13 years agoQmlDesigner: Test compiles again
Marco Bubke [Tue, 18 Jan 2011 14:01:41 +0000 (15:01 +0100)]
QmlDesigner: Test compiles again

But not linking

13 years agoAnother little fix for delayed registering actions.
con [Tue, 18 Jan 2011 16:03:14 +0000 (17:03 +0100)]
Another little fix for delayed registering actions.

Make them be correctly updated regarding to current context.

13 years agoFix non-Linux compilation.
Christian Kandeler [Tue, 18 Jan 2011 14:43:34 +0000 (15:43 +0100)]
Fix non-Linux compilation.

13 years agoDebugger[CDB]: Switch to thread 0 after DebugBreak().
Friedemann Kleint [Tue, 18 Jan 2011 14:28:55 +0000 (15:28 +0100)]
Debugger[CDB]: Switch to thread 0 after DebugBreak().

Do not show artificial thread that is created by
DebugBreak() as it causes a switch to disassembly.
Forcibly discard the symbol group for each locals
update as the lazy creation mechanism does not trigger
on thread changes back and forth involving assembly,
which causes the symbol group to become stale.

13 years agoMaemo: Introduce dedicated Fremantle and Harmattan targets.
Christian Kandeler [Tue, 18 Jan 2011 14:20:57 +0000 (15:20 +0100)]
Maemo: Introduce dedicated Fremantle and Harmattan targets.

Task-number: QTCREATORBUG-2770

13 years agoDoc: starting external processes
Leena Miettinen [Tue, 18 Jan 2011 14:15:57 +0000 (15:15 +0100)]
Doc: starting external processes

Reviewed-by: Oswald Buddenhagen
13 years agoDebugger[CDB]: Dump QByteArray as array of unsigned chars.
Friedemann Kleint [Tue, 18 Jan 2011 12:48:57 +0000 (13:48 +0100)]
Debugger[CDB]: Dump QByteArray as array of unsigned chars.

Fix assignment to reference nodes (QByteArray field elements).

13 years agoActionManager: Fix CommandAttribute enum to actually use a bit per value
dt [Tue, 18 Jan 2011 12:25:42 +0000 (13:25 +0100)]
ActionManager: Fix CommandAttribute enum to actually use a bit per value

Task-Nr: QTCREATORBUG-3517
Reviewed-By: con
13 years agoInclude namespaces inside header guard
Jarek Kobus [Tue, 18 Jan 2011 11:18:08 +0000 (12:18 +0100)]
Include namespaces inside header guard

Task: QTCREATORBUG-2724
RevBy: Friedemann Kleint <qtc-committer@nokia.com>

13 years agoDebugger[New CDB]: Add support for "Select Widget to Watch".
Friedemann Kleint [Tue, 18 Jan 2011 10:40:45 +0000 (11:40 +0100)]
Debugger[New CDB]: Add support for "Select Widget to Watch".

in stopped state. Add helper for executing calls
to ExtensionContext including recording of output in
OutputCallback. Extend symbol resolution to return addresses
as well since QApplication::widgetAt() is ambiguous and needs
to be called by address. Add 'widgetat' extension command
to return the widget.

13 years agoMacros: add different shortcuts for mac.
Nicolas Arnaud-Cormos [Tue, 18 Jan 2011 09:20:26 +0000 (10:20 +0100)]
Macros: add different shortcuts for mac.

Also change the default "Execute last macro" to a one sequence shortcut.

Merge-request: 234
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Task-number: QTCREATORBUG-3500

13 years agodebugger: fix crash on exit
hjk [Tue, 18 Jan 2011 08:46:32 +0000 (09:46 +0100)]
debugger: fix crash on exit

13 years agoMaemo: Fix compilation.
Friedemann Kleint [Tue, 18 Jan 2011 07:23:07 +0000 (08:23 +0100)]
Maemo: Fix compilation.

13 years agoMaemo: Make use of new Qt4MaemoTarget class.
Christian Kandeler [Mon, 17 Jan 2011 18:43:59 +0000 (19:43 +0100)]
Maemo: Make use of new Qt4MaemoTarget class.

This allows us to get rid of MaemoTemplatesManager, which was a bit of
a crutch from the beginning.

13 years agoRemove unused internal "CommandLocation".
con [Mon, 17 Jan 2011 17:23:48 +0000 (18:23 +0100)]
Remove unused internal "CommandLocation".

13 years agoQmlProject: Fix issue where qmlviewer is launched with directory as argument
Kai Koehne [Mon, 17 Jan 2011 14:30:38 +0000 (15:30 +0100)]
QmlProject: Fix issue where qmlviewer is launched with directory as argument

This happened when 'Current File' was set in the settings, but no .user.settings
existed.

13 years agoQt4Project: Clean up DebugHelperBuildTask
Kai Koehne [Mon, 17 Jan 2011 14:06:16 +0000 (15:06 +0100)]
Qt4Project: Clean up DebugHelperBuildTask

Make sure that the QtVersion object isn't referenced any more in
the separate thread: It might be deleted / altered while the thread is
running. Also let QmlDump use the class, instead of relying on it's
own implementation.

Reviewed-by: ckamm
13 years agoQt4Project: Move DebuggingHelperBuildTask into separate file
Kai Koehne [Mon, 17 Jan 2011 12:50:47 +0000 (13:50 +0100)]
Qt4Project: Move DebuggingHelperBuildTask into separate file

13 years agoC++ editor: Try to find a help item if there is a syntax error
Leandro Melo [Mon, 17 Jan 2011 15:29:57 +0000 (16:29 +0100)]
C++ editor: Try to find a help item if there is a syntax error

Task-number: QTCREATORBUG-2674

13 years agoDebugger: Fix 'Select widget to watch' on Windows.
Friedemann Kleint [Mon, 17 Jan 2011 15:33:31 +0000 (16:33 +0100)]
Debugger: Fix 'Select widget to watch' on Windows.

13 years agodebugger: use 'struct QWidget' to make gdb happy. Again.
hjk [Mon, 17 Jan 2011 15:27:34 +0000 (16:27 +0100)]
debugger: use 'struct QWidget' to make gdb happy. Again.

13 years agodebugger: remove dead enum
hjk [Mon, 17 Jan 2011 14:52:44 +0000 (15:52 +0100)]
debugger: remove dead enum

13 years agoSymbian: Disable device information while using CODA
Pawel Polanski [Mon, 17 Jan 2011 15:01:55 +0000 (16:01 +0100)]
Symbian: Disable device information while using CODA

13 years agoFix last commit
dt [Mon, 17 Jan 2011 14:54:49 +0000 (15:54 +0100)]
Fix last commit

13 years agodebugger: fix the ShowQtNamespace option in the Locals & Watchers window
hjk [Mon, 17 Jan 2011 14:23:22 +0000 (15:23 +0100)]
debugger: fix the ShowQtNamespace option in the Locals & Watchers window

13 years agodebugger: code cosmetics
hjk [Mon, 17 Jan 2011 14:15:19 +0000 (15:15 +0100)]
debugger: code cosmetics

13 years agodebugger: extract qt namespace before running the inferior.
hjk [Mon, 17 Jan 2011 14:11:11 +0000 (15:11 +0100)]
debugger: extract qt namespace before running the inferior.

13 years agodebugger: make qt namespace retrieval more robust
hjk [Mon, 17 Jan 2011 14:09:23 +0000 (15:09 +0100)]
debugger: make qt namespace retrieval more robust

13 years agodebugger: remove CDB specific bits that are not used anymore
hjk [Mon, 17 Jan 2011 13:41:27 +0000 (14:41 +0100)]
debugger: remove CDB specific bits that are not used anymore

13 years agoQt4ProjectManager: Do not loop endless if the defaöt mkspec is broken
dt [Mon, 17 Jan 2011 14:17:44 +0000 (15:17 +0100)]
Qt4ProjectManager: Do not loop endless if the defaöt mkspec is broken

Reported on irc.

13 years agoDebugger[New CDB]: Ignore only first WOW64 breakpoint.
Friedemann Kleint [Mon, 17 Jan 2011 14:18:13 +0000 (15:18 +0100)]
Debugger[New CDB]: Ignore only first WOW64 breakpoint.

Subsequent ones are caused by interrupts.

13 years agoDebugger[New CDB]: Qualify types in watch expressions by module.
Friedemann Kleint [Mon, 17 Jan 2011 13:50:49 +0000 (14:50 +0100)]
Debugger[New CDB]: Qualify types in watch expressions by module.

... to make them faster. Check for watch expressions
of the form '*(Type *)0xaddr' and insert module for non-PODs.
Add testing command.

13 years agoFixed the line retreival for find-usages.
Erik Verbruggen [Mon, 17 Jan 2011 13:41:19 +0000 (14:41 +0100)]
Fixed the line retreival for find-usages.

Instead of using the pre-processed source, the original one is used.
This makes a difference when a macro is used in the line, where the pre-
processed source would have a "#gen true" token.

Task-number: QTCREATORBUG-3345

13 years agoSymbian: Inform the user about Smart Installer's manual installation
Pawel Polanski [Mon, 17 Jan 2011 13:41:00 +0000 (14:41 +0100)]
Symbian: Inform the user about Smart Installer's manual installation

13 years agoFix some style issues
dt [Mon, 17 Jan 2011 13:17:32 +0000 (14:17 +0100)]
Fix some style issues

13 years agoTarget Selector: paint en/disabled state of add remove button
dt [Fri, 14 Jan 2011 16:03:58 +0000 (17:03 +0100)]
Target Selector: paint en/disabled state of add remove button

13 years agoQt4projectManager: Refactor Qt4Target, split up in per target classes
dt [Fri, 10 Dec 2010 18:02:19 +0000 (19:02 +0100)]
Qt4projectManager: Refactor Qt4Target, split up in per target classes

Almost(*) all of the symbian and maemo specific code is now theoretically
moveable to a separate plugin. Thus making it possible to implement
new targets in a plugin.

(*) Noteable missing is the qtversion, which needs to be split up
per target too.

Also fixes
Task-Nr: QTCREATORBUG-2440

Reviewed-By: hunger
Reviewed-By: ck
13 years agoRemove dead code
dt [Mon, 13 Dec 2010 14:41:42 +0000 (15:41 +0100)]
Remove dead code

13 years agoAdd "never ask again" option to dialog asking about killing applications
con [Mon, 17 Jan 2011 12:52:14 +0000 (13:52 +0100)]
Add "never ask again" option to dialog asking about killing applications

The option is used for the stop button in the application output.
Closing tabs will still ask unconditionally, also if applications would
be killed as a side-effect, e.g. of closing Qt Creator.
The Symbian controls also always ask, with a more descriptive text,
because killing applications might have negative effect on the device in
some cases.

Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-3119

13 years agoFix find-usages in template classes.
Erik Verbruggen [Mon, 17 Jan 2011 12:39:41 +0000 (13:39 +0100)]
Fix find-usages in template classes.

The problem was that the scope of the class declaration in a template-class
declaration is the template, not the scope in which that template is defined.
The scope-check was not taking this into account.

Task-number: QTCREATORBUG-3183
Reviewed-by: Roberto Raggi
13 years agoSymbian: CODA logging service has been enabled
Pawel Polanski [Mon, 17 Jan 2011 10:59:47 +0000 (11:59 +0100)]
Symbian: CODA logging service has been enabled

13 years agodebugger: make 'watch widget-by-mouseclick' work again
hjk [Mon, 17 Jan 2011 11:27:49 +0000 (12:27 +0100)]
debugger: make 'watch widget-by-mouseclick' work again

This was the last feature that was only available in the compiled dumpers.

13 years agodebugger: remove some debug output
hjk [Mon, 17 Jan 2011 10:37:53 +0000 (11:37 +0100)]
debugger: remove some debug output

13 years agoMaemo: Fix deployment signal handling.
Christian Kandeler [Mon, 17 Jan 2011 10:59:50 +0000 (11:59 +0100)]
Maemo: Fix deployment signal handling.

13 years agoDebugger: Adapt graphviz graph.
Friedemann Kleint [Mon, 17 Jan 2011 09:36:13 +0000 (10:36 +0100)]
Debugger: Adapt graphviz graph.

13 years agoTooltips: Fix for first paragraph without punctuation
Leandro Melo [Mon, 17 Jan 2011 09:25:41 +0000 (10:25 +0100)]
Tooltips: Fix for first paragraph without punctuation

Task-number: QTCREATORBUG-3464

13 years agodebugger: slaveEngineStateChanged should and can now be private
hjk [Mon, 17 Jan 2011 09:07:13 +0000 (10:07 +0100)]
debugger: slaveEngineStateChanged should and can now be private

13 years agodebugger: simplify combined state handling
hjk [Fri, 14 Jan 2011 18:32:47 +0000 (19:32 +0100)]
debugger: simplify combined state handling

13 years agodebugger: remove InferiorStopSpontaneous state again
hjk [Fri, 14 Jan 2011 18:04:16 +0000 (19:04 +0100)]
debugger: remove InferiorStopSpontaneous state again

13 years agoqmldebugger: sanitize log message
hjk [Fri, 14 Jan 2011 17:50:33 +0000 (18:50 +0100)]
qmldebugger: sanitize log message

13 years agodebugger: remove EngineRunOk state again
hjk [Fri, 14 Jan 2011 17:47:44 +0000 (18:47 +0100)]
debugger: remove EngineRunOk state again

13 years agodebugger: some start up state consolidation
hjk [Fri, 14 Jan 2011 17:16:40 +0000 (18:16 +0100)]
debugger: some start up state consolidation

13 years agodebugger: finish combined shutdown properly
hjk [Fri, 14 Jan 2011 16:34:42 +0000 (17:34 +0100)]
debugger: finish combined shutdown properly

13 years agoDebugger: Fix action to remove all watch items.
Friedemann Kleint [Mon, 17 Jan 2011 08:12:37 +0000 (09:12 +0100)]
Debugger: Fix action to remove all watch items.

13 years agoDebugger: Add some menu actions.
Friedemann Kleint [Fri, 14 Jan 2011 16:28:37 +0000 (17:28 +0100)]
Debugger: Add some menu actions.

- Windows: Inspect a module by running depends.
- Clear all watches.

13 years agodebugger: first shot at combined cpp/qml stepping
hjk [Fri, 14 Jan 2011 16:08:59 +0000 (17:08 +0100)]
debugger: first shot at combined cpp/qml stepping

13 years agodebugger: disable the display of the breakpoint 'extra' field
hjk [Fri, 14 Jan 2011 14:02:26 +0000 (15:02 +0100)]
debugger: disable the display of the breakpoint 'extra' field

Too distracting for now.

13 years agoDebugger[New CDB]:Introduce watches infrastructure.
Friedemann Kleint [Fri, 14 Jan 2011 15:50:31 +0000 (16:50 +0100)]
Debugger[New CDB]:Introduce watches infrastructure.

- Move the 'current module' into the Node
- Split symbol group hierarchy into LocalsSymbolGroup
  tied to frame/thread and a separate, scopeless
  WatchesSymbolGroup
- Add infrastructure for removing symbols from a SymbolGroup,
  doing the index bookkeeping.
- Add method to synchronize watches to  WatchesSymbolGroup
  (iname/name map).
- Introduce watches commands for adding and dumping.
- Extend locals command to get watches as well.
- Add a dummy 'ErrorSymbolGroupNode' to use in case
  insertion fails.

13 years agoSnippets: Check for content change on apply
Leandro Melo [Fri, 14 Jan 2011 15:07:47 +0000 (16:07 +0100)]
Snippets: Check for content change on apply

Cannot rely on the focus out event (on Mac) in the
situation where a snippet is added/edited and the
dialog is immediately confirmed.

Reviewed-by: con
Task-number: QTCREATORBUG-3464

13 years agoMaemo: Don't use Q_WS_MAEMO_6.
Christian Kandeler [Fri, 14 Jan 2011 14:45:53 +0000 (15:45 +0100)]
Maemo: Don't use Q_WS_MAEMO_6.

This symbol does not exist.

Task-number: QTCREATORBUG-3485

13 years agoMaemo: Correctly initialize device configuration for new deploy step.
Christian Kandeler [Fri, 14 Jan 2011 13:57:22 +0000 (14:57 +0100)]
Maemo: Correctly initialize device configuration for new deploy step.

13 years agoMaemo: Fix device name update in deployment widget.
Christian Kandeler [Fri, 14 Jan 2011 13:55:00 +0000 (14:55 +0100)]
Maemo: Fix device name update in deployment widget.

13 years agodebugger: update state diagram
hjk [Fri, 14 Jan 2011 13:40:42 +0000 (14:40 +0100)]
debugger: update state diagram