OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoMaemo: Make "Copy to sysroot" widget a bit more flexible.
Christian Kandeler [Wed, 20 Apr 2011 08:22:45 +0000 (10:22 +0200)]
Maemo: Make "Copy to sysroot" widget a bit more flexible.

13 years agoWinDebugInterface: Remove windows.h from header, resource cleanup.
Friedemann Kleint [Wed, 20 Apr 2011 08:12:17 +0000 (10:12 +0200)]
WinDebugInterface: Remove windows.h from header, resource cleanup.

Proper termination.

13 years agoMaemo: Replace manual copying to sysroot by "make install".
Christian Kandeler [Wed, 20 Apr 2011 07:41:09 +0000 (09:41 +0200)]
Maemo: Replace manual copying to sysroot by "make install".

13 years agoQmlDesigner.NodeInstances: Track lost commands
Marco Bubke [Tue, 19 Apr 2011 15:13:08 +0000 (17:13 +0200)]
QmlDesigner.NodeInstances: Track lost commands

13 years agoQmlDesigner.PropertyEditor: More property panes
Marco Bubke [Mon, 18 Apr 2011 12:44:22 +0000 (14:44 +0200)]
QmlDesigner.PropertyEditor: More property panes

13 years agoQmlDebugger: breakpoints in symlinked qmlprojects
Christiaan Janssen [Tue, 19 Apr 2011 14:27:12 +0000 (16:27 +0200)]
QmlDebugger: breakpoints in symlinked qmlprojects

Task-number: QTCREATORBUG-4405

Reviewed-by: Kai Koehne
13 years agoGCCE: Do not pick up bullseye as GCCE
Tobias Hunger [Tue, 19 Apr 2011 14:52:11 +0000 (16:52 +0200)]
GCCE: Do not pick up bullseye as GCCE

Do not pick up bullseye as a GCCE.

Task-number: QTCREATORBUG-4608

13 years agoUse non-native separators internally
Tobias Hunger [Tue, 19 Apr 2011 14:30:24 +0000 (16:30 +0200)]
Use non-native separators internally

13 years agoFix autodetection of 32bit-only compilers
Tobias Hunger [Tue, 19 Apr 2011 14:09:23 +0000 (16:09 +0200)]
Fix autodetection of 32bit-only compilers

... on 64bit platforms.

13 years agoWin: Fix QThread is destroyed while still running warning
Tobias Hunger [Tue, 19 Apr 2011 13:48:28 +0000 (15:48 +0200)]
Win: Fix QThread is destroyed while still running warning

13 years agoFix more krazy warnings.
Friedemann Kleint [Tue, 19 Apr 2011 13:42:14 +0000 (15:42 +0200)]
Fix more krazy warnings.

13 years agoSSH: Tighter state checking during key exchange.
Christian Kandeler [Tue, 19 Apr 2011 12:39:32 +0000 (14:39 +0200)]
SSH: Tighter state checking during key exchange.

This will also make it easier for us to initiate a re-exchange
if we ever want to implement that.

13 years agoSSH: Fix typo.
Christian Kandeler [Tue, 19 Apr 2011 12:20:25 +0000 (14:20 +0200)]
SSH: Fix typo.

13 years agoSSH: Fix SFTP test for large files.
Christian Kandeler [Tue, 19 Apr 2011 12:20:03 +0000 (14:20 +0200)]
SSH: Fix SFTP test for large files.

13 years agoSSH: Fix SFTP download of large files.
Christian Kandeler [Tue, 19 Apr 2011 12:19:27 +0000 (14:19 +0200)]
SSH: Fix SFTP download of large files.

13 years agoSSH: Implement key re-exchange support.
Christian Kandeler [Tue, 19 Apr 2011 08:57:12 +0000 (10:57 +0200)]
SSH: Implement key re-exchange support.

Correct protocol-wise, but possibly buggy (fails with dropbear).

13 years agoDebugger: Allow for debugging executables from command line.
Friedemann Kleint [Tue, 19 Apr 2011 12:30:13 +0000 (14:30 +0200)]
Debugger: Allow for debugging executables from command line.

