OSDN Git Service

qt-creator-jp/qt-creator-jp.git
13 years agoQmlDesigner.MetaInfo: Remove qDebug
Marco Bubke [Thu, 27 Jan 2011 15:50:23 +0000 (16:50 +0100)]
QmlDesigner.MetaInfo: Remove qDebug

13 years agoQmlDesigner.MetaInfo: Refactoring
Marco Bubke [Thu, 27 Jan 2011 15:47:50 +0000 (16:47 +0100)]
QmlDesigner.MetaInfo: Refactoring

13 years agodebugger: implement dumper for QBasicAtomicPointer
hjk [Thu, 27 Jan 2011 14:03:08 +0000 (15:03 +0100)]
debugger: implement dumper for QBasicAtomicPointer

13 years agodebugger: improve QWeakPointer dumper
hjk [Thu, 27 Jan 2011 11:30:16 +0000 (12:30 +0100)]
debugger: improve QWeakPointer dumper

strongref == -1 is valid

13 years agodebugger: move breakpoint translations to internal namespace
hjk [Wed, 26 Jan 2011 16:41:26 +0000 (17:41 +0100)]
debugger: move breakpoint translations to internal namespace

13 years agoFixed out-of-bounds when originalSource was not explicitly supplied.
Erik Verbruggen [Thu, 27 Jan 2011 13:51:01 +0000 (14:51 +0100)]
Fixed out-of-bounds when originalSource was not explicitly supplied.

Task-number: QTCREATORBUG-3613

13 years agoQmlDesigner.NodeInstances: Use the local meego theme
Marco Bubke [Thu, 27 Jan 2011 12:17:48 +0000 (13:17 +0100)]
QmlDesigner.NodeInstances: Use the local meego theme

13 years agoQmlDesigner.FormEditor: Fix memory leak
Marco Bubke [Thu, 27 Jan 2011 11:54:14 +0000 (12:54 +0100)]
QmlDesigner.FormEditor: Fix memory leak

13 years agoDebugger[CDB]: Set working directory.
Friedemann Kleint [Thu, 27 Jan 2011 10:47:59 +0000 (11:47 +0100)]
Debugger[CDB]: Set working directory.

13 years agoRenamed: qmlstandalone -> appwizards
Alessandro Portale [Wed, 26 Jan 2011 22:17:01 +0000 (23:17 +0100)]
Renamed: qmlstandalone -> appwizards

That test will be for Qt Quick app and Html5 app wizard testing.

13 years agoDebugger: Add to API documentation.
Friedemann Kleint [Wed, 26 Jan 2011 16:22:25 +0000 (17:22 +0100)]
Debugger: Add to API documentation.

Reviewed-by: hjk
13 years agoDummy template for Html5 app wizards
Alessandro Portale [Wed, 26 Jan 2011 15:36:18 +0000 (16:36 +0100)]
Dummy template for Html5 app wizards

The template code is similar to the Qt Quick App wizard
template code. It has a Viewer class +.pri which wrap the "dirty
stuff", a main .pro file and main.cpp file. In this case, there
is also a "Hello World" index.html file.

The "dirty stuff" code exposes a quit() function to the JavaScript
in the webview, which can be triggerd via the index.html.

As the 1-line-summary of this commit states, it is a dummy. Some-
one with proper knowlede about QtWebkit please provide better
template code.

Task-Number: QTCREATORBUG-3284

13 years agoQmlDesigner.NodeInstances: Improve skip list
Marco Bubke [Wed, 26 Jan 2011 15:35:02 +0000 (16:35 +0100)]
QmlDesigner.NodeInstances: Improve skip list

13 years agooutputwindow: differentiate between stdout and stderr again
hjk [Wed, 26 Jan 2011 15:38:03 +0000 (16:38 +0100)]
outputwindow: differentiate between stdout and stderr again

Task-number: QTCREATORBUG-3496

13 years agoQmlDesigner.Rewriter: Fix crash in rewriter
Marco Bubke [Wed, 26 Jan 2011 15:13:21 +0000 (16:13 +0100)]
QmlDesigner.Rewriter: Fix crash in rewriter

13 years agoQmlDesigner.Rewriter: Remove qDebug
Marco Bubke [Wed, 26 Jan 2011 15:12:56 +0000 (16:12 +0100)]
QmlDesigner.Rewriter: Remove qDebug

