OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoFileWatcher: Use Utils::FileSystemWatcher in Core::FileManager.
Friedemann Kleint [Fri, 15 Apr 2011 14:40:08 +0000 (16:40 +0200)]
FileWatcher: Use Utils::FileSystemWatcher in Core::FileManager.

for everything except links on UNIX, further reducing shutdown time.

13 years agoCompile.
Friedemann Kleint [Fri, 15 Apr 2011 14:10:03 +0000 (16:10 +0200)]
Compile.

13 years agoVCS: Do not claim to support any operation if unconfigured
Tobias Hunger [Fri, 15 Apr 2011 14:02:44 +0000 (16:02 +0200)]
VCS: Do not claim to support any operation if unconfigured

Make sure none of the VCS systems claims it does support any
VCS operation while unconfigured. This stops the specific
VCS from showing up in wizards, etc. till they can actually
be used.

13 years agoSVN: Remove useless virtual keywords and members
Tobias Hunger [Fri, 15 Apr 2011 13:09:49 +0000 (15:09 +0200)]
SVN: Remove useless virtual keywords and members

13 years agoCVS: Remove useless virtual keywords and members
Tobias Hunger [Fri, 15 Apr 2011 13:06:21 +0000 (15:06 +0200)]
CVS: Remove useless virtual keywords and members

13 years agoGit: Remove useless virtual keywords
Tobias Hunger [Fri, 15 Apr 2011 12:59:48 +0000 (14:59 +0200)]
Git: Remove useless virtual keywords

13 years agoPerforce: Remove useless virtual keywords
Tobias Hunger [Fri, 15 Apr 2011 12:00:54 +0000 (14:00 +0200)]
Perforce: Remove useless virtual keywords

13 years agoUtils: Introduce FileSystemWatcher.
Friedemann Kleint [Fri, 15 Apr 2011 13:55:11 +0000 (15:55 +0200)]
Utils: Introduce FileSystemWatcher.

Remove duplicated classes ProjectExplorer::FileWatcher
and QmlProjectManager::FileSystemWatcher, create
Utils::FileSystemWatcher from them, merging the functionality.

Also use in HelpManager/Maemo, reducing the number
of QFileSystemWatcher instances (and thus, shutdown time).

13 years agoUtils: Fix possible crash in SynchronousProcess
Tobias Hunger [Fri, 15 Apr 2011 10:28:31 +0000 (12:28 +0200)]
Utils: Fix possible crash in SynchronousProcess

Disconnect before deleting our data: Otherwise we will get called
via our signals again and then access members that were already
deleted.

Task-number: QTCREATORBUG-4361
Reviewed-by: Friedemann Kleint
13 years agoTaskList: Clean up reopen behavior
Tobias Hunger [Fri, 15 Apr 2011 10:27:45 +0000 (12:27 +0200)]
TaskList: Clean up reopen behavior

Thanks to Ossi for pointing out the errors in my way.

13 years agoCore: Supppress 'WhatsThis' in dialogs.
Friedemann Kleint [Fri, 15 Apr 2011 09:43:09 +0000 (11:43 +0200)]
Core: Supppress 'WhatsThis' in dialogs.

13 years agoCodaClient now supports uninstallation
Pawel Polanski [Fri, 15 Apr 2011 08:54:41 +0000 (10:54 +0200)]
CodaClient now supports uninstallation

13 years agoCODA: Added uninstallation feature
Pawel Polanski [Fri, 15 Apr 2011 08:54:13 +0000 (10:54 +0200)]
CODA: Added uninstallation feature

13 years agoWizards: Make it possible to check existing files to overwrite.
Friedemann Kleint [Fri, 15 Apr 2011 09:27:15 +0000 (11:27 +0200)]
Wizards: Make it possible to check existing files to overwrite.

Present a checkable list of files to be overwritten,
enabling re-generating a part of the project or class.

Task-number: QTCREATORBUG-4538

