OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoImproved German translation
Robert Loehning [Mon, 16 May 2011 15:53:52 +0000 (17:53 +0200)]
Improved German translation

13 years agoAdded support to C++ symbols rewriting.
Roberto Raggi [Mon, 28 Mar 2011 11:21:37 +0000 (13:21 +0200)]
Added support to C++ symbols rewriting.

This should simplify full C++ template instantiations.

Reviewed-by: Christian Kamm
13 years agoQmlLivePreview: adding animations and transitions
Christiaan Janssen [Mon, 9 May 2011 15:38:56 +0000 (17:38 +0200)]
QmlLivePreview: adding animations and transitions

Reviewed-by: Kai Koehne
13 years agoQmlLivePreview: adding states to an item
Christiaan Janssen [Mon, 9 May 2011 10:51:54 +0000 (12:51 +0200)]
QmlLivePreview: adding states to an item

Reviewed-by: Kai Koehne
13 years agodebugger: add dumper for Eigen::Matrix
hjk [Mon, 16 May 2011 18:04:17 +0000 (20:04 +0200)]
debugger: add dumper for Eigen::Matrix

13 years agoImproved resize behavior of the Filter Configuration dialog
Thorbjørn Lindeijer [Mon, 16 May 2011 17:34:33 +0000 (19:34 +0200)]
Improved resize behavior of the Filter Configuration dialog

13 years agoRefactor some code in buildstepspage
Tobias Hunger [Mon, 16 May 2011 16:06:27 +0000 (18:06 +0200)]
Refactor some code in buildstepspage

 * Rename m_buildSteps to m_buildStepsData
 * Turn BuildStepsWidgetStruct into class and rename it to
   BuildStepsWidgetData
 * Use constructor/destructor for that class
 * Turn m_buildStepsData into a QList<... *> to have the
   necessary control about when destruction happens

Reviewed-by: Fawzi Mohamed
13 years agoFix possible crash in BuildStepsPage
Tobias Hunger [Mon, 16 May 2011 16:03:56 +0000 (18:03 +0200)]
Fix possible crash in BuildStepsPage

Task-number: QTCREATORBUG-4894
Reviewed-by: Fawzi Mohamed
13 years agoFix possible crash in qmakestepwidget
Tobias Hunger [Mon, 16 May 2011 10:37:50 +0000 (12:37 +0200)]
Fix possible crash in qmakestepwidget

Reviewed-by: dt
13 years agoQmlDebugger: update location marker while debugging
Christiaan Janssen [Mon, 16 May 2011 15:06:52 +0000 (17:06 +0200)]
QmlDebugger: update location marker while debugging

Reviewed-by: hjk
13 years agoMerge remote-tracking branch 'origin/2.2'
Oswald Buddenhagen [Mon, 16 May 2011 15:32:23 +0000 (17:32 +0200)]
Merge remote-tracking branch 'origin/2.2'

Conflicts:
src/plugins/debugger/breakhandler.cpp
src/plugins/debugger/cdb/cdbengine.cpp

13 years agofakevim: further split 'handleCommand'
hjk [Mon, 16 May 2011 15:21:43 +0000 (17:21 +0200)]
fakevim: further split 'handleCommand'

13 years agodebugger: take a few string comparisons off the critical path
hjk [Mon, 16 May 2011 13:46:35 +0000 (15:46 +0200)]
debugger: take a few string comparisons off the critical path

13 years agodebugger: remove custom 'select' function from dumpers
hjk [Mon, 16 May 2011 13:14:30 +0000 (15:14 +0200)]
debugger: remove custom 'select' function from dumpers

13 years agodebugger: use python's built-in min()
hjk [Mon, 16 May 2011 12:07:10 +0000 (14:07 +0200)]
debugger: use python's built-in min()

13 years agoUI text: edit field labels and tooltips
Leena Miettinen [Mon, 16 May 2011 14:55:10 +0000 (16:55 +0200)]
UI text: edit field labels and tooltips

Reviewed-by: Thomas Hartmann
13 years agoDoc: update setting breakpoints
Leena Miettinen [Mon, 16 May 2011 14:52:51 +0000 (16:52 +0200)]
Doc: update setting breakpoints

Update screen shots

