Chris Hennes
2686ad58b9
Update translations
2023-05-25 21:32:26 -05:00
Chris Hennes
452067c43c
Update translations
2023-05-21 19:13:11 -05:00
Chris Hennes
38230171f4
Merge pull request #9614 from chennes/fixPrefPageContext
...
Gui: Correct translation context of pref pages
2023-05-20 19:53:32 -05:00
sliptonic
890979b3c3
Merge pull request #9608 from chennes/pathHTMLRemoval
...
Path: Remove HTML where not needed
2023-05-20 07:51:57 -05:00
Chris Hennes
f7a4ce6928
Gui: Move C++ pref pages to QObject context
2023-05-19 20:54:27 -05:00
Chris Hennes
2c134268fa
Path: Misc. minor string cleanup
2023-05-18 21:33:46 -05:00
Chris Hennes
036b8cae10
Path: Remove HTML where not needed
2023-05-18 20:44:00 -05:00
Chris Hennes
2798528b8f
Update translations
2023-05-18 07:49:08 -05:00
sliptonic
44069405c7
cleanup leadinout
...
checkpoint
2023-05-12 11:55:22 -05:00
Chris Hennes
2ad30747fb
Merge pull request #9496 from chennes/pathToolController
2023-05-12 07:59:36 -05:00
Chris Hennes
b9e589ebad
Merge pull request #9497 from wwmayer/generate_qm_files
...
Generate qm files
2023-05-10 18:18:25 -05:00
Chris Hennes
69486191e9
Path: Remove unnecessary HTML
...
HTML makes translation more difficult, so should be avoided when it's not needed.
2023-05-09 20:44:52 -05:00
wmayer
c993ab3385
Path: Create .qm out of .ts files
2023-05-07 08:48:01 +02:00
Chris Hennes
0737350e7a
Path: 'ToolController' -> 'Tool Controller' in UI panels
2023-05-06 13:34:55 -05:00
Chris Hennes
e30a768e0a
Merged crowdin translations
2023-05-06 11:56:32 -05:00
Chris Hennes
16944727e3
Path: Minor translation fixes part 2
2023-05-06 11:24:46 -05:00
Chris Hennes
e8853a8148
Merge pull request #9493 from chennes/pathUnifyBoundingBoxTerminology
...
Path: Unify use of 'bounding box' terminology
2023-05-06 09:38:21 -05:00
Chris Hennes
15632cbd3e
Path: Unify use of 'bounding box' terminology
2023-05-06 08:57:53 -05:00
Chris Hennes
7249969a68
Path: Minor translation cleanup
2023-05-05 09:07:50 -05:00
Chris Hennes
1b2bbbf06b
Update translations
2023-04-29 11:10:27 -05:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Yorik van Havre
faf98925f6
Merged crowdin translations
2023-04-20 14:04:19 +02:00
J-Dunn
874f4cdd15
Path: G99 aware, ui checkbox
2023-04-06 12:00:22 +02:00
Yorik van Havre
be6a654b3e
merged crowdin translations
2023-02-27 16:01:15 +01:00
Yorik van Havre
0566d90cc5
merged crowdin translations
2023-02-13 15:45:26 +01:00
Yorik van Havre
d8b0e64e14
Merged crowdin translations
2023-02-07 15:55:31 +01:00
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
feb18d8a15
Fix various typos
2023-01-22 20:27:47 -06:00
Yorik van Havre
5033f64ce9
Merged crowdin translations
2023-01-17 09:40:31 +01:00
Markus Lampert
6760b0e9c4
Remove translation for h=/W= labels
2023-01-15 17:18:25 -08:00
sliptonic
5196a4c01b
Merge pull request #8145 from sliptonic/bug/7600
...
[Path] use correct widgets in task panel Fix #7600
2023-01-09 10:28:50 -06:00
Yorik van Havre
ec6b14bbee
Merged crowdin translations
2023-01-09 14:06:28 +01:00
sliptonic
3b954f95f3
use correct widgets in task panel
2023-01-08 12:05:34 -06: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
Uwe
fc3f9d3ecc
[Path] Gui: remove unused files from PreCompiled.h
2022-12-14 05:19:50 +01:00
Uwe
7e9fe12149
[Path] improve PreCompiled.h handling
2022-12-07 19:51:19 +01:00
Uwe
73b7547cd5
[Path] improve PreCompiled.h handling
2022-12-07 19:51:19 +01:00
Uwe
b78d484557
[Path] Gui: remove unused includes
...
- also some sorting
2022-12-04 19:35:52 +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
luz paz
772fe258b9
L10N: Don't translate "..." string
...
Follow-up to 1d001afcc7
2022-12-02 11:57:34 +01:00
sliptonic
34640c547f
Panel tabs fix
2022-11-02 15:50:13 -05:00
Chris Hennes
1fac3fead0
cMake: Add support for compiling against Qt6 ( #7647 )
...
Removes the BUILD_QT5 flag and adds a new FREECAD_QT_VERSION option,
which can be set to either "Auto" (default), 5, or 6. Auto detects which
version of Qt is installed on the system and chooses it. If both version
are installed, Qt5 is used.
Note that this DOES NOT implement compiling against Qt6, it only adds
the necessary cMake infrastructure to begin work on the source code
changes that will be required.
2022-10-31 09:24:09 -05:00
sliptonic
bc334a81c9
Fixes #7652
2022-10-26 17:04:54 -05:00
Kuzemko Alexsandr
2eb55d48c7
[App] Fix of untranslated first document's name ( #7156 )
...
* Change no need function newDocument("Unnamed") call to variant without parameter. "Unnamed" set in App newDocument function instead.
* Refactor New Document command to run without parameter.
* Translate new document's userName. Internal name = "Unnamed".
* Crowdin Add to updatets.py App.ts. Create new file App.ts
* Fix error where document name is set with one function parameter. In this situation set internal and user name to string variable. For default function call (without parameter) set internal name to Unnamed, userName = translate ("Unnamed")
2022-10-20 21:35:09 -05:00
Yorik van Havre
1ae780d3b1
Merged crowdin translations
2022-10-17 15:12:16 +02:00
Yorik van Havre
d50f062e34
Updated ts files
2022-10-17 11:18:07 +02:00
Markus Lampert
29255f0ffd
Removed deprecated and obsolete Path.Tool and Path.Tooltable
2022-10-11 21:43:08 -07:00
Markus Lampert
1d27fb00ec
Moved post processing files into new Path python module
2022-10-11 21:43:08 -07:00