OSDN Git Service

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

13 years agoQmlDesigner.nodeInstances: fix for flickable
Thomas Hartmann [Wed, 23 Mar 2011 11:39:10 +0000 (12:39 +0100)]
QmlDesigner.nodeInstances: fix for flickable

Items with a viewport like flickable do not work in 2.2.
This is a regression from 2.1.

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

13 years agoquote apostrophe
Oswald Buddenhagen [Wed, 23 Mar 2011 11:33:54 +0000 (12:33 +0100)]
quote apostrophe

13 years agoDebugger[CDB]: Quote all QString-occurrences.
Friedemann Kleint [Wed, 23 Mar 2011 08:37:27 +0000 (09:37 +0100)]
Debugger[CDB]: Quote all QString-occurrences.

13 years agoDebugger[CDB]: Correct minimum version in documentation.
Friedemann Kleint [Wed, 23 Mar 2011 08:32:37 +0000 (09:32 +0100)]
Debugger[CDB]: Correct minimum version in documentation.

Version 6.11 has a limitation in that it cannot handle
some symbol group entries of the form (class Foo*)(address),
leading to <Syntax error> values.

Task-number: QTCREATORBUG-4185

13 years agoImproved German translation
Robert Loehning [Tue, 22 Mar 2011 16:09:04 +0000 (17:09 +0100)]
Improved German translation

Reviewed-by: ossi
13 years agoDebugHelper: Disable 'Build All' button if there isn't anything to build
Kai Koehne [Tue, 22 Mar 2011 16:06:13 +0000 (17:06 +0100)]
DebugHelper: Disable 'Build All' button if there isn't anything to build

Task-number: QTCREATORBUG-4176

13 years agoRevert "help: add menu keyboard accellerators"
hjk [Tue, 22 Mar 2011 16:07:19 +0000 (17:07 +0100)]
Revert "help: add menu keyboard accellerators"

This reverts commit ce80090d194870c97fd878f88913fa0703ff3e82.

The string shows up in other places, too.

13 years agodebugger: fix spelling in irrelevant message
hjk [Tue, 22 Mar 2011 14:17:24 +0000 (15:17 +0100)]
debugger: fix spelling in irrelevant message

13 years agoQmlDesigner.formEditor: crashfix
Thomas Hartmann [Tue, 22 Mar 2011 12:47:41 +0000 (13:47 +0100)]
QmlDesigner.formEditor: crashfix

This fixes a rare crash.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner: remove change in behaivour from 2.1
Thomas Hartmann [Tue, 22 Mar 2011 12:46:59 +0000 (13:46 +0100)]
QmlDesigner: remove change in behaivour from 2.1

Because of overriding the double click id editing was not possible
anymore.
ChangeToComponent is still possible in the form editor.

13 years agoL10n: German translations for 2.2 beta (case corrections).
Friedemann Kleint [Tue, 22 Mar 2011 15:22:47 +0000 (16:22 +0100)]
L10n: German translations for 2.2 beta (case corrections).

13 years agoDebugger[CDB]: Make error message more verbose.
Friedemann Kleint [Tue, 22 Mar 2011 15:09:12 +0000 (16:09 +0100)]
Debugger[CDB]: Make error message more verbose.

Task-number: QTCREATORBUG-4185

13 years agoUI text: fix capitalization
Leena Miettinen [Tue, 22 Mar 2011 14:47:38 +0000 (15:47 +0100)]
UI text: fix capitalization

Reviewed-by: Friedemann Kleint
13 years agoL10n: Update German translations for 2.2 Beta.
Friedemann Kleint [Tue, 22 Mar 2011 14:13:58 +0000 (15:13 +0100)]
L10n: Update German translations for 2.2 Beta.

13 years agoAdd error reporting if executable is not found for external tool.
con [Tue, 22 Mar 2011 12:37:19 +0000 (13:37 +0100)]
Add error reporting if executable is not found for external tool.

