Jaime van Kessel
6b9cc3f1c7
Use the correct function parameters when removing objects in menu
...
It turns out that the order of these functions matters. So when we created a
function with only one param, it would actually give it the index. Removing
with the index didn't work, so the object would still be there. The Qt objects
would already be deleted which caused segfaults
CURA-9222
2022-04-28 17:03:41 +02:00
Jaime van Kessel
af712785c8
No longer inject parameters into function handling in qml
2022-03-31 14:16:57 +02:00
Jaime van Kessel
d7d6918ab7
Use CuraMenu so that custom styling is used
...
CURA-8683
2022-01-14 15:01:48 +01:00
Jaime van Kessel
3130ea0f74
Use Cura.MenuItem instead of UM.MenuItem
...
I didn't realise that Cura already had a menu item. To prevent
Confusion, i've changed Cura.MenuItem to use UM.MenuItem and let all
other menus use Cura.MenuItem
2022-01-14 13:46:05 +01:00
Jaime van Kessel
94c006009b
Remove debug code
...
CURA-8683
2022-01-13 09:06:22 +01:00
Jaime van Kessel
2bad5c5cd3
Update the settings menu to controls 2
...
CURA-8683
2022-01-11 10:31:39 +01:00
Jaime van Kessel
58a3aef8d4
Remove styles
2022-01-04 10:36:55 +01:00
Konstantinos Karmas
504f6dbe70
Revert "Cura 7813 qml modules version bump"
2021-03-30 09:48:28 +02:00
jelle Spijker
2986d50745
Update QtQuick and QtQuick.Controls
...
CURA-7813
2021-03-29 17:55:19 +02:00
Diego Prado Gesto
6e35fc5035
CURA-4870 Modify printer menu visibility of the items. Show local or network submenu only when there is local or network printers respectively
2018-03-04 12:53:16 +01:00
Diego Prado Gesto
6fca1f1589
CURA-4870 Add i18n labels
2018-02-27 13:14:18 +01:00
Diego Prado Gesto
0d8302d864
CURA-4870 Start showing the list of printers separating between local
...
and networked priters.
2018-02-27 11:23:04 +01:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
Arjen Hiemstra
842015ea10
Move all the menus to individual QML files to make it easier to reuse them
...
Contributes to CURA-342
2016-06-28 17:32:50 +02:00