OSDN Git Service

qt-creator-jp/qt-creator-jp.git
14 years agoMaemo: Fix package creation step's toMap() function.
ck [Tue, 4 May 2010 15:21:17 +0000 (17:21 +0200)]
Maemo: Fix package creation step's toMap() function.

14 years agoadd doc template file to replaceVersion.
Daniel Molkentin [Tue, 4 May 2010 14:18:52 +0000 (16:18 +0200)]
add doc template file to replaceVersion.

Reviewed-by: con
14 years agoApplying the new layout (slightly modified) to the Qt Creator docs.
Daniel Molkentin [Tue, 4 May 2010 14:06:39 +0000 (16:06 +0200)]
Applying the new layout (slightly modified) to the Qt Creator docs.

Reviewed-By: Leena Miettinen
14 years agoMaemo: Make remote path field editable in package widget.
ck [Tue, 4 May 2010 09:38:03 +0000 (11:38 +0200)]
Maemo: Make remote path field editable in package widget.

Reviewed-by: kh1
14 years agoFixed nonsensical context menu entries appearing in Qml inspector
Lasse Holmstedt [Tue, 4 May 2010 08:06:41 +0000 (10:06 +0200)]
Fixed nonsensical context menu entries appearing in Qml inspector

14 years agoQmlDesigner.propertyEditor: initialize members
Thomas Hartmann [Thu, 29 Apr 2010 13:23:27 +0000 (15:23 +0200)]
QmlDesigner.propertyEditor: initialize members

14 years agoChanged default shortcut for Insert Line Below Current Line
Thorbjørn Lindeijer [Mon, 3 May 2010 15:06:49 +0000 (17:06 +0200)]
Changed default shortcut for Insert Line Below Current Line

Use the Visual Studio shortcut instead of the Eclipse shortcut by
default. It seems to make a bit more sense in combination with
Ctrl+Shift+Return.

14 years agoAdded Insert Line Above/Below actions to BaseTextEditor
André Fillipe [Mon, 3 May 2010 15:03:11 +0000 (17:03 +0200)]
Added Insert Line Above/Below actions to BaseTextEditor

The actions perform exactly like their counterparts in Eclipse: a new,
indented line is inserted above or below the current line and the text
cursor is moved to the start of the new line. The line where the cursor
was before the action was triggered remains unchanged.

The shortcuts are also like in Eclipse: "Ctrl+Shift+Return" inserts a
line above the current, "Shift+Return" inserts a line below the current.

Merge-request: 140
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
14 years agoMaemo: Preparation for deploying executable to arbitrary location.
ck [Mon, 3 May 2010 14:56:38 +0000 (16:56 +0200)]
Maemo: Preparation for deploying executable to arbitrary location.

Reviewed-by: kh1
14 years agoMaemo: Serialize package contents.
ck [Mon, 3 May 2010 13:50:15 +0000 (15:50 +0200)]
Maemo: Serialize package contents.

Reviewed-by: kh1
14 years agoMaemo: Make package contents user-editable.
ck [Mon, 3 May 2010 12:47:40 +0000 (14:47 +0200)]
Maemo: Make package contents user-editable.

Reviewed-by: kh1
14 years agoSort case insesitive in the project tree
dt [Fri, 30 Apr 2010 15:01:41 +0000 (17:01 +0200)]
Sort case insesitive in the project tree

Task-Nr: QTCREATORBUG-979

14 years agoAdd a runMode method to the RunControl
dt [Fri, 30 Apr 2010 11:19:31 +0000 (13:19 +0200)]
Add a runMode method to the RunControl

And use it to implement changing the run icon in the application output.
That implementation does only support the two run modes run and debug
for now. Further abstraction for more run modes to be done once needed.

Task-Nr:   QTCREATORBUG-1232

14 years agoMerge remote branch 'origin/2.0'
con [Fri, 30 Apr 2010 14:39:05 +0000 (16:39 +0200)]
Merge remote branch 'origin/2.0'

14 years agoMark simulator as a mobile target
Tobias Hunger [Tue, 30 Mar 2010 15:04:41 +0000 (17:04 +0200)]
Mark simulator as a mobile target

14 years agoActivate simulator
Tobias Hunger [Tue, 30 Mar 2010 10:57:31 +0000 (12:57 +0200)]
Activate simulator

 ... as default whenever that is selected

