26552 Commits

Author SHA1 Message Date
Remco Burema
7eeae4db87
Enable infill pattern via infill line distance instead.
Fixes an issue where, when the global infill density was 0, and the settings for a mesh overlap changed the infill line distance (but not outright the density),  the infill pattern would be disabled in the mesh overlap settings. (You still will need to select both the density and line width to actually change the line width though.)

Relates to github issue Cura/10349 (not explicity linking it here, as it might close that issue then, while it shouldn't as most sub-issues in there are still unresolved one way or the other.
2021-09-07 14:56:02 +02:00
Ghostkeeper
30b8293c51
Merge branch '4.11' 2021-09-07 14:28:52 +02:00
Ghostkeeper
534e119e72
Fix translations of log-in page and sync message
The French and Italian translations didn't have proper newlines there.
The message for the sync progress wasn't translated because it didn't properly get the catalog.

Contributes to issue CURA-8472.
4.11.0
2021-09-07 14:26:43 +02:00
fvrmr
5678b1907a Update change log
Fixed a typo
2021-09-07 11:06:52 +02:00
fvrmr
33ebd288a9 Update whats new pages and change log
Updated whats new pages with two new pages and two images. Changed the images for the monotonic ordering
Updated the change log with new bug fixes.
2021-09-07 10:37:09 +02:00
Jelle Spijker
dff131cac9
Merge pull request #10396 from Ultimaker/CURA-8472_4.11_translations
Update 4.11 translations from Lionbridge
2021-09-07 08:22:50 +02:00
jelle Spijker
25cc9a2556
Fixed translation with poedit
various small adjustments
2021-09-07 08:14:50 +02:00
Ghostkeeper
8c005616a3
Don't add English translations for missing translations
This is really bad. I wonder what caused that. Must've been me that committed it. Is the script broken to import from Lionbridge? Did I make a mistake somewhere?

Contributes to issue CURA-8472.
2021-09-06 17:37:13 +02:00
Ghostkeeper
098add5190
Remove forgotten broken plural
Contributes to issue CURA-8472.
2021-09-06 17:28:47 +02:00
Ghostkeeper
81eb09966d
Fix forgotten merge conflicts
I forgot to save this file.

Contributes to issue CURA-8472.
2021-09-06 17:26:29 +02:00
Ghostkeeper
8209bdd866
Merge branch '4.11' into CURA-8472_4.11_translations
Conflicts:
	resources/i18n/zh_TW/cura.po -> Merged to 4.11 after I split off this branch.
	resources/i18n/zh_TW/fdmprinter.def.json.po -> Merged to 4.11 after I split off this branch.
2021-09-06 17:23:55 +02:00
Ghostkeeper
2e6d09c574
Fix remaining plural cases going wrong
I think the import script does this wrong.

Contributes to issue CURA-8472.
2021-09-06 17:20:29 +02:00
jelle Spijker
94465b1de7
Fixed plural 2021-09-06 14:37:42 +02:00
Ghostkeeper
0e11c2e086
Translate plug-in as plug-in, not invoegtoepassing
This is to be more consistent, and more realistic with our target audience.

Contributes to issue CURA-8472.
2021-09-06 14:15:53 +02:00
Jelle Spijker
fac7583f6b
Merge pull request #10397 from Ultimaker/traditional_chinese
Traditional Chinese
2021-09-06 14:15:20 +02:00
jelle Spijker
b85dcfc177
Traditional Chinese
Thank you for your contribution Valen Chang
2021-09-06 14:08:29 +02:00
Jelle Spijker
0802610cc9
Merge pull request #10312 from Patola/4.11
Updated pt_BR strings for 4.11
2021-09-06 13:56:32 +02:00
Ghostkeeper
3fd03cf508
Translate top/bottom consistently as dessus/dessous in French
The translator used haut/bas while in most cases we used dessus/dessous for that.

Contributes to issue CURA-8472.
2021-09-06 13:45:24 +02:00
Ghostkeeper
e705bbea4b
Add usage instructions for the next time
We keep forgetting.

Contributes to issue CURA-8472.
2021-09-06 13:37:12 +02:00
Jelle Spijker
d595ca06e3
Merge pull request #10388 from sustmi/czech-translations-v4.11
Add Czech translations for v4.11
2021-09-06 13:31:46 +02:00
Ghostkeeper
ce134812f1
Update translations from Lionbridge for 4.11
These are the new translations we received from the professional translation service.

Contributes to issue CURA-8472.
2021-09-06 13:30:45 +02:00
Miroslav Sustek
abb3ce936c Add Czech translations for v4.11 2021-09-04 17:34:48 +02:00
Ghostkeeper
d5481e4ce8
Merge branch 'CURA-8401_use_secrets_instead_of_random' 2021-09-03 16:06:23 +02:00
Evangelos Trantos
e8be611a0d
Merge pull request #10360 from Ultimaker/CURA-8509_add_extruder_to_current_version
Add extruder to current version for version upgrade script
2021-09-03 15:30:50 +02:00
Ghostkeeper
e4cf5568a5
Merge branch '4.11' 2021-09-03 13:07:19 +02:00
Ghostkeeper
1560ae074d
Round position of printer connection icon
It does become noticeably sharper with this. And doesn't appear out of place at all.

Contributes to issue CURA-8202.
2021-09-03 13:07:01 +02:00
Jaime van Kessel
8b5cfc9c28 Use token_hex from secrets instead of choice
CURA-8401
2021-09-03 09:57:04 +02:00
jelle Spijker
571a051041
Use SQLQueryFactory for container DB
Needed to add a Filter possibility to facilitate that
Created a Simple UserString class which can be used as:

```py
        sql_filter = SQLFilter(f"SELECT {{}} FROM table_name WHERE id = ?")
        cursor.execute(sql_filter)  # Will execute: SELECT * FROM table_name WHERE id = ?
        cursor.execute(sql_filter["id", "name"])  # Will execute: SELECT id, name FROM table_name WHERE id = ?

```

Contributes to CURA-6096
2021-09-02 16:55:24 +02:00
Ghostkeeper
e3a4b70029
Merge branch '4.11' 2021-09-02 14:32:16 +02:00
Ghostkeeper
f4508c709e
Fix links to account sign up page
This was a miscommunication.

Contributes to issue CURA-8440.
2021-09-02 14:32:06 +02:00
Jaime van Kessel
e24a844d17 Use secrets instead of random
Since we're no longer stuck on python 3.5, we can use secrets instead of random
which provides better randomness.

CURA-8401
SEC-207
2021-09-02 14:25:57 +02:00
jelle Spijker
4067d9d607
Fixed typing
Contributes to CURA-6096
2021-09-02 10:17:40 +02:00
Jaime van Kessel
3caee3f143
Merge pull request #10328 from Ultimaker/CURA-8358_Retain_last_saved_filename
Retain the last saved filename after saving a file
2021-09-02 09:54:35 +02:00
Ghostkeeper
7f1e3144bc
Remove arbitrary lower limit of 5% flow
This was not a true limitation of the mathematics. In fact, we had other flow settings (for initial layer) that already went to 0.0001%.

Discovered while working on a bug report from Reddit.
2021-09-02 09:49:30 +02:00
jelle Spijker
f80e1ec279
Updated documentation
Contributes to CURA-6096
2021-09-01 18:58:03 +02:00
Remco Burema
b97920e5b1
Only change project name when saving to project files.
CURA-8358
2021-09-01 18:11:10 +02:00
Ghostkeeper
d4751c6bc9
Merge branch '4.11' 2021-09-01 18:01:20 +02:00
Ghostkeeper
c779135112
Rename Group icon to People, and add high detail variant
The icon is called People in the UX team's icon system, and we need to stay aligned to that.
The high detail variant has an extra person in it.

Contributes to issue CURA-8530.
2021-09-01 18:01:10 +02:00
jelle Spijker
7aa08d4acd
Use a class to build to sql queries
This greatly reduced the amount of duplicate code in the DataBaseHandlers
Not sure how secure this is SQL injections. Need to check that and maybe
put in some guards. Using double underscores for now and only provide a
getter. But then again why bother with an SQL injection as
you can just as easily modify the Python code, and we still have the old
Containers to fallback to if the Database gets corrupted.

Contributes to CURA-6096
2021-09-01 16:58:48 +02:00
Remco Burema
0b114876ef
Make this run from source again on Windows. 2021-09-01 16:56:47 +02:00
Remco Burema
c2c53d51c1
Use optional last output (file) name from output-dev to set project name.
Instead of relying on the filename emitted when the workspace is changed. This is done so the user can also change the project name when saving to an output device, such as a local file, or the digital library, that supports changeing the (file)name.

CURA-8358
2021-09-01 16:04:05 +02:00
Ghostkeeper
f638809f9d
Merge branch '4.11' 2021-09-01 15:39:15 +02:00
Ghostkeeper
b7b0d25615
Add high detail versions of some icons
The group icon seems to be broken though. We'll look into it.

Contributes to issue CURA-8530.
2021-09-01 15:39:04 +02:00
Ghostkeeper
15fcad454d
Merge branch '4.11' 2021-08-31 13:35:58 +02:00
Ghostkeeper
34531656d6
Merge branch 'CURA-8520_Fix_missing_icons_in_deprecated_icons_list' into 4.11 2021-08-31 13:35:33 +02:00
Ghostkeeper
d08d5d6625
Merge branch '4.11' 2021-08-31 12:07:42 +02:00
Ghostkeeper
9ea025885a
Update links to network troubleshooting page
The new links also have campaign identifiers. Because apparently the website doesn't read the HTTP metadata information saying that it redirected from Cura, and it adds information which button it came from.
The old links will remain working via redirects, for older Cura versions.

Contributes to issue CURA-8528.
2021-08-31 12:07:11 +02:00
Ghostkeeper
751732076d
Add test to see if all deprecated theme icons still exist
This will make it easier in the future if we deprecate icons again. And it's nice for now.

Contributes to issue CURA-8520.
2021-08-31 12:00:59 +02:00
Konstantinos Karmas
b3af6f3ec5
Merge pull request #10366 from Ultimaker/CURA-8214_use_new_controlstyle_for_cluster_printer_selecter
Fix greyed out cluster printers
2021-08-31 09:45:33 +02:00
jelle Spijker
d97c4e2c94 Don't use new controls for the buttons 2021-08-31 09:34:23 +02:00