6698 Commits

Author SHA1 Message Date
Arjen Hiemstra
0cbf105749 Rename OutputGCodeButton to SaveButton and update styling 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
Jaime van Kessel
208e9d28bf Fixed temperature extraction regular expression 2015-04-03 10:45:08 +02:00
Arjen Hiemstra
7a039a4c44 Add support for displaying setting tooltips with descriptions 2015-04-02 13:22:03 +02:00
Arjen Hiemstra
7e9dd50258 Go to the right page for configure machines 2015-04-02 13:22:03 +02:00
Arjen Hiemstra
2fb78556cc Update theme for new style elements 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
c951c3d67d Disable transientScrollbars so we never have disappearing scrollbars 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
b782095f60 Update styling and functionality of sidebar in cura 2015-04-01 12:10:07 +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
Jaime van Kessel
e82fa17548 usb connecting now correctly works for ultimaker + keeping connection allive when idling 2015-03-31 17:02:33 +02:00
Tim Kuipers
7aa2062fe1 added Triangles infill option, but not yet in fdmPrinter.json, so not present in hte GUI 2015-03-31 13:48:31 +02:00
Jaime van Kessel
bd651c6bcb Listening now correctly works 2015-03-31 11:27:44 +02:00
Jaime van Kessel
3fa02d3710 formatting 2015-03-31 10:40:21 +02:00
Jaime van Kessel
9d889cf2db Bugfixes 2015-03-31 10:00:06 +02:00
Jaime van Kessel
220562aa05 Bugfixes 2015-03-31 09:59:24 +02:00
Jaime van Kessel
a669342fab Refactoring of USBPrinting plugin 2015-03-31 09:41:58 +02:00
Jaime van Kessel
b4df277cc3 Refactoring of USBPrinting plugin 2015-03-31 09:41:58 +02:00
Jaime van Kessel
cd888ded32 Added USB print stub 2015-03-30 11:08:50 +02:00
Arjen Hiemstra
0ce3ff174a Style categories for advanced mode 2015-03-30 10:59:31 +02:00
Arjen Hiemstra
39b795073a Add an icon for unknown categories 2015-03-30 10:59:15 +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
afd1b5567d Add a theme style for setting categories 2015-03-30 10:57:21 +02:00
Arjen Hiemstra
0ddf01aff5 Update theme styles with the new Angled Corner rectangle 2015-03-30 10:57:00 +02:00
Arjen Hiemstra
cd76d37585 Add several more colors and sizes 2015-03-27 16:48:51 +01:00
Arjen Hiemstra
fb580627fb Start implementing new Cura design 2015-03-26 14:33:10 +01:00
Arjen Hiemstra
0f8a6e286c Start implementing new Cura design 2015-03-26 14:33:10 +01:00
Arjen Hiemstra
96ce3efb7f Add the beginnings of a cura theme 2015-03-25 13:40:02 +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
e679c0a2b0 Replace python timer with QTimer since python timer is unreliable
Python's timer::cancel() method will sometimes not actually cancel the
timer. So instead, use a QTimer since those are more reliable.
2015-03-24 17:26:27 +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
d85cc0f0bf Do not make center dependant on object position and correct for object position in ProcessSlicedObjectListJob 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
ad2f839dc1 Send the transformed mesh data to the backend 2015-03-23 17:57:45 +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
b614b47ed2 Catch errors when objects no longer exist in backend processing jobs 2015-03-23 15:31:16 +01:00
Tim Kuipers
e5ee19037e syntax bugfix 2015-03-23 15:02:12 +01:00
Tim Kuipers
b69e4d7660 Merge branch 'master' of https://github.com/Ultimaker/PluggableCura 2015-03-23 14:59:48 +01:00
Tim Kuipers
700d2d6f6c fixed options type and default value and backend communication (not yet structure and ordering) 2015-03-23 14:58:37 +01:00