14 years agoAdd a special target for Qt simulator
Tobias Hunger [Wed, 24 Feb 2010 13:10:36 +0000 (14:10 +0100)]
Add a special target for Qt simulator

14 years agoQmlJS: Fix completion context when cursor is to the right of inserted ;
Christian Kamm [Fri, 30 Apr 2010 12:22:55 +0000 (14:22 +0200)]
QmlJS: Fix completion context when cursor is to the right of inserted ;

Done-with: Erik Verbruggen

14 years agodebugger: make it possible to bulk-assign breakpoints to threads
hjk [Fri, 30 Apr 2010 12:18:10 +0000 (14:18 +0200)]
debugger: make it possible to bulk-assign breakpoints to threads

14 years agodebugger: support for per-thread breakpoints
hjk [Thu, 29 Apr 2010 16:36:18 +0000 (18:36 +0200)]
debugger: support for per-thread breakpoints

14 years agoMoved quick-exit check back to the indenter.
Erik Verbruggen [Fri, 30 Apr 2010 11:35:03 +0000 (13:35 +0200)]
Moved quick-exit check back to the indenter.

Reviewed-by: ckamm
14 years agoUsing Q_UNUSED to avoid warnings from MinGW
Robert Loehning [Fri, 30 Apr 2010 11:32:39 +0000 (13:32 +0200)]
Using Q_UNUSED to avoid warnings from MinGW

14 years agoQmlDesigner.ItemLibrary: adjust style to property editor's look
Jörg Schummer [Fri, 30 Apr 2010 09:28:08 +0000 (12:28 +0300)]
QmlDesigner.ItemLibrary: adjust style to property editor's look

Task-number: BAUHAUS-654

14 years agoQmlDesigner.ItemLibrary: adjust style to property editor's look
Jörg Schummer [Fri, 30 Apr 2010 09:28:08 +0000 (12:28 +0300)]
QmlDesigner.ItemLibrary: adjust style to property editor's look

Task-number: BAUHAUS-654

14 years agoVersion bump.
con [Fri, 30 Apr 2010 09:58:05 +0000 (11:58 +0200)]
Version bump.

14 years agoAdd Clean and rebuild sub dir
dt [Fri, 30 Apr 2010 09:50:04 +0000 (11:50 +0200)]
Add Clean and rebuild sub dir

Also change the strings slightly.

Task-Nr:   QTCREATORBUG-1295
Task-Nr:   QTCREATORBUG-1296

14 years agoSort build & run configurations in the ui
dt [Thu, 29 Apr 2010 14:52:31 +0000 (16:52 +0200)]
Sort build & run configurations in the ui

Implement a BuildConfigurationModel which does the sorting.
Extend the RunConfigurationModel to do sorting.

Make the mini target selector and project page use both of those models.

Task-Nr: QTCREATORBUG-1235

14 years agoRename parameter to what it actually is
dt [Mon, 26 Apr 2010 14:43:55 +0000 (16:43 +0200)]
Rename parameter to what it actually is

14 years agoFix that searchInPath("exe") would try /exe
dt [Mon, 26 Apr 2010 14:33:18 +0000 (16:33 +0200)]
Fix that searchInPath("exe") would try /exe

14 years agoEmit processStopped() for ConsoleProcess on ConsoleProcess::stop()
dt [Mon, 26 Apr 2010 11:38:49 +0000 (13:38 +0200)]
Emit processStopped() for ConsoleProcess on ConsoleProcess::stop()

Task-Nr: QTCREATORBUG-1234
Reviewed-By: ossi
14 years agoSupport Qt for Symbian smart installer.
con [Fri, 30 Apr 2010 09:01:06 +0000 (11:01 +0200)]
Support Qt for Symbian smart installer.

By providing a "Use Smart Installer" option for the packaging step.

14 years agoQmlDesigner.ItemLibrary: adjusted style
Jörg Schummer [Thu, 29 Apr 2010 15:37:04 +0000 (18:37 +0300)]
QmlDesigner.ItemLibrary: adjusted style

Task-number: BAUHAUS-640

14 years agoQmlDesigner.ItemLibrary: Hide scroll bar when not needed
Jörg Schummer [Thu, 29 Apr 2010 11:40:33 +0000 (14:40 +0300)]
QmlDesigner.ItemLibrary: Hide scroll bar when not needed

Task-number: BAUHAUS-447
Task-number: BAUHAUS-639

