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
Kostas Karmas
bd54ef8d5a
Update the SDK version to 7.3.0 for 4.7
...
CURA-7641
2020-08-07 11:12:27 +02:00
Nino van Hooff
89f0970a88
Remove trailing whitespace from Python files
2020-05-29 14:30:33 +02:00
Nino van Hooff
a09cd0e63e
Convert doxygen to rst for Prepare, Preview, RemovableOutputDevice
2020-05-08 17:37:49 +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
Nino van Hooff
d63499fb24
Remove redundant visibility properties from Items
...
CURA-6874
2019-10-30 10:57:03 +01:00
Nino van Hooff
958a922808
Cleanup debugging things for cura-6874
...
CURA-6874
2019-10-30 10:54:22 +01:00
Nino van Hooff
6bef16bbec
Cleanup: make safe areas invisible
...
CURA-6874
2019-10-28 10:28:19 +01:00
Nino van Hooff
9430d05cac
WIP: center path slider between view controls and action panel
...
CURA-6874
2019-10-25 15:06:33 +02:00
Nino van Hooff
8198762755
Do not require loaded view in PrevieStage to have a safeArea
...
CURA-6853
2019-10-25 11:59:42 +02:00
ninovanhooff
9beea85482
Merge pull request #6566 from Ultimaker/CURA-6858_increase_sdk_ver_7_0
...
Change SDK version to 7.0.0
2019-10-23 11:54:49 +02:00
Nino van Hooff
c62ff262ed
Change SDK version to 7.0.0
...
CURA-6858
2019-10-21 14:51:34 +02:00
Nino van Hooff
664ed4a6a6
Take a more generic approach to safe areas for the SimulationView
...
Re-implements layer slider positioning
CURA-6853
2019-10-17 12:52:30 +02:00
Nino van Hooff
4148f56d2b
Remove external dependency from SimulationViewMainComponent
...
Previously, panelTop had to be defined externally whenever
SimulationViewMainComponent was used. I renamed it and set a default
so the binding by a parent is optional.
CURA-6853
2019-10-09 16:51:28 +02:00
Nino van Hooff
5bb23e4c6f
Make the height of the layer slider dynamic
...
Prevents the action panel from overlapping the layer slider
CURA-6853
2019-10-07 15:40:42 +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
Remco Burema
c3a9ceaa18
Remove a line of commented-out code. [CURA-6478]
2019-04-25 22:42:52 +02:00
Remco Burema
c4265c1f67
Scale instead of center for preview/prepare-menus. [CURA-6478]
2019-04-25 21:50:24 +02:00
Remco Burema
3a94745667
Make sliders reappear in simulation-view. [CURA-6183]
2019-02-06 16:01:01 +01:00
Ghostkeeper
a831cfa558
Configure whether preview shortcut is visible from ActionPanelWidget property
...
This way it's more dynamic: You don't need to hardcode the plug-in name in the widget to see whether or not it's visible.
Contributes to issue CURA-6086.
2019-02-04 15:19:09 +01:00
Ghostkeeper
5992e66ed6
Move action panel into each stage
...
They can then decide if it needs to be there. For instance, the monitor stage doesn't want to have this panel. Also each stage can position it where they like, and in the near future I'll make a feature to let it decide whether or not to show the preview button.
Contributes to issue CURA-6086.
2019-02-04 15:08:59 +01:00
Lipu Fei
6992fd2991
Update plugin versions to match package versions
...
CURA-6019
2018-12-17 13:03:21 +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
Diego Prado Gesto
17f0c12858
Make the middle component to have zero width if there is no component to
...
fill the gap.
Contributes to CURA-6020.
2018-12-13 14:31:34 +01:00
Diego Prado Gesto
c804610fa6
Make the stage menu in the preview using 85 percent of the total width in order to prevent the print setup panel to be in the middle
2018-12-11 15:19:40 +01:00
Diego Prado Gesto
7dc3320b06
Remove all the signal propagation for the tooltip and allow only Cura.qml to handle them
...
Contributes to CURA-5941.
2018-12-02 20:32:55 +01:00
Diego Prado Gesto
f3bf20ca1b
Separate the view selector into a different file.
2018-11-25 18:24:21 +01:00
Jaime van Kessel
a9f0402f63
Made size of viewselector themable
...
CURA-5785
2018-11-22 09:37:36 +01:00
Jaime van Kessel
bd636e61a0
Minor changes suggested in review
...
CURA-5785
2018-11-21 13:17:36 +01:00
Jaime van Kessel
eef6ad662d
Added enum for the roundedCorner property
...
This makes it a whole lot easier to read what is being set.
CURA-5785
2018-11-21 11:50:39 +01:00
Jaime van Kessel
b826a42026
Add the RoundedRectangle as background to the ExpandableComponent
...
This way the expandable components can have rounded corners only on one side,
thus preventing the need to do add backgrounds to the rows that they are in.
CURA-5785
2018-11-21 11:37:58 +01:00
Jaime van Kessel
d74393498b
Fixed view selector header not updating correctly
...
CURA-5785
2018-11-21 09:35:35 +01:00
Lipu Fei
b0f3fedc94
Fix import QtQuick versions to suit Qt 5.10
...
CURA-5785
2018-11-19 13:42:22 +01:00
Jaime van Kessel
a490e420f0
Prevent the setting items from being recreated every stage switch
...
CURA-5785
2018-11-19 11:42:04 +01:00
Jaime van Kessel
e3ebf89092
Ensure that width of popup does not get set to 0
...
CURA-5785
2018-11-16 17:26:10 +01:00
Jaime van Kessel
6b55490af8
Fix final QML warnings
...
CURA-5785
2018-11-16 16:30:47 +01:00
Jaime van Kessel
bc5a2ce5b0
Make ViewSelector panel close upon selecting different view
...
CURA-5785
2018-11-16 16:16:15 +01:00
Jaime van Kessel
320efa443e
Merge branch 'CURA-5785-Restyle_stage_menu' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu
2018-11-16 14:58:47 +01:00
Jaime van Kessel
3fd1cc0e8c
Ensure that the added labels are also themable
...
CURA-5785
2018-11-16 14:58:11 +01:00
Ghostkeeper
e087db7c2e
Code style and fixes to comments
...
Contributes to issue CURA-5785.
2018-11-16 14:11:22 +01:00
Ghostkeeper
81b6f3ab11
Update unclear qml ID's
...
CURA-5785
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 14:03:39 +01:00
Ghostkeeper
de020b4c75
Remove commented out code
...
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 14:02:00 +01:00
Jaime van Kessel
20b7a925a0
Remove unused code & outdated todo comment
...
CURA-5785
2018-11-14 16:49:01 +01:00
Jaime van Kessel
9aa5b6fe3f
Hide one spacer if there is no viewPanel
...
CURA-5785
2018-11-14 16:47:53 +01:00
Jaime van Kessel
c27f51d944
Make the view selector also use the expandableComponent
...
CURA-5785
2018-11-14 16:44:36 +01:00
Jaime van Kessel
fb72f9a059
Fixed size of expandableItem not being the correct width
...
CURA-5785
2018-11-14 09:59:56 +01:00
Jaime van Kessel
a9fdd455eb
Add seperator lines for the stageMenu's
...
CURA-5785
2018-11-13 16:47:39 +01:00
Jaime van Kessel
551bc2fbd4
Removed line around the headerbar
...
I was checking an old design, the new one doesn't have a line around it
CURA-5785
2018-11-13 16:40:51 +01:00
Jaime van Kessel
b83175a380
Add rounded corners to stage menus
...
CURA-5785
2018-11-13 16:32:24 +01:00