17 Commits

Author SHA1 Message Date
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
Aleksei S
81a6531f47 Fix range slider label position in LayerSlider.qml. 2018-12-20 20:37:48 +01:00
Diego Prado Gesto
38a80ecae5 Make some tweaks in the UI for the preview stage.
Clean up the default theme a bit by removing unused entries.

Contributes to CURA-5829.
2018-11-11 14:06:52 +01:00
Jaime van Kessel
15f586ffae Fix the location of the simulation slider label
CURA-5829
2018-10-31 10:30:11 +01:00
Jaime van Kessel
3fc399a644 Moved default values into components
CURA-5829
2018-10-31 09:46:41 +01:00
Diego Prado Gesto
a8531a335d Fix the alignments for the sliders in the simulation view.
Contributes to CURA-5772.
2018-10-26 09:52:02 +02:00
Diego Prado Gesto
6db1342255 Fix the layer view when there is a print job with only one layer.
Contributes to CURA-5789.
2018-10-03 10:44:20 +02:00
Diego Prado Gesto
13cab3653e Remove unworking code that I forgot to remove after explaining a
possible solution to myself.

Contributes to CURA-5725
2018-09-18 17:09:57 +02:00
Diego Prado Gesto
c31f584e5b Fix my own mistake. The keys act throught the labels and the function in
the labels is called setValue that then points to the setValueManually.

Contributes to CURA-5725.
2018-09-18 17:04:24 +02:00
Diego Prado Gesto
0ef46feeae Fix code style.
Contributes to CURA-5725.
2018-09-18 16:53:25 +02:00
Diego Prado Gesto
f965b66c87 Stop the simulation also when the range slider is used. Reuse some code.
Contributes to CURA-5725.
2018-09-18 16:30:15 +02:00
Aleksei S
1b1ca8a53b Fix, simulation did not play after second layer
CURA-5725
2018-09-18 14:39:43 +02:00
Aleksei S
f33576cc81 Stop simulation after pressing Up or Down in simulation layer textfield
CURA-5725
2018-09-18 13:56:20 +02:00
Diego Prado Gesto
dfae4a9a86 Add a property that indicates when the layer slider or the path slider
has changed manually.

With this we can differentiate when the layer changed automatically
(during simulation) or manually (by user interaction). In case it was
changed manually, the simulation will stop.

Contributes to CURA-5725.
2018-09-17 14:02:04 +02:00
Diego Prado Gesto
1a189ba4f5 Simplify normalization formula. 2018-08-03 09:13:19 +02:00
Diego Prado Gesto
c14539d63a Fix the sliders that went out of range when using the arrow keys. 2018-08-02 13:12:01 +02:00
Diego Prado Gesto
98d48978a8 CURA-4526 Add the SimulationView plugin to Cura and deleting LayerView
plugin
2017-11-17 14:27:46 +01:00