On Windows or if file is executable.

13 years agoDebugger[CDB]: Interrupt to fetch memory if required.
Friedemann Kleint [Tue, 19 Apr 2011 11:57:25 +0000 (13:57 +0200)]
Debugger[CDB]: Interrupt to fetch memory if required.

13 years agoWin: Try to start debug listener
Tobias Hunger [Tue, 19 Apr 2011 11:52:48 +0000 (13:52 +0200)]
Win: Try to start debug listener

Try to start debug listener if it is not yet running. This can
happen when e.g. a external debug listener was closed in the
meantime.

13 years agoWin: Make sure we do not leak resources
Tobias Hunger [Tue, 19 Apr 2011 11:52:24 +0000 (13:52 +0200)]
Win: Make sure we do not leak resources

13 years agoAdd missing \n to message to outputwindow
Tobias Hunger [Tue, 19 Apr 2011 11:47:01 +0000 (13:47 +0200)]
Add missing \n to message to outputwindow

13 years agofix krazy warnings
hjk [Tue, 19 Apr 2011 09:37:11 +0000 (11:37 +0200)]
fix krazy warnings

13 years agodebugger: deactivate thread window operations during stepping
hjk [Mon, 18 Apr 2011 14:40:59 +0000 (16:40 +0200)]
debugger: deactivate thread window operations during stepping

13 years agoDebugger: Use bin editor widget for standalone-memory views.
Friedemann Kleint [Tue, 19 Apr 2011 10:17:48 +0000 (12:17 +0200)]
Debugger: Use bin editor widget for standalone-memory views.

Remove MemoryViewWidget/RegisterMemoryViewWidget
in favour of MemoryView/RegisterMemoryView based on the bin
editor widget.

13 years agoBin-Editor: Markup/Make widget usable as standalone-view.
Friedemann Kleint [Tue, 19 Apr 2011 10:15:18 +0000 (12:15 +0200)]
Bin-Editor: Markup/Make widget usable as standalone-view.

Add markup for displaying class layouts in the debugger.
Add a factory registered with the plugin manager
for creation of widgets by soft-dependent plugins.

13 years agoToolChain: Update build environment when changing tool chains
Tobias Hunger [Tue, 19 Apr 2011 09:43:28 +0000 (11:43 +0200)]
ToolChain: Update build environment when changing tool chains

13 years agoGCCE: Update version number when switching compiler
Tobias Hunger [Tue, 19 Apr 2011 09:42:51 +0000 (11:42 +0200)]
GCCE: Update version number when switching compiler

Task-number: QTCREATORBUG-4589

13 years agoWin: Get debug output from several GUI apps at once
Tobias Hunger [Tue, 19 Apr 2011 09:14:57 +0000 (11:14 +0200)]
Win: Get debug output from several GUI apps at once

Get debug output for all GUI applications at once. This should
stop the "Cannot retrieve debugging output".

Task-number: QTCREATORBUG-4569

13 years agoQmlDebugger: fixed shutdown combined engine
Christiaan Janssen [Mon, 18 Apr 2011 14:49:41 +0000 (16:49 +0200)]
QmlDebugger: fixed shutdown combined engine

Task-number: QTCREATORBUG-4451

Reviewed-by: Kai Koehne
13 years agoFix adding new files to existing projects VCS
Tobias Hunger [Mon, 18 Apr 2011 14:24:29 +0000 (16:24 +0200)]
Fix adding new files to existing projects VCS

13 years agodebugger: enable latin1 or utf8 char[] display
hjk [Mon, 18 Apr 2011 14:15:39 +0000 (16:15 +0200)]
debugger: enable latin1 or utf8 char[] display

13 years agodebugger: add module and target id information to thread display
hjk [Mon, 18 Apr 2011 13:07:58 +0000 (15:07 +0200)]
debugger: add module and target id information to thread display

