Commit Graph

12552 Commits

Author SHA1 Message Date
Lasse Holmstedt beb6f59c26 Fix to avoid selection loop b/w QML Inspector and QML Observer 2010-07-30 17:53:54 +02:00
Lasse Holmstedt 912487d3eb Insertion point fix for Declaration from Definition quickfix
Reviewed-by: Erik Verbruggen
2010-07-30 17:45:28 +02:00
Lasse Holmstedt ec15a55118 QML JS Debugger: clear context properly when reloading qml app 2010-07-30 17:45:28 +02:00
Lasse Holmstedt 8d504e1ad5 QML Observer: Highlight selected items in Qt Creator on click 2010-07-30 17:43:58 +02:00
Lasse Holmstedt 64f668fe1f QML JS Debugger: Removed unused method from tools interface 2010-07-30 17:43:38 +02:00
ck af80124876 Fix compilation for namespaced Qt. 2010-07-30 16:54:18 +02:00
ck ae9d013f8b Botan: Add missing #include directive. 2010-07-30 16:48:40 +02:00
ck 368d9c1f36 Botan: Introduce wrapper class for shared pointers.
This allows us to quickly switch between std::tr1::shared_ptr and
QSharedPointer. The latter is the default now because of problems
with shared_ptr in certain compilers.

Reviewed-by: Bill King
2010-07-30 16:48:40 +02:00
ck ca7f49071b Maemo: Complete support for debugging via remote gdb.
1) Make sources available on device.
2) Enable users to switch between gdb and gdbserver approach (users may not be able to use the former if they have no control over their firewall).

Reviewed-by: kh1
2010-07-30 16:48:40 +02:00
Olivier Goffart 933d23bced QmlJsDebugger: QDeclarativeDesignView: move private stuff to QDeclarativeDesignViewPrivate 2010-07-30 16:42:12 +02:00
Lasse Holmstedt 8918cff941 Moved CrumblePath to Utils
This widget has little to do with the QML debugging library, and will be
reused inside the QML JS Inspector UI as well.
2010-07-30 16:09:29 +02:00
Pawel Polanski f4b1c441aa Added the SignSisParser for Symbian OS
Added support for passphrases for keys for Symbian OS

Reviewed-by: Tobias Hunger
2010-07-30 15:24:16 +02:00
Lasse Holmstedt 2c15b30a20 Qml JS Live Preview: Show warnings when running Live Preview
Two kinds of warnings are now shown: one for warning about the Live
Preview itself, as it is experimental, and another when user changes
id's of objects during runtime, as this is not supported at the moment.