13 years agoAdapt accelerators of edit menu items.
con [Tue, 22 Mar 2011 11:14:44 +0000 (12:14 +0100)]
Adapt accelerators of edit menu items.

Acked-by: hjk
13 years agoFix CurrentProject:QT_INSTALL_BINS.
con [Tue, 22 Mar 2011 12:06:38 +0000 (13:06 +0100)]
Fix CurrentProject:QT_INSTALL_BINS.

This stopped working when renaming the Qt Creator variable.

Reviewed-by: Kai Koehne
13 years agoSymbian: SIS files are not created per project now
Pawel Polanski [Thu, 17 Mar 2011 10:47:44 +0000 (11:47 +0100)]
Symbian: SIS files are not created per project now

Reviewed-by: Daniel Teske
13 years agoUpdate changes
Leandro Melo [Tue, 22 Mar 2011 11:57:24 +0000 (12:57 +0100)]
Update changes

13 years agoQmlDesigner: enable Qt Quick Designer just for qml files
Thomas Hartmann [Tue, 22 Mar 2011 11:54:06 +0000 (12:54 +0100)]
QmlDesigner: enable Qt Quick Designer just for qml files

No .js files in the visual designer.

Task-number: QTCREATORBUG-4166
Reviewed-by: Kai Koehne
13 years agoTarget dialog: Set a tooltip containing Qt version info.
Friedemann Kleint [Tue, 22 Mar 2011 11:44:29 +0000 (12:44 +0100)]
Target dialog: Set a tooltip containing Qt version info.

Introduce verbose flag and display QtVersion tooltip on
checkbox.

Reviewed-by: dt
13 years agoQmlDesigner.nodeInstances: fixing updating
Thomas Hartmann [Tue, 22 Mar 2011 11:37:55 +0000 (12:37 +0100)]
QmlDesigner.nodeInstances: fixing updating

Checking for !d->dirtySceneTransform makes no sense, since
it is always true after changing states.
So once the user changed the state updates where not
triggered anymore.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.nodeInstances: bugfix for state editing
Thomas Hartmann [Tue, 22 Mar 2011 11:35:56 +0000 (12:35 +0100)]
QmlDesigner.nodeInstances: bugfix for state editing

The state activeStateInstance() was always invalid as a side effect
of calling deactivateState() before.

So we always changed back to the base state when removing an item.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.propertyEditor: do not show __properties
Thomas Hartmann [Tue, 22 Mar 2011 11:34:15 +0000 (12:34 +0100)]
QmlDesigner.propertyEditor: do not show __properties

Properties starting __ with are private api by convention.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner: avoid syncronization errors when going to text mode and back
Thomas Hartmann [Tue, 22 Mar 2011 11:33:32 +0000 (12:33 +0100)]
QmlDesigner: avoid syncronization errors when going to text mode and back

To be safe to change to the base state (and back).

Reviewed-by: Kai Koehne
13 years agohelp: add menu keyboard accellerators
hjk [Tue, 22 Mar 2011 11:32:46 +0000 (12:32 +0100)]
help: add menu keyboard accellerators

13 years agofix spelling mistakes
hjk [Tue, 22 Mar 2011 10:34:11 +0000 (11:34 +0100)]
fix spelling mistakes

13 years agoQmlJSDebugger: Renamed "execution paused" to "animation paused"
Thorbjørn Lindeijer [Tue, 22 Mar 2011 09:37:14 +0000 (10:37 +0100)]
QmlJSDebugger: Renamed "execution paused" to "animation paused"

The latter better describes what is paused, since expressions are
actually still executed.

Suggested by Kai.

13 years agoQmlJSDebugger: Separated animation speed and paused state
Thorbjørn Lindeijer [Fri, 18 Mar 2011 19:45:23 +0000 (20:45 +0100)]
QmlJSDebugger: Separated animation speed and paused state

