luz.paz
69d46d1b43
Misc. typo and whitespace fixes
...
`codespell -q 3 -I ../fc-word-whitelist.txt --skip=".git,*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/zipios++"`
2018-09-11 07:27:22 +02:00
wmayer
8088aa159f
CMake 2.8.12 and lower allowed the SOURCE signature in add_custom_command
...
In CMake 3.0 the policy CMP0050 was introduced where it could be set to OLD to keep this behaviour while for NEW an error was raised.
Since CMake 3.5.2 a warning comes up when using the OLD behaviour and that it will be removed in a future version.
In FreeCAD we switched to the new behaviour now and removed the SOURCE signature from add_custom_command which affects the macros
fc_copy_sources, fc_target_copy_resource and fc_target_copy_resource_flat and their usage.
It's not possible any more to add files to a target by using the macros. Now a file must be added to the target before using the macros.
This commit fixes it for Arch, Draft, OpenSCAD, Material, Plot and Ship
2018-08-20 11:47:39 +02:00
looooo
cdcb3bec4a
PySide2: qApp -> QApplication
2018-04-14 10:40:31 +02:00
looooo
ed201c9513
py3: port ship to py3 imports
2018-04-14 10:40:31 +02:00
Yorik van Havre
46fd41d70a
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
luz.paz
46d32d78a3
Misc. typos: Please merge right before 0.17 release
...
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
Yorik van Havre
143b89c8f3
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
luz.paz
1d5799e5b3
Misc. typos
...
Inspired by @normandc per https://gitter.im/FreeCAD/FreeCAD?at=5a729c6ece68c3bc742df205
2018-02-07 09:40:03 +01:00
luzpaz
a225b13bef
Misc. typos
...
- Tooltip uniformity
- source comment typo fixes
- remove double whitespaces
2017-11-24 09:45:08 -02:00
Yorik van Havre
05a5e9965e
Updated translations from crowdin
2017-10-23 18:32:02 -02:00
Unknown
31a32b9931
Doxygen Typos
...
+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
2017-10-15 16:27:42 +02:00
Max Voss
f24ca6246a
Outline previews get now created when the button is pushed, not when the tool is loaded.
2017-09-08 12:14:28 +02:00
luzpaz
f7b8e070db
Misc. typos discovered via crowdin
...
should close several crowdin issues.
2017-08-28 11:50:33 -03:00
luzpaz
b1d4e340ae
ShipWB: unicode issue 2609 (partial fix)
...
patch to fix (patially) issue 2609 submitted by a.palazzi in https://forum.freecadweb.org/viewtopic.php?f=10&t=19813#p184360
2017-07-29 17:42:06 -04:00
Yorik van Havre
de4d33cb84
Updated translations
2017-05-25 10:04:05 -03:00
asiersarasua
289f901c29
Fix typos
2017-04-23 18:48:21 -03:00
Kunda
5aefa825b1
Typo fixes for doxygen and source comments
...
issue #0002914
2017-03-31 11:25:57 -03:00
Yorik van Havre
9f44809e9e
Updated translations with latest files from crowdin
2017-03-06 11:53:09 -03:00
Kunda
a7414e5789
source typo fixes pt1 (only on py3 merged code)
...
issue 0002914
2017-02-27 11:32:47 +01:00
Alexander Gryson
8250b204c6
Update Ship icon Metadata
2017-01-29 20:21:22 +01:00
Alexander Gryson
08a5a72eb0
Align Ship Workbench icons to guidelines
2017-01-29 20:21:22 +01:00
wmayer
0cf588b4c7
remove UnicodeUTF8
2016-12-27 18:56:30 +01:00
Yorik van Havre
a67bdf3f9c
Doc: Further fixes to doxygen docs
2016-11-24 17:59:21 -02:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Yorik van Havre
819f790900
updated translations
2016-04-06 22:39:34 -03:00
Yorik van Havre
66e33b066a
Updated translation files from crowdin
2016-03-17 23:29:11 -03:00
Yorik van Havre
7d0012e160
Added latest translations from crowdin
2016-03-06 14:50:07 -03:00
triplus
93c7a6bcac
Add SVG workbench icons
2016-02-26 23:17:43 +01:00
Yorik van Havre
f93b1b26df
Added updated translations from crowdin - fixes #2443
2016-02-26 18:32:02 -03:00
Ian Rees
0a70ce4eef
Add cmake checks for BUILD_GUI to some modules
2016-02-13 13:45:27 +13:00
Yorik van Havre
3106ca7df3
Added slovenian language
2016-02-03 13:36:51 -02:00
Yorik van Havre
758b0778d4
Updated translations with latest from crowdin
2016-02-01 23:32:58 -02:00
wmayer
5b1836026a
+ fix CMakeLists.txt file of Ship module
2016-01-25 21:46:01 +01:00
Jose Luis Cercos Pita
e5bc8265c1
Fixed index typo
2016-01-25 15:29:53 +01:00
Jose Luis Cercos Pita
d1f8aa425f
Added the GZ curves computation tool to the console interface
2016-01-25 15:15:04 +01:00
Jose Luis Cercos Pita
b4ad8c9a70
Added the loading conditions creation to the console interface
2016-01-25 09:11:19 +01:00
Jose Luis Cercos Pita
eb2f08f1fa
Added the capacity curve computation tool to the console interface
2016-01-25 08:50:57 +01:00
Jose Luis Cercos Pita
9c6b35893a
Added a console interface to the tanks generation
2016-01-23 14:35:56 +01:00
Jose Luis Cercos Pita
35d0b318d4
Added a console interface to the weights generation
2016-01-23 14:21:25 +01:00
Jose Luis Cercos Pita
f871061e68
Added all the Hydrostatics to the console interface
2016-01-22 13:17:13 +01:00
Jose Luis Cercos Pita
a18b8bebc2
Implemented a generic method to move the ship shape in order to compute the hydrostatics
2016-01-21 20:14:57 +01:00
Jose Luis Cercos Pita
0f75f27e05
Added the possibility of computing the transversal areas from the console interface
2016-01-21 19:57:55 +01:00
Jose Luis Cercos Pita
7201e1dc27
Corrected the translation environment
2016-01-21 19:26:47 +01:00
Jose Luis Cercos Pita
888a95e6cc
Updated the copyright notifications
2016-01-21 18:56:28 +01:00
Jose Luis Cercos Pita
164d927b75
Added a console interface to create the ship instance
2016-01-21 18:46:08 +01:00
Jose Luis Cercos Pita
e12a60ecff
Finished the GZ curve implementation
2016-01-20 15:13:00 +01:00
Jose Luis Cercos Pita
20bc8701b9
Slightly improved the capacity curve plot
2016-01-20 12:36:05 +01:00
Jose Luis Cercos Pita
462b11a2f9
Moved to a more robust Part module based boolean common operator
2016-01-20 12:35:47 +01:00
Jose Luis Cercos Pita
0859f6a990
Cleared out some debug messages
2016-01-20 11:52:36 +01:00
Jose Luis Cercos Pita
79696f70f5
Fixed a typo in the transformation angles
2016-01-20 11:51:59 +01:00