14 years agoQmlDesigner.ItemLibrary: Hide scroll bar when not needed
Jörg Schummer [Thu, 29 Apr 2010 11:40:33 +0000 (14:40 +0300)]
QmlDesigner.ItemLibrary: Hide scroll bar when not needed

Task-number: BAUHAUS-447
Task-number: BAUHAUS-639

14 years agoQmlDesigner.ItemLibrary: adjusted style
Jörg Schummer [Thu, 29 Apr 2010 15:37:04 +0000 (18:37 +0300)]
QmlDesigner.ItemLibrary: adjusted style

Task-number: BAUHAUS-640

14 years agoA minor optimization for Manhattanstyle
Jens Bache-Wiig [Thu, 29 Apr 2010 17:11:07 +0000 (19:11 +0200)]
A minor optimization for Manhattanstyle

We don't need the qobject cast. Checking the widget flag
should be a bit faster.

Done-with: danimo

14 years agoUse Open Project button in Getting Started mode
Jens Bache-Wiig [Thu, 29 Apr 2010 17:07:13 +0000 (19:07 +0200)]
Use Open Project button in Getting Started mode

We already have it in the projects mode so we might as well
use the same in "Getting Started".

Reviewed-by: danimo
14 years agoAdd information about how to use the Qt Quick visual editor to create a button.
Leena Miettinen [Thu, 29 Apr 2010 15:01:50 +0000 (17:01 +0200)]
Add information about how to use the Qt Quick visual editor to create a button.

Reviewed-by: Thomas Hartmann
14 years agoModify list of supported platforms.
Leena Miettinen [Thu, 29 Apr 2010 10:36:15 +0000 (12:36 +0200)]
Modify list of supported platforms.

Reviewed-by: Thorbjorn Lindeijer
14 years agoAdd information about using QML inspector.
Leena Miettinen [Wed, 28 Apr 2010 14:20:24 +0000 (16:20 +0200)]
Add information about using QML inspector.

Reviewed-by: Lasse Holmstedt
14 years agoFixed an issue with animated icons on fancylineedit
Jens Bache-Wiig [Thu, 29 Apr 2010 14:48:30 +0000 (16:48 +0200)]
Fixed an issue with animated icons on fancylineedit

Using a static local here is obviously simply wrong.
This should take care of the remaining issues with broken
animation states.

Reviewed-by: danimo
14 years agoi18n: Complete German translation for 2.0
Friedemann Kleint [Thu, 29 Apr 2010 14:29:36 +0000 (16:29 +0200)]
i18n: Complete German translation for 2.0

14 years agotr()-glitch.
Friedemann Kleint [Thu, 29 Apr 2010 14:29:23 +0000 (16:29 +0200)]
tr()-glitch.

14 years agoMake it possible to clear keyboard shortcuts again
Jens Bache-Wiig [Thu, 29 Apr 2010 14:25:06 +0000 (16:25 +0200)]
Make it possible to clear keyboard shortcuts again

This was an unintentional regression. The widget in
question should not use the filter edit since it is not
a filterwidget. Also I removed the "Filter" text which
is incorrect in this case.

Task-number: QTCREATORBUG-1308

14 years agodebugger: remove 'tooltip' widget as soon as the mouse leaves the widget
hjk [Thu, 29 Apr 2010 14:11:14 +0000 (16:11 +0200)]
debugger: remove 'tooltip' widget as soon as the mouse leaves the widget

14 years agodebugger: remove unneeded variable
hjk [Thu, 29 Apr 2010 14:11:03 +0000 (16:11 +0200)]
debugger: remove unneeded variable

14 years agofakevim: fix cursor positioning in after :!
hjk [Thu, 29 Apr 2010 13:47:02 +0000 (15:47 +0200)]
fakevim: fix cursor positioning in after :!

14 years agofakevim: fix autotest after recent changes to input handling
hjk [Thu, 29 Apr 2010 12:17:10 +0000 (14:17 +0200)]
fakevim: fix autotest after recent changes to input handling

14 years agofakevim: adjust tests to use 'iskeyword'
hjk [Thu, 29 Apr 2010 12:00:38 +0000 (14:00 +0200)]
fakevim: adjust tests to use 'iskeyword'

14 years agofakevim: positioning fixes for linewise shifting
hjk [Thu, 29 Apr 2010 11:30:12 +0000 (13:30 +0200)]
fakevim: positioning fixes for linewise shifting

14 years agoQmlJS: Completion for enums.
Christian Kamm [Thu, 29 Apr 2010 13:52:17 +0000 (15:52 +0200)]
QmlJS: Completion for enums.

