Kai Koehne
a44e33ac93
Let one 'reset' the qmlviewer path in the config page by
...
just emptying it.
Discussed with Nigel.
2009-11-03 14:12:10 +01:00
con
162b0dae81
Version bump.
2009-10-29 17:17:49 +01:00
con
008168838f
Version bump.
2009-10-29 17:15:55 +01:00
con
441ece365a
Merge commit 'origin/1.3'
...
Conflicts:
src/plugins/cpptools/cppcodecompletion.h
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/qmleditor/QmlEditor.pluginspec
2009-10-26 13:51:56 +01:00
Kai Koehne
e036b011c9
Register qml.qch file automatically in help collection
...
Automatically register qml.qch if found in shared/help/qtcreator.
This is needed for the special 'creator-qml' package.
2009-10-23 11:33:26 +02:00
Kai Koehne
4c85511d55
Search qmlviewer binary also in creator/bin
2009-10-23 11:33:26 +02:00
con
fb63b108f5
Merge commit 'origin/1.3'
2009-10-14 16:03:12 +02:00
Kai Koehne
0bd314bc8f
Remove color:"white" in qml hello world
...
Default background of Rectangle is white anyway.
2009-10-14 13:09:59 +02:00
Erik Verbruggen
fd6e18584a
Added fall-back for the QML viewer to first check if there is one bundled with Qt Creator.
2009-10-09 10:39:44 +02:00
Erik Verbruggen
a9fdb8689e
Added fall-back for the QML viewer to first check if there is one bundled with Qt Creator.
2009-10-09 10:38:00 +02:00
Erik Verbruggen
49f6b740cd
Merge remote branch 'origin/1.3'
...
Conflicts:
src/libs/cplusplus/CheckUndefinedSymbols.cpp
src/plugins/qmleditor/qmlcodecompletion.cpp
2009-10-06 11:41:00 +02:00
Friedemann Kleint
5948e284bb
Rename namespace Core::Utils into Utils
...
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
con
b19d76d903
Version bump.
2009-10-02 16:27:03 +02:00
con
1de6a6e716
Version bump.
2009-10-02 16:21:39 +02:00
Friedemann Kleint
74a3828f19
Purge out include files in exported headers
2009-10-01 16:38:08 +02:00
con
acbd4513e3
Changing string based api to BuildConfiguration based api.
...
Builds, but I'm pretty sure it doesn't *work* :)
2009-10-01 10:05:05 +02:00
Erik Verbruggen
fcf19f1a1b
Renamed the DUI editor to QML editor.
2009-09-30 17:43:21 +02:00
Kai Koehne
e4a3ad2108
Add option to specify qmlviewer command line arguments
2009-09-30 11:37:17 +02:00
Friedemann Kleint
ad294f8467
Project explorer: Make public headers compile with NO_CAST_FROM_ASCII
...
.. and purge unneeded includes.
2009-09-29 11:39:55 +02:00
Friedemann Kleint
978cf4bda8
Rename IRunConfigurationRunner -> IRunControlFactory...
...
and ApplicationRunConfiguration to LocalApplicationRunConfiguration,
preparing remote debugging. Change the interface canRun() to be const,
run() to create() (since it does not run anything), use references
to the QSharedPointer<Foo>. Introduce d-Pointer and remove
unneeded headers from ProjectExplorerPlugin and add missing includes
everywhere.
2009-09-25 11:35:44 +02:00
dt
fba7d76936
Canceling the wizard for a new cmake build configuration still created.
...
Made virtual newBuildConfiguration return a bool
2009-09-23 15:00:02 +02:00
con
32e0340eab
Version bump.
2009-09-10 17:02:57 +02:00
Erik Verbruggen
1b4d1f1fd4
Suppress warning dialog when the QML Viewer executable cannot be found.
2009-09-08 12:43:14 +02:00
Erik Verbruggen
cac5663a4f
Modified the QML project to notify the DUI model manager when a file is added to the project.
2009-09-04 17:54:38 +02:00
Henrik Hartz
8d77f80bc2
Change to new API
2009-09-01 12:18:18 +02:00
hjk
93cbef8724
long live the king
2009-08-14 09:30:56 +02:00
Kai Koehne
457e9b92d7
Adapt default qml template to latest qml changes
...
anchors.centeredIn has become anchors.centerIn
2009-08-13 13:16:10 +02:00
dt
dbe5a6f34b
Rework the project settings.
...
This has still a few missing things, but this enough to start getting
some feedback. Missing are non qt projects, a solution for the
runconfiguration, a missing black line between the treeview on top and
the project settings at the bottom. Some flickering with removing/adding
widgets to the QScrollArea and not showing the expanded widget if the
Details button is right at the bottom.
2009-08-06 15:31:32 +02:00
Roberto Raggi
124f2e9f5d
Added the import directive to the generated QML files.
2009-07-30 03:15:32 +02:00
dt
54bbcc4a7c
Mention possible locations of the debugging helper in the error dialog
...
Requires a lot of trivial forwarding.
2009-07-15 17:41:45 +02:00
Alessandro Portale
d3f9757916
Removing some unused semicolons after Q_UNUSED
...
There were both variants, with and without extra semicolon.
2009-07-13 17:35:17 +02:00
Daniel Molkentin
25b450815a
Fix signal signature: Specifying a custom QMLViewer location was broken
2009-07-04 14:07:22 +02:00
dt
e524f52477
Allow restoreSettings() to fail,
...
E.g. cmake pops up a wizard then, the running of cmake can fail though.
Now you don't end i[ with a empty project then. The error reporting in
that case is not yet optimal.
2009-07-03 16:46:01 +02:00
mae
81bb2f6378
compile
2009-06-17 20:10:36 +02:00
Jason McDonald
884b7af769
Update license headers and sales contact details.
...
Reviewed-by: Trust Me
2009-06-17 00:01:27 +10:00
con
3ddb7b02f1
API review of IRunConfigurationFactory.
...
Done with dt.
2009-06-12 17:58:13 +02:00
Roberto Raggi
da0e9a58df
Merge branch '1.2' of git@scm.dev.nokia.troll.no:creator/mainline
2009-06-04 16:18:49 +02:00
con
4b9a3d5a46
API: temporaryEditor --> isTemporary
...
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com >
2009-06-04 12:08:49 +02:00
con
57cd26548e
Version bump also in master.
2009-06-04 11:00:28 +02:00
con
e9b2613dc0
Version bump.
2009-06-02 15:34:58 +02:00
Roberto Raggi
169a22caf2
Compile
2009-05-25 15:34:58 +02:00
Roberto Raggi
18cba96a19
Dummy implementation of MakeStep.
2009-05-22 12:46:06 +02:00
Thorbjørn Lindeijer
28994adcc1
qworkbenchplugin.pri got renamed to qtcreatorplugin.pri
2009-05-13 10:59:57 +02:00
Roberto Raggi
3612a50d3e
Set the working directory
2009-05-12 17:50:48 +02:00
Roberto Raggi
9c2b7235be
Check for valid qmlviewer executable.
2009-05-11 17:43:40 +02:00
Roberto Raggi
e1295099f9
Generate a nicer "Hello World" QML app.
2009-05-11 16:15:30 +02:00
Roberto Raggi
ecc4615d56
Added a project wizard for QML applications.
2009-05-11 10:58:04 +02:00
Roberto Raggi
762384c976
Compile
2009-05-08 15:36:53 +02:00
Roberto Raggi
c32887f6ac
Compile.
2009-05-08 13:00:05 +02:00
Roberto Raggi
5b11a292eb
Add files to the projects.
2009-05-07 15:43:59 +02:00