13 years agodebugger: no need to set breakpoints on core files
hjk [Mon, 18 Apr 2011 12:30:52 +0000 (14:30 +0200)]
debugger: no need to set breakpoints on core files

13 years agofix setResult(QDataStream *)
Oswald Buddenhagen [Mon, 18 Apr 2011 13:40:10 +0000 (15:40 +0200)]
fix setResult(QDataStream *)

it was apparent only with qt 4.8

13 years agoimprove file change notification suppression in saveFile()
Oswald Buddenhagen [Fri, 15 Apr 2011 19:23:21 +0000 (21:23 +0200)]
improve file change notification suppression in saveFile()

for one, entirely stop monitoring the own IFile.
second, expect changes on the filename - in case other IFiles use it as
well.
these two ensure that nothing weird happens, especially if we show a dialog
and thus enter an event loop.

13 years agomake m_changedFiles a set - for simplicity (and performance).
Oswald Buddenhagen [Fri, 15 Apr 2011 13:06:00 +0000 (15:06 +0200)]
make m_changedFiles a set - for simplicity (and performance).

13 years agorename misnamed variable
Oswald Buddenhagen [Fri, 15 Apr 2011 09:19:16 +0000 (11:19 +0200)]
rename misnamed variable

13 years agominor optimization: QList::removeOne() returns a bool
Oswald Buddenhagen [Thu, 14 Apr 2011 18:13:08 +0000 (20:13 +0200)]
minor optimization: QList::removeOne() returns a bool

13 years agoprovide default implementation of IFile::reloadBehavior()
Oswald Buddenhagen [Fri, 15 Apr 2011 09:53:46 +0000 (11:53 +0200)]
provide default implementation of IFile::reloadBehavior()

there only two classes of files anyway: regularly editable ones which may
ask for interaction, and "background" files which always operate silently.
the regular case is the more complex one, so put that into the base class.

13 years agode-inline functions from IFile
Oswald Buddenhagen [Fri, 15 Apr 2011 09:49:11 +0000 (11:49 +0200)]
de-inline functions from IFile

13 years agoremove empty line truncation from pro editors
Oswald Buddenhagen [Wed, 13 Apr 2011 09:32:26 +0000 (11:32 +0200)]
remove empty line truncation from pro editors

it's bogus. and the ProWriter will take care not to add stray empty lines now.

13 years agouse somewhat less arcane error message box
Oswald Buddenhagen [Wed, 30 Mar 2011 14:21:31 +0000 (16:21 +0200)]
use somewhat less arcane error message box

13 years agounify i/o error reporting in the model
Oswald Buddenhagen [Wed, 30 Mar 2011 13:57:28 +0000 (15:57 +0200)]
unify i/o error reporting in the model

- use Utils::FileSaver
- as a side effect, don't rewrite the desktop file with the same content
  if it already exists
- pop up message boxes on errors - this is likely to be more visible
  than qWarning()s/nothing
  - this is implemented in a somewhat strange way with the model itself
    doing the gui interaction, but that seems to be the simplest
    solution given the qt class design

13 years agoreplace in-place-rewriting of files with a read/modify/write cycle
Oswald Buddenhagen [Wed, 30 Mar 2011 13:18:52 +0000 (15:18 +0200)]
replace in-place-rewriting of files with a read/modify/write cycle

easier to handle errors that way

13 years agoadd/unify i/o error handling
Oswald Buddenhagen [Wed, 30 Mar 2011 13:15:15 +0000 (15:15 +0200)]
add/unify i/o error handling

lots of use of Utils::FileSaver and Utils::FileReader

Task-number: QTCREATORBUG-1619

13 years agoadd errorString output argument to IFile::reload() & IEditor::open()
Oswald Buddenhagen [Mon, 4 Apr 2011 13:24:13 +0000 (15:24 +0200)]
add errorString output argument to IFile::reload() & IEditor::open()

add/unify read error handling in all affected classes

13 years agoadd errorString output argument to IFile::save()
Oswald Buddenhagen [Wed, 30 Mar 2011 11:45:16 +0000 (13:45 +0200)]
add errorString output argument to IFile::save()

