c.lamboo
|
7507ebad6a
|
Fix for url-schemes with quotes
Last quote would not be matched due to the optional last quote in the regex, resulting in an `.stl"` extension
CURA-12282
|
2024-11-12 23:09:23 +01:00 |
|
c.lamboo
|
38b496102f
|
Make url schemes more robust against alternate formats
CURA-12282
|
2024-11-12 21:33:01 +01:00 |
|
Remco Burema
|
4b2026e718
|
Upgrader for 5.8 -> 5.9 version.
see jira ticket CURA-12097
|
2024-10-01 20:09:04 +02:00 |
|
Jaime van Kessel
|
4fb9042dbf
|
Significantly improve the speed of the version upgrader
This knocked about 10 seconds from my boot time. Huzzah :D
|
2024-07-03 17:27:27 +02:00 |
|
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 |
|