OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoSnippets: Add include
Leandro Melo [Mon, 6 Dec 2010 10:30:28 +0000 (11:30 +0100)]
Snippets: Add include

13 years agoSnippets: Make it flexible for adding builtin snippets
Leandro Melo [Fri, 3 Dec 2010 14:55:51 +0000 (15:55 +0100)]
Snippets: Make it flexible for adding builtin snippets

Instead of in one XML embedded as a resource, now builtin
snippets can be specified on any XML distributed under share.

13 years agoSnippets: Correct top-left/bottom-right when emiting dataChanged
Leandro Melo [Thu, 2 Dec 2010 16:15:35 +0000 (17:15 +0100)]
Snippets: Correct top-left/bottom-right when emiting dataChanged

13 years agoSnippets: Make it easier for plugins to add snippets groups
Leandro Melo [Thu, 2 Dec 2010 16:02:23 +0000 (17:02 +0100)]
Snippets: Make it easier for plugins to add snippets groups

Groups are no longer enum values but identified from snippet providers.

13 years agoSnippets: Track begin of first selection
Leandro Melo [Mon, 29 Nov 2010 16:25:01 +0000 (17:25 +0100)]
Snippets: Track begin of first selection

Since in the snippets overlay the selections are created with
ExpandBegin the interest is mostly in detecting when the first one
moved to the left (for example, when an undo is performed right
after inserting the snippet). However, this tracking doesn't need
to necessarily be associated with that flag.

13 years agoSnippets: Add more use-cases
Leandro Melo [Wed, 24 Nov 2010 10:04:24 +0000 (11:04 +0100)]
Snippets: Add more use-cases

- Restored removed built-in snippets.
- Revert a built-in snippet.
- Reset the snippets collection.

13 years agoSnippets: Move code from the manager to the collection.
Leandro Melo [Tue, 23 Nov 2010 10:31:57 +0000 (11:31 +0100)]
Snippets: Move code from the manager to the collection.

Reloading and synchronizing are now directly accessible from
the collection interface.

13 years agoSnippets: Do not update content on window deactivation
Leandro Melo [Mon, 22 Nov 2010 14:09:27 +0000 (15:09 +0100)]
Snippets: Do not update content on window deactivation

13 years agoSnippets: Rename a method in the snippet editor.
Leandro Melo [Tue, 9 Nov 2010 10:53:42 +0000 (11:53 +0100)]
Snippets: Rename a method in the snippet editor.

13 years agoSnippets: Set auto-completers.
Leandro Melo [Tue, 9 Nov 2010 10:44:49 +0000 (11:44 +0100)]
Snippets: Set auto-completers.

13 years agoSnippets: Enable editor's parentheses matching.
Leandro Melo [Mon, 8 Nov 2010 10:45:39 +0000 (11:45 +0100)]
Snippets: Enable editor's parentheses matching.

13 years agoSnippets: Set indenters.
Leandro Melo [Mon, 8 Nov 2010 10:42:07 +0000 (11:42 +0100)]
Snippets: Set indenters.

13 years agoSnippets: Make text snippets available to all groups.
Leandro Melo [Wed, 3 Nov 2010 09:05:37 +0000 (10:05 +0100)]
Snippets: Make text snippets available to all groups.

And mark the completion item as a snippet.

13 years agoSnippets: Synchronize editing of equivalent variables inside snippets.
Leandro Melo [Tue, 2 Nov 2010 14:35:42 +0000 (15:35 +0100)]
Snippets: Synchronize editing of equivalent variables inside snippets.

When editing one variable from a code snippet, all other variables
with the same name are updated accordingly.

13 years agoSnippets: Feature enhancement start...
Leandro Melo [Wed, 27 Oct 2010 15:38:22 +0000 (17:38 +0200)]
Snippets: Feature enhancement start...

Provide an interface so users can create/edit/remove snippets.

13 years agoCompile fix.
Leandro Melo [Wed, 8 Dec 2010 16:20:45 +0000 (17:20 +0100)]
Compile fix.

13 years agoQmlDesigner.nodeInstances: changing ordering of notification
Thomas Hartmann [Wed, 8 Dec 2010 16:09:58 +0000 (17:09 +0100)]
QmlDesigner.nodeInstances: changing ordering of notification

This avoids flickering, since parentChanged now
comes after property changed.

13 years agoQmlDesigner.dragAndDrop: optimize drag and drop behaivour
Thomas Hartmann [Wed, 8 Dec 2010 15:10:32 +0000 (16:10 +0100)]
QmlDesigner.dragAndDrop: optimize drag and drop behaivour

