47 Commits

Author SHA1 Message Date
Arjen Hiemstra
b94763875f Show a splash screen during application startup 2015-02-23 18:09:03 +01:00
Arjen Hiemstra
7d98cd83a6 Lower-case cura application name for consistency 2015-02-23 16:43:00 +01:00
Arjen Hiemstra
2992b77a9b Update the build volume based on machine 2015-02-16 17:42:12 +01:00
Arjen Hiemstra
dadeb87801 Save/Load all machines from config files at startup 2015-02-13 18:05:45 +01:00
Arjen Hiemstra
a13be5d9dc Make it possible to use application-specific setting directories 2015-02-13 18:01:17 +01:00
Arjen Hiemstra
19754599b7 Call the parseArguments method so we actually parse the command line arguments during start 2015-02-12 17:58:39 +01:00
Arjen Hiemstra
1c1371489b Update Printer application to the new style GUI 2015-02-06 18:01:29 +01:00
Arjen Hiemstra
8e1e37e2eb Show a save dialog when the save button is clicked in Printer 2015-01-28 18:00:52 +01:00
Jaime van Kessel
ff850c5bec Fixed mistake in printer application & continued work on calibration interface 2015-01-28 12:04:15 +01:00
Jaime van Kessel
ac465521e3 Added Camera image recieving 2015-01-27 16:23:06 +01:00
Jaime van Kessel
4d082bad25 Moved plugins that need to be loaded to own function 2015-01-21 10:45:19 +01:00
Jaime van Kessel
0c18161d13 Moved setting file to scanner/printer application 2015-01-13 17:31:39 +01:00
Arjen Hiemstra
b132b5db20 Load the CuraEngineBackend in PrinterApplication 2015-01-09 17:37:14 +01:00
Arjen Hiemstra
bfa3c00200 Lower the build volume to reduce Z fighting 2014-12-24 16:49:43 +01:00
Arjen Hiemstra
c7cecb180d Add a BuildVolume node to render the build volume 2014-12-23 16:38:44 +01:00
Arjen Hiemstra
e7a51b3bd8 Use the new bits of API to add some more bits of printer application 2014-12-22 15:12:26 +01:00
Arjen Hiemstra
e68e761598 Set translate tool as active/inactive on selection change in Printer 2014-12-19 11:59:12 +01:00
Arjen Hiemstra
3786ced279 Set the camera and selection tools for PrinterApplication 2014-12-18 12:22:35 +01:00
Arjen Hiemstra
b2cced2772 Add an applicationName property to Application 2014-12-18 12:22:35 +01:00
Arjen Hiemstra
821f9ca0e1 Remove robot mesh from default setup for now 2014-12-17 17:29:08 +01:00
Jaime van Kessel
1881dd4219 Refactoring of namespace 2014-12-15 10:44:23 +01:00
Arjen Hiemstra
2aa47eae4b Render a bounding box around the loaded Ultimaker robot 2014-12-12 17:07:48 +01:00
Arjen Hiemstra
bc24183f51 Load the Ultimaker robot as an example mesh 2014-12-12 11:35:12 +01:00
Arjen Hiemstra
3b2a6423d0 Try to read and write the current machine setting values for the application 2014-12-11 16:45:34 +01:00
Arjen Hiemstra
7b686143d2 Tweak Scene and camera setup for printerapplication 2014-12-09 15:45:18 +01:00
Arjen Hiemstra
b2480bea71 Create a platform in PrinterApplication 2014-12-09 11:54:24 +01:00
Arjen Hiemstra
4572c7a9b7 Fix the cameras etc of the default setup 2014-12-08 17:52:57 +01:00
Arjen Hiemstra
35a67b6d25 Set up more scene stuff in PrinterApplication 2014-12-05 13:45:40 +01:00
Arjen Hiemstra
3c4250c6fb Don't set an active tool on application start 2014-11-28 10:16:40 +01:00
Arjen Hiemstra
d9374d5154 Name the camera and add a second camera 2014-11-27 14:52:49 +01:00
Jaime van Kessel
9a766edf52 Renamed sceneObject to sceneNode & updated some documentation 2014-11-25 16:18:07 +01:00
Arjen Hiemstra
3f462cc585 Add a Camera that can be used in PrinterApplication 2014-11-18 18:03:38 +01:00
Jaime van Kessel
1414a7e456 Moved file plugins to own folder 2014-11-18 14:21:26 +01:00
Jaime van Kessel
d10c88d148 Added more logging 2014-11-17 15:28:17 +01:00
Jaime van Kessel
0d5621e148 Added args to log so variables can be logged aswell 2014-11-17 14:45:28 +01:00
Jaime van Kessel
0c82cb92b5 Fixed FileLogger 2014-11-17 13:57:39 +01:00
Jaime van Kessel
3433597aac Added Logger list to application 2014-11-17 13:52:21 +01:00
Arjen Hiemstra
4f2fba04ea Move panels etc to a common "DefaultWindow" qml object so it can be shared 2014-11-17 11:25:12 +01:00
Arjen Hiemstra
3b9bc5a3a8 Implement a QtApplication and use it in PrinterApplication 2014-11-17 10:03:15 +01:00
Arjen Hiemstra
797a345aa1 Add Mesh reading and a basic mesh to render to PrinterApplication 2014-11-13 16:34:51 +01:00
Arjen Hiemstra
15cec2dbe2 Load view plugins in PrinterApplication and set a default view 2014-11-13 13:30:42 +01:00
Arjen Hiemstra
6167788382 Load all storage plugins in the printer application 2014-11-13 09:35:27 +01:00
Arjen Hiemstra
8ad7b5546e Add a MainWindow class to Wx and use it in printer and scanner 2014-11-11 15:15:11 +01:00
Arjen Hiemstra
1069565b59 Move WxApplication into its own Wx submodule 2014-11-11 15:14:47 +01:00
Arjen Hiemstra
6b82c8dc9a Add a WxApplication class and use it in the printer application to show a window 2014-11-11 14:57:23 +01:00
Jaime van Kessel
ec6cb3ffdc Fixed inheritence bug 2014-11-11 11:22:44 +01:00
Arjen Hiemstra
4e034fbbd0 Initail commit of basic structure 2014-11-10 16:00:53 +01:00