Commit graph

12848 commits

Author SHA1 Message Date
Jaime van Kessel
dbef89ea89
Merge branch 'CURA-8127_settings_visibility_osx_fix' of github.com:Ultimaker/Cura into 4.9 2021-04-09 09:37:37 +02:00
Ghostkeeper
b3c03b8771
Merge branch 'master' into libArachne_rebased
Conflicts:
	resources/texts/change_log.txt -> 4.9 got added while we added the Arachne change log as well. I put 4.9 below the Arachne info.
2021-04-08 13:49:52 +02:00
MarkMan0
8a091aa0d2 Change default machine_height 2021-04-08 13:27:11 +02:00
MarkMan0
ee50ad21cd Probe calibration on the side of the buildplate 2021-04-08 13:27:05 +02:00
Jaime van Kessel
8e106b2f5b
Merge branch '4.9' of github.com:Ultimaker/Cura 2021-04-08 12:05:26 +02:00
Ghostkeeper
fcc567c8aa
Merge branch 'master' of https://github.com/kreuzhofer/Cura into kreuzhofer-master 2021-04-08 11:53:06 +02:00
Remco Burema
1e5d7623cb
Make it more clear the updates where for MacOS BigSur. 2021-04-07 09:40:06 +02:00
Remco Burema
d2007901f7
Also convert visibility-preset dropdown.
This will make this Qt5.15 control work on mac again. (Since the older controls are deprecated.)

CURA-8127
2021-04-07 08:31:49 +02:00
Remco Burema
b3ea26c955
Half-revert last-last-last changelog changes.
CURA-8127
2021-04-06 15:11:43 +02:00
jelle Spijker
1132e4c6f9
Added known Mac OSX issues to the Changelog of 4.9 beta
This commit should be reverted on the branch with the fixes made by
@rburema.
2021-04-06 14:09:13 +02:00
Ghostkeeper
08be77adad
Increment SDK version to 7.5.0
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
2021-04-06 13:28:08 +02:00
Remco Burema
81c37ac4f4
Changelog changes just in time. 2021-04-06 13:10:52 +02:00
Remco Burema
7520e3b148
Workaround old-style menu's not closeable on Mac OSX.
Menu's didn't always close, and on newer Macs users wouldnt be able to even close the menu, making this a blocker. Will fix this properly before the final, but at least the beta should be usable now.

CURA-8142
2021-04-06 12:21:59 +02:00
Konstantinos Karmas
b9f76ef9e4
Merge pull request #9488 from Ultimaker/CURA-8110_upgrader
Cura 8110 upgrader
2021-04-06 12:03:17 +02:00
Remco Burema
a04fee8e95
Deprecated QtQuickControls 1 has some problems on Mac OSX.
In this particular case it was easiest to do the in a sense proper thing and just upgrade.

CURA-8127
2021-04-06 10:44:31 +02:00
Miroslav Sustek
068ee32d32 fix typo in Czech translation of "Experimental" 2021-04-04 20:55:28 +02:00
Miroslav Sustek
38e7d3b1ff Add missing Czech translations for Cura 4.9 2021-04-04 19:46:46 +02:00
Jelle Spijker
295e16f5cd
Merge pull request #9493 from Ultimaker/CURA-8152_Onboarding_flow_dialog_ends_after_selecting_networked_printer_without_showing_whats_new
CURA-8152: Go to the next page when adding a networked machine in oboarding wizard
2021-04-04 12:47:58 +02:00
jelle Spijker
279edf7a37
Czech Translations for 4.9
CURA-8153
2021-04-02 19:28:44 +02:00
Kostas Karmas
40c07fdeca Merge branch '4.9_translations' into 4.9 2021-04-02 18:11:22 +02:00
fvrmr
78d9576d5b Changelog and whats new
Added the changelog for 4.9 beta.
Copywrite whats new pages.
2021-04-02 16:55:56 +02:00
jelle Spijker
33c33c267d
Translations for 4.9
CURA-8153
2021-04-02 16:34:06 +02:00
Konstantinos Karmas
db750ccf43
Merge pull request #8842 from sustmi/CURA-8821_add_czech_translation
Add Czech translations for Cura 4.8
2021-04-02 15:45:42 +02:00
Kostas Karmas
789f6de9c8 Go to the next page when adding a networked machine in oboarding wizard
CURA-8152
2021-04-02 14:39:22 +02:00
Jaime van Kessel
67e03e8763
Merge branch '4.9' of github.com:Ultimaker/Cura into CURA-8110_upgrader 2021-04-02 13:48:39 +02:00
Ghostkeeper
e6951327bb
Translate title of sign in screen
Formerly this probably wasn't translated because it's like a name or term. But now it definitely needs to be translated.