13 years agoQmlDesigner.NodeInstances: Slow down all animations
Marco Bubke [Wed, 26 Jan 2011 14:21:48 +0000 (15:21 +0100)]
QmlDesigner.NodeInstances: Slow down all animations

13 years agoQmlDesigner.NodeInstances: Remove superfluous context
Marco Bubke [Wed, 26 Jan 2011 13:05:22 +0000 (14:05 +0100)]
QmlDesigner.NodeInstances: Remove superfluous context

13 years agoQmlDesigner.NodeInstance: Fix forgotten url setter
Marco Bubke [Wed, 26 Jan 2011 13:04:08 +0000 (14:04 +0100)]
QmlDesigner.NodeInstance: Fix forgotten url setter

13 years agoQmlDesigner.NodeInstance: Shorter timers
Marco Bubke [Wed, 26 Jan 2011 12:19:01 +0000 (13:19 +0100)]
QmlDesigner.NodeInstance: Shorter timers

13 years agoQmlDesigner.Rewriter: Check if property value is different
Marco Bubke [Tue, 25 Jan 2011 19:17:32 +0000 (20:17 +0100)]
QmlDesigner.Rewriter: Check if property value is different

13 years agoQmlDesigner.NodeInstances: FileSystemWatcher for dummy data
Marco Bubke [Tue, 25 Jan 2011 19:03:26 +0000 (20:03 +0100)]
QmlDesigner.NodeInstances: FileSystemWatcher for dummy data

13 years agoUn-messing the comment text layout. And removing trailing WS.
Alessandro Portale [Tue, 25 Jan 2011 20:04:35 +0000 (21:04 +0100)]
Un-messing the comment text layout. And removing trailing WS.

13 years agoDebugger[CDB]: Reduce roundtrips when stepping.
Friedemann Kleint [Tue, 25 Jan 2011 17:35:31 +0000 (18:35 +0100)]
Debugger[CDB]: Reduce roundtrips when stepping.

Report threads and frames along with stopped notification.
Change special logic for step into and switching threads
on interrupt accordingly.

13 years agoQmlDesigner.NodeInstances: Refresh component after change
Marco Bubke [Tue, 25 Jan 2011 15:50:16 +0000 (16:50 +0100)]
QmlDesigner.NodeInstances: Refresh component after change

13 years agoQmlDesigner.Rewriter: Sync component
Marco Bubke [Tue, 25 Jan 2011 15:49:24 +0000 (16:49 +0100)]
QmlDesigner.Rewriter: Sync component

13 years agoQmlDesigner: Fix inline component support
Marco Bubke [Tue, 25 Jan 2011 14:47:09 +0000 (15:47 +0100)]
QmlDesigner: Fix inline component support

13 years agoQmlDesigner.NodeInstances: Skip ListModels
Marco Bubke [Tue, 25 Jan 2011 14:46:23 +0000 (15:46 +0100)]
QmlDesigner.NodeInstances: Skip ListModels

13 years agoQmlDesigner.NodeInstances: Add dummydata support in the visual editor
Marco Bubke [Tue, 25 Jan 2011 14:45:01 +0000 (15:45 +0100)]
QmlDesigner.NodeInstances: Add dummydata support in the visual editor

dummydata directories are searched recursive too.

13 years agoQmlDesigner.NodeInstances: Add endline to import list elements
Marco Bubke [Tue, 25 Jan 2011 14:41:51 +0000 (15:41 +0100)]
QmlDesigner.NodeInstances: Add endline to import list elements

13 years agoDebugger: Make Tooltips on Windows expandable.
Friedemann Kleint [Tue, 25 Jan 2011 13:01:40 +0000 (14:01 +0100)]
Debugger: Make Tooltips on Windows expandable.

Make tooltips expandable by removing the event filter.
(Brute-force attempt - to be reverted if it causes problems).

13 years agoDebugger[CDB]: Show expandable tooltips.
Friedemann Kleint [Tue, 25 Jan 2011 12:59:25 +0000 (13:59 +0100)]
Debugger[CDB]: Show expandable tooltips.

By setting a filter model on the locals model.
Prepare infrastructure for filter models for pinneable
tooltips in debuggertooltips.

13 years agoTab and back tab in locator where moving the focus to some weird place.
con [Tue, 25 Jan 2011 12:10:24 +0000 (13:10 +0100)]
Tab and back tab in locator where moving the focus to some weird place.