13 years agoQmlProfiler: Fix crash on application exit
Kai Koehne [Fri, 15 Apr 2011 07:35:54 +0000 (09:35 +0200)]
QmlProfiler: Fix crash on application exit

The disconnectClient might be called when the last packet
of data arrives, which means we're deleting the connection
while it's readyRead() method is still running. Avoid this
by using deleteLater().

Reviewed-by: Christiaan Janssen
13 years agoQmlProfiler: Fix slot signature
Kai Koehne [Fri, 15 Apr 2011 07:01:34 +0000 (09:01 +0200)]
QmlProfiler: Fix slot signature

13 years agoQmlProfiler: Fix compiler warning
Kai Koehne [Fri, 15 Apr 2011 06:55:55 +0000 (08:55 +0200)]
QmlProfiler: Fix compiler warning

Fix "format ‘%d’ expects type ‘int’, but argument 3 has type ‘quint64’"

13 years agostruct -> class
Christian Kandeler [Thu, 14 Apr 2011 09:25:52 +0000 (11:25 +0200)]
struct -> class

Reviewed-by: Tobias Hunger
13 years agoQmlProfiler: Reinstantiate a QDDClient for every new connection
Kai Koehne [Thu, 14 Apr 2011 15:19:28 +0000 (17:19 +0200)]
QmlProfiler: Reinstantiate a QDDClient for every new connection

13 years agoQmlProfiler: Make use of QSharedPointer for TracePlugin
Kai Koehne [Thu, 14 Apr 2011 15:18:32 +0000 (17:18 +0200)]
QmlProfiler: Make use of QSharedPointer for TracePlugin

THe plugin might be deleted when the client is deleted.

13 years agoQmlProfiler: Use ApplicationLauncher instead of QProcess
Kai Koehne [Thu, 14 Apr 2011 15:14:26 +0000 (17:14 +0200)]
QmlProfiler: Use ApplicationLauncher instead of QProcess

13 years agoQmlProfiler: Remove use of Qt private headers
Kai Koehne [Thu, 14 Apr 2011 13:49:12 +0000 (15:49 +0200)]
QmlProfiler: Remove use of Qt private headers

Use the copy of QDeclarativeDebugClient we ship with qtcreator.
However, since the internal one misses a waitForConnected any connection
will right now fail.

13 years agoQmlDebug: Fix debugging on local machine
Kai Koehne [Wed, 13 Apr 2011 13:47:13 +0000 (15:47 +0200)]
QmlDebug: Fix debugging on local machine

Fix regression in that it always assumed that you want to debug
Symbian (over USB).

13 years agoQmlProfiler: Enable on Windows
Kai Koehne [Tue, 12 Apr 2011 15:24:56 +0000 (17:24 +0200)]
QmlProfiler: Enable on Windows

Replace use of sleep() call with a timer.

13 years agoGCCE: Use make.exe on windows
Tobias Hunger [Thu, 14 Apr 2011 15:29:34 +0000 (17:29 +0200)]
GCCE: Use make.exe on windows

Use make.exe (not make) on windows to match what RVCT does. This is
a cosmetic change to stop percieved flickering when switching between
RVCT and GCCE tool chains.

13 years agoUpdate makestep on toolchain changes
Tobias Hunger [Thu, 14 Apr 2011 15:23:48 +0000 (17:23 +0200)]
Update makestep on toolchain changes

This way the makestep configuration widget's details will reflect
the actual arguments used.

13 years agosmall WS cleanup
Tobias Hunger [Thu, 14 Apr 2011 15:23:35 +0000 (17:23 +0200)]
small WS cleanup

13 years agoCore: Create link file watcher on demand.
Friedemann Kleint [Thu, 14 Apr 2011 14:57:40 +0000 (16:57 +0200)]
Core: Create link file watcher on demand.

As deletion of a QFileSystemWatcher is expensive on Linux
and has an impact on shutdown.

