Ian Paschal
|
8831ba04e1
|
Fix missing extruder number
|
2019-01-09 17:05:10 +01:00 |
|
Ian Paschal
|
669f6d8f0c
|
Fix available space bug
Contributes to CL-1165
|
2019-01-09 17:04:51 +01:00 |
|
Ian Paschal
|
548882e398
|
Use new context menu
Contributes to CL-1165
|
2019-01-09 17:04:33 +01:00 |
|
Ian Paschal
|
cdc24081a5
|
Create MonitorPrinterContextMenu.qml
Contributes to CL-1165
|
2019-01-09 17:03:56 +01:00 |
|
Ian Paschal
|
5a15ffc090
|
Create MonitorContextMenuButton.qml
Contributes to CL-1165
|
2019-01-09 17:03:41 +01:00 |
|
Ian Paschal
|
5a78eb0541
|
Temporarily disable context menu and camera button
Contributes to CL-1165
|
2019-01-09 16:32:26 +01:00 |
|
Ian Paschal
|
4248deeb76
|
Line-length fixes
|
2019-01-09 16:31:49 +01:00 |
|
Ian Paschal
|
f6c754c57f
|
Remove PropertyAnimation test
|
2019-01-09 16:31:26 +01:00 |
|
Ian Paschal
|
4ce244362c
|
Make camera button grey if disabled
Contributes to CL-1165
|
2019-01-09 16:30:39 +01:00 |
|
Ian Paschal
|
920b7b6706
|
Create MonitorInfoBlurb.qml
Contributes to CL-1165
|
2019-01-09 16:30:11 +01:00 |
|
Ian Paschal
|
e7b60a5290
|
Create GenericPopUp.qml
Contributes to CL-1165
|
2019-01-09 16:29:57 +01:00 |
|
ChrisTerBeke
|
edf64bef85
|
Merge branch '4.0' into STAR-322_cloud-connection
|
2019-01-09 10:45:49 +01:00 |
|
Ian Paschal
|
97e17d9fb8
|
Remove debug behavior
Contributes to CL-1157
|
2019-01-08 15:17:42 +01:00 |
|
Ian Paschal
|
8f37b65ffe
|
Add skeleton loading to print job queue
Contributes to CL-1157
|
2019-01-08 15:15:21 +01:00 |
|
Ian Paschal
|
e81742d296
|
Add skeleton loading to printer cards
Contributes to CL-1157
|
2019-01-08 14:27:54 +01:00 |
|
ChrisTerBeke
|
b8da720c1d
|
Move translations in-line
|
2019-01-08 13:10:42 +01:00 |
|
ChrisTerBeke
|
485b471522
|
Fix some review comments
|
2019-01-08 12:19:00 +01:00 |
|
ChrisTerBeke
|
7c7bca31c7
|
Fix renamed property connectionType
|
2019-01-08 11:52:27 +01:00 |
|
ChrisTerBeke
|
a6114d39e4
|
Fix merge conflicts with 4.0
|
2019-01-08 11:49:36 +01:00 |
|
Ian Paschal
|
4dbab88792
|
Add dummy printer for loading
|
2019-01-07 13:56:04 +01:00 |
|
Ian Paschal
|
18545e18ce
|
Merge remote-tracking branch 'origin/4.0' into CL-1157_skeleton_loading_monitor_tab
|
2019-01-07 13:38:23 +01:00 |
|
Jaime van Kessel
|
4c1f68a447
|
Ensure that the connectiontype of a connected printer is set correctly
CURA-6011
|
2019-01-04 15:24:01 +01:00 |
|
Jaime van Kessel
|
1973397b92
|
Remove confusing printer preference text
CURA-6003
|
2019-01-03 15:34:41 +01:00 |
|
Jaime van Kessel
|
e769b324e1
|
Merge branch 'CURA-6035_send_materials_fix' of github.com:Ultimaker/Cura into 4.0
|
2019-01-03 11:41:05 +01:00 |
|
Lipu Fei
|
d97b812ccd
|
Merge branch '4.0' into unify_font_types
|
2019-01-03 10:46:49 +01:00 |
|
Lipu Fei
|
ee72284616
|
Use appropriate log level
CURA-6035
|
2019-01-03 08:32:42 +01:00 |
|
Jaime van Kessel
|
a16e406507
|
Properly display the full type + brand of unknown material
CURA-6033
|
2018-12-31 11:01:30 +01:00 |
|
Ghostkeeper
|
b54312fb9b
|
Merge branch '4.0' into unify_font_types
|
2018-12-28 15:51:54 +01:00 |
|
Marijn Dee
|
12a4a5e9f5
|
Fixing the rest of the automatic test failures
|
2018-12-21 15:06:02 +01:00 |
|
Marijn Dee
|
131211e604
|
Fixed the unit tests
|
2018-12-21 09:42:28 +01:00 |
|
ChrisTerBeke
|
5403f5241b
|
Fix not registering cloud output device for every machine
|
2018-12-20 17:21:07 +01:00 |
|
Marijn Dee
|
9d27c29c8c
|
Fixed indentation and relative import, tests still fail though
|
2018-12-20 17:04:17 +01:00 |
|
Marijn Dee
|
403010aa90
|
Mirrored the changes made to the models in Commons
|
2018-12-20 16:32:00 +01:00 |
|
ChrisTerBeke
|
af2061cd52
|
Simplify some checks for connection types and group size
|
2018-12-20 14:26:30 +01:00 |
|
Lipu Fei
|
346d8d884e
|
Remove unnecessary patches in TestSendMaterialJob
CURA-6035
|
2018-12-20 14:23:39 +01:00 |
|
Lipu Fei
|
e79f312fa0
|
Fix unit tests for SendMaterialJob
CURA-6035
|
2018-12-20 14:20:34 +01:00 |
|
ChrisTerBeke
|
2f92f6ef50
|
Simplify checking if cloud or network printer, small fixes
|
2018-12-20 13:45:59 +01:00 |
|
Lipu Fei
|
68372aff60
|
Use MaterialManager in SendMaterialJob
CURA-6035
|
2018-12-20 10:45:40 +01:00 |
|
Remco Burema
|
9dbc642967
|
SendMaterials: Make sure the base-material is compared to and make case insensitive. [CURA-6035]
|
2018-12-19 17:34:31 +01:00 |
|
ChrisTerBeke
|
beb68213f4
|
Remove much logging or use debug level, fix cloud icon not appearing right away
|
2018-12-19 14:14:44 +01:00 |
|
Ian Paschal
|
e62ce0e4ca
|
Make printer carousel more flexible/robust
Contributes to CL-1157
|
2018-12-19 13:18:53 +01:00 |
|
Diego Prado Gesto
|
acabd06542
|
Change the large_nonbold to large in one remaining component
Contributes to CURA-6025.
|
2018-12-19 12:32:18 +01:00 |
|
ChrisTerBeke
|
dd2f12f68a
|
Merge branch '4.0' into STAR-322_cloud-connection
|
2018-12-19 12:11:01 +01:00 |
|
ChrisTerBeke
|
cf06cb5351
|
Do not call printer_device.key before checking if it exists
|
2018-12-19 12:10:24 +01:00 |
|
ChrisTerBeke
|
d2746d03c1
|
Fix type checking for DiscoverUM3Action
|
2018-12-19 11:56:43 +01:00 |
|
Diego Prado Gesto
|
ef2fb53790
|
Merge branch '4.0' into unify_font_types
|
2018-12-19 11:56:22 +01:00 |
|
Ian Paschal
|
142ac56d78
|
Add keyboard navigation for printer carousel
|
2018-12-19 11:26:38 +01:00 |
|
ChrisTerBeke
|
5e9fe3fe50
|
Fix some codestyle, make connectionType a property as it's needed in QML
|
2018-12-19 11:21:50 +01:00 |
|
ChrisTerBeke
|
0588c54035
|
Start work on cloud icon
|
2018-12-18 16:29:13 +01:00 |
|
ChrisTerBeke
|
25caf1a087
|
Fix merge conflicts
|
2018-12-18 14:44:13 +01:00 |
|