OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agotests: Make them compile again properly
Bill King [Thu, 7 Apr 2011 07:10:37 +0000 (09:10 +0200)]
tests: Make them compile again properly

13 years agodebugger: make original value of automatically dereferenced pointer accessible
hjk [Wed, 6 Apr 2011 16:39:56 +0000 (18:39 +0200)]
debugger: make original value of automatically dereferenced pointer accessible

13 years agodebugger: remove unused variable
hjk [Wed, 6 Apr 2011 16:26:27 +0000 (18:26 +0200)]
debugger: remove unused variable

13 years agodebugger: switch order of item and type specific entries in l&w context menu
hjk [Wed, 6 Apr 2011 16:11:14 +0000 (18:11 +0200)]
debugger: switch order of item and type specific entries in l&w context menu

On Mr B.'s request.

13 years agobookmarks: minor style changes
hjk [Wed, 6 Apr 2011 13:19:15 +0000 (15:19 +0200)]
bookmarks: minor style changes

13 years agoQmlProfiler: added 'clear view'
Christiaan Janssen [Wed, 6 Apr 2011 14:04:18 +0000 (16:04 +0200)]
QmlProfiler: added 'clear view'

Reviewed-by: Kai Koehne
13 years agofakevim: support snippets, by doing nothing.
hjk [Wed, 6 Apr 2011 12:55:26 +0000 (14:55 +0200)]
fakevim: support snippets, by doing nothing.

Reviewed-by: con
Task-number: QTCREATORBUG-4379

13 years agoDebugger: Fix change-indication of registers.
Friedemann Kleint [Wed, 6 Apr 2011 12:07:09 +0000 (14:07 +0200)]
Debugger: Fix change-indication of registers.

Emit dataChanged() on changed values.

13 years agoVCS: Fix unintented showing of description in log editor.
Friedemann Kleint [Wed, 6 Apr 2011 11:59:06 +0000 (13:59 +0200)]
VCS: Fix unintented showing of description in log editor.

In a log editor, releasing the mouse over a chunk of text
while selecting would trigger the opening of the description.
Prevent that by adding a flag indicating button drag,
ensuring it works only when no button is pressed.

Task-number: QTCREATORBUG-4385
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
13 years agoCompile fix
Friedemann Kleint [Wed, 6 Apr 2011 11:31:37 +0000 (13:31 +0200)]
Compile fix

13 years agoFakeVim: Add missing endArray() to settings reading
dt [Wed, 6 Apr 2011 11:13:41 +0000 (13:13 +0200)]
FakeVim: Add missing endArray() to settings reading

Reviewed-By: hjk
13 years agoqQmlProfiler: independent start/stop/record buttons
Christiaan Janssen [Wed, 6 Apr 2011 10:26:19 +0000 (12:26 +0200)]
qQmlProfiler: independent start/stop/record buttons

Reviewed-by: Kai Koehne
13 years agoSSH: Move private class into internal namespace.
Christian Kandeler [Wed, 6 Apr 2011 08:31:27 +0000 (10:31 +0200)]
SSH: Move private class into internal namespace.

13 years agoSSH: Implement terminal support and corresponding tests.
Christian Kandeler [Wed, 6 Apr 2011 08:26:45 +0000 (10:26 +0200)]
SSH: Implement terminal support and corresponding tests.

Task-number: QTCREATORBUG-3891

13 years agoSSH: Adapt tests to API change.
Christian Kandeler [Wed, 6 Apr 2011 07:38:13 +0000 (09:38 +0200)]
SSH: Adapt tests to API change.

13 years agoAbi: Mips support
Tobias Hunger [Wed, 6 Apr 2011 08:04:57 +0000 (10:04 +0200)]
Abi: Mips support

* Detect Mips in binaries
* Parse mips gcc string properly
* Add unit tests for both

Thanks go to fralik from devnet for providing the test data!

