OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoCompile fix.
Friedemann Kleint [Wed, 30 Mar 2011 14:29:56 +0000 (16:29 +0200)]
Compile fix.

13 years agoFix update from GCCE and WINSCW set in Qt version
Tobias Hunger [Wed, 30 Mar 2011 13:47:51 +0000 (15:47 +0200)]
Fix update from GCCE and WINSCW set in Qt version

Fix the upgrade from GCCE and WINSCW from Qt version to
tool chain.

Task-number: QTCREATORBUG-4204
Reviewed-by: dt
13 years agoUpdate source strings
Jarek Kobus [Wed, 30 Mar 2011 13:58:58 +0000 (15:58 +0200)]
Update source strings

Reviewed-by: Pawel Polanski
13 years agoCompilation fixes with the QStringBuilder changes in Qt master
Olivier Goffart [Wed, 30 Mar 2011 12:22:52 +0000 (14:22 +0200)]
Compilation fixes with the QStringBuilder changes in Qt master

QStringBuilder also works with QByteArray now.
Which means some of the implicit conversions do not work anymore

13 years agoDisable shadow builds on Windows for Fremantle and Harmattan as well.
Christian Kandeler [Wed, 30 Mar 2011 13:02:39 +0000 (15:02 +0200)]
Disable shadow builds on Windows for Fremantle and Harmattan as well.

Addendum to 8839031e60e77667ec3dd66c6f9af9c4672f1d57.

13 years agodebugger: remove 'Attach to TCF' start option
hjk [Wed, 30 Mar 2011 12:53:30 +0000 (14:53 +0200)]
debugger: remove 'Attach to TCF' start option

And TcfEngine etc.

Reviewed-by: Friedemann Kleint
13 years agodebugger: fix function name parsing from multi-breakpoints
hjk [Tue, 29 Mar 2011 12:17:30 +0000 (14:17 +0200)]
debugger: fix function name parsing from multi-breakpoints

Reviewed-By: Friedemann Kleint
13 years agodebugger: add tooltips to gdb settings window
hjk [Tue, 29 Mar 2011 11:17:01 +0000 (13:17 +0200)]
debugger: add tooltips to gdb settings window

Reviewed-by: Friedemann Kleint
13 years agoWorkaround for Mac users with automatic proxy configuration
con [Wed, 30 Mar 2011 12:58:05 +0000 (14:58 +0200)]
Workaround for Mac users with automatic proxy configuration

Qt's implementation for the Mac system configuration doesn't handle
automatic proxy configurations. Qt Creator now also looks at the
http_proxy environment variable on Mac as a workaround.

Task-number: QTCREATORBUG-4190
Reviewed-by: Daniel Molkentin
13 years agoFix initial position of variable chooser.
con [Wed, 30 Mar 2011 12:28:34 +0000 (14:28 +0200)]
Fix initial position of variable chooser.

It was showing up 'somewhere' depending on platform.

Task-number: QTCREATORBUG-4270
Reviewed-by: Robert Loehning
13 years agoQmlEngine: Enforce newline after status messages
Kai Koehne [Wed, 30 Mar 2011 11:14:30 +0000 (13:14 +0200)]
QmlEngine: Enforce newline after status messages

Reviewed-by: hjk
13 years agoApplicationOutput: Fix linkification of errors from qttest
Kai Koehne [Wed, 30 Mar 2011 11:04:54 +0000 (13:04 +0200)]
ApplicationOutput: Fix linkification of errors from qttest

Don't check for end of string (does contain LF in case of qttestlib).
Also don't check prefix for asserts, cause qttestlib extends these.

Reviewed-by: Tobias Hunger
13 years agoMaemo: Polish publishing wizard.
Christian Kandeler [Wed, 30 Mar 2011 11:46:24 +0000 (13:46 +0200)]
Maemo: Polish publishing wizard.

Task-number: QTCREATORBUG-4257

13 years agoQmlDesigner: fix for duplicate ids
Thomas Hartmann [Wed, 30 Mar 2011 10:21:06 +0000 (12:21 +0200)]
QmlDesigner: fix for duplicate ids

