Commit graph

39 commits

Author SHA1 Message Date
Jaime van Kessel
ec63d6931e Actually perform the filtering based on machine type
CURA-2475
2016-10-05 14:54:22 +02:00
Aldo Hoeben
de44ac1df9 Merge pull request #3 from Ultimaker/feature_manual_instances
Add support for manual instances
2016-09-29 19:15:11 +02:00
fieldOfView
578b4d3826 Implement Adding, Editing and Removing manual printers
CURA-2384
2016-09-29 08:47:29 +02:00
Jack Ha
da4ea2e450 Better refresh button: now emits signal and re-instantiates zeroconf.
Signal emits let the UI display an empty list.
Re-instantiation copes with network changes.

Contributes to CURA-2372
2016-09-28 16:36:09 +02:00
fieldOfView
1ed3fc7c37 Don't reset zeroconf until after (most) printers have been found
CURA-2060
2016-09-28 11:31:52 +02:00
awhiemstra
fefa111b5a Update references to JediWifiPrinting to UM3NetworkPrinting
Contributes to CURA-2342
2016-09-27 15:52:31 +02:00
Ghostkeeper
b4ba7a64a9
Only update printer list after printer is added/removed
This makes it emit a signal only after addPrinter and removePrinter has completed executing, so we know that updating the list is done by the time it refreshes the list view in QML.

Contributes to issue CURA-2393.
2016-09-26 12:04:59 +02:00
fieldOfView
400360cb34 Add check if additional components were successfully created 2016-09-19 15:05:33 +02:00
Jaime van Kessel
27d017b29e Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-09-19 11:30:30 +02:00
Jaime van Kessel
e388b8126b No longer re-create zeroConf object, as this crashes
CURA-2393
2016-09-19 11:29:57 +02:00
fieldOfView
d980f6b792 Code style
CURA-2277/CURA-2276
2016-09-19 10:26:25 +02:00
Jaime van Kessel
c4d197ea8a Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-09-16 16:20:14 +02:00
Jaime van Kessel
7840f6a82e Increased time to 5 sec
CURA-2393
2016-09-16 16:19:20 +02:00
fieldOfView
5024581e2e Fix events for added components
Not sharing the _context variable with the machine action fixes signals and events being sent to the additional components.

CURA-2277 and CURA-2276
2016-09-15 17:42:36 +02:00
Jaime van Kessel
96e36c0555 Refreshing zeroconf multiple times no longer causes cura crash
CURA-2393
2016-09-15 13:32:13 +02:00
fieldOfView
34aeb50b6a self._code_style 2016-09-15 10:21:32 +02:00
fieldOfView
f11308e74e Allow syncing materials & printcores from the Printers preference pane
CURA-2276
2016-09-14 16:21:00 +02:00
fieldOfView
c5d0942ee2 Add "Connect" and "Request Access" buttons to sidebar monitor
Functionality is not 100% proven, but the required strings are in
CURA-2277
2016-09-12 18:54:28 +02:00
Jaime van Kessel
2bbeeb3389 There is now a hard and a soft discovery mode
CURA-2086
2016-08-11 10:37:50 +02:00
fieldOfView
7011520845 Select the UM3 that we are connected to if it is in the list
CURA-2035
2016-08-09 15:54:20 +02:00
fieldOfView
7e8eb2044a Sort list of discovered printers
CURA-2035
2016-08-09 15:19:58 +02:00
fieldOfView
7f83c22f74 Add "refresh" button to list of network printers
CURA-2035
2016-08-09 15:18:57 +02:00
fieldOfView
136755758e Implement ServiceStateChange.Removed (bonjour undiscovery)
Contributes to CURA-1851
2016-07-27 16:41:06 +02:00
Jaime van Kessel
3c2836f3f5 Connecting with a different machine resets the authentication data 2016-07-27 13:43:27 +02:00
Jaime van Kessel
4c7d235a0d Fixed mistake with updating linked key 2016-06-28 14:50:55 +02:00
Jaime van Kessel
5e51d4d998 Minor refactor to make code more readable
CURA-336
2016-06-28 12:59:37 +02:00
Jaime van Kessel
804ff66c9a Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-06-28 11:53:11 +02:00
Jaime van Kessel
76dfb5e718 Renamed generic key to um_network_key
CURA-49
2016-06-28 11:48:54 +02:00
fieldOfView
8deb0dc274 Make machine action button translatable
CURA-336
2016-06-27 15:49:29 +02:00
Jaime van Kessel
a61ac82433 Linking a key to a printer now re-checks connection
CURA-336
2016-06-23 16:20:20 +02:00
Jaime van Kessel
bb9d3a47ef Printer can now actually be linked
CURA-336
2016-06-23 16:15:56 +02:00
Jaime van Kessel
3b51c31772 Meta data of the printer is now also visible
CURA-336
2016-06-23 15:46:12 +02:00
Jaime van Kessel
e94f94767e Updated UX of detected printers
CURA-336
2016-06-23 14:39:50 +02:00
Jaime van Kessel
0cee5b78df Print discovery now lists all found human readable names
CURA-336
2016-06-23 14:25:46 +02:00
Jaime van Kessel
9a4fc0345c All found devices are now listed in the discover action
CURA-336
2016-06-23 14:17:50 +02:00
Jaime van Kessel
f199d490bb Action now has a list of found UM3 keys
CURA-336
2016-06-23 14:04:50 +02:00
Jaime van Kessel
d7bb807e2b Added stub QML page for discovery action
CURA-336
2016-06-23 13:35:25 +02:00
Jaime van Kessel
bca613b47e Added label
CURA-1385
2016-06-20 13:43:43 +02:00
Jaime van Kessel
f8cac56370 Added DiscoverUM3 machine action stub
CURA-1385
2016-06-17 15:46:18 +02:00