We select now after the drop event.
Some fixes for the out of process stuff.

13 years agoQmlDesigner.itemLibrary: simplification
Thomas Hartmann [Wed, 8 Dec 2010 09:08:53 +0000 (10:08 +0100)]
QmlDesigner.itemLibrary: simplification

13 years agodebugger: make memory view updatable
hjk [Wed, 8 Dec 2010 13:08:35 +0000 (14:08 +0100)]
debugger: make memory view updatable

Task-number: QTCREATORBUG-3242

13 years agodebugger: split debuggeragents.{h,cpp} int {memory,disassembler}agent.{h,cpp}
hjk [Wed, 8 Dec 2010 11:43:11 +0000 (12:43 +0100)]
debugger: split debuggeragents.{h,cpp} int {memory,disassembler}agent.{h,cpp}

13 years agoSymbian/CODA: Add infrastructure for serial communication.
Friedemann Kleint [Wed, 8 Dec 2010 15:50:40 +0000 (16:50 +0100)]
Symbian/CODA: Add infrastructure for serial communication.

Add USB protocol and chunking.

13 years agoQmlProject: Add mainFile property
Kai Koehne [Fri, 3 Dec 2010 16:04:29 +0000 (17:04 +0100)]
QmlProject: Add mainFile property

The mainFile property of QmlProject is the default file to run. People
have still the opportunity to override this in their run settings,
though.

The wizard generated code was updated accordingly. Note that this makes
projects generated by the wizard incompatible with QtCreator 2.1!

Task-number: QTCREATORBUG-3249

13 years agoQmlProject: Add autotest for Files element
Kai Koehne [Fri, 3 Dec 2010 13:32:21 +0000 (14:32 +0100)]
QmlProject: Add autotest for Files element

13 years agoC++ indenter: Fix for access declarations and initializer lists.
Christian Kamm [Wed, 8 Dec 2010 12:50:24 +0000 (13:50 +0100)]
C++ indenter: Fix for access declarations and initializer lists.

Reviewed-by: Erik Verbruggen
13 years agoAdd method to get all the visible "top level" editors in splits.
con [Wed, 8 Dec 2010 10:39:16 +0000 (11:39 +0100)]
Add method to get all the visible "top level" editors in splits.

13 years agoMaemo: Add GUI element to set project description.
Christian Kandeler [Wed, 8 Dec 2010 10:20:44 +0000 (11:20 +0100)]
Maemo: Add GUI element to set project description.

13 years agoMerge remote branch 'origin/2.1'
con [Wed, 8 Dec 2010 09:57:21 +0000 (10:57 +0100)]
Merge remote branch 'origin/2.1'

Conflicts:
doc/qtcreator.qdoc
src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
src/plugins/qt4projectmanager/qmakestep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
src/plugins/qt4projectmanager/qtversionmanager.cpp

13 years agoMac: Fix opening ui files in external designer
con [Tue, 7 Dec 2010 15:48:57 +0000 (16:48 +0100)]
Mac: Fix opening ui files in external designer

13 years agoL10n: Update more German translations.
Friedemann Kleint [Wed, 8 Dec 2010 08:08:59 +0000 (09:08 +0100)]
L10n: Update more German translations.

Task-number: QTCREATORBUG-3312

13 years agobineditor: add a facility to invalidate the cache from the outside
hjk [Wed, 8 Dec 2010 06:57:20 +0000 (07:57 +0100)]
bineditor: add a facility to invalidate the cache from the outside

This is necessary to handle "live updates". Originally done by ck.

13 years agovcsmanager: coding convention
hjk [Tue, 7 Dec 2010 16:34:43 +0000 (17:34 +0100)]
vcsmanager: coding convention

13 years agovcsmanager: add comment to currently dead code
hjk [Tue, 7 Dec 2010 16:28:03 +0000 (17:28 +0100)]
vcsmanager: add comment to currently dead code

13 years agoMaemo: Manage project's display name for package manager.
Christian Kandeler [Tue, 7 Dec 2010 17:30:36 +0000 (18:30 +0100)]
Maemo: Manage project's display name for package manager.

Task-number: QTCREATORBUG-3063

13 years agoMaemo: Check some meta information before publishing.
Christian Kandeler [Tue, 7 Dec 2010 16:33:55 +0000 (17:33 +0100)]
Maemo: Check some meta information before publishing.