Let it cycle through elements instead.

Requested-by: aep
13 years agoqmldump: Allow for debug and release versions and choose the right one.
Christian Kamm [Mon, 24 Jan 2011 12:16:27 +0000 (13:16 +0100)]
qmldump: Allow for debug and release versions and choose the right one.

Task-number: QTCREATORBUG-3549
Reviewed-by: Kai Koehne
13 years agoQtOptionsPage: Fixing compilation
Kai Koehne [Tue, 25 Jan 2011 10:57:03 +0000 (11:57 +0100)]
QtOptionsPage: Fixing compilation

13 years agoDebugger[CDB]: Prevent debugger log from showing.
Friedemann Kleint [Tue, 25 Jan 2011 10:52:50 +0000 (11:52 +0100)]
Debugger[CDB]: Prevent debugger log from showing.

caused by overlapping flags and thus 'Stop at breakpoint'
being reported as an error.

13 years agoQt4ProjectManager: Helper Tools UI fix
Kai Koehne [Tue, 25 Jan 2011 08:55:40 +0000 (09:55 +0100)]
Qt4ProjectManager: Helper Tools UI fix

Don't show 'cannot be built' if there is indeed already a tool (e.g. for the qtc-qmldump
we ship in the QtSDK.

13 years agoQmlInspector: fixed show app on top
Christiaan Janssen [Mon, 24 Jan 2011 16:51:24 +0000 (17:51 +0100)]
QmlInspector: fixed show app on top

Reviewed-by: Kai Koehne
13 years agoQmlDebugger: displaying tooltips while qml is running
Christiaan Janssen [Mon, 24 Jan 2011 15:58:35 +0000 (16:58 +0100)]
QmlDebugger:  displaying tooltips while qml is running

Reviewed-by: hjk
13 years agoQmlDebugger: bypassing jsdebugger stop when querying expressions
Christiaan Janssen [Mon, 24 Jan 2011 15:30:34 +0000 (16:30 +0100)]
QmlDebugger: bypassing jsdebugger stop when querying expressions

Reviewed-by: Kai Koehne
13 years agodebugger: switch do fkleint's style of debug output enabling
hjk [Tue, 25 Jan 2011 09:59:45 +0000 (10:59 +0100)]
debugger: switch do fkleint's style of debug output enabling

13 years agodebugger: fix cpp single stepping after cross-step
hjk [Tue, 25 Jan 2011 09:46:57 +0000 (10:46 +0100)]
debugger: fix cpp single stepping after cross-step

13 years agodebugger: put the current dir into the log and make sure that auto-asolib-add is set
hjk [Tue, 25 Jan 2011 07:18:45 +0000 (08:18 +0100)]
debugger: put the current dir into the log and make sure that auto-asolib-add is set

13 years agodoc: fix quoting of git ls-files arguments
hjk [Tue, 25 Jan 2011 07:17:57 +0000 (08:17 +0100)]
doc: fix quoting of git ls-files arguments

13 years agoUpdate requirement to 4.7.1 because of "qmake endless loop" in 4.7.0.
con [Tue, 25 Jan 2011 08:38:05 +0000 (09:38 +0100)]
Update requirement to 4.7.1 because of "qmake endless loop" in 4.7.0.

13 years agoSmall fix
Pawel Polanski [Tue, 25 Jan 2011 08:19:28 +0000 (09:19 +0100)]
Small fix

13 years agoMaemo: Add Meego target classes.
Christian Kandeler [Mon, 24 Jan 2011 16:41:56 +0000 (17:41 +0100)]
Maemo: Add Meego target classes.

Not being used yet. Infrastructure (factories, toolchains) missing.

13 years agoMaemo: Introduce abstract class for debian-based Maemo targets.
Christian Kandeler [Mon, 24 Jan 2011 10:57:42 +0000 (11:57 +0100)]
Maemo: Introduce abstract class for debian-based Maemo targets.

13 years agoProject Wizards: Make the categorie names reflect the contents
dt [Mon, 24 Jan 2011 15:00:12 +0000 (16:00 +0100)]
Project Wizards: Make the categorie names reflect the contents

Also reorder the contents to have Qt Quick on top. Move Console Qt
to Other Projects.

Qt QWidget project isn't the best name, but the new structure is a
improvement so using it for now.

Task-Nr: QTCREATORBUG-3513