Contributes to issue CURA-8107.

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-04-02 11:09:24 +02:00
jelle Spijker
368d28619e
Revert "Bump setting_version to 17" for instances
This reverts commit da4db51b
2021-04-02 10:43:24 +02:00
Ghostkeeper
7f353d72a7
Remove now unused image of printers
Contributes to issue CURA-8107.
2021-04-01 19:36:00 +02:00
Ghostkeeper
9ebb5e4cee
Redesign log-in advertisement
This is a new text and new ordering. The title is above the image now, and the sign in has become a tertiary button.

Contributes to issue CURA-8107.
2021-04-01 19:33:35 +02:00
Ghostkeeper
3e4098cffa
Clean up unreadable mess of SVG code
It's now documented and written down in human terms. Since it doesn't involve encoding contours as 0-width paths any more, the rendering should also be a bit faster.

Contributes to issue CURA-8107.
2021-04-01 19:09:55 +02:00
Ghostkeeper
6b41f3a5cd
Make the welcome screen a re-usable image
It's not good to name a resource after where it's used if it could be necessary in multiple places.

Contributes to issue CURA-8107.
2021-04-01 18:19:18 +02:00
jelle Spijker
0c965b4b20
Add current version to setting_visibility
CURA-8810_version_upgrade
2021-04-01 16:17:01 +02:00
Remco Burema
9ffd7ecdb3
Make Wizard Dialogs non-resizeable.
5-min fix.
2021-04-01 13:01:14 +02:00
Remco Burema
92c3c0cdea
Solve 'What's New' font troubles.
5-min fix.
2021-04-01 08:54:16 +02:00
Remco Burema
61bbc6a935
Omit 'Changelog' from title-label
5-min fix.
2021-03-31 18:58:31 +02:00
VOLUMIC
c7ae9a7a67
Definitions corrections 2021-03-31 16:07:01 +02:00
VOLUMIC
f03e41701c
Definitions correstions 2 2021-03-31 16:00:06 +02:00
jelle Spijker
b05b36ae56
Added the VersionUpgrade48to49 plugin to bundled packages
CURA-8810_version_upgrade
2021-03-31 15:14:18 +02:00
jelle Spijker
fb05f1ce89
Made VersionUpgrade47to48 a bundled package
CURA-8810_version_upgrade
2021-03-31 15:14:12 +02:00
jelle Spijker
da4db51b0a
Bump setting_version to 17
CURA-8810_version_upgrade
2021-03-31 15:13:06 +02:00
VOLUMIC
ab79c8af15
Delete stream20_30_extruder.def.json
no more used
2021-03-31 14:51:40 +02:00
VOLUMIC
47808cc309
Definitions corrections 2021-03-31 14:45:50 +02:00
Remco Burema
7cf2ebe441
Fit text in boxes.
5-min fix.
2021-03-31 09:54:05 +02:00
Remco Burema
368c0310a5
Merge branch 'big_merge_v49' into 4.9 2021-03-30 22:51:50 +02:00
VOLUMIC
0b298b5475
optimized STL 2021-03-30 18:26:36 +02:00
Remco Burema
315898864c
Merge branch 'CURA-7180_keyring_storage' into big_merge_v49 2021-03-30 17:21:17 +02:00
VOLUMIC
4dca95f263
Profils files for VOLUMIC printers series
Profils files for VOLUMIC printers series
2021-03-30 17:14:53 +02:00
VOLUMIC
979c2a249f
Files for VOLUMIC printers series
Files for VOLUMIC printers series
2021-03-30 17:11:40 +02:00
VOLUMIC
c311eb639e
Extruders definitions files for VOLUMIC printers series
First extruders definitions files for VOLUMIC printers series
2021-03-30 17:10:05 +02:00
VOLUMIC
5e61737a08
Definitions files for VOLUMIC printers series
First definitions files for Volumic printers
2021-03-30 17:08:48 +02:00