13 years agoQmlprojectplugin: work again
dt [Tue, 7 Dec 2010 16:50:58 +0000 (17:50 +0100)]
Qmlprojectplugin: work again

Splitted up patches wrongly

13 years agoQmlDesigner.rewriter: We use QmlJSCheck now to validate the document
Thomas Hartmann [Tue, 7 Dec 2010 16:33:27 +0000 (17:33 +0100)]
QmlDesigner.rewriter: We use QmlJSCheck now to validate the document

We check the qml file/document now with QmlJSCheck.
We explicitly disable checking of qml types.

13 years agoQmlJSCheck: adding more checks
Thomas Hartmann [Tue, 7 Dec 2010 16:31:53 +0000 (17:31 +0100)]
QmlJSCheck: adding more checks

We are checking for duplicate ids and duplicate property definitions now.

13 years agoQmlDesigner.model: nice qDebug output for ModelNode
Thomas Hartmann [Tue, 7 Dec 2010 13:26:00 +0000 (14:26 +0100)]
QmlDesigner.model: nice qDebug output for ModelNode

13 years agoQmlDesigner.nodeInstances: fixing isValid for NodeInstance
Thomas Hartmann [Tue, 7 Dec 2010 13:25:32 +0000 (14:25 +0100)]
QmlDesigner.nodeInstances: fixing isValid for NodeInstance

We have to check also for the ModelNode, but we also have to avoid
recursion.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.model: properly detach from views
Thomas Hartmann [Tue, 7 Dec 2010 13:23:46 +0000 (14:23 +0100)]
QmlDesigner.model: properly detach from views

Properly detach from rewriter view and node instance view
on model destruction.

Reviewed-by: Marco Bubke
13 years agoReplace BaseMode convenience class by individual implementation.
hjk [Mon, 6 Dec 2010 13:12:38 +0000 (14:12 +0100)]
Replace BaseMode convenience class by individual implementation.

Using the convienience class does not really save code and adds another
needless level in the hierarchy. This affects the three remaining BaseMode
users: Help, ProjectExplorer and HelloWorld.

13 years agoHeader cleanup
dt [Mon, 6 Dec 2010 15:28:01 +0000 (16:28 +0100)]
Header cleanup

13 years agoCoding style
dt [Mon, 6 Dec 2010 15:25:11 +0000 (16:25 +0100)]
Coding style

13 years agocoding style
dt [Mon, 6 Dec 2010 15:24:29 +0000 (16:24 +0100)]
coding style

13 years agoQt4ProjectManager: Fix Maemo runconfiguration isEnabled
dt [Thu, 25 Nov 2010 17:40:02 +0000 (18:40 +0100)]
Qt4ProjectManager: Fix Maemo runconfiguration isEnabled

Reviewed-By: hunger
13 years agoQt4ProjectManager: Fix Qt4RunConfiguration::isEnabled()
dt [Thu, 25 Nov 2010 17:38:54 +0000 (18:38 +0100)]
Qt4ProjectManager: Fix Qt4RunConfiguration::isEnabled()

Reviewed-By: hunger
13 years agoQmlJS completion: Fix segfault.
Christian Kamm [Tue, 7 Dec 2010 15:33:22 +0000 (16:33 +0100)]
QmlJS completion: Fix segfault.

Reviewed-by: Lasse Holmstedt
13 years agoImproved switching between method declarationand definition.
Erik Verbruggen [Tue, 7 Dec 2010 15:20:46 +0000 (16:20 +0100)]
Improved switching between method declarationand definition.

Reviewed-by: Roberto Raggi
13 years agoQt4ProjectManager: set the displayname and icon on creating new projects
dt [Tue, 7 Dec 2010 14:41:26 +0000 (15:41 +0100)]
Qt4ProjectManager: set the displayname and icon on creating new projects

This code is still needed.

13 years agoHandle property nonlinear wizards
Jarek Kobus [Tue, 7 Dec 2010 14:28:44 +0000 (15:28 +0100)]
Handle property nonlinear wizards

Reviewed-by: dt <qtc-committer@nokia.com>
Task-number: QTCREATORBUG-2511

13 years agoInformation about the time that took the CODA to process a command.
Pawel Polanski [Tue, 7 Dec 2010 14:20:09 +0000 (15:20 +0100)]
Information about the time that took the CODA to process a command.

13 years agoMaemo: Fix path to exectuable in desktop file when publishing.
Christian Kandeler [Tue, 7 Dec 2010 14:05:36 +0000 (15:05 +0100)]
Maemo: Fix path to exectuable in desktop file when publishing.