Ack-By: con
Ack-By: kkoehne
13 years agoMake the TaskWindow scroll per pixel
dt [Mon, 24 Jan 2011 12:51:26 +0000 (13:51 +0100)]
Make the TaskWindow scroll per pixel

Task-Nr: QTCREATORBUG-3562

13 years agoQmldesigner: Change default webkit welcome page
Marco Bubke [Mon, 24 Jan 2011 15:06:57 +0000 (16:06 +0100)]
Qmldesigner: Change default webkit welcome page

13 years agoQmlDesigner.NodeInstances: Fix crash for reset Values
Marco Bubke [Mon, 24 Jan 2011 13:55:22 +0000 (14:55 +0100)]
QmlDesigner.NodeInstances: Fix crash for reset Values

Task-number: QTCREATORBUG-3558

13 years agoSymbian: Passive content projects are deployed correctly.
Pawel Polanski [Mon, 24 Jan 2011 14:36:46 +0000 (15:36 +0100)]
Symbian: Passive content projects are deployed correctly.

Task-number: QTCREATORBUG-3579

13 years agoWizards: Fix include style.
Friedemann Kleint [Mon, 24 Jan 2011 14:32:06 +0000 (15:32 +0100)]
Wizards: Fix include style.

13 years agoFix bogus warnings when creating a new project
Tobias Hunger [Mon, 24 Jan 2011 13:59:39 +0000 (14:59 +0100)]
Fix bogus warnings when creating a new project

Fix bogus warnings about build locations when setting up a new project.

13 years agoMake RunSettingsWidget more robust
Tobias Hunger [Mon, 24 Jan 2011 13:21:52 +0000 (14:21 +0100)]
Make RunSettingsWidget more robust

Handle a situation that can never happen but caused a crash.

13 years agoSymbian: Warning is displayed if no sis packed is provided for deployment
Pawel Polanski [Mon, 24 Jan 2011 13:51:46 +0000 (14:51 +0100)]
Symbian: Warning is displayed if no sis packed is provided for deployment

13 years agoQt4Project: Fix label for helper (tools)
Kai Koehne [Mon, 24 Jan 2011 13:14:39 +0000 (14:14 +0100)]
Qt4Project: Fix label for helper (tools)

Replace 'Helper tools' with just 'helper', and make label gramatically
correct even if there is just one helper. (We don't provide an english2english
translation).

13 years agoMerge remote branch 'origin/2.1'
con [Mon, 24 Jan 2011 13:01:04 +0000 (14:01 +0100)]
Merge remote branch 'origin/2.1'

13 years agoMerge origin/2.1, commit '54f4fba003c5bb60ed747552e8b7d4981fa2ecbd'
con [Mon, 24 Jan 2011 12:59:33 +0000 (13:59 +0100)]
Merge origin/2.1, commit '54f4fba003c5bb60ed747552e8b7d4981fa2ecbd'

13 years agoMerge origin/2.1, commit '05bc989fc0ab7c6be1e04d6f8fe21ec54e526497'
con [Mon, 24 Jan 2011 12:52:03 +0000 (13:52 +0100)]
Merge origin/2.1, commit '05bc989fc0ab7c6be1e04d6f8fe21ec54e526497'

13 years agoRemove some unused code.
con [Fri, 21 Jan 2011 15:54:28 +0000 (16:54 +0100)]
Remove some unused code.

13 years agodebugger: more work on Qml -> C++ -> Qml "cross stepping"
hjk [Mon, 24 Jan 2011 12:37:07 +0000 (13:37 +0100)]
debugger: more work on Qml -> C++ -> Qml "cross stepping"

13 years agoHeader cleanup in share/qtcreator/qml, specify module name.
Friedemann Kleint [Mon, 24 Jan 2011 11:30:21 +0000 (12:30 +0100)]
Header cleanup in share/qtcreator/qml, specify module name.

13 years agoHeader cleanup in src, specify module name.
Friedemann Kleint [Mon, 24 Jan 2011 11:29:48 +0000 (12:29 +0100)]
Header cleanup in src, specify module name.

13 years agoChange the default shortcut for execute macro.
Nicolas Arnaud-Cormos [Mon, 24 Jan 2011 10:39:43 +0000 (11:39 +0100)]
Change the default shortcut for execute macro.

Use the Alt+R, now that default shortcuts for save macros are not
created by default.

