126 Commits

Author SHA1 Message Date
Jaime van Kessel
d7ec2fadf3 Fixed spacing issue with settings 2015-04-07 12:03:23 +02:00
Jaime van Kessel
dab74e524a Fixed black magic options being visible when none of its options were 2015-04-07 11:22:44 +02:00
Arjen Hiemstra
130e97b860 Use the colours from the UI palette for the build volume 2015-04-07 10:59:04 +02:00
Arjen Hiemstra
f001efde8f Add outputDevice, outputDeviceIcon properties and saveToOutputDevice slot to PrinterApplication 2015-04-03 18:04:37 +02:00
Arjen Hiemstra
77f6929de4 Add the Cura logo to the top left of the cura window 2015-04-03 18:04:37 +02:00
Arjen Hiemstra
d46e7daea2 Allow overriding the color of SidebarCategoryHeader 2015-04-03 18:04:37 +02:00
Arjen Hiemstra
4f9258e951 Use the checkbox/slider styles from the theme and add some other missing styling 2015-04-03 18:04:37 +02:00
Arjen Hiemstra
224387aefc Rename OutputGCodeButton to SaveButton and update styling 2015-04-03 18:04:37 +02:00
Arjen Hiemstra
923b375f8b Make sure the description tooltip is not cutoff at the bottom of the window 2015-04-03 18:04:37 +02:00
Arjen Hiemstra
502133a006 Add working show documentation and report bug actions 2015-04-03 18:04:37 +02:00
daid
ef7b224abc When the application is running "frozen" (py2exe, py2app) use a different base path for certain parts of the application. As all the python code is compressed into a zip file. 2015-04-03 15:10:30 +02:00
Arjen Hiemstra
7e9dd50258 Go to the right page for configure machines 2015-04-02 13:22:03 +02:00
Arjen Hiemstra
0d5e10219c Add support for displaying setting tooltips with descriptions 2015-04-02 13:22:03 +02:00
Arjen Hiemstra
b67a2bff31 Add a context menu to the advanced sidebar that can hide settings 2015-04-02 13:22:03 +02:00
Arjen Hiemstra
bcbbaf41f3 Add a tooltip to PrinterButton 2015-04-02 13:22:03 +02:00
Arjen Hiemstra
0d54855937 Update simple mode UI to new styling 2015-04-02 13:22:03 +02:00
Arjen Hiemstra
ecb7ebc49b Use the right enum value for dialogs on windows 2015-04-01 12:29:29 +02:00
Arjen Hiemstra
a173022ec6 Update styling and functionality of sidebar in cura 2015-04-01 12:10:07 +02:00
Arjen Hiemstra
bd1e12b492 Get rid of error about unknown reference 2015-04-01 12:10:06 +02:00
Arjen Hiemstra
0ce3ff174a Style categories for advanced mode 2015-03-30 10:59:31 +02:00
Arjen Hiemstra
411a2f2d7d Update styling of gcode save button 2015-03-30 10:58:16 +02:00
Arjen Hiemstra
55a7c9022a Use AngledCornerRectangle for the sidebar background 2015-03-30 10:57:53 +02:00
Arjen Hiemstra
fb580627fb Start implementing new Cura design 2015-03-26 14:33:10 +01:00
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