Duplicate ids for not handled 100% correctly in the property editor
and in the navigator.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.copyNPase: fix for components
Thomas Hartmann [Wed, 30 Mar 2011 10:19:42 +0000 (12:19 +0200)]
QmlDesigner.copyNPase: fix for components

Since the buffer for copy and paste has no proper
representation in the project managment QmlJs::Check cannot
handle components. For now we just turn of Check for this case, since
we check the final document anyway.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.formEditor: crashfix
Thomas Hartmann [Wed, 30 Mar 2011 10:13:42 +0000 (12:13 +0200)]
QmlDesigner.formEditor: crashfix

Avoid recursion if item is not movable.

Reviewed-by: Kai Koehne
Task-Nr: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4284

13 years agoadd disk full error handling to consoleprocess
Oswald Buddenhagen [Wed, 30 Mar 2011 09:54:57 +0000 (11:54 +0200)]
add disk full error handling to consoleprocess

13 years agoDesigner: Fix a crash when open() fails.
Friedemann Kleint [Wed, 30 Mar 2011 09:52:15 +0000 (11:52 +0200)]
Designer: Fix a crash when open() fails.

editorsClosed() is not emitted when open fails and thus
the file was not removed from FormEditorStack.
Add a connection from destroy to ensure the editor is removed.

Happens when loading a session whose files no longer exists.

Task-number: QTCREATORBUG-4266
Reviewed-by: dt
13 years agoQML plugin wizard: Fix deprecated use of backslash in project file.
Christian Kandeler [Wed, 30 Mar 2011 09:39:40 +0000 (11:39 +0200)]
QML plugin wizard: Fix deprecated use of backslash in project file.

Task-number: QTCREATORBUG-4091

13 years agoMaemo: Filter NUL characters from rrpmbuild output.
Christian Kandeler [Tue, 29 Mar 2011 14:10:05 +0000 (16:10 +0200)]
Maemo: Filter NUL characters from rrpmbuild output.

13 years agoProjectExplorer: DeployStepsPage avoid callign init() twice
dt [Wed, 30 Mar 2011 09:20:18 +0000 (11:20 +0200)]
ProjectExplorer: DeployStepsPage avoid callign init() twice

Reviewed-By: hunger
13 years agoexclude plist.in files from the copy targets
Oswald Buddenhagen [Wed, 30 Mar 2011 08:47:43 +0000 (10:47 +0200)]
exclude plist.in files from the copy targets

they are handled by QMAKE_SUBSTITUTES where needed

Reviewed-by: con
13 years agoadd README explaining purpose of src/share/
Oswald Buddenhagen [Tue, 29 Mar 2011 09:32:41 +0000 (11:32 +0200)]
add README explaining purpose of src/share/

Reviewed-by: con
13 years agonothing mac-specific about OTHER_FILES
Oswald Buddenhagen [Tue, 29 Mar 2011 09:26:10 +0000 (11:26 +0200)]
nothing mac-specific about OTHER_FILES

Reviewed-by: con
13 years agoinstall data from src/share/ directory
Oswald Buddenhagen [Tue, 29 Mar 2011 09:25:43 +0000 (11:25 +0200)]
install data from src/share/ directory

Reviewed-by: con
13 years agoreshuffle and simplify copying of files from src/share/
Oswald Buddenhagen [Tue, 29 Mar 2011 09:25:24 +0000 (11:25 +0200)]
reshuffle and simplify copying of files from src/share/

Reviewed-by: con
13 years agoFix crash when filtering in the preferences.
con [Tue, 29 Mar 2011 15:54:15 +0000 (17:54 +0200)]
Fix crash when filtering in the preferences.

Need to ensure creation of all tabs before even the proxy model is
informed.

Task-number: QTCREATORBUG-4272
Reviewed-by: Robert Loehning
13 years agoAutomatic versioning for the qml tools.
con [Mon, 28 Mar 2011 13:31:27 +0000 (15:31 +0200)]
Automatic versioning for the qml tools.

Reviewed-by: Thomas Hartmann
13 years agoDoc: fix qdoc tags
Leena Miettinen [Tue, 29 Mar 2011 14:52:54 +0000 (16:52 +0200)]
Doc: fix qdoc tags