Done-with: Erik Verbruggen

14 years agoQmlJS: Improve completion for object bindings with 'on'.
Christian Kamm [Thu, 29 Apr 2010 12:30:30 +0000 (14:30 +0200)]
QmlJS: Improve completion for object bindings with 'on'.

Done-with: Erik Verbruggen

14 years agoQmlJS: Add a check to disallow recursive type definitions in xml file.
Christian Kamm [Thu, 29 Apr 2010 12:06:10 +0000 (14:06 +0200)]
QmlJS: Add a check to disallow recursive type definitions in xml file.

At least direct recursion with name="Foo" extends="Foo" is detected
and rejected.

Done-with: Erik Verbruggen

14 years agoQmlJS: Fix qmldump to ignore extending types and update type xml.
Christian Kamm [Thu, 29 Apr 2010 11:52:12 +0000 (13:52 +0200)]
QmlJS: Fix qmldump to ignore extending types and update type xml.

Done-with: Erik Verbruggen

14 years agoQmlJS: Don't put automatic semicolons directly after colons.
Christian Kamm [Thu, 29 Apr 2010 09:48:57 +0000 (11:48 +0200)]
QmlJS: Don't put automatic semicolons directly after colons.

Done-with: Erik Verbruggen

14 years agoQmlJS: Improve property and Type completion in Qml object members.
Christian Kamm [Thu, 29 Apr 2010 09:41:28 +0000 (11:41 +0200)]
QmlJS: Improve property and Type completion in Qml object members.

Done-with: Erik Verbruggen

14 years agoQmlJS: Add CompletionContextFinder to allow context sensitive completion
Christian Kamm [Wed, 28 Apr 2010 11:28:36 +0000 (13:28 +0200)]
QmlJS: Add CompletionContextFinder to allow context sensitive completion

The plan is to use this to reduce the number of applicable
completion options, for instance for enum completion or property
names.

Done-with: Erik Verbruggen

14 years agoQmlJS: Move parts of the indenter to the new LineInfo.
Christian Kamm [Mon, 26 Apr 2010 13:12:27 +0000 (15:12 +0200)]
QmlJS: Move parts of the indenter to the new LineInfo.

LineInfo can tell whether lines are finished or not.

Done-with: Erik Verbruggen

14 years agoSwap build/run buttons
Jens Bache-Wiig [Thu, 29 Apr 2010 13:53:04 +0000 (15:53 +0200)]
Swap build/run buttons

This was unintentionally inverted after translations were
introduced.

14 years agoAdd "Open Project" to welcome page
Jens Bache-Wiig [Thu, 29 Apr 2010 12:52:57 +0000 (14:52 +0200)]
Add "Open Project" to welcome page

By popular request I added a "open project" option.
We don't currently have a way of differentiating project types
from other files so I had to hardcode .pro and .qmlproject
for now.

Themed icons was also added to the new and open buttons.

Reviewed-by: danimo
Task-number: QTCREATORBUG-1142

14 years agoSSH: Increase poll frequency.
ck [Thu, 29 Apr 2010 12:49:30 +0000 (14:49 +0200)]
SSH: Increase poll frequency.

14 years agoAdd QML examples to welcome page
Daniel Molkentin [Thu, 29 Apr 2010 12:08:09 +0000 (14:08 +0200)]
Add QML examples to welcome page

Reviewed-By: Jens Bache-Wiig
14 years agoQmlDesigner: adding translation context for exception
Thomas Hartmann [Thu, 29 Apr 2010 12:27:11 +0000 (14:27 +0200)]
QmlDesigner: adding translation context for exception

14 years agoQmlDesigner.propertyEditor: remove leftovers if anchoring
Thomas Hartmann [Thu, 29 Apr 2010 12:26:16 +0000 (14:26 +0200)]
QmlDesigner.propertyEditor: remove leftovers if anchoring

x, y, width, height are removed if filling
x is removed if anchoring the left...
y is removed if anchoring the top...
width is removed if anchoring the right...
height is removed if anchoring the bottom...

14 years agoQmlDesigner.statesEditor: fix for colorAlpha
Thomas Hartmann [Thu, 29 Apr 2010 12:24:34 +0000 (14:24 +0200)]
QmlDesigner.statesEditor: fix for colorAlpha