Merge-request: 236
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoRefactor the shortcut management for plugin macros
Nicolas Arnaud-Cormos [Mon, 24 Jan 2011 10:39:42 +0000 (11:39 +0100)]
Refactor the shortcut management for plugin macros

When saving a macro, a shortcut is created and the user can change the
shortcut in Options->Keyboard.
When the macro is removed, the shortcut is removed from the
actionManager using the removeShortcut method.
This is way simpler than before, where a number of default shortcuts
where defined and macros took the empty space.

Merge-request: 236
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoAdd removeShortcut method to the actionManager.
Nicolas Arnaud-Cormos [Mon, 24 Jan 2011 10:39:40 +0000 (11:39 +0100)]
Add removeShortcut method to the actionManager.

Almost working as the removeAction, but we don't need to check if the command is empty here.

Merge-request: 236
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
13 years agoSymbian: Fix runtime warnings.
Friedemann Kleint [Mon, 24 Jan 2011 08:48:11 +0000 (09:48 +0100)]
Symbian: Fix runtime warnings.

13 years agoSymbian: process detection added to CODA
Pawel Polanski [Fri, 21 Jan 2011 16:30:02 +0000 (17:30 +0100)]
Symbian: process detection added to CODA

13 years agoBuild warnings.
Friedemann Kleint [Fri, 21 Jan 2011 16:29:46 +0000 (17:29 +0100)]
Build warnings.

13 years agoDoc: align table with SDK docs
Leena Miettinen [Fri, 21 Jan 2011 16:08:47 +0000 (17:08 +0100)]
Doc: align table with SDK docs

Reviewed-by: Maurice Kalinowski
13 years agoDebugger[gdb]: Improve reporting of Windows exceptions.
Friedemann Kleint [Fri, 21 Jan 2011 15:42:57 +0000 (16:42 +0100)]
Debugger[gdb]: Improve reporting of Windows exceptions.

Particularly affecting Windows DLL loading, which was previously
suppressed.

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

13 years agoQt4ProjectManager: Revamp of Qt Versions dialog
Kai Koehne [Mon, 17 Jan 2011 18:15:51 +0000 (19:15 +0100)]
Qt4ProjectManager: Revamp of Qt Versions dialog

The versions dialog now uses Utils::DetailsWidget to show the
general version information and (debugging) helper information.

The 'Helper Tools' can now be expanded to see each tools status
& recompile them selectively.

13 years agoDoc: methods in current document locator filter
Leena Miettinen [Fri, 21 Jan 2011 14:32:43 +0000 (15:32 +0100)]
Doc: methods in current document locator filter

Reviewed-by: con
13 years agoUtils::DetailsButton: Don't make button vertically expanding
Kai Koehne [Fri, 21 Jan 2011 10:06:16 +0000 (11:06 +0100)]
Utils::DetailsButton: Don't make button vertically expanding

Change default vertical size policy of the DetailsButton from
Expanding to Preferred: This way it won't be 'greedy' and enlarge
just because there is space left.

13 years agoQmlJSInspector: Remove unneeded header
Kai Koehne [Fri, 21 Jan 2011 12:19:49 +0000 (13:19 +0100)]
QmlJSInspector: Remove unneeded header

Task-number: QTCREATORBUG-3554

13 years agoAdd "Run" to projectexplorer context menu
dt [Thu, 20 Jan 2011 17:05:58 +0000 (18:05 +0100)]
Add "Run" to projectexplorer context menu

Task-Nr: QTCREATORBUG-2166

13 years agoQt4ProjectManager: Do not offer invalid qt versions
dt [Thu, 20 Jan 2011 11:42:42 +0000 (12:42 +0100)]
Qt4ProjectManager: Do not offer invalid qt versions

13 years agoCreator: Also warn off undefined symbols on linux-g++
dt [Thu, 20 Jan 2011 11:41:03 +0000 (12:41 +0100)]
Creator: Also warn off undefined symbols on linux-g++

Patch by Fabo

13 years agoWarning fix
Pawel Polanski [Fri, 21 Jan 2011 12:27:49 +0000 (13:27 +0100)]
Warning fix

13 years agoMaemo: Don't upload utfs-client anymore.
Christian Kandeler [Fri, 21 Jan 2011 12:16:31 +0000 (13:16 +0100)]
Maemo: Don't upload utfs-client anymore.

It's now a part of mad-developer and should be on the device already.

