Kostas Karmas
03dc8d00fe
Up the SDK version to 7.4.0
...
In preparation for release of the 4.8.
CURA-7795
2020-10-22 11:29:25 +02:00
Jaime van Kessel
3e67d20890
Remove monitor_text_primary
...
It's so close to the text one that it really doesn't make sense to keep it.
Boyscouting the code a bit here
CURA-7745
2020-10-08 17:31:19 +02:00
Kostas Karmas
bd54ef8d5a
Update the SDK version to 7.3.0 for 4.7
...
CURA-7641
2020-08-07 11:12:27 +02:00
Remco Burema
b394be3583
Remove superfluous theme entry.
...
It was messing with the dark side. Theme. I mean theme.
part of CURA-7627
2020-08-05 08:16:10 +02:00
Nino van Hooff
a4fe3d7685
Convert doxygen to rst for POS, MonitorStage, PostProcessing
2020-05-08 16:28:07 +02:00
Nino van Hooff
7302e8ba7f
Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6
...
CURA-7383
2020-04-21 11:46:12 +02:00
Ghostkeeper
6f707f3149
Bump SDK version number of Cura 4.5 to 7.1
...
We've added new things to our API. This allows plug-in developers to use them.
Contributes to issue CURA-7205.
2020-02-10 10:45:07 +01:00
Lipu Fei
38ee4bf208
Remove deprecated functions in MachineManager
...
CURA-6858
2019-10-22 14:11:40 +02:00
Nino van Hooff
c62ff262ed
Change SDK version to 7.0.0
...
CURA-6858
2019-10-21 14:51:34 +02:00
Thomas Karl Pietrowski
bdc35d7573
plugins: Reweighting stages
...
In theory it should be possible to add stages, but there is no possiblity to add any other stage in between. Therefore I moved the weights by 10+n*10. So we can add 10 before prepare and 9 stages between those 3 known stages.
It is probably possible to set the same weight to multiple stages, but I'm not sure how Cura decides, which stage to take first then. By the moment the plugin's init is called? Or by alphabet?
Therefore putting some space in between the weights should give some clearity.
2019-09-21 22:57:23 +02:00
ChrisTerBeke
9ad89017d0
Add text about cloud connection when no printer can be reached on monitor
2019-07-09 09:09:08 +02:00
Jaime van Kessel
e363f1af94
Remove hardcoded references to Ultimaker machines in QML
...
We shouldn't hardocode machines in QML in any case. It also created issues
for other monitor / connection flows.
2019-05-03 14:10:21 +02:00
Remco Burema
3ca8ba421a
Move CuraStage back to where plugins expect it.
2019-03-29 13:11:03 +01:00
Lipu Fei
5eb51c6cd4
Move CuraStage into cura.UI module
2019-03-20 09:07:15 +01:00
Ian Paschal
10f0a5663d
Update MonitorMain.qml
2019-02-20 14:32:19 +01:00
Ian Paschal
a5761cb56b
Use new property names for cloud connection detection
2019-02-20 14:08:13 +01:00
Ian Paschal
1cd9ffefcc
Improve no connection message
...
Contributes to CL-1154
2019-01-31 14:51:58 +01:00
Ian Paschal
7189daec80
Finalize monitor stage empty states
...
Contributes to CL-1154
2019-01-31 10:50:30 +01:00
Ian Paschal
b9584b05ee
More documentation
...
Contributes to CL-1154
2019-01-25 12:41:36 +01:00
Ian Paschal
3b8281dc5b
Add some comments
...
Contributes to CL-1154
2019-01-25 12:39:27 +01:00
Ian Paschal
ee5c6ed3fb
Unconnected empty state (DRAFT)
...
Contributes to CL-1154
2019-01-24 16:54:09 +01:00
Ghostkeeper
798c1f198c
Hide action panel when displaying a stage with a background
...
This is not the worst hack ever, but it's quite a hack.
Contributes to issue CURA-6054.
2019-01-03 16:04:27 +01:00
Jaime van Kessel
9acaf9abd7
Disable dropping of files into cura when monitor stage is active.
...
CURA-6038
2018-12-19 13:30:25 +01:00
Lipu Fei
1440c7d996
Merge pull request #5005 from Ultimaker/sdk_version_6
...
Increment API version to 6
2018-12-17 15:43:09 +01:00
Lipu Fei
6992fd2991
Update plugin versions to match package versions
...
CURA-6019
2018-12-17 13:03:21 +01:00
Ian Paschal
ff1a0e30f6
Code style & comments
2018-12-17 10:42:41 +01:00
Ghostkeeper
c235f339ae
Increment API version to 6
...
All plug-ins now have to re-check whether they are still compatible with the current version of Cura.
Contributes to issue CURA-6019.
2018-12-14 17:29:02 +01:00
Jaime van Kessel
48bdb735f2
Added MachineSelector to monitor menu
...
CURA-5943
2018-11-30 13:58:44 +01:00
Jaime van Kessel
6d4a460e58
Move USB sidebar into the main view of the monitorstage
...
CURA-5943
2018-11-30 13:53:53 +01:00
Lipu Fei
845b320981
Fix adjustable monitor component width
...
CURA-5943
- Add rounding
- If there's no sidebar, use full width
2018-11-26 13:08:33 +01:00
Lipu Fei
2d2f24251d
Fix MonitorMainView for USB printing
...
CURA-5943
2018-11-22 15:07:49 +01:00
Jaime van Kessel
3248a05819
Add PreviewStagePlugin stubs
...
Since we are going to move all the views into a seperate stage, we need to add another stage to do that.
CURA-5829
2018-10-29 11:28:08 +01:00
fieldOfView
9ac744b9ba
Remove unnecessary import and declaration of i18n in plugins
2018-10-03 22:00:24 +02:00
Aleksei S
fe9cada459
Increase plugin API version to 5
...
CURA-5627
2018-08-27 13:59:00 +02:00
ChrisTerBeke
3045007f5b
Small codestyle changes after merge
2018-05-24 10:39:37 +02:00
fieldOfView
a11bf31ce6
Use separate QML files for prepare and monitor stage
2018-03-29 13:47:46 +02:00
Jaime van Kessel
1c7344fb92
Fix for monitor stage ocasionally crashing
2018-03-16 15:58:29 +01:00
Diego Prado Gesto
9613103591
CURA-4870 Remove Monitor stage status icons
2018-03-12 10:45:49 +01:00
Aleksei S
3ed9ac1e83
Fix: Monitor icon state was not updated properly
...
CURA-4977
2018-02-21 14:54:05 +01:00
ChrisTerBeke
b2d3d15011
Fix conflicts
2018-01-11 09:06:59 +01:00
ChrisTerBeke
fd86cc84e2
check if parent exists before using width and height properties from it
2018-01-10 11:17:26 +01:00
fieldOfView
2ce73a1839
Fix updating icon in the top bar
...
This makes sure events such as onAcceptsCommandsChanges get connected if an outputdevice has been added before the monitorstage is initialized.
2018-01-10 00:07:43 +01:00
Jaime van Kessel
931c87716b
Connection state changes now trigger a re-evaluation of the icon
...
CL-541
2017-12-22 11:31:48 +01:00
Jaime van Kessel
e576c1a9f7
Ensure that an update of icon also happens on output device change
...
CL-541
2017-12-21 10:01:29 +01:00
Jaime van Kessel
24bd32477a
Merge branch 'master' of github.com:Ultimaker/Cura into network_rewrite
2017-12-14 13:03:02 +01:00
Jaime van Kessel
1719a7b2fe
Fixed preheating for Legacy UM3
...
CL-541
2017-12-08 17:16:59 +01:00
ChrisTerBeke
c4d7a33c31
Monitor view component loader should have width and height from parent
2017-12-08 14:56:03 +01:00
Jaime van Kessel
9ccd643f64
Repaired the monitor icon not being updated
...
CL-541
2017-12-08 14:36:53 +01:00
Jaime van Kessel
a8695db1c8
Fixed displaying of icons in monitor stage tab
...
CL-541
2017-12-08 10:44:05 +01:00
ChrisTerBeke
f91a4db617
Set stage icon for monitor depending on output device state, prevent crash when accessing back-end from unloaded component
2017-12-07 10:38:06 +01:00