13 years agoMaemo: Create file watchers on demand.
Friedemann Kleint [Thu, 14 Apr 2011 14:29:00 +0000 (16:29 +0200)]
Maemo: Create file watchers on demand.

As QFileSystemWatcher cause some shutdown time.

Rubber-stamped-by: Christian Kandeler <christian.kandeler@nokia.com>
13 years agoQmlProfiler: Fixing regression for non-recording runs
Christiaan Janssen [Thu, 14 Apr 2011 14:05:41 +0000 (16:05 +0200)]
QmlProfiler: Fixing regression for non-recording runs

Reviewed-by: Kai Koehne
13 years agoQmlProfiler: user defined host:port
Christiaan Janssen [Thu, 14 Apr 2011 13:44:43 +0000 (15:44 +0200)]
QmlProfiler: user defined host:port

Reviewed-by: Kai Koehne
13 years agoQmlProfiler: stop timer on failed connection
Christiaan Janssen [Thu, 14 Apr 2011 13:23:17 +0000 (15:23 +0200)]
QmlProfiler: stop timer on failed connection

Reviewed-by: Kai Koehne
13 years agoToolChain: Make sure we have a proper tool chain
Tobias Hunger [Thu, 14 Apr 2011 12:53:45 +0000 (14:53 +0200)]
ToolChain: Make sure we have a proper tool chain

Make sure we have a proper tool chain when restoring a project.

13 years agoQt4Bc: Do not store/restore tool chains
Tobias Hunger [Thu, 14 Apr 2011 12:52:28 +0000 (14:52 +0200)]
Qt4Bc: Do not store/restore tool chains

The plain BuildConfiguration aleady does that for us.

13 years agoGcc: Cause less update signals to be sent
Tobias Hunger [Thu, 14 Apr 2011 12:51:28 +0000 (14:51 +0200)]
Gcc: Cause less update signals to be sent

Cause less update signals to be sent when changing the compiler path.

13 years agoGcc: Update Id when debugger path changes
Tobias Hunger [Thu, 14 Apr 2011 12:49:50 +0000 (14:49 +0200)]
Gcc: Update Id when debugger path changes

This unconfuses restoration of some tool chains.

13 years agoToolChain: Remove invalid toolchain when not needed
Tobias Hunger [Thu, 14 Apr 2011 12:48:14 +0000 (14:48 +0200)]
ToolChain: Remove invalid toolchain when not needed

Remove the invalid toolchain from the combobox when it is no longer needed.

13 years agoGCC: Move ABI in front of debugger again
Tobias Hunger [Thu, 14 Apr 2011 08:50:28 +0000 (10:50 +0200)]
GCC: Move ABI in front of debugger again

In toolchain configuration widget: Move abi in front of debugger again

13 years agoprojectexplorer: s/IPropertiesPanel/PropertiesPanel. No need for subclassing.
hjk [Thu, 14 Apr 2011 11:32:30 +0000 (13:32 +0200)]
projectexplorer: s/IPropertiesPanel/PropertiesPanel. No need for subclassing.

13 years agocore: make mode creation more uniform
hjk [Thu, 14 Apr 2011 10:28:21 +0000 (12:28 +0200)]
core: make mode creation more uniform

13 years agoTargetSetupPage: setBuildConfiguraionComboBoxVisible use the parameter
dt [Thu, 14 Apr 2011 11:03:00 +0000 (13:03 +0200)]
TargetSetupPage: setBuildConfiguraionComboBoxVisible use the parameter

Instead of assuming that it is true. (Which is actually true, but well.)

13 years agoDocumentation: Add ProjectExplorer plugin..
Friedemann Kleint [Thu, 14 Apr 2011 10:58:14 +0000 (12:58 +0200)]
Documentation: Add ProjectExplorer plugin..

Reformat existing documentation to qdoc.

13 years agoMerge branch '2.2'
Oswald Buddenhagen [Thu, 14 Apr 2011 10:39:31 +0000 (12:39 +0200)]
Merge branch '2.2'