This separates animation speed and paused state in the communication
protocol between the Qt Creator QmlJSInspector plugin and the
QmlJSDebugger server.

Point is to allow changing the speed of the animation before resuming
execution. These two things were already separated in the QML Observer,
but not in Qt Creator.

Reviewed-by: Kai Koehne
13 years agoQmlJSDebugger: Define QMLJSDEBUGGER in qmljsdebugger-src.pri
Thorbjørn Lindeijer [Mon, 21 Mar 2011 17:08:27 +0000 (18:08 +0100)]
QmlJSDebugger: Define QMLJSDEBUGGER in qmljsdebugger-src.pri

This pri file is meant for including the qmljsdebugger sources into an
Qt Quick application to make the qmljsdebugger easier to develop. It
makes sense to define QMLJSDEBUGGER since without that the QmlJS
debugger part isn't used.

See also 304b3c881c6e253b18fac0c98c478c430f84a7be.

Reviewed-by: Kai Koehne
13 years agoQmlJSDebugger: Fixed the enum toString methods
Thorbjørn Lindeijer [Mon, 21 Mar 2011 17:06:48 +0000 (18:06 +0100)]
QmlJSDebugger: Fixed the enum toString methods

Should use valueToKey since the key method works by index.

13 years agoObserver: Fixed synchronization of animation speed and paused state
Thorbjørn Lindeijer [Wed, 16 Mar 2011 18:59:49 +0000 (19:59 +0100)]
Observer: Fixed synchronization of animation speed and paused state

The menus of the Observer were not being updated correctly when
animation speed was changed or when the animations were paused.

Now the whole thing looks a bit cleaner and the Observer menu
uses the QDeclarativeViewObserver to change these settings and stays in
sync when they change from other places.

Reviewed-by: Kai Koehne
13 years agoDebugger: Search all MSVC toolchains.
Friedemann Kleint [Tue, 22 Mar 2011 09:22:55 +0000 (10:22 +0100)]
Debugger: Search all MSVC toolchains.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agodebugger: code cosmetics, fix warnings
hjk [Tue, 22 Mar 2011 09:24:33 +0000 (10:24 +0100)]
debugger: code cosmetics, fix warnings

13 years agodispose of dynamic resolution of GetLongPathNameW and GetShortPathNameW
Oswald Buddenhagen [Mon, 21 Mar 2011 19:34:39 +0000 (20:34 +0100)]
dispose of dynamic resolution of GetLongPathNameW and GetShortPathNameW

everything links to kernel32 anyway

13 years agodon't include zero terminator into the string
Oswald Buddenhagen [Mon, 21 Mar 2011 19:24:18 +0000 (20:24 +0100)]
don't include zero terminator into the string

fixes "run in terminal" and potentially numerous other bugs.

Task-number: QTCREATORBUG-4012

13 years agoProjectExplorer: Move dependencies update a little further up
dt [Mon, 21 Mar 2011 17:27:54 +0000 (18:27 +0100)]
ProjectExplorer: Move dependencies update a little further up

Task-Nr: QTCREATORBUG-4168

13 years agoUnit test for Abi::abisOfBinary(...)
Tobias Hunger [Mon, 21 Mar 2011 17:04:24 +0000 (18:04 +0100)]
Unit test for Abi::abisOfBinary(...)

13 years agoFix MSVC version for 6.x Windows SDKs
Tobias Hunger [Mon, 21 Mar 2011 17:02:48 +0000 (18:02 +0100)]
Fix MSVC version for 6.x Windows SDKs

&.0 is using MSVC2005, all later versions starting with 6.0a are
using MSVC2008.

13 years agoCODA: Handle 'USB removed when debugging' sutiation
Pawel Polanski [Mon, 21 Mar 2011 15:36:49 +0000 (16:36 +0100)]
CODA: Handle 'USB removed when debugging' sutiation