13 years agoDoc: required Python version
Leena Miettinen [Tue, 29 Mar 2011 14:17:21 +0000 (16:17 +0200)]
Doc: required Python version

Reviewed-by: hjk
13 years agoDoc: specifying canvas size and refreshing the canvas
Leena Miettinen [Tue, 29 Mar 2011 14:16:51 +0000 (16:16 +0200)]
Doc: specifying canvas size and refreshing the canvas

Hide information about displaying MeeGo and Symbian components.

Update screen shots.

Reviewed-by: Thomas Hartmann
13 years agoDebugger: Hide/Show pinneable tooltips on de/iconifying main window.
Friedemann Kleint [Tue, 29 Mar 2011 13:12:42 +0000 (15:12 +0200)]
Debugger: Hide/Show pinneable tooltips on de/iconifying main window.

Reviewed-by: hjk
Task-number: QTCREATORBUG-4207

13 years agoAnalyzer: Fix a crash when launching on a QML project.
Friedemann Kleint [Tue, 29 Mar 2011 12:45:21 +0000 (14:45 +0200)]
Analyzer: Fix a crash when launching on a QML project.

Which does not have a build configuration.

Reviewed-by: Bill King <bill.king@nokia.com>
13 years agoMobile app wizard: Fix desktop file contents.
Christian Kandeler [Tue, 29 Mar 2011 12:41:41 +0000 (14:41 +0200)]
Mobile app wizard: Fix desktop file contents.

The "Exec" value was not consistent with the installation prefix in the
.pri file.

13 years agoMeego: We still needed an additional option for rpm...
Christian Kandeler [Tue, 29 Mar 2011 12:11:08 +0000 (14:11 +0200)]
Meego: We still needed an additional option for rpm...

Replacing files is dangerous, but otherwise we'd have to e.g. change
the spec file's "Release" field on every deployment, which would
be annoying for the user.

13 years agoMaemo: Adapt changes file.
Christian Kandeler [Tue, 29 Mar 2011 10:47:52 +0000 (12:47 +0200)]
Maemo: Adapt changes file.

13 years agoMeego: Allow re-installation of RPM package.
Christian Kandeler [Tue, 29 Mar 2011 10:16:46 +0000 (12:16 +0200)]
Meego: Allow re-installation of RPM package.

This is a backport of 34030efbc45bbdc2300c724219d01c1a024d4cff.

13 years agoMaemo: Fix package renaming for Debian.
Christian Kandeler [Tue, 29 Mar 2011 09:53:19 +0000 (11:53 +0200)]
Maemo: Fix package renaming for Debian.

Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=235909

13 years agoFix Shift modifier handling in shortcuts with numbers
Leandro Melo [Tue, 29 Mar 2011 08:55:36 +0000 (10:55 +0200)]
Fix Shift modifier handling in shortcuts with numbers

We assume a number can always be reached without the
Shift modifier, so we keep the Shift modifier if we
see it.

Task-number: QTCREATORBUG-4227
Reviewed-by: con
13 years agoMaemo: Make device config wizard create key directory if necessary.
Christian Kandeler [Tue, 29 Mar 2011 08:43:39 +0000 (10:43 +0200)]
Maemo: Make device config wizard create key directory if necessary.

Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=234300

13 years agodebugger: Merge 'fork' and 'vfork' breakpoints
hjk [Tue, 29 Mar 2011 07:58:21 +0000 (09:58 +0200)]
debugger: Merge 'fork' and 'vfork' breakpoints

Reviewed-by: Friedemann Kleint
13 years agoDebugger[CDB]: Fix CDB not showing QList<const char*>.
Friedemann Kleint [Tue, 29 Mar 2011 07:56:40 +0000 (09:56 +0200)]
Debugger[CDB]: Fix CDB not showing QList<const char*>.

as it cannot determine the size of 'char const*' which it
reports as type.

Reviewed-by: hjk
Task-number: QTCREATORBUG-4253

