OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoUpdate license.
hjk [Wed, 13 Apr 2011 06:42:33 +0000 (08:42 +0200)]
Update license.

13 years agoMaemo: Use debugger set up by the SDK
Tobias Hunger [Wed, 13 Apr 2011 09:25:23 +0000 (11:25 +0200)]
Maemo: Use debugger set up by the SDK

Use the debugger set up by the Qt SDK instead of the one shipped
with Maemo/Meego.

Task-number: QTCREATORBUG-4299
Reviewed-by: Christian Kandeler
13 years agoFix qt version number in Qt Quick Wizard
dt [Wed, 13 Apr 2011 08:12:52 +0000 (10:12 +0200)]
Fix qt version number in Qt Quick Wizard

Temporal lapse in understanding which qt version is required for the Qt
Quick Wizard. On Maemo we have the Qt Quick compat plugin which allows
the generated project to work with 4.7.0. In theory that doesn't apply
to symbian, but qt 4.7.0 does not support symbian. (And on the desktop
everyone has upgraded.)

Reviewed-By: ck
13 years agoQmlDesigner.NodeInstances: Use dummy data for components too
Marco Bubke [Tue, 12 Apr 2011 17:16:25 +0000 (19:16 +0200)]
QmlDesigner.NodeInstances: Use dummy data for components too

Reviewed-By: Thomas Hartmann
13 years agoTargetSetupPage: Disable editing build directory for symbian
dt [Tue, 12 Apr 2011 15:41:25 +0000 (17:41 +0200)]
TargetSetupPage: Disable editing build directory for symbian

Shadow building is not supported so editing the path has no purpose.

Reviewed-By: hunger
13 years agoFix minimum qt version for mobile/html wizard
dt [Tue, 12 Apr 2011 14:29:02 +0000 (16:29 +0200)]
Fix minimum qt version for mobile/html wizard

That was broken by the TargetSetupPage refactoring

Task-Nr: QTCREATORBUG-4486
Reviewed-By: ck
13 years agoQmlDesigner.meegoplugin: updating icons for Meego
Thomas Hartmann [Tue, 12 Apr 2011 14:38:54 +0000 (16:38 +0200)]
QmlDesigner.meegoplugin: updating icons for Meego

13 years agoQmlDesigner.propertyEditor: bugfix for Rectangle.radius
Thomas Hartmann [Tue, 12 Apr 2011 14:05:41 +0000 (16:05 +0200)]
QmlDesigner.propertyEditor: bugfix for Rectangle.radius

Task-number: QTCREATORBUG-4285
Reviewed-by: Marco Bubke
13 years agoPrevent improper sizing of MiniProjectTargetSelector
Daniel Molkentin [Tue, 12 Apr 2011 14:35:50 +0000 (16:35 +0200)]
Prevent improper sizing of MiniProjectTargetSelector

The selector would sometimes be too high (if projects were removed),
and sometimes show vertical scrollbars (if projects were added). This
problem was limited to the first time that the widget was opened on
all platforms but on OS X, where it could be observed persistently
and where its lack potentially can cause problems due to ed5d10a.

Reviewed-by: con
Task-Number: QTCREATORBUG-1792

13 years agoFix expanding details button.
con [Tue, 12 Apr 2011 10:56:09 +0000 (12:56 +0200)]
Fix expanding details button.

Task-number: QTCREATORBUG-4467
Reviewed-by: Robert Loehning
13 years agoActually compile
dt [Tue, 12 Apr 2011 14:21:18 +0000 (16:21 +0200)]
Actually compile

That's what you get for applying the patch, testing it and then applying
it again.

13 years agoFix deploy configuration for symbian
dt [Tue, 12 Apr 2011 14:01:46 +0000 (16:01 +0200)]
Fix deploy configuration for symbian

Reviewed-By: hunger
Pathch-By: ppolanski
13 years agoDoc: pinning tooltips in Debug mode
Leena Miettinen [Tue, 12 Apr 2011 13:51:13 +0000 (15:51 +0200)]
Doc: pinning tooltips in Debug mode

