Yorik van Havre
80c68fa4df
Merged crowdin translations
2023-01-30 10:04:15 +01:00
Yorik van Havre
433b17b829
Merged crowdin translations
2023-01-23 11:25:49 +01:00
luzpaz
79e150a81b
Fix trailing whitespace, typos, headers
...
Fix trailing whitespace, typos, and header uniformity.
2023-01-23 00:34:37 +01:00
Yorik van Havre
5033f64ce9
Merged crowdin translations
2023-01-17 09:40:31 +01:00
Yorik van Havre
ec6b14bbee
Merged crowdin translations
2023-01-09 14:06:28 +01:00
Yorik van Havre
c1160c598a
Updated ts files
2023-01-09 13:24:16 +01:00
Chris Hennes
d6094449b9
OpenSCAD: Minor translation issue [skip ci]
2022-12-28 23:33:54 -06:00
Chris Hennes
be9d674785
GUI: Minor translation issues
2022-12-27 21:44:11 -06:00
Chris Hennes
1de0aebc0b
OpenSCAD: Minor translation fixes
2022-12-27 21:30:34 -06:00
Yorik van Havre
89147ef8de
Regenerated ts files using lupdate6.6
2022-12-22 15:39:42 +01:00
Yorik van Havre
3376e387da
Merged crowdin translations
2022-12-20 10:01:00 +01:00
Yorik van Havre
d206d5cd1f
Updated ts files
2022-12-20 09:31:25 +01:00
luz paz
07d34012dd
L10N: Don't translate strings that dont contain any alphabetic character
...
Per 0penBrain's suggestion
2022-12-02 11:57:34 +01:00
Chris Hennes
4403168eba
OpenSCAD: Remove extra lines imported with DXF
2022-12-01 20:30:56 -06:00
luz paz
e0f2200c9a
OpenSCAD: remove indentations from test_importCSG.py
...
Follow-up to b3c143702
2022-11-30 20:57:34 -06:00
Chris Hennes
e75d3eecaa
OpenSCAD: Ensure complex fuse has no extra placement
2022-11-30 18:30:06 -06:00
luz paz
452008f65d
Fix header uniformity for various workbenches/directories
...
Also includes some trailing whitespace fixes
2022-11-29 04:48:57 +01:00
Chris Hennes
fa8e0a6865
Remove various sys.version_info >= 3 checks
2022-11-09 14:08:54 +01:00
Yorik van Havre
1ae780d3b1
Merged crowdin translations
2022-10-17 15:12:16 +02:00
Yorik van Havre
4ca1b838a9
Merged crowdin translations
2022-10-06 12:48:05 +02:00
Yorik van Havre
3d75b4fb74
Updated ts files
2022-10-06 12:16:32 +02:00
Chris Hennes
68ef28713d
OpenSCAD: Remove aux spline when no twist
2022-09-13 19:59:30 -05:00
wmayer
7398da7c02
OpenSCAD: add unit test to check for empty 'union'
2022-09-12 14:48:01 +02:00
Chris Hennes
8ccd6a1cec
OpenSCAD: Support empty unions and SVG import
2022-09-11 16:48:50 -05:00
Günter Neiß
9884073276
OpenSCAD: remove SCAD-Import error in importCSG.py
...
Signed-off-by: Günter Neiß <gneiss@web.de >
2022-08-03 12:42:43 -04:00
Uwe
0c02c28cf4
[SCAD] remove unnecessary Python 3 check
...
we only support Python 3
2022-07-31 05:26:03 +02:00
Uwe
32ab100ed5
Mod: remove some superfluous Boolean checks ( #7213 )
...
* Mod: remove some superfluous Python Boolean checks
2022-07-19 01:35:12 +02:00
Yorik van Havre
05301abfcb
Merged crowdin translations
2022-06-12 11:56:37 +02:00
Yorik van Havre
56264248eb
Merged crowdin translations
2022-06-09 13:40:35 +02:00
Yorik van Havre
d2f8b7d4e3
Merged crowdin translations
2022-06-08 12:28:54 +02:00
Yorik van Havre
1488714a0f
Merged crowdin translations
2022-06-03 11:26:35 +02:00
Chris Hennes
2c6dcd960e
i18n: Update TS files to ensure Python files are included
2022-06-02 14:57:49 -05:00
Chris Hennes
861233e7f2
i18n: TS files generated by lupdate 6.4.0dev
2022-06-02 13:41:37 -05:00
Yorik van Havre
2dffe82cda
Merged crowdin translations
2022-05-27 11:28:55 +02:00
Kuzemko Alexsandr
c266f16c53
Update .ts with lupdate ver 6.4.0.
2022-05-23 16:53:07 +02:00
Chris Hennes
c0a7573dc0
OpenSCAD: Fix typo in prototype
2022-05-19 10:12:30 -05:00
Yorik van Havre
996994da55
Merged crowdin translations
2022-05-05 15:46:09 +02:00
Yorik van Havre
a62092d498
Updated ts files
2022-05-05 15:20:57 +02:00
Yorik van Havre
1fbd1fb38d
Merged crowdin translations
2022-04-21 14:18:33 +02:00
Yorik van Havre
914069ded4
merged crowdin translations
2022-04-13 13:47:06 +02:00
Chris Hennes
a6c5c12bea
OpenSCAD: Fix difference action bug
2022-04-02 23:29:30 -05:00
Stefan Brüns
516b9c3bd0
[OpenSCAD] Avoid writing temporary parse cache file
...
Creating the parsetab.py cache file in a system wide fixed location
(e.g. /tmp/parsetab.py) creates problems when a computer is used by
different users. Also the file is never removed, which is not very nice.
Caching provides hardly any benefit here, as it only takes milliseconds,
and may even be negated by the additional required filesystem operations.
Fixes (part of) #6315 .
2022-03-31 10:39:49 -05:00
Yorik van Havre
19feabd072
Merged crowdin translations
2022-03-31 11:41:28 +02:00
Chris Hennes
95114f3533
OpenSCAD: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:22 -05:00
Chris Hennes
08316fda85
OpenSCAD: PR4556 Step 2: remove native=true
2022-03-28 10:43:21 -05:00
Yorik van Havre
1563822763
Translations: Merged crowdin strings
2022-03-23 10:37:50 +01:00
Yorik van Havre
a55ee61840
Merged crowdin translations
2022-03-14 12:21:01 +01:00
Yorik van Havre
2cff977548
Merged crowdin translations
2022-03-07 14:55:22 +01:00
Yorik van Havre
6b71ce3a3e
Updated master translation files
2022-03-07 14:49:13 +01:00
Chris Hennes
3503cb2abc
OpenSCAD: Warning message tweaks
2022-02-24 09:08:43 -06:00