OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesigner: Change Symbian import
Marco Bubke [Thu, 13 Jan 2011 14:42:42 +0000 (15:42 +0100)]
QmlDesigner: Change Symbian import

13 years agoQmlDesigner.NodeInstances: Restart render timer in Preview
Marco Bubke [Thu, 13 Jan 2011 14:10:43 +0000 (15:10 +0100)]
QmlDesigner.NodeInstances: Restart render timer in Preview

Now rendering is only happen if no changes happen anymore.

13 years agoRemove outdated comment
dt [Thu, 13 Jan 2011 14:20:10 +0000 (15:20 +0100)]
Remove outdated comment

13 years agoDoc: list available refactoring actions
Leena Miettinen [Thu, 13 Jan 2011 14:08:51 +0000 (15:08 +0100)]
Doc: list available refactoring actions

Reviewed-by: Christian Kamm
13 years agoDoc: Find Usages command for QML
Leena Miettinen [Thu, 13 Jan 2011 14:07:52 +0000 (15:07 +0100)]
Doc: Find Usages command for QML

Reviewed-by: Christian Kamm
13 years agoDoc: update description of Outline view
Leena Miettinen [Thu, 13 Jan 2011 11:00:10 +0000 (12:00 +0100)]
Doc: update description of Outline view

13 years agoMaemo: Revert 2.1 patch.
Christian Kandeler [Thu, 13 Jan 2011 14:02:44 +0000 (15:02 +0100)]
Maemo: Revert 2.1 patch.

We have a proper fix for 2.2.

13 years agoMaemo: Style stuff.
Christian Kandeler [Thu, 13 Jan 2011 14:01:46 +0000 (15:01 +0100)]
Maemo: Style stuff.

13 years agoMaemo: Allow user to set default device configuration.
Christian Kandeler [Thu, 13 Jan 2011 14:00:48 +0000 (15:00 +0100)]
Maemo: Allow user to set default device configuration.

Task-number: QTCREATORBUG-3486

13 years agoMaemo: Introduce logic for default device configuration.
Christian Kandeler [Thu, 13 Jan 2011 13:32:15 +0000 (14:32 +0100)]
Maemo: Introduce logic for default device configuration.

13 years agoMaemo: Refactor device configurations list.
Christian Kandeler [Thu, 13 Jan 2011 12:49:23 +0000 (13:49 +0100)]
Maemo: Refactor device configurations list.

13 years agoDebugger[New CDB]: Fix output format.
Friedemann Kleint [Thu, 13 Jan 2011 13:27:52 +0000 (14:27 +0100)]
Debugger[New CDB]: Fix output format.

13 years agoQt4ProjectManager: Fix crash on importing builds
dt [Thu, 13 Jan 2011 12:38:43 +0000 (13:38 +0100)]
Qt4ProjectManager: Fix crash on importing builds

Task-Nr: QTCREATORBUG-2723

13 years agoClean up environmentmodel/widget
Tobias Hunger [Thu, 13 Jan 2011 10:41:45 +0000 (11:41 +0100)]
Clean up environmentmodel/widget

 * Move the environment model code to utils and export it
 * rename the environmenteditmodel files to environmentwidget
   (which is the class they actually contain)

Reviewed-by: dt
13 years agoFix shortcut handling.
con [Thu, 13 Jan 2011 10:35:22 +0000 (11:35 +0100)]
Fix shortcut handling.

Introduced by recent ProxyAction refactoring, we may not copy the actual
enabled/visible/checked state during initialization.

13 years agoQmlObserver: Fix compilation when no private headers are installed
Kai Koehne [Thu, 13 Jan 2011 09:45:00 +0000 (10:45 +0100)]
QmlObserver: Fix compilation when no private headers are installed

Regression introduced in 17d11b7be38e35.

13 years agoQmlDesigner.StatesEditor: Fix crash for removing state
Marco Bubke [Wed, 12 Jan 2011 18:22:16 +0000 (19:22 +0100)]
QmlDesigner.StatesEditor: Fix crash for removing state

13 years agoQmlDesigner.StatesEditor: Optimize updating
Marco Bubke [Wed, 12 Jan 2011 18:06:57 +0000 (19:06 +0100)]
QmlDesigner.StatesEditor: Optimize updating