13 years agoQmlDesigner.qmlModelView: fixes adding imports
Thomas Hartmann [Mon, 16 May 2011 14:19:21 +0000 (16:19 +0200)]
QmlDesigner.qmlModelView: fixes adding imports

We use requiredImport() and only add an import if it does
not exists before (even with alias).

13 years agoQmlDesigner.rewriteAction: fixes rewriter for import alias
Thomas Hartmann [Mon, 16 May 2011 14:17:37 +0000 (16:17 +0200)]
QmlDesigner.rewriteAction: fixes rewriter for import alias

13 years agoQmlDesigner.metaInfo: fixes for as imports
Thomas Hartmann [Mon, 16 May 2011 14:16:59 +0000 (16:16 +0200)]
QmlDesigner.metaInfo: fixes for as imports

This patch also allows to luckup C++ types without
specified version.

13 years agoQmlDesigner.rewriter: fix (optimization)
Thomas Hartmann [Mon, 16 May 2011 14:15:31 +0000 (16:15 +0200)]
QmlDesigner.rewriter: fix (optimization)

We only change a value if different.

13 years agoQmlDesigner.documentController: fixing toText for alias imports
Thomas Hartmann [Mon, 16 May 2011 14:14:38 +0000 (16:14 +0200)]
QmlDesigner.documentController: fixing toText for alias imports

13 years agoQmlDesigner.model: extending Import:toString
Thomas Hartmann [Mon, 16 May 2011 14:13:07 +0000 (16:13 +0200)]
QmlDesigner.model: extending Import:toString

This allows skipping the alias part.

13 years agoQmlDesigner: using hasImport
Thomas Hartmann [Mon, 16 May 2011 14:12:29 +0000 (16:12 +0200)]
QmlDesigner: using hasImport

This change avoids adding an import if the same import with different alias
already exists.

13 years agoQmlDesigner.model: adding hasImport
Thomas Hartmann [Mon, 16 May 2011 14:10:50 +0000 (16:10 +0200)]
QmlDesigner.model: adding hasImport

The method hasImport() is able to ignore alias imports.

13 years agoQmlDesigner.model: add convertTypeToImportAlias() to ModelNode
Thomas Hartmann [Mon, 16 May 2011 14:10:02 +0000 (16:10 +0200)]
QmlDesigner.model: add convertTypeToImportAlias()  to ModelNode

We expose convertTypeToImportAlias() in ModelNode.

13 years agoQmlDesigner.rewriterView: adding convertTypeToImportAlias()
Thomas Hartmann [Mon, 16 May 2011 14:09:09 +0000 (16:09 +0200)]
QmlDesigner.rewriterView: adding convertTypeToImportAlias()

We need this function to handle alias imports.

13 years agoQmlDesigner.metaInfo: extending itemlibrary info
Thomas Hartmann [Mon, 16 May 2011 14:07:43 +0000 (16:07 +0200)]
QmlDesigner.metaInfo: extending itemlibrary info

I added forceImport.

13 years agoQmlDesigner.propertyEditor: use simplified typename in captions
Thomas Hartmann [Mon, 16 May 2011 14:06:32 +0000 (16:06 +0200)]
QmlDesigner.propertyEditor: use simplified typename in captions

13 years agoQmlDesigner.textToModelMerger: use fully qualified types
Thomas Hartmann [Mon, 16 May 2011 14:05:46 +0000 (16:05 +0200)]
QmlDesigner.textToModelMerger: use fully qualified types

We now use fully qualified types also for components.

13 years agoQmlDesigner.plugins: update
Thomas Hartmann [Mon, 16 May 2011 14:02:40 +0000 (16:02 +0200)]
QmlDesigner.plugins: update

We use fully qualified names now.

13 years agoDebugger[CDB]: Output std::[w]string correctly.
Friedemann Kleint [Mon, 16 May 2011 14:07:22 +0000 (16:07 +0200)]
Debugger[CDB]: Output std::[w]string correctly.

_Ptr is used for large values instead of _Buf.

Reviewed-by: hjk
13 years agoQmlProfiler: fix warning in MSVC compiler
Christiaan Janssen [Mon, 16 May 2011 12:50:54 +0000 (14:50 +0200)]
QmlProfiler: fix warning in MSVC compiler

Reviewed-by: Tobias Hunger
13 years agoDoc: rename 'watchers' as 'expressions'
Leena Miettinen [Mon, 16 May 2011 12:21:14 +0000 (14:21 +0200)]
Doc: rename 'watchers' as 'expressions'