13 years agoMaemo: Implement tar package creation step.
Christian Kandeler [Tue, 5 Apr 2011 15:25:10 +0000 (17:25 +0200)]
Maemo: Implement tar package creation step.

Currently unused.

13 years agofakevim: allow main texteditor to call into fakevim
hjk [Tue, 5 Apr 2011 14:32:18 +0000 (16:32 +0200)]
fakevim: allow main texteditor to call into fakevim

13 years agocallgrind: simplify inheritance tree by removing AbstractModel
hjk [Tue, 5 Apr 2011 09:11:57 +0000 (11:11 +0200)]
callgrind: simplify inheritance tree by removing AbstractModel

13 years agovalgrind: remove HistoryItem and FunctionHistoryItem
hjk [Mon, 4 Apr 2011 17:09:38 +0000 (19:09 +0200)]
valgrind: remove HistoryItem and FunctionHistoryItem

13 years agoMaemo: Fix merging artifact.
Christian Kandeler [Tue, 5 Apr 2011 15:04:39 +0000 (17:04 +0200)]
Maemo: Fix merging artifact.

13 years agoMaemo: Use devrootsh only when not connected as root.
Christian Kandeler [Mon, 4 Apr 2011 14:21:53 +0000 (16:21 +0200)]
Maemo: Use devrootsh only when not connected as root.

13 years agoMaemo: Remove unused function.
Christian Kandeler [Mon, 4 Apr 2011 10:10:36 +0000 (12:10 +0200)]
Maemo: Remove unused function.

13 years agoMerge branch '2.2'
Bill King [Tue, 5 Apr 2011 14:43:24 +0000 (16:43 +0200)]
Merge branch '2.2'

Conflicts:
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotarget.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotarget.h

13 years agoDebugger[CDB]: Reduce verbosity.
Friedemann Kleint [Tue, 5 Apr 2011 13:19:44 +0000 (15:19 +0200)]
Debugger[CDB]: Reduce verbosity.

13 years agoFixes msvc compilation switch to correct check.
Bill King [Tue, 5 Apr 2011 13:07:16 +0000 (15:07 +0200)]
Fixes msvc compilation switch to correct check.

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 agoDebugger[CDB]: Simple dumpers for ScriptValue, QHostAddress, QProcess
Friedemann Kleint [Tue, 5 Apr 2011 13:00:15 +0000 (15:00 +0200)]
Debugger[CDB]: Simple dumpers for ScriptValue, QHostAddress, QProcess

Dump by reading raw memory for further types for whose private
classes no symbolic information is available.
Also fix dumping for pointer values, taking CDB's pointer/value
duality into account.

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 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 agoTargetSetupPage: Fix expanding logic
dt [Mon, 4 Apr 2011 11:48:28 +0000 (13:48 +0200)]
TargetSetupPage: Fix expanding logic

Reviewed-By: Robert Loehning
13 years agoQmlProfiler: rendering optimizations
Christiaan Janssen [Tue, 5 Apr 2011 10:49:02 +0000 (12:49 +0200)]
QmlProfiler: rendering optimizations

Reviewed-by: Kai Koehne
13 years agoFix Analyzer-related exit crash on Windows.
Friedemann Kleint [Tue, 5 Apr 2011 09:35:15 +0000 (11:35 +0200)]
Fix Analyzer-related exit crash on Windows.

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
13 years agoMaemo: Fix package metadata initialization bug.
Christian Kandeler [Tue, 5 Apr 2011 07:07:33 +0000 (09:07 +0200)]
Maemo: Fix package metadata initialization bug.

We must check whether a target is fully initialized (meaning it
already has packaging metadata). Otherwise we will initialize one
target with bogus values from another, equally uninitialized one
when they are created at the same time (i.e. by a wizard).

13 years agoDoc: polishing
Leena Miettinen [Tue, 5 Apr 2011 07:35:49 +0000 (09:35 +0200)]
Doc: polishing