this centralizes error reporting (in fact, in most cases it adds any in
the first place).

Task-number: QTCREATORBUG-1619

13 years agoabort commit if commit message cannot be saved
Oswald Buddenhagen [Wed, 30 Mar 2011 10:43:17 +0000 (12:43 +0200)]
abort commit if commit message cannot be saved

13 years agoremove superfluous argument
Oswald Buddenhagen [Wed, 30 Mar 2011 11:46:57 +0000 (13:46 +0200)]
remove superfluous argument

no need to pass in the current file name

13 years agofile manager: introduce saveFile() and remove blockFileChange() & unblockFileChange()
Oswald Buddenhagen [Wed, 30 Mar 2011 10:38:12 +0000 (12:38 +0200)]
file manager: introduce saveFile() and remove blockFileChange() & unblockFileChange()

this replaces the ever-repeating idiom block/save/unblock with a single
call.

13 years agoadd fileutils: classes for error-checked reading and writing of files
Oswald Buddenhagen [Wed, 30 Mar 2011 10:06:05 +0000 (12:06 +0200)]
add fileutils: classes for error-checked reading and writing of files

the internal use of SaveFile ensures that we don't leave truncated
pre-existing files behind if the disk is full or something else bad
happens.

Task-number: QTCREATORBUG-1619

13 years agoadd Utils::SaveFile: class for atomic saving of files
Oswald Buddenhagen [Wed, 30 Mar 2011 10:07:47 +0000 (12:07 +0200)]
add Utils::SaveFile: class for atomic saving of files

inspired by KSaveFile

13 years agoremove redundant error check
Oswald Buddenhagen [Mon, 4 Apr 2011 13:34:04 +0000 (15:34 +0200)]
remove redundant error check

no point in checking for file's existence before opening it - the
errorString is verbose enough.

13 years agobetter error messages
Oswald Buddenhagen [Mon, 4 Apr 2011 13:37:31 +0000 (15:37 +0200)]
better error messages

it's only qWarning()s, but anyway ...

13 years agouse QFile::open()'s return value instead of using weird isOpen() checks
Oswald Buddenhagen [Mon, 4 Apr 2011 13:36:39 +0000 (15:36 +0200)]
use QFile::open()'s return value instead of using weird isOpen() checks

13 years agodon't re-implement QDir::canonicalFilePath() by hand
Oswald Buddenhagen [Mon, 4 Apr 2011 12:55:03 +0000 (14:55 +0200)]
don't re-implement QDir::canonicalFilePath() by hand

13 years agomake addOutput() signal const
Oswald Buddenhagen [Mon, 4 Apr 2011 13:31:30 +0000 (15:31 +0200)]
make addOutput() signal const

it doesn't change the emitting object

13 years agoGUI style fixes: spaces before ellipses and excess ellipses
Oswald Buddenhagen [Thu, 14 Apr 2011 18:32:13 +0000 (20:32 +0200)]
GUI style fixes: spaces before ellipses and excess ellipses

13 years agoMerge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
con [Mon, 18 Apr 2011 11:57:18 +0000 (13:57 +0200)]
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline

13 years agoMerge remote branch 'origin/2.2'
con [Mon, 18 Apr 2011 11:57:07 +0000 (13:57 +0200)]
Merge remote branch 'origin/2.2'

Conflicts:
qtcreator.pri
src/plugins/debugger/breakhandler.cpp
src/plugins/qt4projectmanager/qtversionmanager.cpp

13 years agoRun/Debug: Do not launch on a library project if user cancels
Friedemann Kleint [Mon, 18 Apr 2011 11:01:12 +0000 (13:01 +0200)]
Run/Debug: Do not launch on a library project if user cancels

the executable dialog that pops up.

Reviewed-by: dt
13 years agoUpdate version number.
con [Mon, 18 Apr 2011 10:30:15 +0000 (12:30 +0200)]
Update version number.

