casper
1c711129e2
Merge branch 'replace_controls_1_for_controls_2' into CURA-8687_dialogs
...
# Conflicts:
# resources/qml/Account/SyncState.qml
# resources/qml/Preferences/ReadOnlySpinBox.qml
2022-02-11 10:44:52 +01:00
Jaime van Kessel
1b9c86603c
Fix layout of multiply object dialog
2022-02-10 10:59:21 +01:00
casper
30bd9e7d67
Update Dialog in context menu
...
CURA 8687
2022-02-09 11:17:19 +01:00
casper
50820048f7
Update SpinBox in ContextMenu
2022-02-08 11:34:54 +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
94c71704db
Add clarifying comment about why something is added at index 5>
...
CURA-8683
2022-01-12 16:00:32 +01:00
Jaime van Kessel
b30ad58f91
Update context menu to controls 2
...
CURA-8683
2022-01-11 11:36:34 +01:00
Konstantinos Karmas
504f6dbe70
Revert "Cura 7813 qml modules version bump"
2021-03-30 09:48:28 +02:00
Konstantinos Karmas
180732788b
Merge pull request #9472 from Ultimaker/CURA-7813_QML_warnings
...
Cura 7813 qml modules version bump
2021-03-30 09:42:59 +02:00
Kostas Karmas
7827b36ab7
Fix QML warnings due to depricated on<signal> calls in Connections
...
As of 5.12, the signals used in connections should not be declared as on<signal>, but as
function on<signal>(arguments).
2021-03-30 09:02:48 +02:00
jelle Spijker
3baa71fd48
Update QtGraphicalEffects, Window and Dialogs
...
CURA-7813
2021-03-29 18:12:35 +02:00
jelle Spijker
9da321ffb9
Update Layouts, Control.Styles and Dialogs
...
CURA-7813
2021-03-29 18:04:47 +02:00
jelle Spijker
2986d50745
Update QtQuick and QtQuick.Controls
...
CURA-7813
2021-03-29 17:55:19 +02:00
Lipu Fei
620790ae3d
Reduce the creations of ExtrudersModels
...
CURA-6015
2018-12-13 14:12:23 +01:00
Jaime van Kessel
4cde6c05ae
Switch most usages of containerStackId to containerStack for settingPropertyProvider
...
This mostly makes the code a bit more logic and also decreases the number of searches in the registry
2018-09-07 15:23:09 +02:00
Jack Ha
4b060f297f
CURA-4400 grey out disabled extruder in context menu
2018-03-15 15:44:27 +01:00
Jaime van Kessel
2de587a8c6
Made some changes so the code also works with lower versions of Qt & pyQt
2018-03-05 15:32:46 +01:00
Lipu Fei
392f729731
Reduce number of QML singletons
2018-02-22 14:21:10 +01:00
Lipu Fei
495fc8bbd7
WIP: Refactor BuildPlateModel and split MultiBuildPlateModel
2018-02-17 22:24:05 +01:00
Jack Ha
164e5fdc8e
CURA-4525 change active build plate if that build plate does not exist anymore; disable context menu items for build plates when no selection
2018-01-08 13:55:42 +01:00
Jack Ha
62487e8ea2
CURA-4525 cleanups and change comment and added new-lines
2018-01-03 15:41:08 +01:00
Jack Ha
fda4badab1
Checked build plates in context menu now actually match the selected item's build plates; changed collapse arrow. CURA-4525
2017-12-21 15:08:46 +01:00
Jack Ha
5152b2ae65
Solved merge conflicts. CURA-4525
2017-12-21 10:52:51 +01:00
Jack Ha
e2a663992c
CURA-4525 Added an option to turn on the UI elements of multi build plate
2017-11-15 17:00:19 +01:00
Jack Ha
bd8aa8d989
CURA-4525 automatic build plate menu items using BuildPlateModel
2017-11-14 14:27:46 +01:00
Jack Ha
5b368fbfd5
CURA-4104 added first sucky build plate selection options
2017-11-06 14:03:03 +01:00
ChrisTerBeke
d718e6e36c
Create extruder stack for single extruder machines on start - CURA-4482
2017-10-31 09:08:20 +01:00
Lipu Fei
946b8ae92d
Remove executable bit for non-executable files
2017-10-19 10:28:57 +02:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
Jaime van Kessel
121fc17064
Multiply objects dialog is now application modal
...
CURA-3768
2017-07-20 15:15:03 +02:00
Mark
7bc715a9bd
fixed too big dialogs and hidden checkboxes
2017-05-31 12:46:07 +02:00
Jack Ha
0b0011fc88
Multiply dialog now has focus on #, added shortcut Ctrl-M
2017-05-04 16:31:33 +02:00
Mark
d0a95426cb
Remove space..
2017-04-26 13:19:01 +02:00
Mark
f573802e8d
Fix to make the extruders line up below the label
...
CURA-3609
2017-04-26 13:01:14 +02:00
Arjen Hiemstra
bca27ad11f
Document findItemIndex function in ContextMenu
2017-04-24 13:13:00 +02:00
Arjen Hiemstra
78603bed63
Rename setSelectionExtruder to setExtruderForSelection
...
This matches more closely with the naming of the other selection
actions.
2017-04-24 13:12:00 +02:00
Arjen Hiemstra
e108bd0627
Add extruder selection to Context menu
...
Contributes to CURA-3609
2017-04-20 17:42:06 +02:00
Arjen Hiemstra
c21895de97
Add a multiplySelection method to CuraActions
...
Contributes to CURA-3609
2017-04-20 17:41:53 +02:00
Arjen Hiemstra
06cc0e9a63
Move the ContextMenu to its own file
...
Contributes to CURA-3609
2017-04-20 17:39:43 +02:00