13 years agoWindows compile fix.
Friedemann Kleint [Tue, 7 Dec 2010 14:19:35 +0000 (15:19 +0100)]
Windows compile fix.

13 years agoC++ indenter: Don't use label indent when typing 'Type:'.
Christian Kamm [Tue, 7 Dec 2010 13:30:17 +0000 (14:30 +0100)]
C++ indenter: Don't use label indent when typing 'Type:'.

It could easily be followed by another colon.

Reviewed-by: Roberto Raggi
13 years agoQt4ProjectManager: Actually add the qt4targetfactory to the object pool
dt [Tue, 7 Dec 2010 12:27:52 +0000 (13:27 +0100)]
Qt4ProjectManager: Actually add the qt4targetfactory to the object pool

Makes Creator useable again :)

13 years agoProjectExplorer: Move ITargetFactory to object pool
dt [Mon, 6 Dec 2010 15:15:41 +0000 (16:15 +0100)]
ProjectExplorer: Move ITargetFactory to object pool

Makes multiple target factories per project possible

Reviewed-By: hunger
13 years agoQt4: Move Qt4Target and Qt4BC out of the Internal namespace
dt [Mon, 6 Dec 2010 12:29:18 +0000 (13:29 +0100)]
Qt4: Move Qt4Target and Qt4BC out of the Internal namespace

Reviewed-By: hunger
13 years agoQmlDesigner.propertyEditor: fix opacity slider bug
Thomas Hartmann [Thu, 2 Dec 2010 14:15:14 +0000 (15:15 +0100)]
QmlDesigner.propertyEditor: fix opacity slider bug

The granularity of the slider was to fine.
So 1 could be a rounded 0.99.

Task-number: QTCREATORBUG-3035
Reviewed-by: Marco Bubke
13 years agoQmlDesigner.nodeInstances: crash fix
Thomas Hartmann [Thu, 2 Dec 2010 14:13:45 +0000 (15:13 +0100)]
QmlDesigner.nodeInstances: crash fix

PathView creates problems and we do not properly support it anyway.
We just create a dummy instance, instead.

Task-number: QTCREATORBUG-3251
Reviewed-by: Marco Bubke
13 years agocompatVersion has nothing to do with Qt Creator version.
con [Tue, 7 Dec 2010 11:25:20 +0000 (12:25 +0100)]
compatVersion has nothing to do with Qt Creator version.

13 years agoUpdate the template for Qt Creator plugin.
Nicolas Arnaud-Cormos [Tue, 7 Dec 2010 11:24:30 +0000 (12:24 +0100)]
Update the template for Qt Creator plugin.

Make it more consistant with the current plugins:
 * plugin class use the Plugin template instead of Impl
 * add a pluginconstants.h file
 * use the new pluginspec.in file

Merge-request: 216
Reviewed-by: con <qtc-committer@nokia.com>
13 years agoVCS: Support nested repositories
Sami Tikka [Tue, 7 Dec 2010 11:26:42 +0000 (12:26 +0100)]
VCS: Support nested repositories

Find correct version control to use in a repo inside another repo (e.g.
SVN checkout inside a git repo)

Merge-request: 224
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoCoding style.
con [Tue, 7 Dec 2010 09:53:42 +0000 (10:53 +0100)]
Coding style.

13 years agoL10n: Update German translations.
Friedemann Kleint [Tue, 7 Dec 2010 10:28:21 +0000 (11:28 +0100)]
L10n: Update German translations.

Task-number: QTCREATORBUG-3305

13 years agoDebugger[CDB]: Fix crash when printing large arrays.
Friedemann Kleint [Tue, 7 Dec 2010 10:22:39 +0000 (11:22 +0100)]
Debugger[CDB]: Fix crash when printing large arrays.

Terminate string buffer correctly.

Reviewed-by: dt
Task-number: QTCREATORBUG-3271

13 years agoQmlWizards: Use 'QtQuick 1.0' namespace
Kai Koehne [Tue, 30 Nov 2010 15:23:22 +0000 (16:23 +0100)]
QmlWizards: Use 'QtQuick 1.0' namespace

Use the 'QtQuick 1.0' namespace introduced in 4.7.1. This makes them in
line with the examples/demos we ship in the SDK, but breaks for 4.7.0
(e.g. N900).

Task-number: QTCREATORBUG-3243