Reviewed-by: Friedemann Kleint
13 years agoDebugger[CDB]: Fix handling of shadowed variables.
Friedemann Kleint [Tue, 12 Apr 2011 09:57:57 +0000 (11:57 +0200)]
Debugger[CDB]: Fix handling of shadowed variables.

Fix name formatting and algorithm to find uninitialized
variables to use reverse order in case locals of the same
name occur in a scope.

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

13 years agoL10n: Fix broken link in welcome page (tips).
Friedemann Kleint [Tue, 12 Apr 2011 09:33:41 +0000 (11:33 +0200)]
L10n: Fix broken link in welcome page (tips).

Task-number: QTCREATORBUG-4481

13 years agoRevert "QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1"
Kai Koehne [Tue, 12 Apr 2011 08:49:47 +0000 (10:49 +0200)]
Revert "QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1"

This reverts commit d40c15abea817cf8c3e6b155a3faff7af527bbd3.
Was superseded by 284b0827 (QmlJS: Don't warn user about imports if static info is available).

13 years agoQmlJS: Don't warn user about imports if static info is available
Kai Koehne [Tue, 12 Apr 2011 07:14:31 +0000 (09:14 +0200)]
QmlJS: Don't warn user about imports if static info is available

Don't underline the import if a qmldump fails,
but the typeinfo is available via a .qmltypes file. That should allow
users to 'fix' qmldump issues by shipping a .qmltypes file.

Reviewed-by: Erik Verbruggen
13 years agoQmlDesigner.symbianPlugin: fix typo
Thomas Hartmann [Tue, 12 Apr 2011 08:30:45 +0000 (10:30 +0200)]
QmlDesigner.symbianPlugin: fix typo

13 years agoMaemo: Fix compilation.
Christian Kandeler [Tue, 12 Apr 2011 07:19:54 +0000 (09:19 +0200)]
Maemo: Fix compilation.

13 years agoMaemo: Get rid of some Q_ASSERTs that limit forward compatibility.
Christian Kandeler [Tue, 12 Apr 2011 06:15:18 +0000 (08:15 +0200)]
Maemo: Get rid of some Q_ASSERTs that limit forward compatibility.

13 years agoMaemo: Fix deployment issues with disabled packaging.
Christian Kandeler [Tue, 12 Apr 2011 06:00:34 +0000 (08:00 +0200)]
Maemo: Fix deployment issues with disabled packaging.

13 years agoFix crash when closing QML files
Robert Loehning [Mon, 11 Apr 2011 15:10:13 +0000 (17:10 +0200)]
Fix crash when closing QML files

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

13 years agoPolish Polish translations
Jarek Kobus [Mon, 11 Apr 2011 15:03:48 +0000 (17:03 +0200)]
Polish Polish translations

13 years agoDoc: connecting to CODA over WLAN
Leena Miettinen [Mon, 11 Apr 2011 14:57:02 +0000 (16:57 +0200)]
Doc: connecting to CODA over WLAN

Reviewed-by: Pawel Polanski
13 years agoDoc: bring back a topic that disappeared mysteriously
Leena Miettinen [Mon, 11 Apr 2011 14:56:14 +0000 (16:56 +0200)]
Doc: bring back a topic that disappeared mysteriously

13 years agoQmlDebug: Fix crash on Mac OS X
Kai Koehne [Mon, 11 Apr 2011 14:31:11 +0000 (16:31 +0200)]
QmlDebug: Fix crash on Mac OS X

Work-around for what seems to be an optimization bug in
i686-apple-darwin9-gcc-4.2.1 . Without it, for i = 1
i - 1 != 0 .

Task-number: QTCREATORBUG-4107
Reviewed-by: hjk
13 years agoMake "Macro" options title translatable
Jarek Kobus [Mon, 11 Apr 2011 14:22:53 +0000 (16:22 +0200)]
Make "Macro" options title translatable

13 years agodebugger: fix disassembler address display on Mac
hjk [Mon, 11 Apr 2011 13:53:53 +0000 (15:53 +0200)]
debugger: fix disassembler address display on Mac

Reviewed-by: con
13 years agoQmlDesigner: update for symbian plugin
Thomas Hartmann [Mon, 11 Apr 2011 13:43:11 +0000 (15:43 +0200)]
QmlDesigner: update for symbian plugin

13 years agoQmlDesigner.metaInfo: Pure cpp types have now the namespace <cpp>
Thomas Hartmann [Mon, 11 Apr 2011 13:40:14 +0000 (15:40 +0200)]
QmlDesigner.metaInfo: Pure cpp types have now the namespace <cpp>

Reviewed-by: Marco Bubke
13 years agoSymbian: Debugger is added to a manually created tool chain.
Pawel Polanski [Mon, 11 Apr 2011 13:08:41 +0000 (15:08 +0200)]
Symbian: Debugger is added to a manually created tool chain.

Done-by: Tobias Hunger
Task-number: QTCREATORBUG-4461

13 years agoQmlDesigner.NodeInstances: Remove setting paths for plugins
Marco Bubke [Mon, 11 Apr 2011 12:44:57 +0000 (14:44 +0200)]
QmlDesigner.NodeInstances: Remove setting paths for plugins

Reviewed-by: Thomas Hartmann
13 years agoToolchain: Fix detection of static libraries
Tobias Hunger [Mon, 11 Apr 2011 10:47:31 +0000 (12:47 +0200)]
Toolchain: Fix detection of static libraries

Fix detection of static libraries, add unit test with a known
broken version.

Task-number: QTCREATORBUG-4453
Reviewed-by: con
13 years agoTool chain: Find QtCore on Mac
Tobias Hunger [Mon, 11 Apr 2011 08:24:47 +0000 (10:24 +0200)]
Tool chain: Find QtCore on Mac

Find QtCore library on mac when not in a framework.

Task-number: QTCREATOR-4452
Reviewed-by: con
13 years agoAnother fix for shadow build deployment with sh.exe in path
Alessandro Portale [Mon, 11 Apr 2011 11:29:24 +0000 (13:29 +0200)]
Another fix for shadow build deployment with sh.exe in path

The "isEmpty(QMAKE_SH)" test is nonsense in the case of an msvc
build, because for msvc, sh.exe is never executed (although QMAKE_SH
is set.

"isEqual(QMAKE_DIR_SEP, \\)" is now the ultimate test. QMAKE_DIR_SEP
will only be "/" if sh.exe is in the path AND win32-g++ is used.

Task-Number: QTCREATORBUG-4455

13 years agoDoc: anti-virus software might stop debugger from launching
Leena Miettinen [Mon, 11 Apr 2011 11:14:21 +0000 (13:14 +0200)]
Doc: anti-virus software might stop debugger from launching

Task-number: QTCREATORBUG-3475

Reviewed-by: hjk
13 years agoDoc: remove information that has been added to the download page
Leena Miettinen [Mon, 11 Apr 2011 09:44:35 +0000 (11:44 +0200)]
Doc: remove information that has been added to the download page

Reviewed-by: Pawel Polanski
13 years agoQmlDesigner.symbianPlugin: update of icons
Thomas Hartmann [Mon, 11 Apr 2011 08:27:45 +0000 (10:27 +0200)]
QmlDesigner.symbianPlugin: update of icons

13 years agoFixed an off-by-one array-out-of-bounds bug.
Erik Verbruggen [Mon, 11 Apr 2011 07:56:26 +0000 (09:56 +0200)]
Fixed an off-by-one array-out-of-bounds bug.

Reviewed-by: Lasse Holmstedt
13 years agoDoc: add link to Qt Quick components for Symbian
Leena Miettinen [Fri, 8 Apr 2011 15:01:22 +0000 (17:01 +0200)]
Doc: add link to Qt Quick components for Symbian

13 years agoDoc: update screen shots
Leena Miettinen [Fri, 8 Apr 2011 15:00:53 +0000 (17:00 +0200)]
Doc: update screen shots

13 years agoDoc: add file for fixnavi
Leena Miettinen [Fri, 8 Apr 2011 09:42:39 +0000 (11:42 +0200)]
Doc: add file for fixnavi

13 years agoFix target setup page layout on Mac.
con [Thu, 7 Apr 2011 17:45:43 +0000 (19:45 +0200)]
Fix target setup page layout on Mac.

Reviewed-by: dt
13 years agodebugger: fix quoting of watched expressions with funny chars inside
hjk [Fri, 8 Apr 2011 12:46:07 +0000 (14:46 +0200)]
debugger: fix quoting of watched expressions with funny chars inside

Base 64 to the rescue.

Reviewed-by: con
13 years agoQmlJSEditor: Don't warn about failing dumps if dumper is from 2.1
Kai Koehne [Fri, 8 Apr 2011 12:02:12 +0000 (14:02 +0200)]
QmlJSEditor: Don't warn about failing dumps if dumper is from 2.1

Ignore dumper failures if dumper is from 2.1. This is the case e.g.
for the time being with the Qt SDK 1.1. The type info might still
be available if a .qmltypes file is available.

Task-number: QTCREATORBUG-4380
Reviewed-by: Erik Verbruggen
13 years agoFix C++ model crash when evaluating deep expressions
Leandro Melo [Fri, 8 Apr 2011 10:44:05 +0000 (12:44 +0200)]
Fix C++ model crash when evaluating deep expressions

Task-number: QTCREATORBUG-3831
Done-with: Roberto Raggi

13 years agoCODA: Fixed: CODA keeps handle to .SIS file
Pawel Polanski [Fri, 8 Apr 2011 10:01:38 +0000 (12:01 +0200)]
CODA: Fixed: CODA keeps handle to .SIS file

Task-number: QTCREATORBUG-4324
Reviewed-by: Kai Koehne
13 years agoQmlObserver: Fix 'Apply Changes on Save' on Mac
Kai Koehne [Fri, 8 Apr 2011 09:54:17 +0000 (11:54 +0200)]
QmlObserver: Fix 'Apply Changes on Save' on Mac

Use the generic FileInProjectFinder instead of some homebrewn
matching algorithm (which didn't handle the case that on  Mac OS X,
files are copied to the app bundle).

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

13 years agodebugger: fix display name when using "start and debug external app"
hjk [Fri, 8 Apr 2011 08:47:26 +0000 (10:47 +0200)]
debugger: fix display name when using "start and debug external app"

Reviewed-by: Lasse Holmstedt <lasse.holmstedt@nokia.com>
13 years agoDoc: link to QML templates by Forum Nokia
Leena Miettinen [Fri, 8 Apr 2011 08:30:07 +0000 (10:30 +0200)]
Doc: link to QML templates by Forum Nokia

13 years agoDoc: setting breakpoints before attaching to a running process
Leena Miettinen [Fri, 8 Apr 2011 08:03:33 +0000 (10:03 +0200)]
Doc: setting breakpoints before attaching to a running process

Task-number: QTCREATORBUG-3170

Reviewed-by: hjk
13 years agoFix startup crash on Mac
con [Fri, 8 Apr 2011 07:20:14 +0000 (09:20 +0200)]
Fix startup crash on Mac

Introduced by f023b1ddbd3ee9ccb04b6b1263df565e18db5246

Reviewed-by: Kai Koehne
13 years agodebugger: remove lldb specific option from debugger menu
Arvid Ephraim Picciani [Thu, 7 Apr 2011 15:30:06 +0000 (17:30 +0200)]
debugger: remove lldb specific option from debugger menu

Reviewed-By: hjk
13 years agoDoc: edit for style and grammar
Leena Miettinen [Thu, 7 Apr 2011 15:27:47 +0000 (17:27 +0200)]
Doc: edit for style and grammar

13 years agoMaemo: Support copying directries to sysroot.
Christian Kandeler [Thu, 7 Apr 2011 15:25:54 +0000 (17:25 +0200)]
Maemo: Support copying directries to sysroot.

13 years agoMobile wizards: Don't show orientation options for Harmattan & Meego.
Christian Kandeler [Thu, 7 Apr 2011 15:08:06 +0000 (17:08 +0200)]
Mobile wizards: Don't show orientation options for Harmattan & Meego.

13 years agoQmlDesigner.itemLibrary: no width/height for text
Thomas Hartmann [Thu, 7 Apr 2011 14:40:31 +0000 (16:40 +0200)]
QmlDesigner.itemLibrary: no width/height for text

The Text element has an implicit size.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.nodeInstances: fix rendering bugs
Thomas Hartmann [Thu, 7 Apr 2011 14:39:27 +0000 (16:39 +0200)]
QmlDesigner.nodeInstances: fix rendering bugs

Qt::transparent != 0 !!

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.navigator: scroll to selected item
Thomas Hartmann [Thu, 7 Apr 2011 14:38:44 +0000 (16:38 +0200)]
QmlDesigner.navigator: scroll to selected item

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.nodeInstances: fix for implicit width
Thomas Hartmann [Thu, 7 Apr 2011 14:38:02 +0000 (16:38 +0200)]
QmlDesigner.nodeInstances: fix for implicit width

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.propertyEditor: fix for Mac
Thomas Hartmann [Thu, 7 Apr 2011 14:36:51 +0000 (16:36 +0200)]
QmlDesigner.propertyEditor: fix for Mac

The Cleanlooks style is broken on the Mac atm.

Task-number: QTCREATORBUG-4296
Reviewed-by: Kai Koehne
13 years agoDoc: fix next and previous links
Leena Miettinen [Thu, 7 Apr 2011 12:58:05 +0000 (14:58 +0200)]
Doc: fix next and previous links

13 years agoDoc: debugger cannot attach to running process on Linux
Leena Miettinen [Thu, 7 Apr 2011 12:19:30 +0000 (14:19 +0200)]
Doc: debugger cannot attach to running process on Linux

Reviewed-by: hjk
13 years agoDoc: fix next and previous links
Leena Miettinen [Thu, 7 Apr 2011 11:58:51 +0000 (13:58 +0200)]
Doc: fix next and previous links

13 years agoDocumentation: Add remote debugging information.
Friedemann Kleint [Thu, 7 Apr 2011 12:47:32 +0000 (14:47 +0200)]
Documentation: Add remote debugging information.

Reviewed-by: Leena Miettinen <leena.miettinen@nokia.com>
Reviewed-by: hjk
13 years agoDoc: starting debugging and attaching to a remote CDB session
Leena Miettinen [Thu, 7 Apr 2011 11:55:32 +0000 (13:55 +0200)]
Doc: starting debugging and attaching to a remote CDB session

Restructured the Launching Debugger section

13 years agoDoc: capitalize GDB
Leena Miettinen [Wed, 6 Apr 2011 15:08:01 +0000 (17:08 +0200)]
Doc: capitalize GDB

13 years agoQMakeStep: Disable qmljsdebugger checkbox for Symbian, Maemo5
Kai Koehne [Thu, 7 Apr 2011 09:54:40 +0000 (11:54 +0200)]
QMakeStep: Disable qmljsdebugger checkbox for Symbian, Maemo5

Debugging on device or the emulator is right now not supported.

Reviewed-by: dt
13 years agoQMakeStep: Show error output if qmlsdebuggerlib build fails
Kai Koehne [Thu, 7 Apr 2011 10:46:10 +0000 (12:46 +0200)]
QMakeStep: Show error output if qmlsdebuggerlib build fails

Reviewed-by: dt
13 years agoDebuggingHelpers: Reorder arguments of finished signal
Kai Koehne [Wed, 6 Apr 2011 12:52:30 +0000 (14:52 +0200)]
DebuggingHelpers: Reorder arguments of finished signal

Allow slots that use the error ouput, but aren't interested in the list
of the tools.

Reviewed-by: dt
13 years agoMaemo: Manually create directories when deploying without packaging.
Christian Kandeler [Thu, 7 Apr 2011 10:24:41 +0000 (12:24 +0200)]
Maemo: Manually create directories when deploying without packaging.

Task-number: QTCREATORBUG-4398

13 years agoMaemo: Fix displaying error output during deployment.
Christian Kandeler [Thu, 7 Apr 2011 10:15:25 +0000 (12:15 +0200)]
Maemo: Fix displaying error output during deployment.

13 years agocontinue parsing line despite errors
Oswald Buddenhagen [Wed, 6 Apr 2011 19:26:20 +0000 (21:26 +0200)]
continue parsing line despite errors

as far as possible, anyway. and suppress messages after the first one.
this avoids that scope nesting gets thrown off and thus spurious
followup-errors crop up.

as a "side effect", this fixes a crash resulting from us rewinding the
token stream but ignoring the block stack on the way.

Task-number: QTCREATORBUG-4368

13 years agoreshuffle word counting in expressions
Oswald Buddenhagen [Tue, 5 Apr 2011 15:04:03 +0000 (17:04 +0200)]
reshuffle word counting in expressions

this makes the value list sizehints more correct: instead of the number
of literals and expansions, it's now the number of actual words, and
that only if the expression starts with a literal (otherwise the
pre-allocation is discarded anyway).
the performance impact seems negligible, with qt being a tad slower and
creator a tad faster.

as a side effect, complaining about excess words in a test expression
does not immediately terminate the current line's parsing.

13 years agoremove useless initializations
Oswald Buddenhagen [Tue, 5 Apr 2011 09:16:37 +0000 (11:16 +0200)]
remove useless initializations

reverts 6f5bf29e. coverity sucks, thankyouverymuch.

13 years agoconst-correctness
Oswald Buddenhagen [Mon, 4 Apr 2011 18:48:29 +0000 (20:48 +0200)]
const-correctness

13 years agosimplify copy c'tor
Oswald Buddenhagen [Mon, 4 Apr 2011 16:17:08 +0000 (18:17 +0200)]
simplify copy c'tor

13 years agosupport QT_INSTALL_IMPORTS in testreader
Oswald Buddenhagen [Tue, 5 Apr 2011 15:27:39 +0000 (17:27 +0200)]
support QT_INSTALL_IMPORTS in testreader

13 years agodebugger: display inability to "finish" in status line
hjk [Wed, 6 Apr 2011 15:34:08 +0000 (17:34 +0200)]
debugger: display inability to "finish" in status line

Reviewed-by: Friedemann Kleint
Task-number: QTCREATORBUG-4382

13 years agoRemove grid from highlight definitions table view
Leandro Melo [Wed, 6 Apr 2011 14:37:02 +0000 (16:37 +0200)]
Remove grid from highlight definitions table view

Reviewed-by: con
13 years agoRemove grid from snippets table view
Leandro Melo [Wed, 6 Apr 2011 14:10:51 +0000 (16:10 +0200)]
Remove grid from snippets table view

Reviewed-by: con
13 years agoFix duplicate mime types in the user file
Leandro Melo [Wed, 6 Apr 2011 09:47:48 +0000 (11:47 +0200)]
Fix duplicate mime types in the user file

Also avoid writing the file on every apply and do it
only when the dialog is finished.

Reset can still be improved to take effect immediately.

Reviewed-by: con
13 years agoCODA: CODA responds to the Device Removed event
Pawel Polanski [Wed, 6 Apr 2011 11:20:43 +0000 (13:20 +0200)]
CODA: CODA responds to the Device Removed event

13 years agoQuickDesigner: Jump to right column for QML syntax errors
Kai Koehne [Wed, 6 Apr 2011 10:35:56 +0000 (12:35 +0200)]
QuickDesigner: Jump to right column for QML syntax errors

column count for errors start with 1.

Task-number: QTCREATORBUG-4347
Reviewed-by: Thomas Hartmann
13 years agoQMakeStep: Fix qmljsdebugger warning issues
Kai Koehne [Wed, 6 Apr 2011 10:18:45 +0000 (12:18 +0200)]
QMakeStep: Fix qmljsdebugger warning issues

Debugging requires 4.7.1 minimum. Also update the label if the
user switches Qt versions.

Reviewed-by: dt
13 years agoDoc: differences between integrated and stand-alone Qt Designer
Leena Miettinen [Wed, 6 Apr 2011 08:54:38 +0000 (10:54 +0200)]
Doc: differences between integrated and stand-alone Qt Designer

Task-number: QTCREATORBUG-3592

Reviewed-by: Friedemann Kleint
13 years agoDoc: differences in displaying application output
Leena Miettinen [Tue, 5 Apr 2011 14:53:42 +0000 (16:53 +0200)]
Doc: differences in displaying application output

Reviewed-by: Friedemann Kleint
13 years agoDoc: remove obsolete note
Leena Miettinen [Tue, 5 Apr 2011 09:54:34 +0000 (11:54 +0200)]
Doc: remove obsolete note

13 years agoDoc: remove obsolete info
Leena Miettinen [Tue, 5 Apr 2011 09:54:11 +0000 (11:54 +0200)]
Doc: remove obsolete info

13 years agoDoc: fix formatting
Leena Miettinen [Tue, 5 Apr 2011 09:53:44 +0000 (11:53 +0200)]
Doc: fix formatting

13 years agoFixed import of "." in a library with a hack.
Erik Verbruggen [Wed, 6 Apr 2011 07:19:46 +0000 (09:19 +0200)]
Fixed import of "." in a library with a hack.

Task-number: QTCREATORBUG-4198
Reviewed-by: Kai Koehne
13 years agoQmlDesigner: Remove qDebug
Marco Bubke [Tue, 5 Apr 2011 13:11:49 +0000 (15:11 +0200)]
QmlDesigner: Remove qDebug

Reviewed-by: Thomas Hartmann
13 years agomimetypes: remove grid lines from table view
hjk [Tue, 5 Apr 2011 15:11:00 +0000 (17:11 +0200)]
mimetypes: remove grid lines from table view

More consistent.

Reviewed-by: Leandro Melo
13 years agoQmlDesigner.model: bugfix for TabBar
Thomas Hartmann [Tue, 5 Apr 2011 14:43:38 +0000 (16:43 +0200)]
QmlDesigner.model: bugfix for TabBar

A defaultProperty is always a list property.

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.model: crash fix
Thomas Hartmann [Tue, 5 Apr 2011 14:42:37 +0000 (16:42 +0200)]
QmlDesigner.model: crash fix

Reviewed-by: Marco Bubke
13 years agoQmlDesigner.propertyEditor: crash fix
Thomas Hartmann [Tue, 5 Apr 2011 14:41:49 +0000 (16:41 +0200)]
QmlDesigner.propertyEditor: crash fix

Reviewed-by: Marco Bubke
13 years agotests: get autotests compiling again.
Bill King [Tue, 5 Apr 2011 13:03:13 +0000 (15:03 +0200)]
tests: get autotests compiling again.

13 years agoQmlDesigner: Canvas setting now reflected
Marco Bubke [Tue, 5 Apr 2011 11:42:00 +0000 (13:42 +0200)]
QmlDesigner: Canvas setting now reflected

Task-number: QTCREATORBUG-4317
Reviewed-by: Thomas Hartmann
13 years agoQmlDesigner.propertyEditor: fix for layout issues on Windows 7
Thomas Hartmann [Tue, 5 Apr 2011 11:42:33 +0000 (13:42 +0200)]
QmlDesigner.propertyEditor: fix for layout issues on Windows 7

Reviewed-by: Marco Bubke
13 years agoQmlPuppet: Fix compilation with no webkit
Kai Koehne [Tue, 5 Apr 2011 08:33:16 +0000 (10:33 +0200)]
QmlPuppet: Fix compilation with no webkit

Reviewed-by: Thomas Hartmann