And 'watchpoints' as 'data breakpoints'

13 years agoMaemo: Make more generic.
Christian Kandeler [Mon, 16 May 2011 11:39:44 +0000 (13:39 +0200)]
Maemo: Make more generic.

We can now deploy and remotely run/debug any Linux target.

13 years agoFix QtVersion::invalidReason for symbian/desktop/simulator
dt [Mon, 16 May 2011 11:08:07 +0000 (13:08 +0200)]
Fix QtVersion::invalidReason for symbian/desktop/simulator

Actually pass on the base qt version value...
Also fix a small issue on the qt versions page that prevented the
invalid reason showing up for a nameless version

Task-Nr: QTCREATORBUG-4899

13 years agoRename Startup project to Active Project
dt [Mon, 16 May 2011 10:46:00 +0000 (12:46 +0200)]
Rename Startup project to Active Project

13 years agoQmlDebugging: Fix compilation of debugging libs without private headers
Kai Koehne [Fri, 13 May 2011 11:58:35 +0000 (13:58 +0200)]
QmlDebugging: Fix compilation of debugging libs without private headers

Actually use the copy of the private header in the lib. Also fix
the copyright header to a Qt Creator one.

13 years agoDebuggingHelper: Fix status log
Kai Koehne [Fri, 13 May 2011 11:51:04 +0000 (13:51 +0200)]
DebuggingHelper: Fix status log

13 years agoDebuggingHelper: Fix crash when redumping qt version
Kai Koehne [Fri, 13 May 2011 11:43:33 +0000 (13:43 +0200)]
DebuggingHelper: Fix crash when redumping qt version

13 years agoDebuggingHelper: Rename 'qtVersionsChanged' to 'dumpUpdatedFor'
Kai Koehne [Fri, 13 May 2011 11:17:24 +0000 (13:17 +0200)]
DebuggingHelper: Rename 'qtVersionsChanged' to 'dumpUpdatedFor'

Suggested by dt

13 years agoQMakeStep: Check whether Qt version is valid
Kai Koehne [Fri, 13 May 2011 11:09:40 +0000 (13:09 +0200)]
QMakeStep: Check whether Qt version is valid

Pointed out by dt

13 years agoDebuggingHelper: Code simplification
Kai Koehne [Fri, 13 May 2011 11:07:17 +0000 (13:07 +0200)]
DebuggingHelper: Code simplification

Pointed out by dt

13 years agoFix the AST code generator
Roberto Raggi [Mon, 16 May 2011 10:45:28 +0000 (12:45 +0200)]
Fix the AST code generator

13 years agodebugger: change "watchpoint" to "data breakpoint" also in the class docs
hjk [Mon, 16 May 2011 10:37:04 +0000 (12:37 +0200)]
debugger: change "watchpoint" to "data breakpoint" also in the class docs

13 years agoDebugger[CDB]: Fix console on Windows XP.
Friedemann Kleint [Thu, 12 May 2011 15:19:42 +0000 (17:19 +0200)]
Debugger[CDB]: Fix console on Windows XP.

Attach to suspended application and doing resume manually
does not work. Use special options for console.

Reviewed-by: hjk
Tested-by: Alessandro Portale <alessandro.portale@nokia.com>
13 years agoDebugger: Move corrected breakpoints back after termination.
Friedemann Kleint [Tue, 10 May 2011 15:04:03 +0000 (17:04 +0200)]
Debugger: Move corrected breakpoints back after termination.

13 years agoQmlJS: Don't add invalid imports to TypeEnvironment.
Christian Kamm [Mon, 16 May 2011 10:21:20 +0000 (12:21 +0200)]
QmlJS: Don't add invalid imports to TypeEnvironment.

Done-with: Fawzi Mohamed

13 years agoFix crash in QMakeStep::allArguments
dt [Mon, 16 May 2011 10:18:07 +0000 (12:18 +0200)]
Fix crash in QMakeStep::allArguments

qtVersion can be null now

13 years agoDebuggingHelper: Show tooltip on why a helper cannot be built
Kai Koehne [Mon, 16 May 2011 09:41:00 +0000 (11:41 +0200)]
DebuggingHelper: Show tooltip on why a helper cannot be built