14 years agoQmlDesigner.propertyEditor: better behaivour of GradientLine
Thomas Hartmann [Thu, 29 Apr 2010 12:24:08 +0000 (14:24 +0200)]
QmlDesigner.propertyEditor: better behaivour of GradientLine

The widget behaves nicer now if the mouse leaves the widget

14 years agoQmlDesigner.propertyEditor: add antialiasing to GradientLine
Thomas Hartmann [Thu, 29 Apr 2010 12:22:41 +0000 (14:22 +0200)]
QmlDesigner.propertyEditor: add antialiasing to GradientLine

I had to add a 0.5 offset for the arrow

14 years agoQmlDesigner.statesEditor: fixing some glitches and polish
Thomas Hartmann [Thu, 29 Apr 2010 12:21:31 +0000 (14:21 +0200)]
QmlDesigner.statesEditor: fixing some glitches and polish

I did this together with Christiaan Janssen

Reviewed by: Christiaan Janssen

14 years agoQmlDesigner.propertyEditor: smooth for Text
Thomas Hartmann [Thu, 29 Apr 2010 12:18:15 +0000 (14:18 +0200)]
QmlDesigner.propertyEditor: smooth for Text

14 years agoFixed localization issues with SideBar
Lasse Holmstedt [Thu, 29 Apr 2010 09:59:42 +0000 (11:59 +0200)]
Fixed localization issues with SideBar
When changing the language, the sidebar items would break because
their localized window titles were used for storing the settings. Now,
id's are used.

Reviewed-by: con
14 years agoFix usage of shutdown methods in FakeVim.
con [Thu, 29 Apr 2010 11:38:32 +0000 (13:38 +0200)]
Fix usage of shutdown methods in FakeVim.

Reviewed-by: hjk
14 years agoDon't assert anymore for a invalid z value
Marco Bubke [Wed, 28 Apr 2010 15:28:16 +0000 (17:28 +0200)]
Don't assert anymore for a invalid z value

Reviewed-by: kkoehne
14 years agoQuickDesigner: Fix tooltips in visual editor
Kai Koehne [Wed, 28 Apr 2010 11:52:53 +0000 (13:52 +0200)]
QuickDesigner: Fix tooltips in visual editor

Reviewed-by: Marco Bubke
14 years agoGet rid of unsigned/long suffixes before evaluating numbers.
Roberto Raggi [Thu, 29 Apr 2010 10:33:05 +0000 (12:33 +0200)]
Get rid of unsigned/long suffixes before evaluating numbers.

Task-number: QTCREATORBUG-1292

14 years agodebugger: make error message after a broken stack response less intrusive
hjk [Thu, 29 Apr 2010 10:15:08 +0000 (12:15 +0200)]
debugger: make error message after a broken stack response less intrusive

14 years agodebugger: 'fix' handling of input syntax change for the 'disassemble' command
hjk [Thu, 29 Apr 2010 10:07:24 +0000 (12:07 +0200)]
debugger: 'fix' handling of input syntax change for the 'disassemble' command

14 years agofakevim: improve handling of iskeyword
hjk [Wed, 28 Apr 2010 14:19:51 +0000 (16:19 +0200)]
fakevim: improve handling of iskeyword

14 years agoQmlDesigner.propertyEditor: add missing qsTr()
Thomas Hartmann [Thu, 29 Apr 2010 07:53:29 +0000 (09:53 +0200)]
QmlDesigner.propertyEditor: add missing qsTr()

14 years agoQmlDesigner.propertyEditor: show expressions as tooltips
Thomas Hartmann [Thu, 29 Apr 2010 07:51:24 +0000 (09:51 +0200)]
QmlDesigner.propertyEditor: show expressions as tooltips

Expressions are now shown as a tooltip if an expression is set

14 years agoQmlDesigner.propertyEditor: hide ExpressionEdit if selection changes
Thomas Hartmann [Thu, 29 Apr 2010 07:49:32 +0000 (09:49 +0200)]
QmlDesigner.propertyEditor: hide ExpressionEdit if selection changes

See: BAUHAUS-648

14 years agoFixed strings in qmlinspector and shutdown() issues
Lasse Holmstedt [Thu, 29 Apr 2010 07:06:49 +0000 (09:06 +0200)]
Fixed strings in qmlinspector and shutdown() issues

14 years agoQmlDesigner.propertyEditor: only select QDeclarativeItems
Thomas Hartmann [Thu, 29 Apr 2010 06:49:25 +0000 (08:49 +0200)]
QmlDesigner.propertyEditor: only select QDeclarativeItems