13 years agoQmlDesigner.NodeInstances: Make timer shorter
Marco Bubke [Wed, 12 Jan 2011 18:06:05 +0000 (19:06 +0100)]
QmlDesigner.NodeInstances: Make timer shorter

13 years agoQmlDesigner.NodeInstances: Extra process for state previews
Marco Bubke [Wed, 12 Jan 2011 16:05:48 +0000 (17:05 +0100)]
QmlDesigner.NodeInstances: Extra process for state previews

Much faster.

13 years agoUse the new ProxyAction for the debug button.
con [Wed, 12 Jan 2011 15:36:29 +0000 (16:36 +0100)]
Use the new ProxyAction for the debug button.

Instead of doing context magic which doesn't reflect what actually was
meant: The actions are different commands, but the button should be
corresponding to different commands in different states.

13 years agoGit: Some whitespace fixes
Tobias Hunger [Wed, 12 Jan 2011 15:32:11 +0000 (16:32 +0100)]
Git: Some whitespace fixes

13 years agoFix git show using the default format
Tobias Hunger [Wed, 12 Jan 2011 15:29:56 +0000 (16:29 +0100)]
Fix git show using the default format

Fix git show using the default format the first time it gets used.

Task-number: QTCREATORBUG-3412

13 years agoQmlDesigner: States preview are functional again
Marco Bubke [Wed, 12 Jan 2011 15:07:31 +0000 (16:07 +0100)]
QmlDesigner: States preview are functional again

But still slow.

13 years agoLet ModeManager::addAction take a QAction instead of Command
con [Wed, 12 Jan 2011 13:21:12 +0000 (14:21 +0100)]
Let ModeManager::addAction take a QAction instead of Command

There was no reason, and using QAction is more flexible.

13 years agoRefactor the "proxy action" behavior of Command to Utils::ProxyAction
con [Wed, 12 Jan 2011 08:45:19 +0000 (09:45 +0100)]
Refactor the "proxy action" behavior of Command to Utils::ProxyAction

A generic action that acts as a proxy for another (changeable) action,
like it is used for mostly all of the visible actions in Qt Creator
through the action manager.

13 years agoQmlJS: Fix completion of locally defined properties.
Christian Kamm [Wed, 12 Jan 2011 13:35:54 +0000 (14:35 +0100)]
QmlJS: Fix completion of locally defined properties.

Task-number: QTCREATORBUG-3490

13 years agoDebugger: Fix python path for Windows.
Friedemann Kleint [Wed, 12 Jan 2011 14:31:40 +0000 (15:31 +0100)]
Debugger: Fix python path for Windows.

Fix 07cac21957dac9f69126fa13b37b5842fb219a44.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDoc: compiling Qt and Qt Creator on Windows
Leena Miettinen [Wed, 12 Jan 2011 14:24:56 +0000 (15:24 +0100)]
Doc: compiling Qt and Qt Creator on Windows

Reviewed-by: con
Reviewed-by: Friedemann Kleint
13 years agoQt4 Maemo: Fix crash
dt [Wed, 12 Jan 2011 13:50:41 +0000 (14:50 +0100)]
Qt4 Maemo: Fix crash

Toolchains can't hold a pointer to the qtversion for which they were
created. Copying QtVersions does not clone toolchains instead they are
held via a shared pointer. Thus the original qtversion for which the
toolchain was created might not exist anymore.

Reviewed-By: ck
13 years agoProjectExplorer: Always give feedback on failed project loading
dt [Tue, 11 Jan 2011 18:30:25 +0000 (19:30 +0100)]
ProjectExplorer: Always give feedback on failed project loading

Task-Nr: QTCREATORBUG-3435

13 years agodebugger: Slightly improve compile fix for linux.
Christian Kamm [Wed, 12 Jan 2011 13:21:44 +0000 (14:21 +0100)]
debugger: Slightly improve compile fix for linux.

Reviewed-by: Friedemann Kleint
13 years agodebugger: compile fix on linux
hjk [Wed, 12 Jan 2011 13:18:20 +0000 (14:18 +0100)]
debugger: compile fix on linux