13 years agoDebugger[gdb]: Locate objdump in MinGW for release build check.
Friedemann Kleint [Mon, 18 Apr 2011 10:25:08 +0000 (12:25 +0200)]
Debugger[gdb]: Locate objdump in MinGW for release build check.

13 years agoSmall correction of Russian translation
Sergey Belyashov [Mon, 18 Apr 2011 10:18:09 +0000 (12:18 +0200)]
Small correction of Russian translation

Merge-request: 293
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoDebugger: Reduce log severity of locals errors.
Friedemann Kleint [Mon, 18 Apr 2011 09:51:44 +0000 (11:51 +0200)]
Debugger: Reduce log severity of locals errors.

Preventing the log view from popping up.

Task-number: QTCREATORBUG-4524
Reviewed-by: hjk
13 years agoFix possible crash when parsing layout qualifiers nodes.
Roberto Raggi [Mon, 18 Apr 2011 09:00:23 +0000 (11:00 +0200)]
Fix possible crash when parsing layout qualifiers nodes.

Task-number: QTCREATORBUG-4563
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
13 years agoWINSCW: Fix bit width of WINSCW ABIs
Tobias Hunger [Fri, 15 Apr 2011 15:34:13 +0000 (17:34 +0200)]
WINSCW: Fix bit width of WINSCW ABIs

This should unbreak WINSCW support

Task-number: QTCREATORBUG-4560
Reviewed-by: Robert Loehning
13 years agoQmlDesigner.propertyEditor: crash fix
Thomas Hartmann [Mon, 18 Apr 2011 08:26:52 +0000 (10:26 +0200)]
QmlDesigner.propertyEditor: crash fix

Setting an empty expression on a value not defined in the model
crashed.

Task-number: QTCREATORBUG-4312

13 years agoProject wizard page: Fix layout.
Friedemann Kleint [Mon, 18 Apr 2011 07:42:07 +0000 (09:42 +0200)]
Project wizard page: Fix layout.

13 years agoHTML5 wizard: Compile on Linux/warnings.
Friedemann Kleint [Mon, 18 Apr 2011 06:55:00 +0000 (08:55 +0200)]
HTML5 wizard: Compile on Linux/warnings.

13 years agoMerge touchnavigation code into html5applicationviewer.cpp
Alessandro Portale [Sun, 17 Apr 2011 07:59:16 +0000 (09:59 +0200)]
Merge touchnavigation code into html5applicationviewer.cpp

The touchnavigation code had been splitted for easier development.
But we do not want the wizard to generate those many files. The
Wizard takes care of that and merges all into one.

13 years agoFix the main .qml gile generation in the manual test.
Alessandro Portale [Sun, 17 Apr 2011 07:57:07 +0000 (09:57 +0200)]
Fix the main .qml gile generation in the manual test.

13 years agoFix abstractmobileapp build for the manual test
Alessandro Portale [Sun, 17 Apr 2011 07:56:25 +0000 (09:56 +0200)]
Fix abstractmobileapp build for the manual test

13 years agoInclude touchnavigation.pri from main .pro file
Alessandro Portale [Sun, 17 Apr 2011 07:55:17 +0000 (09:55 +0200)]
Include touchnavigation.pri from main .pro file

And have that entry removed by the wizard. REMOVE_NEXT_LINE
is now the keyword for line removal. INCLUDE_DEPLOYMENT_PRI
was replaced by REMOVE_NEXT_LINE.

13 years agoSplit out touch navigation into separate files.
Keith Kyzivat [Sat, 16 Apr 2011 03:27:45 +0000 (23:27 -0400)]
Split out touch navigation into separate files.

Make the html5applicationviewer class much less cluttered by splitting out all
the touch navigation classes into separate files in a subdirectory.

This should make it much more maintainable.

13 years agoFix %{CurrentProject:Path}
con [Fri, 15 Apr 2011 14:43:47 +0000 (16:43 +0200)]
Fix %{CurrentProject:Path}

Was returning the same as %{CurrentProject:FilePath}

