Leandro Melo
e8ac7ead06
Make QML color validation code reusable.
...
Reviewed-by: ckamm
2010-08-02 14:56:55 +02:00
Olivier Goffart
0707aac622
Fix crash.
2010-08-02 14:55:24 +02:00
Olivier Goffart
40c07dbf97
Fix invalid read
...
One shall check the event is a QKeyEvent before static_cast
2010-08-02 14:46:38 +02:00
Tobias Hunger
86bf228bb8
Build fix for linux
2010-08-02 14:30:17 +02:00
Tobias Hunger
b06d4017ca
Build fix for mac
2010-08-02 14:29:32 +02:00
Tobias Hunger
bfc9968cb7
Compile fix on mac
2010-08-02 14:26:48 +02:00
Roberto Raggi
7ae7193183
Removed unused formal argument.
2010-08-02 14:21:49 +02:00
Tobias Hunger
ee4a04a20b
Refactor deployment
...
* Add a DeployConfiguration class to hold settings related
to deployment.
* Add BuildStepsList to hold a list of buildsteps
* Update BuildConfiguration to use BuildStepLists instead of
manageing lists of buildsteps itself.
* Update BuildManager to use BuildStepLists in its interfaces
* Fix fallout introduced by API changes
* Update .user file to new way of storing settings
Task-number: QTCREATORBUG-1427
Task-number: QTCREATORBUG-1428
Task-number: QTCREATORBUG-1811
Task-number: QTCREATORBUG-1930
2010-08-02 14:21:05 +02:00
Tobias Hunger
cc93a08b1b
Fix use of SUBST drives and symbian
...
Task-number: QTCREATORBUG-1224
Reviewed-by: aportale
2010-08-02 13:03:37 +02:00
Roberto Raggi
6324bf4460
Introduced IdExpressionAST.
2010-08-02 12:52:12 +02:00
Roberto Raggi
6226cfe1fc
Compile.
2010-08-02 12:52:11 +02:00
ck
dd6966b2f0
Maemo: Do the bind() for remote mounts on the device.
...
This makes us more independent of the developer PC's firewall setting.
Reviewed-by: kh1
2010-08-02 12:50:01 +02:00
Roberto Raggi
34c1c10cc0
Get rid of the automatic completion box when its only entry is the symbol under cursor.
2010-08-02 11:41:05 +02:00
ck
29c304bdf5
Maemo: Determine host address from device automatically.
...
Reviewed-by: kh1
2010-08-02 11:12:16 +02:00
Alessandro Portale
3aa3c5688f
Pedantic cleanup of filename parameters for QIcon constructor
...
Using more *::Constants::ICON_* where it makes sense and
wrapping the file names into QLatin1String where they were
missing.
The increased usage of the ICON constants needed a few more
cross plugin includes of *constants.h, here and there.
I think that it is OK, since the dependencies were alredy there
icon resource wise.
2010-07-30 22:17:14 +02:00
Alessandro Portale
e55c346f03
Clean up the deployment part (a bit)
2010-07-30 19:50:41 +02:00
Alessandro Portale
0a43a6fe2b
Fix for QTCREATORBUG-1983
...
Uis in the core plugin should not use icons from the help plugin.
Also, let's use the Core::Constants::ICON_* instead of duplicated
file name strings.
2010-07-30 19:27:36 +02:00
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