Yorik van Havre
0be2757e13
Merged crwodin translations
2021-05-12 16:36:31 +02:00
Yorik van Havre
5c12afb5b5
Merged crowdin translations
2021-02-24 18:07:59 +01:00
Yorik van Havre
0de8cceb53
Updated ts files
2021-02-12 14:47:37 +01:00
Yorik van Havre
22f7d5f3bc
Merged crowdin translations
2020-12-23 15:13:05 +01:00
Yorik van Havre
ae2c707892
Merged crowdin translations
2020-11-10 14:58:06 +01:00
Yorik van Havre
43596a68af
Merged crowdin translations
2020-10-28 12:04:37 +01:00
Yorik van Havre
c2cec2c38a
Merged crowdin translations
2020-09-30 14:37:02 +02:00
luz paz
f0d823eb51
Crowdin: Merge new translations [skip-ci]
2020-08-07 17:17:35 +02:00
luz paz
e4f6689e0a
Merged crowdin translations
2020-07-13 14:49:45 +02:00
Yorik van Havre
141764e64f
Merged crowdin translations
2020-04-29 16:08:23 +02:00
Yorik van Havre
8933e8ed38
Merged latest translations from crowdin
2020-03-05 11:58:03 -03:00
Yorik van Havre
2d47993780
Merged latest translations from crowdin
2019-05-10 19:19:37 -03:00
Yorik van Havre
9a1bb779c9
Updated master translation files
2019-05-10 19:15:33 -03:00
cclauss
361c44c6dc
Unicode fixes for Python3
2019-03-17 20:58:00 +01:00
Yorik van Havre
95dda429eb
Updated translations
2019-02-01 13:54:10 -02:00
Yorik van Havre
39d446f60f
Updated translations from crowdin
2018-12-23 13:54:30 -02:00
looooo
c2be67e812
py3: iteritems -> items, iterkeys -> keys
2018-12-08 11:27:22 -03: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
Yorik van Havre
46fd41d70a
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
Yorik van Havre
143b89c8f3
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
luzpaz
8200c97ed2
Fix Techdraw UI typo found via crowdin + misc. typos
...
Ref: https://crowdin.com/translate/freecad/27911/en-eu#6503377
2017-11-26 15:48:20 +01:00
Yorik van Havre
05a5e9965e
Updated translations from crowdin
2017-10-23 18:32:02 -02:00
Yorik van Havre
de4d33cb84
Updated translations
2017-05-25 10:04:05 -03:00
asiersarasua
4564e4f4a4
Fix typos
2017-04-20 09:49:19 +02: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
3e7f03a612
Update Plot icon metadata
2017-01-29 20:21:22 +01:00
Alexander Gryson
83f43d2fd0
Align Plot Workbench icons to guidelines
2017-01-29 20:21:22 +01:00
wmayer
c20593a4f6
remove UnicodeUTF8
2016-12-27 18:31:05 +01:00
Yorik van Havre
bf0d37bf28
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
Jose Luis Cercos-Pita
65eeec2c04
Moved to version checking for anarchists and software realists, like matplotlib guys
2016-04-19 13:41:30 +02: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
Jose Luis Cercos Pita
5a94d7f4bb
Added the matplotlib navigation toolbar, and methods to toogle it on/off
2016-01-28 10:25:53 +01:00
Jose Luis Cercos Pita
6a9a84d063
Fixed deprecation warning when matplotlib 1.4 is used
2016-01-28 10:24:35 +01:00
Bruce Lacey
b223400795
Upgraded Plot module to comply with matplotlib 1.5.x API
...
Plot.py will check the version of matplotlib imported using the
distutils.version.StrictVersion class. If the version is less
than 1.5.0, it will import the legacy gt4agg NavigationToolbar
from matplotlib, otherwise the 1.5.x version.
Resolves #2421
2016-01-26 22:31:29 -08:00
J.L. Cercos-Pita
6cd54c0b2c
Fixed 'Axes' object has no attribute 'get_frame' error (see http://matplotlib.org/api/api_changes.html )
2015-05-31 19:28:16 +02:00
Yorik van Havre
22c17aafbc
Merged crowdin translations
2015-03-07 15:17:58 -03:00
Yorik van Havre
7f98d14930
Updated translations from crowdin
2015-02-27 18:46:03 -03:00
Sebastian Hoogen
27cd61f849
Build python Qt resource files at compile time
...
fixes #1888
2015-01-02 11:14:07 +01:00
wmayer
4578d1937c
+ use QApplication instead of qApp
2014-12-22 12:30:44 +01:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
wmayer
c49d75a4c5
+ port to CMake 3.0
2014-11-15 18:48:58 +01:00
Jose Luis Cercos-Pita
5a98d932d3
Set PySide to all ambiguous QtGui and QtCore calls
2014-10-04 11:42:34 -03:00
Sebastian Hoogen
c7cfee0539
issue #1700 replace raise Exception()
2014-09-01 22:47:05 +02:00