Task-number: QTCREATORBUG-4533
Reviewed-by: Robert Loehning
13 years agoUpdated Russian translation
Sergey Belyashov [Fri, 15 Apr 2011 18:31:15 +0000 (20:31 +0200)]
Updated Russian translation

Merge-request: 290
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
13 years agoVCS: Notify project wizard about config changes
Tobias Hunger [Fri, 15 Apr 2011 15:43:44 +0000 (17:43 +0200)]
VCS: Notify project wizard about config changes

... and have the project wizard update the available VCS.

Task-number: QTCREATORBUG-4423

13 years agoFix warning about non-virtual destructor
Tobias Hunger [Fri, 15 Apr 2011 15:07:15 +0000 (17:07 +0200)]
Fix warning about non-virtual destructor

13 years agoCleanup: Remove unnecessary virtual keywords
Tobias Hunger [Fri, 15 Apr 2011 15:05:56 +0000 (17:05 +0200)]
Cleanup: Remove unnecessary virtual keywords

13 years agoProjectWizard: Add button to take you to VCS configuration
Tobias Hunger [Fri, 15 Apr 2011 14:39:22 +0000 (16:39 +0200)]
ProjectWizard: Add button to take you to VCS configuration

This makes setting up VCS more discoverable.

13 years agoQmlDebugger: parsing packets iteratively in the communication protocol
Christiaan Janssen [Fri, 15 Apr 2011 14:26:44 +0000 (16:26 +0200)]
QmlDebugger: parsing packets iteratively in the communication protocol

Reviewed-by: Kai Koehne
13 years agoQmlProfiler: fixed arguments for qmlobserver when profiling
Christiaan Janssen [Fri, 15 Apr 2011 13:49:54 +0000 (15:49 +0200)]
QmlProfiler: fixed arguments for qmlobserver when profiling

Reviewed-by: Kai Koehne
13 years agoQmlProfiler: fixed connection reset when new application starts
Christiaan Janssen [Fri, 15 Apr 2011 12:51:49 +0000 (14:51 +0200)]
QmlProfiler: fixed connection reset when new application starts

Reviewed-by: Kai Koehne
13 years agoMaemo: Fix section name in Debian control file.
Christian Kandeler [Fri, 15 Apr 2011 15:06:34 +0000 (17:06 +0200)]
Maemo: Fix section name in Debian control file.

It's "user/other" for Harmattan, apparently...

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 agoDoc: update screen shot
Leena Miettinen [Fri, 15 Apr 2011 12:52:49 +0000 (14:52 +0200)]
Doc: update screen shot

13 years agoDoc: Analysis pane in the Viewing Output section
Leena Miettinen [Thu, 14 Apr 2011 12:56:19 +0000 (14:56 +0200)]
Doc: Analysis pane in the Viewing Output section

13 years agoMaemo: Detect unexpected gdbserver exit.
Christian Kandeler [Fri, 15 Apr 2011 12:20:04 +0000 (14:20 +0200)]
Maemo: Detect unexpected gdbserver exit.

Task-number: QTCREATORBUG-4535

13 years agoTargetSetupPage: Hide "add Build" for shadow incapble targets
dt [Fri, 15 Apr 2011 10:34:55 +0000 (12:34 +0200)]
TargetSetupPage: Hide "add Build" for shadow incapble targets

There can't be any builds anywhere

Reviewed-By: hunger
13 years agoQt4BuildConfiguration: Changing qt versions affects the environment
dt [Fri, 15 Apr 2011 10:34:06 +0000 (12:34 +0200)]
Qt4BuildConfiguration: Changing qt versions affects the environment

Reviewed-By: hunger
13 years agoQtVersionManager: Detect changes in sbs/system root settings
dt [Fri, 15 Apr 2011 10:33:31 +0000 (12:33 +0200)]
QtVersionManager: Detect changes in sbs/system root settings

Otherwise the Qt options dialog won't emit a signal if just those paths
are changed in the settings.

Reviewed-By: hunger
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
(cherry picked from commit 72ae03ba808157f48b769cd04a9aa7ed48342be3)