13 years agoDebugger: Fix CDB autodetection for 32bit builds on 64bit systems.
Friedemann Kleint [Fri, 21 Jan 2011 11:50:13 +0000 (12:50 +0100)]
Debugger: Fix CDB autodetection for 32bit builds on 64bit systems.

13 years agoCompile.
Friedemann Kleint [Fri, 21 Jan 2011 11:48:51 +0000 (12:48 +0100)]
Compile.

13 years agoSymbian: Separating CODA's and TRK's RunControl
Pawel Polanski [Tue, 18 Jan 2011 15:45:42 +0000 (16:45 +0100)]
Symbian: Separating CODA's and TRK's RunControl

Reviewed-by: Tobias Hunger
13 years agoqmldump: Produce an error message if module import fails.
Christian Kamm [Thu, 20 Jan 2011 15:02:28 +0000 (16:02 +0100)]
qmldump: Produce an error message if module import fails.

Reviewed-by: Kai Koehne
13 years agoQmlDesigner.FormEditor: Fix repaint artefacts
Marco Bubke [Thu, 20 Jan 2011 19:35:32 +0000 (20:35 +0100)]
QmlDesigner.FormEditor: Fix repaint artefacts

13 years agoQmlDesigner.FormEditor: Fix crash for root type change
Marco Bubke [Thu, 20 Jan 2011 18:13:32 +0000 (19:13 +0100)]
QmlDesigner.FormEditor: Fix crash for root type change

13 years agoQmlDesigner.Model: Call NodeInstanceView before other views for root type change
Marco Bubke [Thu, 20 Jan 2011 18:12:47 +0000 (19:12 +0100)]
QmlDesigner.Model: Call NodeInstanceView before other views for root type change

13 years agoQmlDesigner: Fix the formeditor background
Marco Bubke [Thu, 20 Jan 2011 17:52:23 +0000 (18:52 +0100)]
QmlDesigner: Fix the formeditor background

13 years agoQmlDesigner: Add some more items from meego and symbian
Marco Bubke [Thu, 20 Jan 2011 16:50:24 +0000 (17:50 +0100)]
QmlDesigner: Add some more items from meego and symbian

13 years agoQmlDesigner.ItemLibrary: Fix crash for import change
Marco Bubke [Thu, 20 Jan 2011 16:49:40 +0000 (17:49 +0100)]
QmlDesigner.ItemLibrary: Fix crash for import change

13 years agoQmlDesigner: Restart qmlpuppet for root node change
Marco Bubke [Thu, 20 Jan 2011 16:45:25 +0000 (17:45 +0100)]
QmlDesigner: Restart qmlpuppet for root node change

13 years agoMake action containers aware of deleted commands.
con [Thu, 20 Jan 2011 14:28:34 +0000 (15:28 +0100)]
Make action containers aware of deleted commands.

They need to remove them from their internal structure.

13 years agoRefactor ActionContainer internals.
con [Thu, 20 Jan 2011 13:24:44 +0000 (14:24 +0100)]
Refactor ActionContainer internals.

Make groups explicit instead of magic integer stuff.
That also makes group ordering explicit instead of magically working
(the way we happened to use it and the way unique id manager is
implemented).

13 years agoQmlJsInspector: added PropertyInspector files
Christiaan Janssen [Thu, 20 Jan 2011 14:38:21 +0000 (15:38 +0100)]
QmlJsInspector:  added PropertyInspector files

Reviewed-by: Kai Koehne
13 years agoQmlJsInspector: implemented Property Inspector
Christiaan Janssen [Tue, 18 Jan 2011 16:17:17 +0000 (17:17 +0100)]
QmlJsInspector: implemented Property Inspector

Reviewed-by: Kai Koehne
13 years agoQmlJsLiveTextPreview: adjusted ast offsets for objectbindings
Christiaan Janssen [Thu, 20 Jan 2011 11:02:40 +0000 (12:02 +0100)]
QmlJsLiveTextPreview:  adjusted ast offsets for objectbindings

Reviewed-by: Kai Koehne
13 years agoCorrected fix to the FindUsages auto-tests.
Erik Verbruggen [Thu, 20 Jan 2011 14:05:27 +0000 (15:05 +0100)]
Corrected fix to the FindUsages auto-tests.

13 years agoTests: Fix compilation/plugin test.
Friedemann Kleint [Thu, 20 Jan 2011 13:43:06 +0000 (14:43 +0100)]
Tests: Fix compilation/plugin test.