Change-Id: I56a93ae98d73ac174f39da8e8a4d3eab05f02800

13 years agoText fix
Pawel Polanski [Mon, 16 May 2011 09:58:51 +0000 (11:58 +0200)]
Text fix

13 years agofix compile of plugins which use #include <cplusplus/foo.h>
Oswald Buddenhagen [Mon, 16 May 2011 09:55:49 +0000 (11:55 +0200)]
fix compile of plugins which use #include <cplusplus/foo.h>

13 years agofakevim: compile fix on windows
hjk [Mon, 16 May 2011 08:31:29 +0000 (10:31 +0200)]
fakevim: compile fix on windows

There's a limit on the number of 'else if' with MSVC.

13 years agoremove nokia copyrights from roberto's code
Oswald Buddenhagen [Mon, 16 May 2011 09:01:21 +0000 (11:01 +0200)]
remove nokia copyrights from roberto's code

they are lying. nokia has no copyright on this code. and the double
license in a single file looks weird. that's why we moved it to
3rdparty/, so it is clear it is not nokia's.

Approved-by: legal
13 years agomove src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/
Oswald Buddenhagen [Mon, 16 May 2011 08:53:42 +0000 (10:53 +0200)]
move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/

Approved-by: legal
13 years agoDoc: fix link
Leena Miettinen [Mon, 16 May 2011 08:59:56 +0000 (10:59 +0200)]
Doc: fix link

13 years agoimprove value source tracking
Oswald Buddenhagen [Fri, 13 May 2011 18:20:41 +0000 (20:20 +0200)]
improve value source tracking

- use the current file if a value is generated "out of nowhere"
- preserve source through function calls

Task-number: QTCREATORBUG-4897

13 years agoUtils: Fix colorbutton slot warning.
Friedemann Kleint [Mon, 16 May 2011 07:40:29 +0000 (09:40 +0200)]
Utils: Fix colorbutton slot warning.

Fix up e8cc99632c41fade55cc7ff150c0d0eb3c290d60.

13 years agofakevim: implement Ctrl-y
hjk [Fri, 13 May 2011 16:56:25 +0000 (18:56 +0200)]
fakevim: implement Ctrl-y

13 years agoReduced the moc abuse in qtcolorbutton
Alessandro Portale [Fri, 13 May 2011 16:29:28 +0000 (18:29 +0200)]
Reduced the moc abuse in qtcolorbutton

13 years agoMaemo: Don't assume a remote Linux has package management ...
Christian Kandeler [Fri, 13 May 2011 16:06:50 +0000 (18:06 +0200)]
Maemo: Don't assume a remote Linux has package management ...

... in the config test dialog.

13 years agodebugger: add example code for "manual downcasting"
hjk [Thu, 12 May 2011 18:03:58 +0000 (20:03 +0200)]
debugger: add example code for "manual downcasting"

13 years agoRemoved apparently unneeded (and uncommented) moc_foo.cpp include
Alessandro Portale [Fri, 13 May 2011 15:27:04 +0000 (17:27 +0200)]
Removed apparently unneeded (and uncommented) moc_foo.cpp include

13 years agomake autotests compile again.
Bill King [Fri, 13 May 2011 15:00:07 +0000 (17:00 +0200)]
make autotests compile again.

13 years agofix ioutils autotest
Oswald Buddenhagen [Fri, 13 May 2011 14:35:27 +0000 (16:35 +0200)]
fix ioutils autotest

13 years agoToolchain: Add clang toolchain
Tobias Hunger [Fri, 13 May 2011 09:48:34 +0000 (11:48 +0200)]
Toolchain: Add clang toolchain

Note: Parsing of error messages is still missing. So Build Issues
      are not properly reported yet.

13 years agoGit: String updates
Tobias Hunger [Fri, 13 May 2011 12:40:27 +0000 (14:40 +0200)]
Git: String updates

Reviewed-by: Leena Miettinen
13 years agoFix version dialog ui
dt_ [Fri, 13 May 2011 12:02:18 +0000 (14:02 +0200)]
Fix version dialog ui

Task-Nr: QTCREATORBUG-4893

13 years agoMaemo: More precise list of deployable files for library projects.
Christian Kandeler [Fri, 13 May 2011 11:54:44 +0000 (13:54 +0200)]
Maemo: More precise list of deployable files for library projects.