13 years agoMaemo: No automatic test for new Qemu device configuration.
Christian Kandeler [Tue, 29 Mar 2011 06:40:21 +0000 (08:40 +0200)]
Maemo: No automatic test for new Qemu device configuration.

It is very unlikely that the emulator is already running.

13 years agoMaemo: Disable shadow building on windows again
dt [Mon, 28 Mar 2011 16:32:49 +0000 (18:32 +0200)]
Maemo: Disable shadow building on windows again

Task-Nr: QTCREATORBUG-4255
Reviewed-By: Robert Loehning
13 years agoLocal Application Run Control: emit finished() for non existent programs
dt [Mon, 28 Mar 2011 15:08:24 +0000 (17:08 +0200)]
Local Application Run Control: emit finished() for non existent programs

Ensures the corect state is reflected for the run actions.

Reviewed-By: hunger
13 years agoDoc: trigger code completion by pressing Tab or Enter
Leena Miettinen [Mon, 28 Mar 2011 14:21:37 +0000 (16:21 +0200)]
Doc: trigger code completion by pressing Tab or Enter

Reviewed-by: Leandro Melo
13 years agosupport tilde expansion under unix
Oswald Buddenhagen [Mon, 28 Mar 2011 12:50:32 +0000 (14:50 +0200)]
support tilde expansion under unix

Task-number: QTCREATORBUG-4239

13 years agoFix Close all to not depend on being buildable
dt [Mon, 28 Mar 2011 13:06:14 +0000 (15:06 +0200)]
Fix Close all to not depend on being buildable

Task-Nr: QTCREATORBUG-4241
Task-Nr: QTCREATORBUG-3995

Reviewed-By: kkoehne
13 years agoFix progress bar for searching in files.
con [Mon, 28 Mar 2011 11:35:43 +0000 (13:35 +0200)]
Fix progress bar for searching in files.

Affects e.g. Advanced Find->All Projects. Progress bar was not updating
at all, except at the end of the search.
The fix is a workaround for regression in
QFutureInterface::isProgressUpdateNeeded that would no longer return
true the very first time in Qt 4.7. To be reverted when this is fixed
in a released Qt version.

Reviewed-by: dt
13 years agoNavigation Tree View: Fix width of column
dt [Mon, 28 Mar 2011 12:30:02 +0000 (14:30 +0200)]
Navigation Tree View: Fix width of column

We want to have the width both to be at least the contents size
but also stretch to width of the viewport.

Reviewed-By: con
13 years agoQmlDesigner.metaInfo: fix for enums
Thomas Hartmann [Mon, 28 Mar 2011 12:27:18 +0000 (14:27 +0200)]
QmlDesigner.metaInfo: fix for enums

Non existing properties are not enums.
Fixes some rewriting errors in combination with
PropertyChanges.

Reviewed-by: Kai Koehne
13 years agoQmlDebug: Fix handling of QML stack trace locations on Windows
Kai Koehne [Mon, 28 Mar 2011 10:30:18 +0000 (12:30 +0200)]
QmlDebug: Fix handling of QML stack trace locations on Windows

Remove leading slash.

13 years agofakevim: update search history after <Esc> in incremental search
hjk [Mon, 28 Mar 2011 09:18:56 +0000 (11:18 +0200)]
fakevim: update search history after <Esc> in incremental search

13 years agofakevim: fix :s, :d, :>, and :< in case of empty line specs
hjk [Mon, 28 Mar 2011 08:45:47 +0000 (10:45 +0200)]
fakevim: fix :s, :d, :>, and :< in case of empty line specs

13 years agoQt4Project: Don't show a error on initial building
dt [Fri, 25 Mar 2011 16:20:27 +0000 (17:20 +0100)]
Qt4Project: Don't show a error on initial building

13 years agoversion bump to 2.1.83
hjk [Fri, 25 Mar 2011 16:21:28 +0000 (17:21 +0100)]
version bump to 2.1.83

13 years agoTargetSetupPage: Enable the target page on add import
dt [Fri, 25 Mar 2011 16:00:15 +0000 (17:00 +0100)]
TargetSetupPage: Enable the target page on add import

Task-Nr: QTCREATORBUG-4230

