OSDN Git Service

qt-creator-jp/qt-creator-jp.git
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)

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 agodebugger: silence debug output for unrecognized temporary breakpoints
hjk [Thu, 14 Apr 2011 14:10:18 +0000 (16:10 +0200)]
debugger: silence debug output for unrecognized temporary breakpoints

13 years agoQmlDesigner.symbianPlugin: fix for BusyIndicator
Thomas Hartmann [Fri, 15 Apr 2011 10:39:54 +0000 (12:39 +0200)]
QmlDesigner.symbianPlugin: fix for BusyIndicator

BusyIndicator does nto have a property text.

13 years agoQmlTextEditor: new icons for outline
Thomas Hartmann [Thu, 14 Apr 2011 15:02:00 +0000 (17:02 +0200)]
QmlTextEditor: new icons for outline

13 years agoQmlDesigner.nodeInstances: show warning if qml pupped crashes
Thomas Hartmann [Wed, 13 Apr 2011 15:52:17 +0000 (17:52 +0200)]
QmlDesigner.nodeInstances: show warning if qml pupped crashes

If the qml puppetcrahes 3 times in a row we show a warning.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.meegoPlugin: update meta info
Thomas Hartmann [Wed, 13 Apr 2011 15:50:39 +0000 (17:50 +0200)]
QmlDesigner.meegoPlugin: update meta info

13 years agoQmlDesigner.meegoPlugin: fix qrc warnings
Thomas Hartmann [Wed, 13 Apr 2011 15:50:08 +0000 (17:50 +0200)]
QmlDesigner.meegoPlugin: fix qrc warnings

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 agoremove dead code
Oswald Buddenhagen [Mon, 4 Apr 2011 12:31:10 +0000 (14:31 +0200)]
remove dead code

13 years agodon't clobber encoding on rewriting file
Oswald Buddenhagen [Wed, 30 Mar 2011 14:04:48 +0000 (16:04 +0200)]
don't clobber encoding on rewriting file

13 years agoshow error string instead of error code ...
Oswald Buddenhagen [Mon, 4 Apr 2011 13:03:49 +0000 (15:03 +0200)]
show error string instead of error code ...

13 years agodon't ignore file changes while reload dialog is up
Oswald Buddenhagen [Thu, 14 Apr 2011 19:07:13 +0000 (21:07 +0200)]
don't ignore file changes while reload dialog is up

we cannot clear the list of modified files after possibly entering the main
loop again, as that might discard new notifications which we have not
processed yet.

Reviewed-by: dt
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 agoFix upgrade of Symbian Qt versions from 2.1
Tobias Hunger [Thu, 14 Apr 2011 09:36:16 +0000 (11:36 +0200)]
Fix upgrade of Symbian Qt versions from 2.1

SBSv2 support has changed a bit.

Reviewed-by: Pawel Polanski
13 years agoSet debugger when importing tool chains from old settings
Tobias Hunger [Wed, 13 Apr 2011 14:45:38 +0000 (16:45 +0200)]
Set debugger when importing tool chains from old settings

Set the default debugger when importing tool chains from old
settings. We just left the field blank before.

Task-number: QTCREATORBUG-4482
Reviewed-by: dt
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.)