13 years agoDoc: correct order of selecting anchor buttons
Leena Miettinen [Tue, 5 Apr 2011 07:35:02 +0000 (09:35 +0200)]
Doc: correct order of selecting anchor buttons

13 years agoDoc: restoring sessions
Leena Miettinen [Tue, 5 Apr 2011 07:34:11 +0000 (09:34 +0200)]
Doc: restoring sessions

13 years agoDoc: update screen shots
Leena Miettinen [Tue, 5 Apr 2011 07:32:41 +0000 (09:32 +0200)]
Doc: update screen shots

13 years agoSymbian: crashes if canceled in a certain moment of package creation
Pawel Polanski [Mon, 4 Apr 2011 15:03:36 +0000 (17:03 +0200)]
Symbian: crashes if canceled in a certain moment of package creation

13 years agoQmlProfiler: Fix OTHER_FILES section
Kai Koehne [Mon, 4 Apr 2011 14:59:40 +0000 (16:59 +0200)]
QmlProfiler: Fix OTHER_FILES section

13 years agoCODA: CODA can crash while copying to device
Pawel Polanski [Mon, 4 Apr 2011 14:24:46 +0000 (16:24 +0200)]
CODA: CODA can crash while copying to device

13 years agoDebugger: Add size to watch data.
Friedemann Kleint [Mon, 4 Apr 2011 14:15:03 +0000 (16:15 +0200)]
Debugger: Add size to watch data.

Have CDB report it, pass it on to adding watches.

13 years agoAnalyzer: Add missing dependency of Qt4ProjectManager.
Friedemann Kleint [Mon, 4 Apr 2011 14:05:04 +0000 (16:05 +0200)]
Analyzer: Add missing dependency of Qt4ProjectManager.

13 years agoAnalyzer: Add missing dependency of Qt4ProjectManager.
Friedemann Kleint [Mon, 4 Apr 2011 14:00:13 +0000 (16:00 +0200)]
Analyzer: Add missing dependency of Qt4ProjectManager.

13 years agoQmlProfiler: Enable attach action only if profiler is current tool
Kai Koehne [Mon, 4 Apr 2011 13:56:34 +0000 (15:56 +0200)]
QmlProfiler: Enable attach action only if profiler is current tool

13 years agoQmlProfiler: Add attach/detach menu entry
Kai Koehne [Mon, 4 Apr 2011 13:03:31 +0000 (15:03 +0200)]
QmlProfiler: Add attach/detach menu entry

This allows one to also profile apps on device (as long as there
is a working TCP/IP connection).

13 years agoAnalyzerManager: Export switching to analyzer mode
Kai Koehne [Mon, 4 Apr 2011 13:00:18 +0000 (15:00 +0200)]
AnalyzerManager: Export switching to analyzer mode

13 years agoAnalyzerManager: Make menu extendible
Kai Koehne [Mon, 4 Apr 2011 11:03:45 +0000 (13:03 +0200)]
AnalyzerManager: Make menu extendible

Use Commands everywhere, so that other plugins can extend it.

13 years agoQmlProfiler: Fix typo
Kai Koehne [Mon, 4 Apr 2011 08:52:40 +0000 (10:52 +0200)]
QmlProfiler: Fix typo

13 years agoQmlProfiler: Move qrc resources in qmlprofiler namespace
Kai Koehne [Mon, 4 Apr 2011 08:52:04 +0000 (10:52 +0200)]
QmlProfiler: Move qrc resources in qmlprofiler namespace

13 years agoMobile wizard: The Mainwindow sources are not versioned.
Christian Kandeler [Mon, 4 Apr 2011 13:53:02 +0000 (15:53 +0200)]
Mobile wizard: The Mainwindow sources are not versioned.

Task-number: QTCREATORBUG-4363
Reviewed-by: Alessandro Portale
13 years agoFix compiler warning.
Friedemann Kleint [Mon, 4 Apr 2011 13:50:26 +0000 (15:50 +0200)]
Fix compiler warning.

