ChrisTerBeke
3ebefa4f8a
Add more TODO comments to clarify
2018-12-06 16:59:09 +01:00
Jaime van Kessel
717fb260c1
Change toolbox tabs to controls2
...
CURA-6006
2018-12-06 16:58:40 +01:00
ChrisTerBeke
ec03b012a7
fix merge conflict
2018-12-06 16:39:58 +01:00
Jaime van Kessel
4b8e3c32cb
Also show the login required if an update is needed
...
CURA-6006
2018-12-06 16:37:47 +01:00
Diego Prado Gesto
3b8b70bddf
Merge branch 'ui_rework_4_0' into CURA-5941_restyle_setting_dropdown
2018-12-06 16:35:07 +01:00
Marijn Deé
2af33738d1
Don't look at the timer
2018-12-06 16:32:00 +01:00
Marijn Deé
373c953dbf
Showing print queue, works with multiple printers in cluster, Add TODO
2018-12-06 16:25:04 +01:00
Jaime van Kessel
4e2ab163ed
Add login fequired link to packages that have the login-required tag
...
CURA-6006
2018-12-06 16:24:12 +01:00
alekseisasin
e29baf0cec
Merge pull request #4943 from Ultimaker/small_ui_fixes
...
Small ui fixes
2018-12-06 15:23:35 +01:00
Jaime van Kessel
62c5398933
Change buttons to use either secondary or primary
...
CURA-6006
2018-12-06 14:58:46 +01:00
Jaime van Kessel
a77ad32999
Move all the seperate tiles into loaders instead of the entire page
...
Otherwise the details selection didn't work anymore and I didn't want to add more hacks.
CURA-6006
2018-12-06 14:35:07 +01:00
Diego Prado Gesto
3ca749cdcb
Add a bunch of renderTypes to labels in the DiscoverUM3Action.
2018-12-06 14:31:52 +01:00
Jaime van Kessel
54def4edee
Revert "Moved qml pages of toolbox to a loader"
...
This reverts commit 838949dac74831e38e9f07fe7d628af7807320db.
2018-12-06 14:12:35 +01:00
Marijn Deé
05ca0b372a
Updated TODO, printjobs are not displayed in the monitor page because
...
data returned from cura connect api contains None's instead of printer
uuid's
2018-12-06 14:04:12 +01:00
Diego Prado Gesto
76acb13f59
Change the play/pause button colors
2018-12-06 13:50:58 +01:00
Jaime van Kessel
2602d5bf02
Add changed checks to prevent unneeded signals from being fired
...
CURA-6006
2018-12-06 10:46:19 +01:00
Marijn Deé
eb3777ed9f
Cleaner login and update cluster flow, start update cluster timer
...
at startup when the user is already logged in
2018-12-06 10:40:06 +01:00
Jaime van Kessel
6a466c99b2
Make the progressButton use signals instead of functions
...
Although the naming is still a bit off, it's much cleaner to use signals instead of functions. It's
also more in line with how default QML components handle these kind of situations
CURA-6006
2018-12-06 09:54:32 +01:00
Jaime van Kessel
838949dac7
Moved qml pages of toolbox to a loader
...
This dramatically improves the loading of the toolbox dialog
CURA-6006
2018-12-06 09:45:27 +01:00
Diego Prado Gesto
b0c3a4e17a
Align the additional components to the right of the job specs
...
The model checker now shows centered
2018-12-06 09:25:31 +01:00
ChrisTerBeke
94f31378a6
Add a TODO
2018-12-05 17:24:47 +01:00
ChrisTerBeke
ce07e31bbf
Implement active printer for cloud device to get monitor page functionality working
2018-12-05 17:21:46 +01:00
ChrisTerBeke
66690dfef7
Add testing todo
2018-12-05 17:06:22 +01:00
ChrisTerBeke
5e15858cae
more mocks for monitor page, fix showing current print job in monitor page, add todo
2018-12-05 17:05:21 +01:00
Daniel Schiavini
117cf10a2c
STAR-322: Removing devices when logging off
2018-12-05 16:26:20 +01:00
Daniel Schiavini
657e763318
STAR-322: Using findChanges method to simplify code
2018-12-05 16:15:51 +01:00
Daniel Schiavini
7e76913736
STAR-322: Fixing printer matching by network key
2018-12-05 16:02:38 +01:00
ChrisTerBeke
cd67100097
Comment out some currently broken code
2018-12-05 15:40:45 +01:00
Jaime van Kessel
00e95e68eb
Removed unneeded Marketplace tag in logging
...
The logger does that all by itself already. CURA-6006
2018-12-05 14:26:47 +01:00
Jaime van Kessel
d6630b6881
Removed some more cases where data was duplicated and re-used for different purposes
...
CURA-6006
2018-12-05 14:09:55 +01:00
Daniel Schiavini
9f4b047ee1
Merge branch 'STAR-322_cloud-connection' of github.com:Ultimaker/Cura into STAR-322_cloud-connection
2018-12-05 14:08:46 +01:00
Daniel Schiavini
b693b9d98f
STAR-322: Extracting models to be able for converting themselves
2018-12-05 14:08:40 +01:00
Jaime van Kessel
a52f866f81
Move most models out of dictionary
...
CURA-6006
2018-12-05 14:03:32 +01:00
ChrisTerBeke
7d7dd6bdde
First idea for pairing local and remote clusters
2018-12-05 14:02:53 +01:00
Diego Prado Gesto
07d58c3aef
Merge branch 'ui_rework_4_0' into CURA-5941_restyle_setting_dropdown
2018-12-05 13:56:21 +01:00
Jaime van Kessel
07d210483c
Greatly decrease the bloat / complexity of the toolbox
...
There was a lot of stuff going on that didn't need to happen, so I cut those parts out in order
to improve the overview.
2018-12-05 13:42:13 +01:00
Ghostkeeper
024bf409c9
Merge branch 'CURA-5876-Configuration_dropdown' into ui_rework_4_0
2018-12-05 13:29:06 +01:00
Jaime van Kessel
b1440737e6
Remove a whole bunch of unused code
...
CURA-6006
2018-12-05 13:21:17 +01:00
Diego Prado Gesto
909b0f3f7e
Merge branch 'ui_rework_4_0' into CURA-5941_restyle_setting_dropdown
2018-12-05 13:10:42 +01:00
Diego Prado Gesto
537929893f
Merge branch 'master' into ui_rework_4_0
2018-12-05 13:10:14 +01:00
Ian Paschal
e8a933331c
Clean-up printer status label
...
Contributes to CL-1153
2018-12-05 12:14:18 +01:00
Daniel Schiavini
163226f940
STAR-322: Using composition rather than inheritance
2018-12-05 12:02:04 +01:00
Jaime van Kessel
abcc621cc6
Added missing typing
2018-12-05 11:29:44 +01:00
Daniel Schiavini
d99e2d1533
STAR-322: Extracting file handler methods
2018-12-05 11:21:17 +01:00
Jaime van Kessel
d9135ac72f
Fix more codestyle issues
...
CURA-6006
2018-12-05 11:06:14 +01:00
Jaime van Kessel
978a01e4c8
Fix typing & codestyle
...
CURA-6006
2018-12-05 10:51:05 +01:00
Jaime van Kessel
700ae4bebb
Removed super spammy logging
...
CURA-6006
2018-12-05 10:48:06 +01:00
Daniel Schiavini
3c5e74a72c
Merge branch 'STAR-322_cloud-connection' of github.com:Ultimaker/Cura into STAR-322_cloud-connection
2018-12-05 10:44:53 +01:00
Daniel Schiavini
01e443049f
STAR-322: Creating a subclass for connect devices
2018-12-05 10:37:58 +01:00
Diego Prado Gesto
cdb8020029
Add another expandable component
...
Use one of them if the drop-panel has to act as a Popup and the other if it has to act as a standard component.
Contributes to CURA-5941.
2018-12-05 09:39:04 +01:00