13 years agoQmlDesigner.formEditor: crash fix
Thomas Hartmann [Fri, 25 Mar 2011 14:30:11 +0000 (15:30 +0100)]
QmlDesigner.formEditor: crash fix

We have to Guard events. The Formeditor has to be fully initialized.

Task-Nr: QTCREATORBUG-4225

13 years agoDebugger[CDB]: Detect 64bit Debugging tools in 32bit executables.
Friedemann Kleint [Fri, 25 Mar 2011 12:50:35 +0000 (13:50 +0100)]
Debugger[CDB]: Detect 64bit Debugging tools in 32bit executables.

Current version fails on some setups, check all postfixes.

Task-number: QTCREATORBUG-4213

13 years agoQt4Project: do not show a error on make clean without a Makefile
dt [Thu, 24 Mar 2011 19:44:46 +0000 (20:44 +0100)]
Qt4Project: do not show a error on make clean without a Makefile

Task-Nr:

13 years agoProjectExplorer: Fix compile on linux
dt [Thu, 24 Mar 2011 18:58:22 +0000 (19:58 +0100)]
ProjectExplorer: Fix compile on linux

13 years agoQmakeStep: Warn once for missing toolchains
dt [Thu, 24 Mar 2011 18:45:19 +0000 (19:45 +0100)]
QmakeStep: Warn once for missing toolchains

13 years agoTarget setup page: 2. message box parent
dt [Thu, 24 Mar 2011 18:27:29 +0000 (19:27 +0100)]
Target setup page: 2. message box parent

Give the other message box the right parent too.

Task-Nr: QTCREATORBUG-4192

13 years agoCalculate proper size hint for target Creator.
Daniel Molkentin [Thu, 24 Mar 2011 16:05:51 +0000 (17:05 +0100)]
Calculate proper size hint for target Creator.

Task-Number: QTCREATORBUG-4172

Reviewed-by: Robert Loehning
13 years agoQmlDesigner.propertyEditor: bug fix for color editing
Thomas Hartmann [Thu, 24 Mar 2011 15:31:24 +0000 (16:31 +0100)]
QmlDesigner.propertyEditor: bug fix for color editing

Task-Nr: QTCREATORBUG-4069

13 years agoQmlDesigner.propertyEditor: bug fix for Rectangle.border
Thomas Hartmann [Thu, 24 Mar 2011 15:04:05 +0000 (16:04 +0100)]
QmlDesigner.propertyEditor: bug fix for Rectangle.border

Task-Nr: QTCREATORBUG-2960

13 years agoQmlDesigner.propertyEditor: fix for the filewidget
Thomas Hartmann [Thu, 24 Mar 2011 14:12:14 +0000 (15:12 +0100)]
QmlDesigner.propertyEditor: fix for the filewidget

The combobox showing all available files did not work.

13 years agoHandle tool chain configuration changes
Tobias Hunger [Thu, 24 Mar 2011 13:35:03 +0000 (14:35 +0100)]
Handle tool chain configuration changes

Reviewed-by: dt
13 years agoRVCT: Speed up detection of version
Tobias Hunger [Thu, 24 Mar 2011 13:15:00 +0000 (14:15 +0100)]
RVCT: Speed up detection of version

Speed up detection of version information of RVCT. This is especially
relevant for people with wrong license server information as that causes
creator to wait for a timeout!

Reviewed-by: dt
13 years agoAdd toolChainUpdated signal
Tobias Hunger [Thu, 24 Mar 2011 12:27:26 +0000 (13:27 +0100)]
Add toolChainUpdated signal

Add toolChainUpdated(ToolChain *) to ToolChainManager and make
sure it is triggered in the right places.

Reviewed-by: dt
13 years agoDo not try to build in Qt4 makestep without a tool chain
Tobias Hunger [Thu, 24 Mar 2011 11:43:45 +0000 (12:43 +0100)]
Do not try to build in Qt4 makestep without a tool chain

Reviewed-by: dt
13 years agoCrash: Fix crash when removing a tool chain
Tobias Hunger [Thu, 24 Mar 2011 10:58:40 +0000 (11:58 +0100)]
Crash: Fix crash when removing a tool chain

