Remco Burema
cbe3afba94
Remove the name when there _isn't_ platform activity.
...
Not the other way around, doh.
part of CURA-8897
2024-03-28 08:49:13 +01:00
Remco Burema
3011a17925
Clear last project name when platform empty.
...
This should fix the reverting of project name to the previous one when the current project was not saved as a project (yet).
CURA-8897
2024-03-27 13:45:21 +01:00
c.lamboo
32cf64f90c
Upgrade SettingVersion
...
CURA-11526
2024-03-15 10:19:31 +01:00
Saumya Jain
831a1d4876
Reset openAsUcp at the start of preread
...
CURA-11403
2024-03-06 12:32:05 +01:00
Saumya Jain
b119a010ca
Moved calculating UCP only to Preread and getting value here
...
CURA-11403
2024-03-05 16:34:41 +01:00
Saumya Jain
0e70b80446
removal of preference to not open the save dialog for ucp again
...
CURA-11403
2024-03-05 14:56:09 +01:00
Saumya Jain
3e23ce1c37
code review fixed for PAP
...
CURA-11403
2024-03-05 14:08:39 +01:00
Saumya Jain
f3c49e494e
adding option of opening model as UCP or normal project file
...
CURA-11403
2024-02-29 15:45:13 +01:00
Saumya Jain
5865906057
function Name change
...
CURA-10542
2024-02-27 13:52:59 +01:00
Saumya Jain
1338a562ef
added drop models to buildplate as a right click option
...
Also shortcut: ctrl+B
CURA-10542
2024-02-27 13:45:10 +01:00
Casper Lamboo
58eb62d976
Merge pull request #18371 from Ultimaker/CURA-11403_save-PAP
...
Cura 11403 save pap
2024-02-23 15:49:00 +01:00
Saumya Jain
f8a299bc70
Merge branch 'main' into main
2024-02-23 10:36:22 +01:00
Saumya Jain
ec871782c7
PAP adding save dialog before filesave window
...
CURA-11403
2024-02-20 10:47:27 +01:00
saumya.jain
b641741e49
Added preference to show UFP saving dialog
...
Changes saving to .ucp to .3mf
2024-02-16 14:11:07 +01:00
saumya.jain
d68a454fa9
function name change to getWorkplaceDropToBuildplate
...
CURA-10542
2024-02-15 11:35:09 +01:00
saumya.jain
f54d6099cd
removed the preference made it a member of class platformphysics
...
CURA-10542
2024-02-15 11:23:34 +01:00
Saumya Jain
355f24e29f
Merge branch 'main' into Issue-4835-allow-to-set-print-sequence-manually
2024-02-09 09:52:06 +01:00
Saumya Jain
84ecf8ec8f
Merge branch 'main' into CURA-11596-open-url-singleinstance
2024-02-08 10:52:11 +01:00
saumya.jain
cf1a7889c2
mimicing behavior as files to open
...
CURA-11596
2024-02-07 17:01:56 +01:00
saumya.jain
d2e8999e45
creating pyqtslot for desired functionality
...
CURA-11596
2024-02-07 15:20:52 +01:00
Saumya Jain
799ef9ef51
Merge branch 'main' into CURA-11596-open-url-singleinstance
2024-02-06 16:19:29 +01:00
saumya.jain
eff4584203
adding files in single instance in case of url
...
CURA-11596
2024-02-06 16:05:34 +01:00
Erwan MATHIEU
15156c70ad
Merge branch 'main' into CURA-11483
2024-02-06 13:46:09 +01:00
c.lamboo
d8cc99bf0d
Remove duplicate paths
...
CURA-11483
2024-02-06 13:00:31 +01:00
c.lamboo
0f6f18e7dd
Clean up some paths
...
CURA-11483
2024-02-05 11:30:15 +01:00
Saumya Jain
7d9a699eb1
Update cura/CuraApplication.py
...
using modern typing
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-02-05 09:07:22 +01:00
c.lamboo
8a0914c981
Adding more paths
...
🥲
CURA-11483
2024-02-02 16:38:02 +01:00
saumya.jain
3fc859c76b
crash while opening printer setting
...
It happened because of creating MachineActionManager as a singleton.
Code is refractored to make it work.
CURA-11558
2024-02-01 11:34:19 +01:00
c.lamboo
1bf789f6f4
Update pyinstaller for mac
2024-01-26 10:36:13 +01:00
saumya.jain
d0560ae790
restoring qmlregistersingletons in Cura
...
adding wrapper for deprecation warning
CURA-7812
2024-01-10 17:54:02 +01:00
saumya.jain
d01b5c1767
Renmoved singleton Um.Application
...
CURA-7812
2024-01-08 17:46:04 +01:00
saumya.jain
11aa71a5df
Singleton management in Cura
...
-QualityManagementModel, MaterialManagementModel, SimpleModeSettingsManager, MachineActionManager and CustomQualityProfilesDropDownMenuModel *deleted*
-QualityProfilesDropDownmenuModel changed to RegisterType
CURA-7812
2024-01-08 14:41:41 +01:00
alexandr-vladimirov
2b05a370ca
Allow to set print sequence manually
2024-01-04 06:30:23 +03:00
saumya.jain
a309c9efdb
Error is displayed on Cura screen
...
CURA-11289
2023-12-21 17:26:11 +01:00
saumya.jain
608c2344c5
on_error takes multiple args
...
CURA-11289
2023-12-21 16:25:12 +01:00
Saumya Jain
581d1bf3b9
Merge branch 'main' into CURA-11288
2023-12-19 10:17:15 +01:00
c.lamboo
84d56367f4
Also listen to the "/" appended string for url schemes
...
Windows adds a slash for some reason
CURA-11288
2023-12-06 13:33:57 +01:00
saumya.jain
30e4c61620
review comments fix
...
CURA-11166
2023-12-06 12:39:10 +01:00
c.lamboo
568fc4ca76
Revert "Fix opening files on windows"
...
This reverts commit d6a73a5976067078c7e7e63e2d6a12b89573d566.
2023-12-06 08:49:37 +01:00
c.lamboo
d6a73a5976
Fix opening files on windows
...
`_open_url_queue` is expecting a list of strings, not a `QUrl` instance
CURA-11288
2023-12-06 07:57:45 +01:00
c.lamboo
b46f6e8e09
Add support for CLI file opening with 'cura' and 'slicer' schemes
...
CURA-11288
2023-12-05 18:24:44 +01:00
saumya.jain
ce0cdd0b91
Model translations while changing build plates
...
while importing models, coordinate translations shouldn’t matter and the object should be organized on the plate where it finds space.
CURA-11166
2023-12-04 17:07:43 +01:00
c.lamboo
cf6874c984
Use the HttpRequestManager
to avoid blocking the main thread
...
CURA-11289
2023-12-01 10:53:30 +01:00
c.lamboo
a442228f38
Open file on url scheme
...
CURA-11289
2023-11-30 22:45:18 +01:00
c.lamboo
ad871c627e
Don't open file on open file event
...
CURA-11288
2023-11-30 13:42:48 +01:00
c.lamboo
87caa0307a
Display message on open file event
...
CURA-11288
2023-11-30 13:28:33 +01:00
Saumya Jain
f31980d595
Merge branch 'main' into object-reload-refactor
2023-11-01 13:22:07 +01:00
Jelle Spijker
16249e490e
Allow sideloading of resources via env
...
`CURA_DATA_ROOT` and `URANIUM_DATA_ROOT`
This allows the conanfile.py to point to `venv/share/cura`
This functionality is disabled in sys.frozen
Contributes to CURA-10561
2023-10-29 14:25:06 +01:00
Fredrik Ehnbom
dc6edffea4
Add navigation style option
2023-10-21 12:18:00 +02:00
c.lamboo
6f1adaad43
Make Conan/Python installs available for whole project and not just the AboutDialog
...
Generation of dependency list now happens in
Also cleaned up the AboutDialog.qml
CURA-10561
2023-10-19 18:39:08 +02:00