Conflicts:
src/plugins/debugger/gdb/pythongdbengine.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
src/plugins/qt4projectmanager/qt4target.cpp
src/plugins/qt4projectmanager/qt4target.h
src/plugins/qt4projectmanager/qtoptionspage.h
src/plugins/qt4projectmanager/qtversionmanager.cpp
src/plugins/welcome/welcomemode.cpp

13 years agoRemove unused constants, fix lacking virtual destructor
Jarek Kobus [Thu, 14 Apr 2011 10:07:39 +0000 (12:07 +0200)]
Remove unused constants, fix lacking virtual destructor

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agowelcomemode: disable accidentally enabled debug output
hjk [Thu, 14 Apr 2011 09:39:42 +0000 (11:39 +0200)]
welcomemode: disable accidentally enabled debug output

13 years agocode style
hjk [Thu, 14 Apr 2011 09:21:32 +0000 (11:21 +0200)]
code style

13 years agocoding style: prefer 'class' over 'struct' for consistency reasons
hjk [Thu, 14 Apr 2011 09:14:21 +0000 (11:14 +0200)]
coding style: prefer 'class' over 'struct' for consistency reasons

13 years agowelcome: simplify plugin code
hjk [Wed, 13 Apr 2011 15:19:55 +0000 (17:19 +0200)]
welcome: simplify plugin code

13 years agowelcomemode: simplify WelcomeMode
hjk [Wed, 13 Apr 2011 15:09:44 +0000 (17:09 +0200)]
welcomemode: simplify WelcomeMode

13 years agomode: make displayname, icon, priority, id, type data members
hjk [Wed, 13 Apr 2011 14:09:04 +0000 (16:09 +0200)]
mode: make displayname, icon, priority, id, type data members

13 years agoicontext: remove BaseContext class
hjk [Wed, 13 Apr 2011 12:34:24 +0000 (14:34 +0200)]
icontext: remove BaseContext class

13 years agocore: make context and widget IContext data members
hjk [Wed, 13 Apr 2011 11:00:30 +0000 (13:00 +0200)]
core: make context and widget IContext data members

13 years agoQmlProfiler: qmlproject support
Christiaan Janssen [Wed, 13 Apr 2011 08:39:47 +0000 (10:39 +0200)]
QmlProfiler: qmlproject support

Reviewed-by: Kai Koehne
13 years agoDoc: update screenshots
Leena Miettinen [Thu, 14 Apr 2011 07:51:18 +0000 (09:51 +0200)]
Doc: update screenshots

Gridlines were removed from several dialogs.

13 years agoDoc: update breakpoint list
Leena Miettinen [Wed, 13 Apr 2011 13:25:44 +0000 (15:25 +0200)]
Doc: update breakpoint list

13 years agoDoc: shadow building is not supported for Maemo on Windows
Leena Miettinen [Wed, 13 Apr 2011 13:02:27 +0000 (15:02 +0200)]
Doc: shadow building is not supported for Maemo on Windows

Reviewed-by: Christian Kandeler
13 years agoremove dead files
Oswald Buddenhagen [Wed, 13 Apr 2011 19:29:26 +0000 (21:29 +0200)]
remove dead files

13 years agode-duplicate resource list
Oswald Buddenhagen [Wed, 13 Apr 2011 19:25:41 +0000 (21:25 +0200)]
de-duplicate resource list

13 years agosynchronize resources with their usage
Oswald Buddenhagen [Wed, 13 Apr 2011 19:20:13 +0000 (21:20 +0200)]
synchronize resources with their usage

toolbutton is not used, while formeditorstylesheet and outputpane-style
are used but were not actually linked.

13 years agoUpdated Russian translation
Sergey Belyashov [Wed, 13 Apr 2011 16:09:40 +0000 (18:09 +0200)]
Updated Russian translation

Merge-request: 2190
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agofix script executable flags after license header changes
hjk [Wed, 13 Apr 2011 16:00:15 +0000 (18:00 +0200)]
fix script executable flags after license header changes

