ChrisTerBeke
fa5b083b74
Small code improvements
2019-07-29 21:58:29 +02:00
ChrisTerBeke
f34fc7e6f9
Remove tests that are no longer relevant
2019-07-29 21:53:26 +02:00
ChrisTerBeke
11bd520c98
Rename some stuff to make it clear
2019-07-29 21:49:52 +02:00
ChrisTerBeke
25fde1e0c4
Extract zeroconf into separate class
2019-07-29 21:42:52 +02:00
ChrisTerBeke
4b71b45aa3
Fix for initial connection
2019-07-29 21:27:28 +02:00
ChrisTerBeke
8360b5b448
Simply manual device checking
2019-07-29 19:48:57 +02:00
ChrisTerBeke
5b206496d0
Formatting new line
2019-07-29 17:41:27 +02:00
ChrisTerBeke
67045b34b5
Add some more explanation
2019-07-29 17:39:27 +02:00
ChrisTerBeke
6d9b6668e2
Add TODO
2019-07-29 17:38:07 +02:00
ChrisTerBeke
14808c5de1
Don't cache application instance
2019-07-29 17:34:31 +02:00
ChrisTerBeke
93146610f7
Fix local pause, resume and abort
2019-07-29 17:31:05 +02:00
ChrisTerBeke
1aa70748af
Consistent naming, some bug fixes
2019-07-29 17:24:10 +02:00
ChrisTerBeke
ddd282eef3
Remove absolute plugin imports, some fixes
2019-07-29 16:11:01 +02:00
ChrisTerBeke
7d69b1727d
Simplify code
2019-07-29 14:56:21 +02:00
ChrisTerBeke
4b212d6c05
Merge more stuff, re-use models for local networking as well
2019-07-29 14:53:50 +02:00
ChrisTerBeke
4268c011a7
Start inheriting both output devices from a base device
2019-07-26 17:05:39 +02:00
ChrisTerBeke
bd4f0c4e25
Extract API calls to separate class
2019-07-26 15:34:37 +02:00
ChrisTerBeke
fb434ec81a
Remove unneeded import
2019-07-26 15:08:49 +02:00
ChrisTerBeke
3c1b377308
Restructure codebase - part 1
2019-07-26 15:07:52 +02:00
ChrisTerBeke
96cf235d8c
Get rid of any hardcoded references to machines
2019-07-25 14:56:46 +02:00
Jaime van Kessel
1e7875de48
Merge branch 'prevent_throwing_exception_when_not_connected' of github.com:Ultimaker/Cura
2019-07-23 13:57:31 +02:00
Ghostkeeper
f69eb05636
Merge branch '4.2'
2019-07-23 13:33:58 +02:00
ChrisTerBeke
7300f95a42
Hide incorrect tooltip
...
The preffered solution was to change the copywriting, but since we are after stringfreeze we cannot do this. This is the next best solution to prevent user confusion.
2019-07-22 21:21:18 +02:00
Lipu Fei
4b8a216771
Fix typing
2019-07-22 09:34:00 +02:00
ChrisTerBeke
25130b63e2
Fix logic
2019-07-12 09:19:30 +02:00
ChrisTerBeke
6210135b92
Send the correct action name when using local network
2019-07-12 08:14:28 +02:00
ChrisTerBeke
99e2939801
Add defense for when active printer is None
2019-07-10 12:55:12 +02:00
ChrisTerBeke
f1df7b93c4
Fix printer and print job ordering, add back 'move to top'
2019-07-10 12:42:01 +02:00
ChrisTerBeke
b6a00b9f7f
Hide 'move to top' opion from actions
2019-07-09 08:26:44 +02:00
ChrisTerBeke
1d09cb5b9c
Fix typing for optional data argument
...
Co-Authored-By: Jaime van Kessel <nallath@gmail.com>
2019-06-24 13:18:27 +02:00
ChrisTerBeke
1ab109ade0
Fix 'resume' action
2019-06-20 13:46:20 +02:00
ChrisTerBeke
baf9dc041c
Fix typing of Any
2019-06-20 12:56:45 +02:00
ChrisTerBeke
0513322f86
Fix expected controller options in test
2019-06-20 12:36:56 +02:00
ChrisTerBeke
93351ec9b9
Show context menu on printers with firmware 5.3 or later
2019-06-20 12:36:15 +02:00
ChrisTerBeke
eb8d353e11
Add basic support for print job actions via Cloud output device
2019-06-19 13:58:11 +02:00
Jaime van Kessel
14f96bd9b6
Merge branch '4.1' of github.com:Ultimaker/Cura
2019-05-28 12:41:33 +02:00
Jaime van Kessel
63316fa4e9
Fix manual output devices not being added on boot
2019-05-28 11:59:17 +02:00
Cherubim
cdafdc8d5c
Break up translation in two pieces
...
As a rule of thumb, translated text should not contain any layout. This particular text has gone wrong in the translations because the translators didn't translate the second part (or their application messed it up). I'm breaking it up into two pieces as to force them to translate both.
Contributes to issue CURA-6547.
2019-05-28 11:23:42 +02:00
Ghostkeeper
4e361a068c
Revert "Merge pull request #5726 from Ultimaker/CL-1331_use_API_for_UM3NetworkPrinting"
...
This reverts commit bec7b6546d
, reversing
changes made to 7094b222b1
.
The changes there were not accepted. Please see pull request https://github.com/Ultimaker/Cura/pull/5726 for the discussion about this.
Conflicts:
plugins/UM3NetworkPrinting/src/UM3OutputDevicePlugin.py -> Just in one TODO comment.
2019-05-23 13:40:11 +02:00
Lipu Fei
3ca272ff72
Merge remote-tracking branch 'origin/4.1'
2019-05-22 07:44:26 +02:00
Remco Burema
083564a184
Merge pull request #5763 from Ultimaker/CL-1329_fix_monitor_progress_bar_bug
...
CL-1329 fix monitor progress bar bug
2019-05-21 17:27:53 +02:00
Ian Paschal
5a8b70ad0c
Simplify can_override conditional
...
Contributes to CL-1259
2019-05-20 15:48:57 +02:00
Ian Paschal
0dc49a66f1
Merge pull request #5762 from Ultimaker/CL-1259_hide_useless_override_button
...
CL-1259 hide useless override button
2019-05-20 15:47:26 +02:00
Ian Paschal
0c9f3a1842
Update MonitorConfigOverrideDialog.qml
...
Contributes to CL-1259
2019-05-20 15:47:19 +02:00
Ian Paschal
7be3863d51
Put override logic in Python instead of QML
...
Contributes to CL-1259
2019-05-20 15:46:07 +02:00
Ian Paschal
2a80a8d0db
Simplify can_override conditional
...
Contributes to CL-1259
2019-05-20 15:12:08 +02:00
Ian Paschal
3b7b554f1a
Update MonitorPrintJobProgressBar.qml
...
Contributes to CL-1329
2019-05-20 12:18:55 +02:00
Ian Paschal
c9588d173f
Add monitor column to theme
...
Contributes to CL-1329
2019-05-20 12:18:38 +02:00
Ian Paschal
6dc43f9ed1
Hide override button if it can't be overridden
...
Contributes to CL-1259
2019-05-20 10:59:51 +02:00
Ian Paschal
3cf2e19692
Put override logic in Python instead of QML
...
Contributes to CL-1259
2019-05-20 10:59:34 +02:00