13 years agoGDB: Handle ill engine's situation
Pawel Polanski [Mon, 21 Mar 2011 15:34:33 +0000 (16:34 +0100)]
GDB: Handle ill engine's situation

13 years agoUI text: fix capitalization
Leena Miettinen [Mon, 21 Mar 2011 15:16:19 +0000 (16:16 +0100)]
UI text: fix capitalization

Reviewed-by: con
13 years agoDoc: replace image with text
Leena Miettinen [Mon, 21 Mar 2011 15:14:49 +0000 (16:14 +0100)]
Doc: replace image with text

Update the screen shot

13 years agoUse distinct ABIs for MSVC versions
Tobias Hunger [Fri, 18 Mar 2011 08:54:35 +0000 (09:54 +0100)]
Use distinct ABIs for MSVC versions

Use a distinct ABI OS flavor for each of the supported MSVC versions.

Task-number: QTCREATORBUG-4129

13 years agofix crash when evalError() is called before a block is started
Oswald Buddenhagen [Mon, 21 Mar 2011 14:43:56 +0000 (15:43 +0100)]
fix crash when evalError() is called before a block is started

would happen if a qt installation simply disappeared and the qt version
manager didn't notice it yet.

13 years agoQmlCppDebugger: breakpoint on cpp startup before qml is loaded (QTCREATORBUG-4158)
Christiaan Janssen [Mon, 21 Mar 2011 14:12:48 +0000 (15:12 +0100)]
QmlCppDebugger: breakpoint on cpp startup before qml is loaded (QTCREATORBUG-4158)

Reviewed-by: Kai Koehne
13 years agoQmlDebug: Fix crash on app closing
Kai Koehne [Mon, 21 Mar 2011 12:24:45 +0000 (13:24 +0100)]
QmlDebug: Fix crash on app closing

Make sure that the engineClient object is the parent of all of its
queries, since the destructor of a query might try to access the client
...

Reviewed-by: Christiaan Janssen
Task-number: QTCREATORBUG-4105

13 years agoQmlJsDebug: Remove unused code
Kai Koehne [Mon, 21 Mar 2011 12:14:26 +0000 (13:14 +0100)]
QmlJsDebug: Remove unused code

13 years agodebugger: intercept calls to qFatal
hjk [Mon, 21 Mar 2011 14:04:31 +0000 (15:04 +0100)]
debugger: intercept calls to qFatal

On Windows that might kill the inferior even if we only want to
examine data.

Task-number: QTCREATORBUG-4145

13 years agoQmlJSDumper: improve d1041cc9676e3074d1f099238fde0e16e4aef704
Thomas Hartmann [Mon, 21 Mar 2011 13:49:06 +0000 (14:49 +0100)]
QmlJSDumper: improve d1041cc9676e3074d1f099238fde0e16e4aef704

We have to use --notrelocatable in all cases

13 years agoFixes double display of clean output
dt [Mon, 21 Mar 2011 13:10:29 +0000 (14:10 +0100)]
Fixes double display of clean output

Task-Nr: QTCREATORBUG-4154

Reviewed-By: hunger
13 years agoQmlJSDumper: fix for plugins/components
Thomas Hartmann [Mon, 21 Mar 2011 13:04:36 +0000 (14:04 +0100)]
QmlJSDumper: fix for plugins/components

We use "--notrelocatable" for now, since
otherwise plugins and components break.

Reviewed-by: Erik Verbruggen
13 years agoQmlDesigner.propertyEditor: bugfix
Thomas Hartmann [Mon, 21 Mar 2011 11:23:05 +0000 (12:23 +0100)]
QmlDesigner.propertyEditor: bugfix

Lock setting of properties during notification.

13 years agoQmlDesigner.formEditor: add reset button
Thomas Hartmann [Mon, 21 Mar 2011 11:22:20 +0000 (12:22 +0100)]
QmlDesigner.formEditor: add reset button

Adding a button that allows reseting the view.