13 years agoSymbian: Always export SBS_HOME when building with SBSv2
Tobias Hunger [Wed, 13 Apr 2011 14:03:27 +0000 (16:03 +0200)]
Symbian: Always export SBS_HOME when building with SBSv2

Always export SBS_HOME when building with SBSv2, even though that
is no longer required. Not doing so breaks Qt 4.6.3 support in the
SDK for some people.

Task-number: QTCREATORBUG-4487
Reviewed-by: Robert Loehning
13 years agoMaemo: Fix Qemu button state.
Christian Kandeler [Wed, 13 Apr 2011 14:23:34 +0000 (16:23 +0200)]
Maemo: Fix Qemu button state.

Took inactive targets into account.

13 years agoMaemo: Fix issue with cached device configuration.
Christian Kandeler [Wed, 13 Apr 2011 14:06:22 +0000 (16:06 +0200)]
Maemo: Fix issue with cached device configuration.

External functions need to access the real device config,
internal ones need the cached one during deployment.

Task-number: QTCREATORBUG-4514

13 years agoStop QTC_ASSERT from being triggered
Tobias Hunger [Wed, 13 Apr 2011 13:50:14 +0000 (15:50 +0200)]
Stop QTC_ASSERT from being triggered

Set up UI elements before they are used. No crash since the elements
are guarded by QTC_ASSERTs, but annoying output.

13 years agoToolChain: Update projectsmode on tool chain changes
Tobias Hunger [Tue, 12 Apr 2011 08:53:42 +0000 (10:53 +0200)]
ToolChain: Update projectsmode on tool chain changes

Update the projects mode on tool chain changes.

Task-number: QTCREATORBUG-4431

13 years agoQmlProject: Fix import of .qmlproject.user files from 2.1
Kai Koehne [Wed, 13 Apr 2011 11:00:06 +0000 (13:00 +0200)]
QmlProject: Fix import of .qmlproject.user files from 2.1

We changed the semantics of an empty 'mainScript' in the .user file:
In 2.1 it translated to 'use current file', while in 2.2 the default is now
to use the file specified in .qmlproject.

However, if there is no mainFile specified in .qmlproject we should
fall back to the current file in editor.

Reviewed-by: Christiaan Janssen
13 years agoMaemo: Use ABI for determining the gdb architecture string.
Christian Kandeler [Wed, 13 Apr 2011 13:10:46 +0000 (15:10 +0200)]
Maemo: Use ABI for determining the gdb architecture string.

Can't use MADDE, because it is outdated.

Reviewed-by: Tobias Hunger
Task-number: QTCREATORBUG-4299

13 years agoMaemo: Don't use "new" MADDE features.
Christian Kandeler [Wed, 13 Apr 2011 13:09:47 +0000 (15:09 +0200)]
Maemo: Don't use "new" MADDE features.

The MADDE in the SDK is six months old...

13 years agoFix Polish punctuation
Jarek Kobus [Wed, 13 Apr 2011 13:13:37 +0000 (15:13 +0200)]
Fix Polish punctuation

13 years agoDebugger[CDB]: Fix disassembler for lines with no offset.
Friedemann Kleint [Wed, 13 Apr 2011 12:31:39 +0000 (14:31 +0200)]
Debugger[CDB]: Fix disassembler for lines with no offset.

Also add function lines as comment.
Fix offset display.

13 years agoDebugger[CDB]: Use new disassembler structures.
Friedemann Kleint [Wed, 13 Apr 2011 11:52:03 +0000 (13:52 +0200)]
Debugger[CDB]: Use new disassembler structures.

Parse CDB's ASM output, set it up with source line.
Move convenience to add source lines into DisassemblerLines
(cached).

13 years agoAdd "Add Library" action to project explorer's context menu
Jarek Kobus [Wed, 13 Apr 2011 11:54:15 +0000 (13:54 +0200)]
Add "Add Library" action to project explorer's context menu

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Task-number: QTCREATORBUG-4127