13 years agodebugger: QmlEngine: rename master/slave into cpp/qml
hjk [Wed, 12 Jan 2011 13:14:27 +0000 (14:14 +0100)]
debugger: QmlEngine: rename master/slave into cpp/qml

13 years agodebugger: code cosmetics QmlAdapter
hjk [Wed, 12 Jan 2011 12:51:26 +0000 (13:51 +0100)]
debugger: code cosmetics QmlAdapter

13 years agodebugger: reorganize debuggerengine.h
hjk [Wed, 12 Jan 2011 12:43:23 +0000 (13:43 +0100)]
debugger: reorganize debuggerengine.h

13 years agodebugger: move global qqNs definition to a saner location
hjk [Wed, 12 Jan 2011 12:39:14 +0000 (13:39 +0100)]
debugger: move global qqNs definition to a saner location

13 years agoQmlJS: Avoid frequent libraryInfoUpdated emissions.
Christian Kamm [Wed, 12 Jan 2011 12:58:24 +0000 (13:58 +0100)]
QmlJS: Avoid frequent libraryInfoUpdated emissions.

Also don't require a rehighlight of every open document when the
signal is emitted.

Reviewed-by: Roberto Raggi
13 years agoqmldump: Add example to clear up intended usage.
Christian Kamm [Wed, 12 Jan 2011 12:45:38 +0000 (13:45 +0100)]
qmldump: Add example to clear up intended usage.

Reviewed-by: Kai Koehne
13 years agoDebugger[New CDB]: Improve 32bit debugging on 64bit systems.
Friedemann Kleint [Wed, 12 Jan 2011 12:49:51 +0000 (13:49 +0100)]
Debugger[New CDB]: Improve 32bit debugging on 64bit systems.

- Ignore WOW64 breakpoints. Restructure code to examine stop reason
  before notifications to be able handle special stop reasons
  in a simpler way.
- Fix autodetection to look into %ProgramFiles% (x64) as well.

13 years agoqmldump: Add signal handler to catch segvs.
Christian Kamm [Wed, 12 Jan 2011 12:15:09 +0000 (13:15 +0100)]
qmldump: Add signal handler to catch segvs.

Reviewed-by: aep
13 years agodebugger: introduce generic master/slaves engine
hjk [Wed, 12 Jan 2011 11:10:12 +0000 (12:10 +0100)]
debugger: introduce generic master/slaves engine

13 years agodebugger: start on integrated combined c++/qml debugging
hjk [Wed, 12 Jan 2011 09:39:33 +0000 (10:39 +0100)]
debugger: start on integrated combined c++/qml debugging

13 years agofakevim: remove dead code
hjk [Tue, 11 Jan 2011 14:58:50 +0000 (15:58 +0100)]
fakevim: remove dead code

13 years agocustomwizard: implement modifiers to create safer include guards and class names
hjk [Tue, 11 Jan 2011 14:25:04 +0000 (15:25 +0100)]
customwizard: implement modifiers to create safer include guards and class names

13 years agoWindows: Fix application output handling.
Friedemann Kleint [Wed, 12 Jan 2011 10:19:12 +0000 (11:19 +0100)]
Windows: Fix application output handling.

13 years agoMerge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
con [Wed, 12 Jan 2011 09:20:56 +0000 (10:20 +0100)]
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline

13 years agoMerge remote branch 'origin/2.1'
con [Wed, 12 Jan 2011 09:20:46 +0000 (10:20 +0100)]
Merge remote branch 'origin/2.1'

Conflicts:
src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp

13 years agoLimit depth of include scanning to avoid performance problems.
con [Tue, 11 Jan 2011 16:56:43 +0000 (17:56 +0100)]
Limit depth of include scanning to avoid performance problems.

Reviewed-by: Thorbjørn Lindeijer
13 years agoProgressManager: Fix runtime warning
Kai Koehne [Wed, 12 Jan 2011 09:04:55 +0000 (10:04 +0100)]
ProgressManager: Fix runtime warning

Fix "QPropertyAnimation::updateState (%s): Changing state
of an animation without target" warning.

This apparently happens when the animation is still running, but
the FutureProgress widget has already been killed. Avoid this
by setting the widget as the parent of the animation.

