Arjen Hiemstra
|
89a035bab4
|
Rename Theme to Styles to allow for the introduction of a proper Theme object
|
2015-03-25 13:36:40 +01:00 |
|
Arjen Hiemstra
|
4a8f6beb26
|
Move all of Cura's QML files into a qml subdir
|
2015-03-25 11:23:48 +01:00 |
|
Arjen Hiemstra
|
cfe29a7b51
|
Do not try to perform platform physics movement when there is no bounding box
|
2015-03-24 17:26:26 +01:00 |
|
Arjen Hiemstra
|
d650cbe26c
|
Use GroupedOperation for merging PlatformPhyisicsOperation
|
2015-03-24 17:26:26 +01:00 |
|
Arjen Hiemstra
|
0c606c4d6f
|
Rename id to objectId to prevent issues with built-in property id
|
2015-03-23 15:31:16 +01:00 |
|
Arjen Hiemstra
|
e6bd9f8cc6
|
Add support for rendering disallowed areas
|
2015-03-19 12:16:24 +01:00 |
|
Arjen Hiemstra
|
f75c2db13c
|
Use the new addLine to build the build volume mesh
|
2015-03-19 12:16:24 +01:00 |
|
Arjen Hiemstra
|
b11757d80f
|
Implement context menu actions for Cura
|
2015-03-17 15:57:39 +01:00 |
|
Arjen Hiemstra
|
3d5788a6c2
|
Add context menu actions for objects and empty space
|
2015-03-17 15:57:39 +01:00 |
|
Arjen Hiemstra
|
7e2bd91359
|
Expose contextMenuRequested signal to QML
|
2015-03-17 15:57:39 +01:00 |
|
daid
|
444936a545
|
Update the build volume to render a checkerboard.
|
2015-03-17 14:25:10 +01:00 |
|
daid
|
21c1bb2605
|
Merge branch 'master' of github.com:Ultimaker/PluggableCura
Conflicts:
printer/BuildVolume.py
|
2015-03-17 12:32:31 +01:00 |
|
daid
|
a2191965ac
|
Update build volume to render as lines.
|
2015-03-17 12:18:45 +01:00 |
|
Arjen Hiemstra
|
1bda724cf2
|
Add a bottom grid with UV coordinates
|
2015-03-16 17:31:14 +01:00 |
|
Arjen Hiemstra
|
3a2aa12bc3
|
Write to SD Card directly when it has been detected
|
2015-03-16 11:44:03 +01:00 |
|
Arjen Hiemstra
|
53f2eb7e13
|
Change ConfigurationDialog::addPage to insertPage so we can supply an index
|
2015-03-16 10:09:29 +01:00 |
|
daid
|
8c7faa9bc6
|
Ignore numpy errors.
|
2015-03-16 08:40:49 +01:00 |
|
Arjen Hiemstra
|
c723601f85
|
Add a preference and preference page for displaying overhangs
|
2015-03-13 16:56:37 +01:00 |
|
Arjen Hiemstra
|
5dcd5c2258
|
Improve rendering of build platform and build volume
|
2015-03-13 13:54:24 +01:00 |
|
Arjen Hiemstra
|
80ca571cea
|
Read/write preferences on application start/end
|
2015-03-11 18:11:00 +01:00 |
|
Arjen Hiemstra
|
69d2db05b7
|
Add a clean way to disable the up axis for the translation tool
|
2015-03-06 16:43:02 +01:00 |
|
Arjen Hiemstra
|
c440c4bbdb
|
Use the new read/write local file methods to load and save meshes in printer
|
2015-03-03 18:04:36 +01:00 |
|
Arjen Hiemstra
|
aa1889754e
|
Remove saveGCode method
|
2015-03-03 18:03:13 +01:00 |
|
Arjen Hiemstra
|
36a2735c5c
|
Use the removable drive notification to update the state of the save button
|
2015-03-03 15:17:15 +01:00 |
|
Arjen Hiemstra
|
49c7dcc2be
|
Set the right required plugins and load the right plugin types on printer application start
|
2015-03-03 15:17:15 +01:00 |
|
Arjen Hiemstra
|
97dd82e107
|
Animate camera origin changes
|
2015-02-26 18:00:05 +01:00 |
|
Arjen Hiemstra
|
43d8d31a63
|
Show the Machine page when clicking "Configure Machines"
|
2015-02-26 16:45:08 +01:00 |
|
Arjen Hiemstra
|
f1d6bb9472
|
Add an Add Machine dialog
|
2015-02-26 14:37:43 +01:00 |
|
Arjen Hiemstra
|
1c329427ff
|
Rename queueMesh to queueNode
|
2015-02-25 16:35:17 +01:00 |
|
daid
|
5a03928a4b
|
Improve camera controls, and fix FOV, which was off by a factor of 2.
|
2015-02-25 16:09:48 +01:00 |
|
Arjen Hiemstra
|
0f65cf3cf1
|
Always deactivate the tool when the selection is cleared
|
2015-02-24 18:36:27 +01:00 |
|
Arjen Hiemstra
|
f4ea538615
|
Move Actions to their own file for more separation
|
2015-02-24 18:36:27 +01:00 |
|
Arjen Hiemstra
|
5607cf5afd
|
Expose MeshFileHandler to QML and use it to set supported read/write file types
|
2015-02-24 18:36:27 +01:00 |
|
Arjen Hiemstra
|
9452b3ef3f
|
Remove verticalScrollBarPolicy things since they do not work on older Qt
|
2015-02-24 18:36:27 +01:00 |
|
Arjen Hiemstra
|
2af1e31ae9
|
Add a platform property to ApplicationProxy and use it to set file dialog modality
|
2015-02-24 18:36:27 +01:00 |
|
Arjen Hiemstra
|
b94763875f
|
Show a splash screen during application startup
|
2015-02-23 18:09:03 +01:00 |
|
Arjen Hiemstra
|
c83ba7f6f6
|
Show a description panel when a setting label is clicked
|
2015-02-23 18:09:03 +01:00 |
|
Arjen Hiemstra
|
92ebbd592c
|
Fix quitting the application from File > Quit
|
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
|
50f02726a3
|
Mark some more strings as translatable
|
2015-02-19 17:48:46 +01:00 |
|
Arjen Hiemstra
|
ca2d2f4cb2
|
Add missing translation calls and contexts
|
2015-02-19 17:48:46 +01:00 |
|
Arjen Hiemstra
|
db74d4016e
|
Use the new Printer toolbar in Printer
|
2015-02-19 17:48:45 +01:00 |
|
Arjen Hiemstra
|
fdc9d1fc78
|
Add a Cura-specific toolbar subclass
|
2015-02-19 17:48:45 +01:00 |
|
Arjen Hiemstra
|
0b2a6abafe
|
Improve SettingsPane appearance and add some logic to the slider
|
2015-02-16 17:42:12 +01:00 |
|
Arjen Hiemstra
|
2992b77a9b
|
Update the build volume based on machine
|
2015-02-16 17:42:12 +01:00 |
|
Arjen Hiemstra
|
50c3ae68d3
|
Allow resizing the build volume
|
2015-02-16 17:42:12 +01:00 |
|
Arjen Hiemstra
|
bb9db205fc
|
Implement a proper machine model and use it
|
2015-02-13 18:06:27 +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
|
35c6dbb40c
|
Some additional styling fixes for the settings pane
|
2015-02-12 17:58:39 +01:00 |
|