David Fries
2749de9a67
Fix RecentFilesMenu.qml onObjectRemoved incompatible arguments
...
"share/cura/resources/qml/Menus/RecentFilesMenu.qml:39:
TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed."
This was passing the Instantiator index, which is a Number to menu.removeItem
which is expecting an object. Add the missing index argument. I
found Qt 5.7 had two arguments so it has been there for some time.
2024-08-31 12:11:56 -05:00
Jaime van Kessel
3a1862f15f
Fix deprecation warning on recentfilesmenu
2022-04-01 13:47:21 +02:00
Jaime van Kessel
b5136ba70c
Fix merge conflics
2022-02-17 15:07:48 +01: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
052898ce21
Switch out the file, view and edit menu for controls 2
...
CURA-8683
2022-01-10 16:55:28 +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
Ghostkeeper
4b375ce2fe
Remove unused hasMesh signal
...
This is logic that shouldn't be in QML anyway. It's not used by anything at this point. Let's remove it.
Contributes to issue CURA-7868.
2021-01-04 18:11:00 +01:00
Jaime van Kessel
b58730a70c
Fix decoding in recently opened menu
...
Fixes #7820
2020-05-27 15:30:22 +02:00
Nino van Hooff
11d0462c7a
Fix recent files python function calls
2019-10-07 10:44:30 +02:00
Diego Prado Gesto
49e96980f1
Store the dialogs in a folder called Dialogs.
...
Contributes to CURA-5784.
2018-10-09 17:11:01 +02:00
Lipu Fei
95f4515e93
Make it possible to skip project file check in readLocalFile()
...
CURA-5203
2018-04-10 11:40:47 +02:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00
Jaime van Kessel
f82aecb7ca
Refactoring; no longer use "Printer" to identify CuraApplication
2017-03-30 20:19:05 +02:00
Lipu Fei
2d48809214
Also asks when opening a recent project file
...
CURA-3495
2017-03-21 13:56:11 +01:00
Victor Larchenko
3605403314
D6: Moved file loading code
2016-12-23 15:53:16 -05:00
Victor Larchenko
c18b3149da
D5: Moved loading files code
2016-12-23 15:53:16 -05:00
Victor Larchenko
b4a7173a61
T466: Only one gcode file can be loaded at a time, and deleting previous gcode file when loading non-gcode file
...
Merge changes : Only call backgroundItem.hasMesh if/on an imported model (skips if only curaprofiles get loaded)
2016-12-23 15:53:15 -05:00
Victor Larchenko
8987aa2048
T466: Revert the previous commit since it messed up the file rights.
2016-12-23 15:53:15 -05:00
Victor Larchenko
64d7bb0c2a
T466: Added ability to print loaded gcode
2016-12-23 15:53:14 -05: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