14 years agoQmlDesigner.propertyEditor: fix qsTr
Thomas Hartmann [Thu, 29 Apr 2010 06:48:50 +0000 (08:48 +0200)]
QmlDesigner.propertyEditor: fix qsTr

14 years agoRename IPlugin::shutdown --> IPlugin::aboutToShutdown
con [Wed, 28 Apr 2010 14:59:03 +0000 (16:59 +0200)]
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown

Discussed-with: hjk

14 years agoDon't delete members in DebuggerPlugin::shutdown.
con [Wed, 28 Apr 2010 13:38:25 +0000 (15:38 +0200)]
Don't delete members in DebuggerPlugin::shutdown.

Do it in the destructor instead.

Reviewed-by: hjk
14 years ago18n: Update German translation for 2.0
Friedemann Kleint [Wed, 28 Apr 2010 14:27:33 +0000 (16:27 +0200)]
18n: Update German translation for 2.0

14 years agoStyling: Merge Qt Simulator theme changes back into Creator.
Christian Kamm [Wed, 28 Apr 2010 14:09:48 +0000 (16:09 +0200)]
Styling: Merge Qt Simulator theme changes back into Creator.

Reviewed-by: Jens Bache-Wiig
14 years agofakevim: revert accidentally commited test code
hjk [Wed, 28 Apr 2010 13:13:59 +0000 (15:13 +0200)]
fakevim: revert accidentally commited test code

14 years agofakevim: compile fixes for manual and auto test
hjk [Wed, 28 Apr 2010 12:10:58 +0000 (14:10 +0200)]
fakevim: compile fixes for manual and auto test

14 years agoQmlDesigner.StatesEditor: interface reworked.
Christiaan Janssen [Wed, 28 Apr 2010 13:04:42 +0000 (15:04 +0200)]
QmlDesigner.StatesEditor:  interface reworked.
Reviewed by: Kai Koehne

14 years agoFix handleHelpRequest.
kh1 [Wed, 28 Apr 2010 13:04:39 +0000 (15:04 +0200)]
Fix handleHelpRequest.

* Make sure we only change our own urls inside that function
* QDesktopService::setUrlHandler expects the target slot to take a QUrl

Reviewed-by: ck
14 years agoWe need to check for namespace nokia too.
kh1 [Wed, 28 Apr 2010 13:04:00 +0000 (15:04 +0200)]
We need to check for namespace nokia too.

Reviewed-by: ck
14 years agoForce the action to be really disabled.
kh1 [Tue, 27 Apr 2010 14:28:58 +0000 (16:28 +0200)]
Force the action to be really disabled.

14 years agoThe return value was reversed, though not checked really.
kh1 [Tue, 27 Apr 2010 14:27:39 +0000 (16:27 +0200)]
The return value was reversed, though not checked really.

14 years agoQmlDesigner.propertyEditor: cleanup qml
Thomas Hartmann [Wed, 28 Apr 2010 12:06:31 +0000 (14:06 +0200)]
QmlDesigner.propertyEditor: cleanup qml

14 years agoQmlDesigner.propertyEditor: tweak layout
Thomas Hartmann [Wed, 28 Apr 2010 12:05:41 +0000 (14:05 +0200)]
QmlDesigner.propertyEditor: tweak layout

14 years agoQmlDesigner.propertyEditor: show emtpy instead of empty string
Thomas Hartmann [Wed, 28 Apr 2010 11:45:49 +0000 (13:45 +0200)]
QmlDesigner.propertyEditor: show emtpy instead of empty string

14 years agoQmlDesigner.propertyEditor: uninitialized member
Thomas Hartmann [Wed, 28 Apr 2010 11:45:09 +0000 (13:45 +0200)]
QmlDesigner.propertyEditor: uninitialized member

14 years agoQmlDesigner.propertyEditor: unifying error messages for invalid nodes
Thomas Hartmann [Wed, 28 Apr 2010 11:42:41 +0000 (13:42 +0200)]
QmlDesigner.propertyEditor: unifying error messages for invalid nodes

The Navigator and the Property Editor now show the same error
message for invalid nodes

See: BAUHAUS-611

14 years agoQmlDesigner.itemLibrary: set correct size for dragItem
Thomas Hartmann [Wed, 28 Apr 2010 08:11:28 +0000 (10:11 +0200)]
QmlDesigner.itemLibrary: set correct size for dragItem