13 years agoUpdate changes file
Tobias Hunger [Mon, 21 Mar 2011 12:16:45 +0000 (13:16 +0100)]
Update changes file

13 years agoUpdate changes file
Tobias Hunger [Mon, 21 Mar 2011 12:07:22 +0000 (13:07 +0100)]
Update changes file

13 years agoChanges file update
Kai Koehne [Mon, 21 Mar 2011 10:42:41 +0000 (11:42 +0100)]
Changes file update

13 years agoBazaar: fix conflicting keyboard shortcuts
cerf [Mon, 21 Mar 2011 10:35:10 +0000 (11:35 +0100)]
Bazaar: fix conflicting keyboard shortcuts

Bazaar commands can now be triggered with ALT+Z as combination prefix
instead of the already used ALT+B

Merge-request: 278
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoDoc: workaround to use DYLD_IMAGE_SUFFIX on Mac OS X Snow Leopard
Leena Miettinen [Mon, 21 Mar 2011 09:46:20 +0000 (10:46 +0100)]
Doc: workaround to use DYLD_IMAGE_SUFFIX on Mac OS X Snow Leopard

Reviewed-by: con
13 years agoDoc: directly interacting with native debuggers
Leena Miettinen [Mon, 21 Mar 2011 09:45:02 +0000 (10:45 +0100)]
Doc: directly interacting with native debuggers

Reviewed-by: hjk
13 years agoUpdated the changes file.
Erik Verbruggen [Mon, 21 Mar 2011 10:02:10 +0000 (11:02 +0100)]
Updated the changes file.

13 years agoUpdated the changes file.
Erik Verbruggen [Mon, 21 Mar 2011 09:55:46 +0000 (10:55 +0100)]
Updated the changes file.

13 years agoDon't validate executable/working directory.
con [Mon, 21 Mar 2011 08:06:43 +0000 (09:06 +0100)]
Don't validate executable/working directory.

If they contain variables they'd turn red, because be don't resolve the
variables for validation.

Task-number: QTCREATORBUG-4063

13 years agoFix style of variable insertion.
con [Mon, 21 Mar 2011 08:01:46 +0000 (09:01 +0100)]
Fix style of variable insertion.

Task-number: QTCREATORBUG-4061

13 years agoQmlDesigner.rewriter: recognize escaped unicode characters
Thomas Hartmann [Sat, 19 Mar 2011 10:52:44 +0000 (11:52 +0100)]
QmlDesigner.rewriter: recognize escaped unicode characters

Convert (e.g.) "\u2939" into the right unicode character.

13 years agoQmlDesigner.metaInfo: perfomance fix
Thomas Hartmann [Sat, 19 Mar 2011 10:51:18 +0000 (11:51 +0100)]
QmlDesigner.metaInfo: perfomance fix

The caching was not working properly.
Fixed.

13 years agosync host & target mode determination with qmake
Oswald Buddenhagen [Fri, 18 Mar 2011 19:41:40 +0000 (20:41 +0100)]
sync host & target mode determination with qmake

they are dynamically determined from the qmakespec now.

Task-number: QTCREATORBUG-3512

13 years agomore exact qmake command line parsing
Oswald Buddenhagen [Fri, 18 Mar 2011 19:03:22 +0000 (20:03 +0100)]
more exact qmake command line parsing

support -after and -config.
this also moves the actual parsing to ProFileOption, where it belongs.

13 years agomove command line args from ProFileEvaluator to ProFileOption
Oswald Buddenhagen [Fri, 18 Mar 2011 18:32:57 +0000 (19:32 +0100)]
move command line args from ProFileEvaluator to ProFileOption

13 years agorecognize backslashes when evaluating a feature file's relativity
Oswald Buddenhagen [Fri, 18 Mar 2011 19:03:56 +0000 (20:03 +0100)]
recognize backslashes when evaluating a feature file's relativity

this is an utterly irrelevant non-feature, but whatever.