13 years agoSymbian[CODA-client]: Copy files in chunks. Fix usage information.
Friedemann Kleint [Tue, 7 Dec 2010 10:05:25 +0000 (11:05 +0100)]
Symbian[CODA-client]: Copy files in chunks. Fix usage information.

13 years agoGen. highlighter: Improve performance (delimiters)
Leandro Melo [Tue, 7 Dec 2010 08:26:39 +0000 (09:26 +0100)]
Gen. highlighter: Improve performance (delimiters)

Make lookup for a delimiter a bit faster.

13 years agoGen. highlighter: Improve performance (reg. exp.)
Leandro Melo [Mon, 6 Dec 2010 18:20:37 +0000 (19:20 +0100)]
Gen. highlighter: Improve performance (reg. exp.)

Cache matches of the RegExprRule to avoid unnecessary calls.
This is essentially the same optimization existent in Kate.

A colateral effect of this implementation is a mechanism to
notify the rules when a progress (highlight of the current
line) is finished.

13 years agoQmlDesigner.navigator: fixes shown properties
Thomas Hartmann [Tue, 7 Dec 2010 09:10:11 +0000 (10:10 +0100)]
QmlDesigner.navigator: fixes shown properties

Some enums have the same typname as QDeclarative items.
We have to check for this case.

13 years agoFixes compile
Bill King [Mon, 6 Dec 2010 23:41:48 +0000 (09:41 +1000)]
Fixes compile

13 years agoMake it possible to specify shortcuts for Locator filters.
con [Mon, 6 Dec 2010 16:21:03 +0000 (17:21 +0100)]
Make it possible to specify shortcuts for Locator filters.

Task-number: QTCREATORBUG-1147

13 years agoFix crash when using settings dialog filter.
con [Mon, 6 Dec 2010 16:38:42 +0000 (17:38 +0100)]
Fix crash when using settings dialog filter.

Introduced by 773343f396adb765e3b1837b3d961045e2a10056
Need to ensure widget creation when filtering, because the translated
strings from the widgets are used for key words.

13 years agolldb: remove incorrect running hints from step funcs
Arvid Ephraim Picciani [Mon, 6 Dec 2010 17:15:53 +0000 (18:15 +0100)]
lldb: remove incorrect running hints from step funcs

the target eventloop emits the correct events when stepping,
(running followed by stop)
its up to the Debuggerruncontrol to fix the raceconditions.
emiting events artificially just makes it worse

13 years agoMobile wizards: Scale Maemo icon if necessary and approved by user.
Christian Kandeler [Mon, 6 Dec 2010 17:15:11 +0000 (18:15 +0100)]
Mobile wizards: Scale Maemo icon if necessary and approved by user.

13 years agolldb: spit out canonical path for frame source
Arvid Ephraim Picciani [Mon, 6 Dec 2010 16:59:53 +0000 (17:59 +0100)]
lldb: spit out canonical path for frame source

13 years agoQmlDesigner.metaSystem: optimizations
Thomas Hartmann [Mon, 6 Dec 2010 16:45:51 +0000 (17:45 +0100)]
QmlDesigner.metaSystem: optimizations

Improved caching. Using of hash instead of a list...

13 years agoQmlDesigner.model: leading '_' is allowed for ids
Thomas Hartmann [Mon, 6 Dec 2010 16:44:54 +0000 (17:44 +0100)]
QmlDesigner.model: leading '_' is allowed for ids

13 years agoQmlDesigner.dragAndDrop: fix
Thomas Hartmann [Mon, 6 Dec 2010 16:44:25 +0000 (17:44 +0100)]
QmlDesigner.dragAndDrop: fix

This is just a hotfix. We have to find a way to properly
sync with the out of process node instances.

13 years agoQmlDesigner.itemLibary: keep track of version
Thomas Hartmann [Mon, 6 Dec 2010 16:43:30 +0000 (17:43 +0100)]
QmlDesigner.itemLibary: keep track of version

We have to define a version for the item library.
Before 4.7 was hardcoded.
Slight update of the itemlibrary.

13 years agoQmlDesigner.nodeinstanes: crash fix
Thomas Hartmann [Mon, 6 Dec 2010 16:42:05 +0000 (17:42 +0100)]
QmlDesigner.nodeinstanes: crash fix

We have to check if there is a model. Might be detached, already!

13 years agoQmlDesigner.statesEditorView: Crash fix
Thomas Hartmann [Mon, 6 Dec 2010 16:41:24 +0000 (17:41 +0100)]
QmlDesigner.statesEditorView: Crash fix