13 years agoIt's 2011 now.
con [Tue, 11 Jan 2011 15:28:15 +0000 (16:28 +0100)]
It's 2011 now.

Reviewed-by: hjk
13 years agoRemove some dead code.
con [Tue, 11 Jan 2011 15:28:05 +0000 (16:28 +0100)]
Remove some dead code.

13 years agodon't clobber GenericMakeStep.BuildTargets during expando syntax upgrade
Oswald Buddenhagen [Tue, 11 Jan 2011 18:30:53 +0000 (19:30 +0100)]
don't clobber GenericMakeStep.BuildTargets during expando syntax upgrade

deal with lists of strings here as well

Task-number: QTCREATORBUG-3260

13 years agoDoc: change SDK name to Qt SDK
Leena Miettinen [Tue, 11 Jan 2011 16:16:43 +0000 (17:16 +0100)]
Doc: change SDK name to Qt SDK

13 years agoMaemo: Optionally remove packaging data on target removal.
Christian Kandeler [Tue, 11 Jan 2011 15:54:56 +0000 (16:54 +0100)]
Maemo: Optionally remove packaging data on target removal.

Task-number: QTCREATORBUG-2996

13 years agoMaemo: Prepare for possibility of our deploy step disappearing.
Christian Kandeler [Tue, 11 Jan 2011 15:08:51 +0000 (16:08 +0100)]
Maemo: Prepare for possibility of our deploy step disappearing.

Could happen e.g. when RDA is used.

13 years agoCode Cleanup: Remove sharedlibraryinjector.
Friedemann Kleint [Tue, 11 Jan 2011 15:17:14 +0000 (16:17 +0100)]
Code Cleanup: Remove sharedlibraryinjector.

Make NameDemangler's message non-translateable.

13 years agoIn case of network error print the error string.
kh1 [Tue, 11 Jan 2011 15:10:22 +0000 (16:10 +0100)]
In case of network error print the error string.

Task-number: QTCREATORBUG-3378

13 years agoSmall cleanup.
kh1 [Tue, 11 Jan 2011 15:10:09 +0000 (16:10 +0100)]
Small cleanup.

13 years agoQmlJSTools: Indicate optional dependency on CppTools.
Christian Kamm [Tue, 11 Jan 2011 14:38:48 +0000 (15:38 +0100)]
QmlJSTools: Indicate optional dependency on CppTools.

13 years agoDebugger[New CDB]: Attempt at fixing CDB detection for shadow builds.
Friedemann Kleint [Tue, 11 Jan 2011 14:33:46 +0000 (15:33 +0100)]
Debugger[New CDB]: Attempt at fixing CDB detection for shadow builds.

No longer do detection and build in one directory using
.pro/_build.pro as this causes problems with shadow builds.
Instead, do the detection in libs.pro.

13 years agoDoc: new start menu commands
Leena Miettinen [Tue, 11 Jan 2011 14:32:41 +0000 (15:32 +0100)]
Doc: new start menu commands

Reviewed-by: Tim Jenssen
13 years agoProject managers: Indicate optional dependency to Qt Designer.
Friedemann Kleint [Tue, 11 Jan 2011 14:22:09 +0000 (15:22 +0100)]
Project managers: Indicate optional dependency to Qt Designer.

complete b606469ae7e9446f575d6708172a4f75f7773839.

13 years agoProjectExplorer: Add option to not show output on run
dt [Tue, 11 Jan 2011 14:21:49 +0000 (15:21 +0100)]
ProjectExplorer: Add option to not show output on run

Task-Nr: QTCREATORBUG-3433

13 years agoFix format of "foo existed with code n" message.
con [Tue, 11 Jan 2011 14:07:49 +0000 (15:07 +0100)]
Fix format of "foo existed with code n" message.

Broke by recent refactorings.

Reviewed-by: Tobias Hunger
13 years agoAllow optional plugin dependencies.
con [Tue, 11 Jan 2011 13:01:08 +0000 (14:01 +0100)]
Allow optional plugin dependencies.

Adds a 'type' attribute to the 'dependency' tag, with possible values
'required' and 'optional'.
Optional dependencies may not be linked against. You'll need to use the
new dynamic methods in plugin manager (retrieving objects and calling
methods by name) if you want to access functionality of optional
dependencies.

