Commit Graph

26 Commits

Author SHA1 Message Date
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
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
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +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
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
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
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
18cba96a19 Dummy implementation of MakeStep. 2009-05-22 12:46:06 +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
5b11a292eb Add files to the projects. 2009-05-07 15:43:59 +02:00
Roberto Raggi
b191f15486 Implemented the run configration factory and removed some obsoleted code. 2009-05-07 12:27:52 +02:00
Michael Brasser
35e9c70d5b Use consistent wording. 2009-05-07 14:47:01 +10:00
Roberto Raggi
84b314bfee Introduced Project::hasBuildSettings() 2009-05-06 16:33:43 +02:00
Roberto Raggi
ca09e1fc57 Show relative file names in the run configuration. 2009-05-06 16:13:44 +02:00
Roberto Raggi
cd9bd8d56d Changed the .qmlproject file format. 2009-05-06 15:56:54 +02:00
Kai Koehne
e502fc2942 Fix runtime error on Linux when starting qmlviewer
Reviewed-by: Roberto Raggi
2009-05-06 11:14:59 +02:00
Roberto Raggi
5ae6d57359 Search for the _right_ qmlviewer. 2009-05-05 12:21:57 +02:00
Roberto Raggi
cbb87a0f5e Set the name of the QML Viewer run configuration. 2009-05-04 14:58:04 +02:00
Roberto Raggi
cba6b3cadc Removed obsolete code. 2009-05-04 14:14:58 +02:00
Roberto Raggi
8a97b54012 Initial implementation of ApplicationRunConfiguration for QML projects. 2009-05-04 13:38:14 +02:00
Roberto Raggi
9d676f75db Initial work on the QML project manager. 2009-05-04 12:19:22 +02:00