Fix crash on trying to debug an application after the last
tool chain for the Qt version used was removed.

Task-number: QTCREATORBUG-4197
Reviewed-by: dt
13 years agoAbi: Add unit test for arm linux libraries
Tobias Hunger [Wed, 23 Mar 2011 14:25:38 +0000 (15:25 +0100)]
Abi: Add unit test for arm linux libraries

Reviewed-by: dt
13 years agoOnly build and use MSVC on windows
Tobias Hunger [Tue, 22 Mar 2011 15:49:58 +0000 (16:49 +0100)]
Only build and use MSVC on windows

Reviewed-by: dt
13 years agodebugger: recognize more types as integral
hjk [Wed, 23 Mar 2011 12:06:16 +0000 (13:06 +0100)]
debugger: recognize more types as integral

13 years agodebugger: change layout of the "Change Display Format..." context submenu
hjk [Wed, 23 Mar 2011 11:16:37 +0000 (12:16 +0100)]
debugger: change layout of the "Change Display Format..." context submenu

13 years agoQmlDebugger: user input on watches
Christiaan Janssen [Mon, 28 Feb 2011 09:58:21 +0000 (10:58 +0100)]
QmlDebugger: user input on watches

Reviewed-by: hjk
13 years agoQmlDebugger: Watchers
Christiaan Janssen [Wed, 23 Feb 2011 15:09:56 +0000 (16:09 +0100)]
QmlDebugger: Watchers

Reviewed-by: hjk
13 years agoOpen Recent Project: Do not show misleading error dialog
dt [Thu, 24 Mar 2011 12:00:18 +0000 (13:00 +0100)]
Open Recent Project: Do not show misleading error dialog

The return code of openProject() just indicates if a project was opened.
That is also false if the user cancels the open process.

Task-Nr: QTCREATORBUG-4173

13 years agoQmlDesigner.qmlPuppet: try to restart after 2 seconds.
Thomas Hartmann [Thu, 24 Mar 2011 10:15:04 +0000 (11:15 +0100)]
QmlDesigner.qmlPuppet: try to restart after 2 seconds.

10 seconds were a little bit too long.

13 years agoQmlDesigner.qmlPuppet: avoid debug error messages boxes
Thomas Hartmann [Thu, 24 Mar 2011 10:14:21 +0000 (11:14 +0100)]
QmlDesigner.qmlPuppet: avoid debug error messages boxes

Wit this patch all crashes of qmldump are silent
now (in release mode).
This means Qt Quick Designer will just (silently) recover.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.propertyEditor: add specifics for Flickable
Thomas Hartmann [Thu, 24 Mar 2011 09:07:02 +0000 (10:07 +0100)]
QmlDesigner.propertyEditor: add specifics for Flickable

The Flickable item has to be be useable in the property editor.

13 years agoQmlDesigner.propertyEditor: fixes a style issue
Thomas Hartmann [Thu, 24 Mar 2011 09:06:10 +0000 (10:06 +0100)]
QmlDesigner.propertyEditor: fixes a style issue

The ToolButton color has to be be light gray
instead of black (too hard to read).

Task-number: QTCREATORBUG-4070

13 years agoQDeclarativeDebug: Fix when client with ongoing queries is deleted
Kai Koehne [Thu, 24 Mar 2011 08:30:06 +0000 (09:30 +0100)]
QDeclarativeDebug: Fix when client with ongoing queries is deleted

Will also be fixed in QtDeclarative / 4.8.

Reviewed-by: Christiaan Janssen
13 years agoQmlDesigner.plugins: updating item library
Thomas Hartmann [Wed, 23 Mar 2011 16:38:28 +0000 (17:38 +0100)]
QmlDesigner.plugins: updating item library

13 years agoQmlDesigner.anchors: avoid recursion
Thomas Hartmann [Wed, 23 Mar 2011 16:38:09 +0000 (17:38 +0100)]
QmlDesigner.anchors: avoid recursion

Since instances are asynchronius now, we cannot
rely on instance feedback (for e.g. fill).