13 years agoQt4RunConfiguration: Hide the run in console checkbox for simulator
dt [Wed, 13 Apr 2011 11:12:02 +0000 (13:12 +0200)]
Qt4RunConfiguration: Hide the run in console checkbox for simulator

Reviewed-By: hunger
13 years agoCMakeProject: Fix wrong slots
dt [Wed, 13 Apr 2011 11:10:30 +0000 (13:10 +0200)]
CMakeProject: Fix wrong slots

We never noticed that we had run cmake

Reviewed-By: hunger
13 years agoFix available toolchains for cmake and generic project manager
dt [Wed, 13 Apr 2011 10:01:54 +0000 (12:01 +0200)]
Fix available toolchains for cmake and generic project manager

Reviewed-By: hunger
13 years agoFix available QtVersion::availableToolchains
dt [Tue, 12 Apr 2011 17:05:32 +0000 (19:05 +0200)]
Fix available QtVersion::availableToolchains

Do really disable the symbian emulator if there's no toolchain
supporting it.

Reviewed-By: hunger
13 years agoFix toolchain restricted to targets handling
dt [Tue, 12 Apr 2011 16:51:55 +0000 (18:51 +0200)]
Fix toolchain restricted to targets handling

Reviewed-By: hunger
13 years agoUpdate Polish translations
Jarek Kobus [Wed, 13 Apr 2011 11:11:09 +0000 (13:11 +0200)]
Update Polish translations

13 years agoDebugger[CDB]: Fix assembly mode stepping.
Friedemann Kleint [Wed, 13 Apr 2011 10:56:42 +0000 (12:56 +0200)]
Debugger[CDB]: Fix assembly mode stepping.

Snapped back to source mode as the pending variable was not set.

Reviewed-by: hjk
13 years agoUpdate license.
hjk [Wed, 13 Apr 2011 06:42:33 +0000 (08:42 +0200)]
Update license.

13 years agoMaemo: Use debugger set up by the SDK
Tobias Hunger [Wed, 13 Apr 2011 09:25:23 +0000 (11:25 +0200)]
Maemo: Use debugger set up by the SDK

Use the debugger set up by the Qt SDK instead of the one shipped
with Maemo/Meego.

Task-number: QTCREATORBUG-4299
Reviewed-by: Christian Kandeler
13 years agoQmlJS: Don't force -O3 in debug mode
Kai Koehne [Wed, 13 Apr 2011 08:29:12 +0000 (10:29 +0200)]
QmlJS: Don't force -O3 in debug mode

Makes debugging the QMLJS lib a pain :)

13 years agoFix qt version number in Qt Quick Wizard
dt [Wed, 13 Apr 2011 08:12:52 +0000 (10:12 +0200)]
Fix qt version number in Qt Quick Wizard

Temporal lapse in understanding which qt version is required for the Qt
Quick Wizard. On Maemo we have the Qt Quick compat plugin which allows
the generated project to work with 4.7.0. In theory that doesn't apply
to symbian, but qt 4.7.0 does not support symbian. (And on the desktop
everyone has upgraded.)

Reviewed-By: ck
13 years agoFix compiler warnings.
Friedemann Kleint [Wed, 13 Apr 2011 06:50:43 +0000 (08:50 +0200)]
Fix compiler warnings.

13 years agoitexteditor: remove a few unneeded empty destructors
hjk [Tue, 12 Apr 2011 15:47:53 +0000 (17:47 +0200)]
itexteditor: remove a few unneeded empty destructors

13 years agoFixing tons of application output
dt [Tue, 12 Apr 2011 17:42:25 +0000 (19:42 +0200)]
Fixing tons of application output

Master fixed a bug where a newline was almost always prepended to any
output. As a side effect of that a lot of messages which outputed no
newline broke. This commit fixes the obvious ones, probably missing a
few.