13 years agoDebugger[gdb]: Fix QUrl dumper.
Friedemann Kleint [Mon, 4 Apr 2011 13:14:04 +0000 (15:14 +0200)]
Debugger[gdb]: Fix QUrl dumper.

"encodedOriginal" is a QByteArray.

Reviewed-by: hjk
13 years agoAdd callgrind plugin.
Mike McQuaid [Mon, 4 Apr 2011 12:39:29 +0000 (14:39 +0200)]
Add callgrind plugin.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoUpdate memcheck namespace and use new APIs.
Mike McQuaid [Mon, 4 Apr 2011 12:39:29 +0000 (14:39 +0200)]
Update memcheck namespace and use new APIs.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoUpdate valgrind plugin namespace and use new APIs.
Mike McQuaid [Mon, 4 Apr 2011 12:39:28 +0000 (14:39 +0200)]
Update valgrind plugin namespace and use new APIs.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd analyzer new APIs support to plugins.
Mike McQuaid [Mon, 4 Apr 2011 12:39:28 +0000 (14:39 +0200)]
Add analyzer new APIs support to plugins.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd analyzer multiple tools, mode & remote support
Mike McQuaid [Mon, 4 Apr 2011 12:39:28 +0000 (14:39 +0200)]
Add analyzer multiple tools, mode & remote support

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoFix memcheck test compiler warnings.
Mike McQuaid [Mon, 4 Apr 2011 12:39:28 +0000 (14:39 +0200)]
Fix memcheck test compiler warnings.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd callgrind tests for valgrind library.
Mike McQuaid [Mon, 4 Apr 2011 12:39:28 +0000 (14:39 +0200)]
Add callgrind tests for valgrind library.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd callgrind support to valgrind library.
Mike McQuaid [Mon, 4 Apr 2011 12:39:27 +0000 (14:39 +0200)]
Add callgrind support to valgrind library.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoAdd valgrind and memcheck remote running support.
Mike McQuaid [Mon, 4 Apr 2011 12:39:27 +0000 (14:39 +0200)]
Add valgrind and memcheck remote running support.

Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com>
13 years agoResize behavior correction in Session Manager dialog
Thorbjørn Lindeijer [Mon, 4 Apr 2011 12:33:39 +0000 (14:33 +0200)]
Resize behavior correction in Session Manager dialog

Stretch the list of sessions to prevent the buttons from stretching.

13 years agoDebuggerp[CDB]: Add further simple dumpers for Qt types.
Friedemann Kleint [Mon, 4 Apr 2011 12:05:12 +0000 (14:05 +0200)]
Debuggerp[CDB]: Add further simple dumpers for Qt types.

QRegExp, QDir, whose private classes do not have symbolic
information, either. Create convenience routines for dumpers
accessing the raw memory of those private classes.

13 years agoTargetSetupPage: Select desktop only as a fallback.
dt [Mon, 4 Apr 2011 11:47:58 +0000 (13:47 +0200)]
TargetSetupPage: Select desktop only as a fallback.

Reviewed-By: con
13 years agoSome texts has been updated
Pawel Polanski [Mon, 4 Apr 2011 11:34:47 +0000 (13:34 +0200)]
Some texts has been updated

13 years agoMerge branch '2.2' of git@scm.dev.nokia.troll.no:creator/mainline into 2.2
Thomas Hartmann [Mon, 4 Apr 2011 11:25:27 +0000 (13:25 +0200)]
Merge branch '2.2' of git@scm.dev.nokia.troll.no:creator/mainline into 2.2

13 years agoQmlDesigner.rewriter: fix for compression
Thomas Hartmann [Mon, 4 Apr 2011 11:25:09 +0000 (13:25 +0200)]
QmlDesigner.rewriter: fix for compression

AddProperty also sets a value.
RemoveProperty and then AddProperty cannot be compressed like this.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.tests: compilefix
Thomas Hartmann [Mon, 4 Apr 2011 11:23:38 +0000 (13:23 +0200)]
QmlDesigner.tests: compilefix