We now also take libmylib.so.x.y.z etc. into account.

13 years agoQt4ProFileNode: Add project version information.
Christian Kandeler [Fri, 13 May 2011 11:23:38 +0000 (13:23 +0200)]
Qt4ProFileNode: Add project version information.

Reviewed-by: dt
13 years agoToolChain: Add support for mkspecs
Tobias Hunger [Thu, 7 Apr 2011 11:12:55 +0000 (13:12 +0200)]
ToolChain: Add support for mkspecs

Make the toolchains report their mkspec files and use the mkspec of the
toolchain if it does provide one. Fall back to the Qt version's mkspec
otherwise.

Task-number: QTCREATORBUG-4396

13 years agoRemove code that is no longer necessary
Tobias Hunger [Fri, 13 May 2011 11:32:53 +0000 (13:32 +0200)]
Remove code that is no longer necessary

We can figure out now whether something was build with mingw or not.

13 years agoDebuggingHelper: Keep state of different UI's for same version in sync
Kai Koehne [Mon, 9 May 2011 15:32:24 +0000 (17:32 +0200)]
DebuggingHelper: Keep state of different UI's for same version in sync

QtVersionManager got a signal 'qtVersionsUpdated(QString)', which the UI's in
QMakeStep & in the Qt Options react to.

Change-Id: Ib774332daf6cf008afb46914ebd839420cf23e25

13 years agoDebuggingHelper: Always save output to 'General Messages' pane
Kai Koehne [Mon, 9 May 2011 13:45:21 +0000 (15:45 +0200)]
DebuggingHelper: Always save output to 'General Messages' pane

Change-Id: I558c81f5a74d717dabb56d36fea3ed5f5b2acc18

13 years agoDebuggingHelper: Always invalidate cached QtVersion information after run
Kai Koehne [Mon, 9 May 2011 09:19:37 +0000 (11:19 +0200)]
DebuggingHelper: Always invalidate cached QtVersion information after run

Moving this to DebuggingHelperBuildTask / QtVersionManager makes sure
the version information is also updated if e.g. the QtOptionsPage has
been closed in between.

Also, update all Qt versions that share the same qmake path.

Change-Id: Idc23f6d9fa609e2a36f1d6d4cb09c6483afd4cc4

13 years agoSpace fix
Pawel Polanski [Fri, 13 May 2011 10:23:00 +0000 (12:23 +0200)]
Space fix

13 years agoTRK: Fixed spacing problem console output
Pawel Polanski [Fri, 13 May 2011 09:23:44 +0000 (11:23 +0200)]
TRK: Fixed spacing problem console output

13 years agoPublish to Ovi displays problems with build setup
Pawel Polanski [Wed, 11 May 2011 14:04:17 +0000 (16:04 +0200)]
Publish to Ovi displays problems with build setup

Such as: no valid toolchain or no valid build
configuration

Reviewed-by: dt
13 years agoChange Cancel->Close text in Publish to Ovi
Pawel Polanski [Wed, 11 May 2011 10:40:22 +0000 (12:40 +0200)]
Change Cancel->Close text in Publish to Ovi

When build process finishes there is nothing to
cancel so why should there be a cancel text

Reviewed-by: dt
13 years agoNotification for failed Publish to Ovi
Pawel Polanski [Wed, 11 May 2011 10:38:09 +0000 (12:38 +0200)]
Notification for failed Publish to Ovi

If Publish to Ovi tries to build a package and
it fails than the finish() signall will be emited

Reviewed-by: dt
13 years agoAdded toolchain selection option to Publish to Ovi wizard
Pawel Polanski [Tue, 10 May 2011 15:05:35 +0000 (17:05 +0200)]
Added toolchain selection option to Publish to Ovi wizard

User is now able to choose another than the default
toolchain

Reviewed-by: dt
13 years agoFix copy and paste error
Tobias Hunger [Fri, 13 May 2011 10:25:28 +0000 (12:25 +0200)]
Fix copy and paste error

Thanks Tim for pointing it out!

13 years agofrench translation fixes
Thibaut Cuvelier [Wed, 11 May 2011 12:58:15 +0000 (14:58 +0200)]
french translation fixes

Merge-request: 2197
Reviewed-by: ossi
13 years agoMaemo: Fix crash on re-run.
Christian Kandeler [Fri, 13 May 2011 09:23:16 +0000 (11:23 +0200)]
Maemo: Fix crash on re-run.