More warnings will be added later for other unsupported changes.
2010-07-30 15:28:19 +02:00
Lasse Holmstedt 07ac6bcaa4 Wrap text in EditorView's info bar
Reviewed-by: con
2010-07-30 15:28:19 +02:00
Lasse Holmstedt fb72a54ad2 QML Observer: Don't use the custom style on mac
Makes it look ugly
2010-07-30 15:28:19 +02:00
Lasse Holmstedt 95d3e5c5aa QML Observer: Remove compiler warning 2010-07-30 15:28:19 +02:00
Erik Verbruggen 4d51853d3c Extended declaration adding to ask for access spec. 2010-07-30 14:55:37 +02:00
Thomas Hartmann a2189bfdbf QuickToolBar: implement preview and BorderImage
There is now a nice preview for images and the
properties and borders of a BorderImage can
be visually edited
2010-07-30 14:32:00 +02:00
Thomas Hartmann 3e4e0f80db QuickToolBar: integrate BorderImage 2010-07-30 14:31:59 +02:00
Thomas Hartmann 7c67c2beb2 QuickToolBar: new ui file 2010-07-30 14:31:59 +02:00
Thomas Hartmann 1342f7594a QtQuickToolBar: default for Rectangle color is white not black 2010-07-30 14:31:57 +02:00
Thomas Hartmann 83900f4b20 QtQuickToolbar: enable for master 2010-07-30 14:31:57 +02:00
Thomas Hartmann 3026cc756b QmlDesigner: adding new icons 2010-07-30 14:31:56 +02:00
Thomas Hartmann 6e8bb0c818 QmlDesigner.toolbar: refactor moving code into seperate class 2010-07-30 14:31:56 +02:00
Thomas Hartmann 02eba4fb0c QmlDesigner.toolbar: avoid issues during setup 2010-07-30 14:31:55 +02:00
Thomas Hartmann 2a90e47c19 QmlDesigner.toolbar: preview 2010-07-30 14:31:55 +02:00
Thomas Hartmann b2a3e0d861 QmlDesigner: toolTip for FileWidget 2010-07-30 14:31:54 +02:00
kh1 30a0379fee Reregister a help file if creation time is newer.
Reviewed-by: ck
2010-07-30 13:48:24 +02:00
Roberto Raggi a3757d89e1 Provide access to the declarations of set() and append(). 2010-07-30 12:31:18 +02:00
Roberto Raggi bd886b7f29 Include QFileInfo. 2010-07-30 12:31:17 +02:00
Alessandro Portale e4b49acf39 Let Qml scene define the window size on Desktop
And also prevent a 0-size if the Qml document does not specify
width/height.
2010-07-30 12:16:11 +02:00
Lasse Holmstedt 7bcbf65ad6 QML Observer: Made toolbar and crumble path look better
Now the style is something similar to Qt Creator's default coloring.
2010-07-30 11:48:43 +02:00
Alessandro Portale 99b18fe22e Application data deployment on the mac
Using the QMAKE_BUNDLE_DATA variable to copy the data into
the Resource directory in the application bundle.
2010-07-30 10:49:11 +02:00
Pawel Polanski dc613c013d Fixed: Creator crashes when trying to deploy to a non existing device 2010-07-30 08:25:12 +02:00
Alessandro Portale 54a9900c0a Improve deployment of qml apps 2010-07-29 17:29:19 +02:00
Alessandro Portale b15851f6d5 Typo fix. 2010-07-29 17:29:19 +02:00
con 6cc0abfec0 Fix check boxes in search result window.
Use the right painting methods to make it look good, and also make
(de-)selecting all subitems of a node possible.
2010-07-29 16:35:05 +02:00
Roberto Raggi 7794289424 Get rid of Oveview::prettyTypeWithName() and LookupContext::minimalName() 2010-07-29 15:17:24 +02:00
Roberto Raggi d3761d10e2 Use 1-based locations. 2010-07-29 15:17:24 +02:00
ck 2b53ca3218 Fix compilation with namespaced Qt. 2010-07-29 15:03:33 +02:00
ck af57685ca8 Maemo: Improve remote mounts GUI.
Reviewed-by: kh1
2010-07-29 15:03:33 +02:00
Lasse Holmstedt 576642a76a Compile fix for QmlObserver
The problem was that qtLibraryTarget only works for libraries (see
mkspecs/features/qt_functions.prf), not apps. Additionally,
because we now have an app bundle inside an app bundle for OS X, the
install name of the library has to be manually modified.

Reviewed-by: con
2010-07-29 15:14:47 +02:00
kh1 4a16cb9c38 Final step to be able to set remote environment.
Task-number: QTCREATORBUG-1663
Reviewed-by: ck
2010-07-29 14:43:42 +02:00
kh1 ebe2fb88f3 Remove some more NetSieben traces.
Reviewed-by: ck
2010-07-29 14:43:41 +02:00
Olivier Goffart f3cdbeff63 QmlJsInspector: remove private header dependencies
A copy of the client debugging code is made in src/libs/qmljsdebugclient/
(this comes from the qt code from commit 65642dd343bf61)

So the qmljsinspector plugin does not require anymore Qt private headers.
2010-07-29 14:36:11 +02:00
Olivier Goffart 333334c64c Remove src/tools/qml/qmlobserver/qdeclarativedesignview.h as it is now in qmljsdebugger library 2010-07-29 14:24:28 +02:00
Erik Verbruggen 42e34d6cd2 Removed debug output. 2010-07-29 14:15:11 +02:00
Lasse Holmstedt 16ff725c72 Fixed linking on windows for qmljsdebugger 2010-07-29 12:53:39 +02:00
Erik Verbruggen 8a62bc455e Changed parser debug output to include token ahead. 2010-07-29 12:11:54 +02:00
Lasse Holmstedt 1972c2f897 Refactored QmlJS Live Preview into a library
QMLObserver links against the library dynamically. User's apps can also
link to it statically, so that the app can be deployed with debugging
features to a device, without having to worry about library deployment.
2010-07-29 12:16:04 +02:00