The removed node is propably not a state.

13 years agoQmlDesigner: crashfix
Thomas Hartmann [Mon, 6 Dec 2010 16:40:45 +0000 (17:40 +0100)]
QmlDesigner: crashfix

The model() might be deleted already!

13 years agoQmlDesigner.propertyEditor: fix for webview
Thomas Hartmann [Mon, 6 Dec 2010 16:40:12 +0000 (17:40 +0100)]
QmlDesigner.propertyEditor: fix for webview

Handle different packages

13 years agoQmlDesigner.propertyEditor: only show writable properties
Thomas Hartmann [Mon, 6 Dec 2010 16:39:08 +0000 (17:39 +0100)]
QmlDesigner.propertyEditor: only show writable properties

13 years agoQmlDesigner.propertyEditor: crashfix
Thomas Hartmann [Mon, 6 Dec 2010 16:38:45 +0000 (17:38 +0100)]
QmlDesigner.propertyEditor: crashfix

When the property editor is closed before the timer runs out,
now the timer is deleted.
Before we accessed a dangling pointer.

13 years agoQmlDesigner.navigator: small fix
Thomas Hartmann [Mon, 6 Dec 2010 16:37:17 +0000 (17:37 +0100)]
QmlDesigner.navigator: small fix

Do now show any dot properties in the Navigator

13 years agoQmlDesigner.propertyEditor: support for smooth
Thomas Hartmann [Mon, 6 Dec 2010 16:36:35 +0000 (17:36 +0100)]
QmlDesigner.propertyEditor: support for smooth

Support for smooth in all items

13 years agoDoc: deploy configurations
Leena Miettinen [Mon, 6 Dec 2010 16:13:40 +0000 (17:13 +0100)]
Doc: deploy configurations

Publishing to Ovi Store

Reviewed-by: Tobias Hunger
Reviewed-by: Pawel Polanski
13 years agoDoc: explain build, run, and deploy configurations
Leena Miettinen [Mon, 6 Dec 2010 16:11:45 +0000 (17:11 +0100)]
Doc: explain build, run, and deploy configurations

Reviewed-by: Tobias Hunger
13 years agoDoc: fix typo
Leena Miettinen [Mon, 6 Dec 2010 15:58:03 +0000 (16:58 +0100)]
Doc: fix typo

13 years agoDoc: add Windows 7 to OS list
Leena Miettinen [Thu, 2 Dec 2010 13:16:34 +0000 (14:16 +0100)]
Doc: add Windows 7 to OS list

Task-number: QTCREATORBUG-3140

Reviewed-by: Robert Loehning
13 years agoSymbian/CODA client: Add put/install/stat modes.
Friedemann Kleint [Mon, 6 Dec 2010 16:07:18 +0000 (17:07 +0100)]
Symbian/CODA client: Add put/install/stat modes.

13 years agoMaemo: Let user set default key file.
Christian Kandeler [Mon, 6 Dec 2010 14:28:16 +0000 (15:28 +0100)]
Maemo: Let user set default key file.

Task-number: QTCREATORBUG-3276

13 years agoMaemo: Fix logic in device configurations dialog.
Christian Kandeler [Mon, 6 Dec 2010 13:27:12 +0000 (14:27 +0100)]
Maemo: Fix logic in device configurations dialog.

Don't do anything when the "emulator" or "hardware" buttons are
clicked and are already checked.

13 years agoMaemo: Add some keyboard shortcuts to dialog.
Christian Kandeler [Mon, 6 Dec 2010 13:19:02 +0000 (14:19 +0100)]
Maemo: Add some keyboard shortcuts to dialog.

13 years agoProjectExplorer: Move configWidget from Project to Target
dt [Mon, 6 Dec 2010 11:45:05 +0000 (12:45 +0100)]
ProjectExplorer: Move configWidget from Project to Target

Reviewed-By: hunger
13 years agoOutput parsers: Make target specific code pseudo generic
dt [Mon, 6 Dec 2010 11:18:38 +0000 (12:18 +0100)]
Output parsers: Make target specific code pseudo generic

Introduce IOutputParser::setWorkingDirectory and
IOutputParser::hasFatalErrors()

Reviewed-By: hunger
13 years agoAdding Target::supportsTargetId()
dt [Mon, 6 Dec 2010 11:05:11 +0000 (12:05 +0100)]
Adding Target::supportsTargetId()

Reviwed-By: hunger