Commit graph

11442 commits

Author SHA1 Message Date
Kostas Karmas
5d18f697a3 Merge branch '4.9' into CURA-8154_Fix_sizing_of_Whats_New_pages 2021-04-12 12:41:26 +02:00
Kostas Karmas
14c11190fd Minor UI fixes in the What's new pages
* Add a top margin between the image and the text
* Change the text font to default
* Fix line break in the html page

CURA-8154
2021-04-12 12:38:36 +02:00
Kostas Karmas
17a4b40fd7 Change the font size to default in the changelog
So that it is consistent with the What's new pages

CURA-8154
2021-04-12 12:37:57 +02:00
Jaime van Kessel
f4f1dce941
Merge branch '4.9' of github.com:Ultimaker/Cura 2021-04-12 11:21:22 +02:00
Cláudio 'Patola' Sampaio
6e031bc9b5 Updated pt_BR translation 2021-04-11 17:56:57 +02:00
Jason Balaci
668df52f28 Add Sovol SV03 Cura profiles 2021-04-09 21:07:54 -04:00
Konstantinos Karmas
ce5db5e12e
Merge pull request #9545 from Ultimaker/CURA-8161_remove_donkey_and_other_UX_adventures
[CURA-8161] Remove donkey and other UX adventures
2021-04-09 16:32:19 +02:00
Kostas Karmas
97442ebefc Increase size of the profile override choice popup in preferences
This way the popup will show the entire text for all three options.

CURA-8161
2021-04-09 16:18:04 +02:00
Remco Burema
78dc5ce1c4
Merge branch '4.9' 2021-04-09 15:56:38 +02:00
Remco Burema
5ee8ca5ade
Merge pull request #9546 from Ultimaker/CURA-8167_Trim_the_changelog_to_make_it_load_faster
CURA-8167: Trim the changelog to show release notes of versions >=4.6.0
2021-04-09 15:55:36 +02:00
Kostas Karmas
183905d59b Trim the changelog to show release notes of versions >=4.6.0
The release notes of older versions can be found on GitHub.

CURA-8167
2021-04-09 15:34:17 +02:00
Remco Burema
ed7439f9cd
Fix various UX issues.
- Remove donkey: We where showing our donkey due to an unfortunate abbreviation/truncation of 'Colorblind Assist'. Now that should already not show in for a default install, which was fixed in the previous commit, but also just give the box some more space.
- Revert most of the rest of the preferences/general page back to the old controls (except for the combo-boxes, which needed to be upgraded in order to work on MacOS 11), pending a _proper_ redesign to the newer style of this page.

CURA-8161
2021-04-09 15:30:09 +02:00
Kostas Karmas
2027309863 Fix tab button not switching to the next print setting field
The signal `setActiveFocusToNextSetting` has an argument which wasn't being passed in the
`onSetActiveFocusToNextSetting()` function, which was causing the broken behavior.

CURA-8166
2021-04-09 15:19:38 +02:00
Remco Burema
8ee0e13394
Remove hack that made older code work to make newer code work.
Theme and Language (in the interface) would stay on 'Colorblind Assist' and empty respectively, even if the actual theme (and obvioulsy the language) where different.

CURA-8161
2021-04-09 15:12:28 +02:00
Kostas Karmas
ae63dff0e4 Remove padding of the text in the scrollable text area
CURA-8154
2021-04-09 15:09:10 +02:00
Kostas Karmas
92dafccf6d Fix margins in the WhatsNew pages
CURA-8154
2021-04-09 15:08:43 +02:00
Ghostkeeper
6fdd8d3a75
Merge branch '4.9' 2021-04-09 14:13:28 +02:00
StijnArntz
d48722fcd1
Update um2pc_tpu_0.6_fast.inst.cfg 2021-04-09 14:11:23 +02:00
Ghostkeeper
7b7b640ef7
Merge branch 'atom3_printers' of https://github.com/Daniel-Kurth/Cura into Daniel-Kurth-atom3_printers 2021-04-09 13:34:28 +02:00
Ghostkeeper
6dd3256671
Hide initial layer speed settings if Number of Slower Layers is 0
These initial layer speeds were only applied to the model (not the raft).
Number of Slower Layers indicates how many layers the initial layer speed should apply to. So if that is 0, the initial layer speed doesn't apply to anything any more, and the setting should be hidden because it has no effect on the print.

Found by Markouustalu in #4439.
2021-04-09 13:17:03 +02:00
Kostas Karmas
89697ea489 Set height of progressBar to 0 when not visible in WizardPanel
CURA-8154
2021-04-09 11:42:13 +02:00
Kostas Karmas
34195551f4 Fix uneven margins in the WizardPanel
CURA-8154
2021-04-09 11:41:33 +02:00
Kostas Karmas
16cb42b3c7 Set the size of the "What's New" dialog equal to the "Welcome" dialog
CURA-8154
2021-04-09 11:39:43 +02:00
Remco Burema
e2135088b9
Merge branch '4.9' 2021-04-09 09:49:44 +02:00
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
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