13 years agoCompile: include QApplication instead of QCoreApplication
dt [Tue, 11 Jan 2011 13:56:39 +0000 (14:56 +0100)]
Compile: include QApplication instead of QCoreApplication

Reviewed-By: kh
13 years agoDebugger[New CDB]: Update all variables on assignment.
Friedemann Kleint [Tue, 11 Jan 2011 13:58:32 +0000 (14:58 +0100)]
Debugger[New CDB]: Update all variables on assignment.

Some documentation/comment changes.

13 years agoDoc: be more positive
Leena Miettinen [Mon, 10 Jan 2011 10:21:01 +0000 (11:21 +0100)]
Doc: be more positive

Reviewed-by: hjk
13 years agoDoc: export to QML scripts
Leena Miettinen [Tue, 11 Jan 2011 12:44:39 +0000 (13:44 +0100)]
Doc: export to QML scripts

Reviewed-by: jbache
13 years agoQmlDesigner.NodeInstances: Refactor server
Marco Bubke [Tue, 11 Jan 2011 13:09:12 +0000 (14:09 +0100)]
QmlDesigner.NodeInstances: Refactor server

13 years agoProjectExplorer: Make "Del" work in project tree
dt [Tue, 11 Jan 2011 12:35:12 +0000 (13:35 +0100)]
ProjectExplorer: Make "Del" work in project tree

Task-Nr: QTCREATORBUG-3432

13 years agoFix missing progress indicator during load.
kh1 [Tue, 11 Jan 2011 12:16:12 +0000 (13:16 +0100)]
Fix missing progress indicator during load.

Task-number: QTCREATORBUG-3380

13 years agoDebugger: Fix Compiler warning.
Friedemann Kleint [Tue, 11 Jan 2011 10:35:34 +0000 (11:35 +0100)]
Debugger: Fix Compiler warning.

13 years agoDebugger[New CDB]: Get rid of postfix '2' in file names/classes.
Friedemann Kleint [Tue, 11 Jan 2011 10:22:55 +0000 (11:22 +0100)]
Debugger[New CDB]: Get rid of postfix '2' in file names/classes.

13 years agoDebugger[New CDB]: Move from namespace Cdb to Internal.
Friedemann Kleint [Tue, 11 Jan 2011 10:06:15 +0000 (11:06 +0100)]
Debugger[New CDB]: Move from namespace Cdb to Internal.

13 years agouse version 1.1 of Nokia Qt LGPL Exception
hjk [Tue, 11 Jan 2011 09:52:53 +0000 (10:52 +0100)]
use version 1.1 of Nokia Qt LGPL Exception

Reviewed-by: con
13 years agoeditormanager: fix handling of file names ending with + like foo.c++
hjk [Mon, 10 Jan 2011 10:01:28 +0000 (11:01 +0100)]
editormanager: fix handling of file names ending with + like foo.c++

Reviewed-by: Tobias Hunger
13 years agoProject managers: Remove dependency to Qt Designer.
Friedemann Kleint [Tue, 11 Jan 2011 09:27:50 +0000 (10:27 +0100)]
Project managers: Remove dependency to Qt Designer.

Remove from pluginspec.in as well, complete
b606469ae7e9446f575d6708172a4f75f7773839.

13 years agoQmlDesigner.NodeInstances: Fix Mac repaint
Marco Bubke [Mon, 10 Jan 2011 19:56:34 +0000 (20:56 +0100)]
QmlDesigner.NodeInstances: Fix Mac repaint

13 years agoMaemo: Switch to command-line based QML debugging parameters.
Christian Kandeler [Mon, 10 Jan 2011 16:22:27 +0000 (17:22 +0100)]
Maemo: Switch to command-line based QML debugging parameters.

Used to be an environment variable.

13 years agoset stretch last section for class view and project view trees
Paul Kolomiets [Mon, 10 Jan 2011 15:35:24 +0000 (16:35 +0100)]
set stretch last section for class view and project view trees

Merge-request: 225
Reviewed-by: dt <qtc-committer@nokia.com>
13 years agoProject managers: Remove dependency to Qt Designer.
Friedemann Kleint [Mon, 10 Jan 2011 15:29:06 +0000 (16:29 +0100)]
Project managers: Remove dependency to Qt Designer.