This beautification code has to be rewritten using the model.

Reviewed-by: Kai Koehne
13 years agoQmlJSDebugger: Disabled the Qt Quick tool box entirely for now
Thorbjørn Lindeijer [Wed, 23 Mar 2011 16:24:07 +0000 (17:24 +0100)]
QmlJSDebugger: Disabled the Qt Quick tool box entirely for now

This tool box doesn't add much value since the same actions are
available from Qt Creator and in the case of using the Observer, some
actions are also available from its menus.

Reviewed-by: Kai Koehne
13 years agoDoc: Valgrind Memcheck integration
Leena Miettinen [Wed, 23 Mar 2011 16:15:20 +0000 (17:15 +0100)]
Doc: Valgrind Memcheck integration

Reviewed-by: hjk
13 years agoDoc: update version numbers
Leena Miettinen [Wed, 23 Mar 2011 15:42:49 +0000 (16:42 +0100)]
Doc: update version numbers

13 years agoDoc: adding tool chains
Leena Miettinen [Wed, 23 Mar 2011 15:42:34 +0000 (16:42 +0100)]
Doc: adding tool chains

Update all sections related to target setting.

13 years agoDoc: update screen shots
Leena Miettinen [Wed, 23 Mar 2011 13:01:11 +0000 (14:01 +0100)]
Doc: update screen shots

13 years agoDoc: changes to opening projects
Leena Miettinen [Wed, 23 Mar 2011 13:00:35 +0000 (14:00 +0100)]
Doc: changes to opening projects

Reviewed-by: dt
13 years agoBetter wording: Both options cause a pane to show up at a specific incident.
Daniel Molkentin [Tue, 15 Mar 2011 17:57:50 +0000 (18:57 +0100)]
Better wording: Both options cause a pane to show up at a specific incident.

Reviewed-by: Leena Miettinen
13 years agounbreak build: add required header files
Daniel Molkentin [Wed, 23 Mar 2011 15:18:03 +0000 (16:18 +0100)]
unbreak build: add required header files

13 years agoQmlProject: Show error message if the project file was deleted
dt [Wed, 23 Mar 2011 14:19:35 +0000 (15:19 +0100)]
QmlProject: Show error message if the project file was deleted

Task-Nr: QTCREATORBUG-4195

Reviewed-By: kkoehne
13 years agoQmlDesigner: fixes state editing in text
Thomas Hartmann [Wed, 23 Mar 2011 13:27:03 +0000 (14:27 +0100)]
QmlDesigner: fixes state editing in text

In the stateseditor we have to use propertiesRemoved instead of
propertiesAboutToBeRemoved when reseting the model. Otherwise
the change we want to react to has not happened, yet.
Some sanity checking in the property editor.

In the DesignDocumentController we slightly change the order.
The textMoifider is activated (again) before we set back the old
state.
Note: We do check for isValid() since the rewriter might delete the state.

Reviewed-by: Kai Koehne
Task-number: QTCREATORBUG-4199

13 years agoCreator tries to find the correct project files while shadow-building
Pawel Polanski [Wed, 23 Mar 2011 13:19:06 +0000 (14:19 +0100)]
Creator tries to find the correct project files while shadow-building

13 years agoTargetsetuppage: Import failed messagebox hiding dialog
dt [Wed, 23 Mar 2011 11:39:34 +0000 (12:39 +0100)]
Targetsetuppage: Import failed messagebox hiding dialog

Give it a better parent.

Task-Nr: QTCREATORBUG-4192

13 years agoQuickDesigner: Fix assert in rewriter when quickly closing files
Kai Koehne [Wed, 23 Mar 2011 12:27:54 +0000 (13:27 +0100)]
QuickDesigner: Fix assert in rewriter when quickly closing files

Make sure that the transaction doesn't last across models.

Reviewed-by: Thomas Hartmann
Task-number: QTCREATORBUG-4136

13 years agocdb: change to detection to fix for coverage tool compilation
Bill King [Wed, 23 Mar 2011 11:48:09 +0000 (12:48 +0100)]
cdb: change to detection to fix for coverage tool compilation

Revby: Friedemann Kleint