13 years agoDoc: fix image name
Leena Miettinen [Mon, 4 Apr 2011 10:27:25 +0000 (12:27 +0200)]
Doc: fix image name

13 years agoDoc: add copyright statement
Leena Miettinen [Mon, 4 Apr 2011 10:11:56 +0000 (12:11 +0200)]
Doc: add copyright statement

13 years agoL10n: German translations for 2.2
Friedemann Kleint [Mon, 4 Apr 2011 10:03:23 +0000 (12:03 +0200)]
L10n: German translations for 2.2

13 years agoDebugger: Fix spelling error in tooltip.
Friedemann Kleint [Mon, 4 Apr 2011 10:01:00 +0000 (12:01 +0200)]
Debugger: Fix spelling error in tooltip.

Last string change.

Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoDebugger: Fix spelling error in tooltip.
Friedemann Kleint [Mon, 4 Apr 2011 09:58:00 +0000 (11:58 +0200)]
Debugger: Fix spelling error in tooltip.

Last string change.

Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
13 years agoDoc: added FAQ
Leena Miettinen [Mon, 4 Apr 2011 09:28:44 +0000 (11:28 +0200)]
Doc: added FAQ

13 years agoUI text: fix capitalization
Leena Miettinen [Thu, 31 Mar 2011 09:43:15 +0000 (11:43 +0200)]
UI text: fix capitalization

Reviewed-by: hjk
13 years agoDoc: fix field name
Leena Miettinen [Thu, 31 Mar 2011 09:18:41 +0000 (11:18 +0200)]
Doc: fix field name

13 years agoDoc: add troubleshooting info
Leena Miettinen [Thu, 31 Mar 2011 09:18:15 +0000 (11:18 +0200)]
Doc: add troubleshooting info

Reviewed-by: hjk
13 years agoDoc: edit change file
Leena Miettinen [Thu, 31 Mar 2011 07:24:26 +0000 (09:24 +0200)]
Doc: edit change file

Reviewed-by: hjk
13 years agoDoc: fix capitalization of GDB and GCC
Leena Miettinen [Wed, 30 Mar 2011 15:09:55 +0000 (17:09 +0200)]
Doc: fix capitalization of GDB and GCC

13 years agoSymbian: Application's name is displayed on the "Application Output" tab while debugging
Pawel Polanski [Mon, 4 Apr 2011 09:05:24 +0000 (11:05 +0200)]
Symbian: Application's name is displayed on the "Application Output" tab while debugging

Task-number: QTCREATORBUG-4203
Reviewed-by: hjk
13 years agoFix for shadow builds
Kai Koehne [Fri, 1 Apr 2011 11:57:49 +0000 (13:57 +0200)]
Fix for shadow builds

13 years agoQmlProfiler: Fix regression
Kai Koehne [Fri, 1 Apr 2011 11:49:36 +0000 (13:49 +0200)]
QmlProfiler: Fix regression

13 years agoQmlDump: Fix compilation on Linux, Windows
Kai Koehne [Mon, 4 Apr 2011 07:59:12 +0000 (09:59 +0200)]
QmlDump: Fix compilation on Linux, Windows

Fix regression introduced with 530e7494 : Creator now automatically
generates the Info.plist from a Info.plist.in file, but only on Mac
OS X. Therefore copying the Info.plist to the temporary folder failed
on all other platforms.

Reviewed-by: con
13 years agoQmlProfiler: instantiate FileInProjectFinder only once
Kai Koehne [Fri, 1 Apr 2011 11:48:10 +0000 (13:48 +0200)]
QmlProfiler: instantiate FileInProjectFinder only once

13 years agoFixed value of DisassemblerCapability
Thorbjørn Lindeijer [Fri, 1 Apr 2011 10:50:57 +0000 (12:50 +0200)]
Fixed value of DisassemblerCapability

Was the same as the ReloadModuleCapability.