(Cmake/Qt4). Use PluginManager invocation facility
for the form class code generation. Do the rest
(testing for form editor, retrieving the editor
contents).

Acked-By: hjk
13 years agoapplicationlauncher: fix recently introduced signal passing problem
hjk [Mon, 10 Jan 2011 14:27:28 +0000 (15:27 +0100)]
applicationlauncher: fix recently introduced signal passing problem

13 years agoC++/Qml: Don't allow exported types to override builtins.
Christian Kamm [Mon, 10 Jan 2011 13:39:12 +0000 (14:39 +0100)]
C++/Qml: Don't allow exported types to override builtins.

There was trouble when a plugin qmlRegisterType'd something like 'Item'
into the global default module.

Reviewed-by: Roberto Raggi
13 years agoMaemo: Tell file manager not to bother the user with expected updates.
Christian Kandeler [Mon, 10 Jan 2011 11:13:27 +0000 (12:13 +0100)]
Maemo: Tell file manager not to bother the user with expected updates.

13 years agoeditormanager: fix handling of file names ending with + like foo.c++
hjk [Mon, 10 Jan 2011 10:01:28 +0000 (11:01 +0100)]
editormanager: fix handling of file names ending with + like foo.c++

Reviewed-by: Tobias Hunger
13 years agoDebugger[New CDB]: Show pointer values in simple dumpers.
Friedemann Kleint [Mon, 10 Jan 2011 09:51:51 +0000 (10:51 +0100)]
Debugger[New CDB]: Show pointer values in simple dumpers.

13 years agoDebugger: Link (export checkconfiguration)
Friedemann Kleint [Mon, 10 Jan 2011 09:35:41 +0000 (10:35 +0100)]
Debugger: Link (export checkconfiguration)

Remove factory class from exported header.

13 years agos60devicerunconfiguration: remove useless code
hjk [Fri, 7 Jan 2011 19:15:03 +0000 (20:15 +0100)]
s60devicerunconfiguration: remove useless code

13 years agodebugger: remove engine type parameter from runcontrol constructor
hjk [Fri, 7 Jan 2011 19:10:54 +0000 (20:10 +0100)]
debugger: remove engine type parameter from runcontrol constructor

13 years agodebugger: refactor debugger configuration check
hjk [Fri, 7 Jan 2011 18:50:41 +0000 (19:50 +0100)]
debugger: refactor debugger configuration check

13 years agointroduce a appendMessage overload not requiring the 'this' parameter
hjk [Fri, 7 Jan 2011 17:57:54 +0000 (18:57 +0100)]
introduce a appendMessage overload not requiring the 'this' parameter

13 years agos60devicerunconfiguration.cpp: code cosmetics
hjk [Fri, 7 Jan 2011 17:49:38 +0000 (18:49 +0100)]
s60devicerunconfiguration.cpp: code cosmetics

13 years agofix oversight in OutputFormat refactoring
hjk [Fri, 7 Jan 2011 17:39:01 +0000 (18:39 +0100)]
fix oversight in OutputFormat refactoring

13 years agoprojectexplorer: move runcontrol/outputwindow connection to outputwindow
hjk [Fri, 7 Jan 2011 17:38:00 +0000 (18:38 +0100)]
projectexplorer: move runcontrol/outputwindow connection to outputwindow

13 years agodebugger: fix qml output channeling
hjk [Fri, 7 Jan 2011 17:04:38 +0000 (18:04 +0100)]
debugger: fix qml output channeling

13 years agoDebugger: Header cleanup
Friedemann Kleint [Mon, 10 Jan 2011 09:14:23 +0000 (10:14 +0100)]
Debugger: Header cleanup

13 years agoAdded activates-on to the quick-fixes.
Erik Verbruggen [Fri, 7 Jan 2011 15:55:34 +0000 (16:55 +0100)]
Added activates-on to the quick-fixes.

Reviewed-by: Christian Kamm
13 years agoruncontrols: use ProjectExplorrer::OutputFormat for format selection
hjk [Fri, 7 Jan 2011 13:52:18 +0000 (14:52 +0100)]
runcontrols: use ProjectExplorrer::OutputFormat for format selection