SSH connection must be acquired on every start operation
instead of just once.

13 years agoDoc: implement review comments
Leena Miettinen [Fri, 13 May 2011 09:13:09 +0000 (11:13 +0200)]
Doc: implement review comments

13 years agoQmlDesigner.formEditor: implementing mousePressEvent()
Thomas Hartmann [Thu, 12 May 2011 14:55:25 +0000 (16:55 +0200)]
QmlDesigner.formEditor: implementing mousePressEvent()

13 years agoQmlDesigner.formEditor: remove yellow highlight for anchors
Thomas Hartmann [Thu, 12 May 2011 14:54:17 +0000 (16:54 +0200)]
QmlDesigner.formEditor: remove yellow highlight for anchors

The yellow highlight was not intuitive.
Also I fixed the indentation.

13 years agoQmlDesigner.textToModelMerger: avoid possible crash
Thomas Hartmann [Thu, 12 May 2011 14:48:36 +0000 (16:48 +0200)]
QmlDesigner.textToModelMerger: avoid possible crash

The setup should be after changing the type. Also we have to check for the
case where the ModelNode is the root node.

13 years agoQmlDesigner.statesEditor: crash fix
Thomas Hartmann [Thu, 12 May 2011 14:41:45 +0000 (16:41 +0200)]
QmlDesigner.statesEditor: crash fix

The node instance view might be detached.

13 years agoQmlDesigner.formEditor: tweaking the css
Thomas Hartmann [Thu, 12 May 2011 14:40:50 +0000 (16:40 +0200)]
QmlDesigner.formEditor: tweaking the css

The background gets lighter on focus.

13 years agoMake constructor explicit.
Christian Kandeler [Fri, 13 May 2011 07:49:48 +0000 (09:49 +0200)]
Make constructor explicit.

13 years agoConsoleProcess: undo pointless processError() => processMessage(bool error) change
Oswald Buddenhagen [Wed, 11 May 2011 14:27:33 +0000 (16:27 +0200)]
ConsoleProcess: undo pointless processError() => processMessage(bool error) change

13 years agounify application launcher between platforms
Oswald Buddenhagen [Wed, 11 May 2011 10:48:14 +0000 (12:48 +0200)]
unify application launcher between platforms

purge abstractprocess and winguiprocess. they serve no purpose.

applications can have stdio on windows as well, in addition to the
windows debug channel.

Task-number: QTCREATORBUG-4822

13 years agointroduce separate output format for windows debug channel
Oswald Buddenhagen [Wed, 11 May 2011 10:08:23 +0000 (12:08 +0200)]
introduce separate output format for windows debug channel

13 years agothe windows debug channel knows no stdout/stderr distinction
Oswald Buddenhagen [Wed, 11 May 2011 09:29:44 +0000 (11:29 +0200)]
the windows debug channel knows no stdout/stderr distinction

13 years agoignore vanished files while restoring session
Oswald Buddenhagen [Fri, 6 May 2011 17:47:56 +0000 (19:47 +0200)]
ignore vanished files while restoring session

there is no point in bothering the user with error messages and/or
having ghost editors hanging around.

Task-number: QTCREATORBUG-2424

13 years agopurge files which cannot be opened from the "open" editors model
Oswald Buddenhagen [Thu, 12 May 2011 17:59:54 +0000 (19:59 +0200)]
purge files which cannot be opened from the "open" editors model

Task-number: QTCREATORBUG-2424

13 years agode-duplicate code a bit
Oswald Buddenhagen [Thu, 12 May 2011 17:59:09 +0000 (19:59 +0200)]
de-duplicate code a bit

13 years agoadd auto-saving of modified editors
Oswald Buddenhagen [Tue, 10 May 2011 18:43:03 +0000 (20:43 +0200)]
add auto-saving of modified editors

Task-number: QTCREATORBUG-2847

13 years agomove the "cannot undo" warning to the search result pane
Oswald Buddenhagen [Fri, 6 May 2011 14:06:25 +0000 (16:06 +0200)]
move the "cannot undo" warning to the search result pane

this is where it belongs, rather than into some arbitrary editor.
as a nice side effect, now not only the "rename symbol", but also the
global search&replace has such a warning.