13 years agoQmlDesigner.NodeInstances: Use dummy data for components too
Marco Bubke [Tue, 12 Apr 2011 17:16:25 +0000 (19:16 +0200)]
QmlDesigner.NodeInstances: Use dummy data for components too

Reviewed-By: Thomas Hartmann
13 years agoTargetSetupPage: Disable editing build directory for symbian
dt [Tue, 12 Apr 2011 15:41:25 +0000 (17:41 +0200)]
TargetSetupPage: Disable editing build directory for symbian

Shadow building is not supported so editing the path has no purpose.

Reviewed-By: hunger
13 years agoFix minimum qt version for mobile/html wizard
dt [Tue, 12 Apr 2011 14:29:02 +0000 (16:29 +0200)]
Fix minimum qt version for mobile/html wizard

That was broken by the TargetSetupPage refactoring

Task-Nr: QTCREATORBUG-4486
Reviewed-By: ck
13 years agodebugger: re-work DisassemblerLine structure
hjk [Tue, 12 Apr 2011 15:32:41 +0000 (17:32 +0200)]
debugger: re-work DisassemblerLine structure

13 years agoQmlDesigner.meegoplugin: updating icons for Meego
Thomas Hartmann [Tue, 12 Apr 2011 14:38:54 +0000 (16:38 +0200)]
QmlDesigner.meegoplugin: updating icons for Meego

13 years agoQmlDesigner.propertyEditor: bugfix for Rectangle.radius
Thomas Hartmann [Tue, 12 Apr 2011 14:05:41 +0000 (16:05 +0200)]
QmlDesigner.propertyEditor: bugfix for Rectangle.radius

Task-number: QTCREATORBUG-4285
Reviewed-by: Marco Bubke
13 years agoPrevent improper sizing of MiniProjectTargetSelector
Daniel Molkentin [Tue, 12 Apr 2011 14:35:50 +0000 (16:35 +0200)]
Prevent improper sizing of MiniProjectTargetSelector

The selector would sometimes be too high (if projects were removed),
and sometimes show vertical scrollbars (if projects were added). This
problem was limited to the first time that the widget was opened on
all platforms but on OS X, where it could be observed persistently
and where its lack potentially can cause problems due to ed5d10a.

Reviewed-by: con
Task-Number: QTCREATORBUG-1792

13 years agoSymbian: fix in the Debugger's output texts
Pawel Polanski [Tue, 12 Apr 2011 14:38:58 +0000 (16:38 +0200)]
Symbian: fix in the Debugger's output texts

13 years agoFix expanding details button.
con [Tue, 12 Apr 2011 10:56:09 +0000 (12:56 +0200)]
Fix expanding details button.

Task-number: QTCREATORBUG-4467
Reviewed-by: Robert Loehning
13 years agoFixes for QML debugging over USB OST
Tom Sutcliffe [Wed, 23 Mar 2011 16:02:22 +0000 (16:02 +0000)]
Fixes for QML debugging over USB OST

13 years agoAdded some support for QML debugging over USB. Fixed some issues with -qmljsdebugger...
Tom Sutcliffe [Wed, 23 Feb 2011 11:10:51 +0000 (12:10 +0100)]
Added some support for QML debugging over USB. Fixed some issues with -qmljsdebugger option.

Not fully working over USB yet, there are some handshaking issues that need to be addressed. WLAN might be improved due to the -qmljsdebugger fixes, but not tested.

13 years agoSymbian: Move QMLJSDEBUGGER qmake argument
Kai Koehne [Mon, 14 Feb 2011 12:37:56 +0000 (13:37 +0100)]
Symbian: Move QMLJSDEBUGGER qmake argument

Make sure it's before the "-after" section, and therefore available in the .pro file.

13 years agoSymbian: Show debugger language chooser in run settings
Kai Koehne [Mon, 14 Feb 2011 12:36:39 +0000 (13:36 +0100)]
Symbian: Show debugger language chooser in run settings