Reviewed-by: Friedemann Kleint
13 years agoSymbian: Make cloning of RVCT toolchain work
Tobias Hunger [Fri, 1 Apr 2011 16:17:40 +0000 (18:17 +0200)]
Symbian: Make cloning of RVCT toolchain work

Make sure to not show PATH and other generated environment variables
in the base environment (which ends up in the configuration widget).
The generated changes will find their way into the set up changes
otherwise when accepting any change to the RVCT toolchain where they
will override other changes.

Task-number: QTCREATORBUG-4326
Reviewed-by: dt
13 years agoL10n: German translations for 2.2 (string freeze).
Friedemann Kleint [Fri, 1 Apr 2011 15:44:24 +0000 (17:44 +0200)]
L10n: German translations for 2.2 (string freeze).

13 years agoDebugger[CDB]: Implement simple dumpers for further Qt types.
Friedemann Kleint [Fri, 1 Apr 2011 15:30:17 +0000 (17:30 +0200)]
Debugger[CDB]: Implement simple dumpers for further Qt types.

QFile/QFileInfo/QUrl:
For those types, there is no symbolic information for their *Private
classes. Poke around in raw memory do obtain some information.

Move readMemory-utilities around.

13 years agoQt: Make sure to import non-native pathes from ini
Tobias Hunger [Fri, 1 Apr 2011 15:13:03 +0000 (17:13 +0200)]
Qt: Make sure to import non-native pathes from ini

Make sure to not import non-native pathes from our settings
(from old versions of Qt Creator). We make sure to use only
proper slashes nowadays.

Task-number: QTCREATORBUG-4328
Reviewed-by: dt
13 years agoCompile on linux
dt [Fri, 1 Apr 2011 15:07:52 +0000 (17:07 +0200)]
Compile on linux

Reviewed-By: hunger
13 years agoSymbian: Fixed the 'Adapter start failed' bug
Pawel Polanski [Fri, 1 Apr 2011 14:52:57 +0000 (16:52 +0200)]
Symbian: Fixed the 'Adapter start failed' bug

Task-number: QTCREATORBUG-4325
Reviewed-by: Friedemann Kleint
13 years agoQmlDesigner.statesEditor: do not add redundant imports
Thomas Hartmann [Fri, 1 Apr 2011 14:49:57 +0000 (16:49 +0200)]
QmlDesigner.statesEditor: do not add redundant imports

Do not add QtQuick 1.0 import if we already have a QtQuick 1.1
import.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.dragAndDrop: crash fix
Thomas Hartmann [Fri, 1 Apr 2011 14:47:18 +0000 (16:47 +0200)]
QmlDesigner.dragAndDrop: crash fix

Something could go wrong while adding the import.
e.g.: qmldump can fail

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

13 years agoSubmit Editor: Add check all checkbox
dt [Fri, 1 Apr 2011 14:42:20 +0000 (16:42 +0200)]
Submit Editor: Add check all checkbox

Task-Nr: QTCREATORBUG-3539

13 years agoMaemo: Fix user-visible OS names.
Christian Kandeler [Fri, 1 Apr 2011 14:19:10 +0000 (16:19 +0200)]
Maemo: Fix user-visible OS names.

13 years agoQmlDesigner.propertyEditor: fix fill button
Thomas Hartmann [Fri, 1 Apr 2011 12:01:26 +0000 (14:01 +0200)]
QmlDesigner.propertyEditor: fix fill button

The fill button should only be checked
if all 4 anchors are set and the margins are 0.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.propertyEditor: fixes anchoring in flickable
Thomas Hartmann [Fri, 1 Apr 2011 11:53:40 +0000 (13:53 +0200)]
QmlDesigner.propertyEditor: fixes anchoring in flickable

Searching through "children" is not enough since
some items have default properties like "flickableChildren".
So we mimic instanceChildren here by taking all subnodes and
comparing the instanceParent.

Reviewed-by: Kai Koehne