Yorik van Havre
2ea84272fd
Updated translations from crowdin
2018-12-23 13:54:30 -02:00
wmayer
5a028e4578
fixes 0003734: Image Scaling tooltip is untranslatable and should be reworded
2018-12-16 11:15:06 +01:00
Mark Ganson TheMarkster
94fa64077b
Add eval() to distance line edit during scaling
...
This adds the ability to enter things like 6 * 25.4 into the distance line edit widget during scaling operations in the image workbench. Can also enter something like math.pi * 3 or 2**3, etc. Basically, any legal python input can be used.
Using eval() is not considered a secure way of doing things, but in this context the user would be entering malicious code into his own computer. Also, what can the user do in eval() that he can't already do just by entering directly into the python console?
2018-09-01 18:16:48 -05:00
wmayer
9e9e4dd7f7
CMP0050: make Image module aware of cmake policy
2018-08-20 15:52:12 +02:00
luz.paz
be5e93ddfe
Misc. typo & whitespace fixes
...
Found via `codespell -q 3 -I ../fc-word-whitelist.txt --skip="*.ts,*.po,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./.git,./src/zipios++"`
Revert IFC commit
2018-07-11 21:52:27 -04:00
easyw
88729418b7
fixed a crash on escape from Image Scaling WB
2018-06-29 12:21:49 -03:00
easyw
55db1feb2b
adding missing changes :)
2018-06-26 10:13:33 -03:00
easyw
13cbc0c250
fixing py3 exceptions
2018-06-26 10:13:33 -03:00
easyw
87ee06b930
Centering the Image Scaling Dialog
2018-06-26 10:13:33 -03:00
easyw
090211b632
Adding Image Scaling Macro ti Image WB
2018-06-26 10:13:33 -03:00
easyw
60a0dff12d
updating new Icons
2018-06-15 18:29:12 +02:00
Yorik van Havre
d4f835ab39
Merged translations from crowdin
2018-03-26 18:52:02 -03:00
Yorik van Havre
12f3258ded
Applied latest translations from crowdin
2018-02-21 14:25:31 -03:00
luz.paz
a86c0fe137
sWhatsThis fixes
...
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
2018-01-31 19:07:07 +01:00
looooo
3679c18e55
fix unicode problems for python3
2018-01-12 15:02:28 +01:00
Unknown
a8ecffb652
Misc. typo fixes
...
Various workbenches
2017-12-23 14:30:30 +01:00
wmayer
547af2f5b2
+ found a solution using painter path to fix the text rending in image view
2017-11-08 14:49:23 +01:00
wmayer
be0e70cca5
minor improvements
2017-10-24 19:39:49 +02:00
Yorik van Havre
cfe2d134a2
Updated translations from crowdin
2017-10-23 18:32:02 -02:00
Yorik van Havre
2a2ab3c4ef
Updated translations
2017-05-25 10:04:05 -03:00
wmayer
378a1e4f58
Qt5: workaround for undocking of mdi view
...
fix minor issues reported by clang static analyzer
2017-05-03 22:01:46 +02:00
wmayer
1673ab801e
use specialized exception classes
2017-04-28 18:49:11 +02:00
wmayer
e96390e4c7
Qt5OpenGL: replace gluOrtho2D for macOS, move includes of GL stuff from header to source
2017-03-24 10:28:57 +01:00
wmayer
3ac834c734
Qt5OpenGL: use OpenGL debug logger to locate problems, fix a couple of errors
2017-03-21 20:37:03 +01:00
wmayer
ef5d3920db
move Image viewer to QOpenGLWidget
2017-03-21 20:37:03 +01:00
Yorik van Havre
6b66a38ee3
Updated translations with latest files from crowdin
2017-03-06 11:53:09 -03:00
Jean-Marie Verdun
569f2636bd
Move glortho2d to GLKMatrix4MakeOrtho as to avoid Deprecated Warning on Mac OS
2017-03-03 22:37:23 +01:00
hgutsche
de8f66f857
Some fixes for doygen syntax errors and some configuration to make it run smoother under Windows
2017-02-28 18:52:04 +01:00
Kunda
dde52952f4
source typo fixes pt1 (only on py3 merged code)
...
issue 0002914
2017-02-27 11:32:47 +01:00
wmayer
76b3397762
py3: ported module init to python3
2017-02-04 15:56:31 +01:00
Yorik van Havre
86b3463ee1
updated ts files
2016-12-26 12:36:24 -02:00
Alexander Gryson
f680d810a5
Update multiple workbenches
...
Workbenches updated:
* Complete
* Image
* Inspection
* Material
* MeshPart
* Points
* Reverse Engineering
* Start
* Test
* Web
2016-12-26 12:23:07 -02:00
wmayer
a862279d7f
fix crash when using ImageView
2016-12-20 20:52:40 +01:00
wmayer
5e375a6238
Add switch to select between Qt4 and Qt5
2016-12-13 15:53:13 +01:00
wmayer
166fc624eb
remove superfluous Qt includes
2016-12-13 15:40:49 +01:00
wmayer
0afd327f2a
remove superfluous Qt includes
2016-12-13 14:33:16 +01:00
Yorik van Havre
af97583026
Doc: Fixes in doxygen docs for Draft,Arch, FEM
2016-11-17 17:04:09 -02:00
wmayer
35cb586d44
scale size of loaded image from pixel to mm
2016-10-28 21:16:52 +02:00
wmayer
e4a086752f
do not grab focus when showing image view
2016-09-26 17:54:34 +02:00
wmayer
49072208ee
fix -Wextra in Image
2016-09-22 14:23:25 +02:00
wmayer
32aa72e94c
fix Coverity issues
2016-08-21 15:13:32 +02:00
David Pello
5f0073b9e0
BSD Porting fixes, conditional compilation and use of gettimeofday()
2016-05-15 12:08:43 +02:00
Yorik van Havre
ca7c5d31a4
updated translations
2016-04-06 22:39:34 -03:00
wmayer
2521718820
+ fix bug in GLImageBox
2016-03-31 14:14:59 +02:00
Yorik van Havre
d1b4f23388
Added latest translations from crowdin
2016-03-06 14:50:07 -03:00
Yorik van Havre
67257633d6
Merge pull request #102 from triplus/SVG_WB_Icons
...
Add SVG workbench icons
2016-02-27 16:06:13 -03:00
wmayer
18a61c0ef8
+ use quantity box in image orientation dialog
2016-02-27 15:10:31 +01:00
triplus
d432c72a15
Add SVG workbench icons
2016-02-26 23:17:43 +01:00
Yorik van Havre
28b6c82555
Added updated translations from crowdin - fixes #2443
2016-02-26 18:32:02 -03:00
Yorik van Havre
2e2192f88a
Added slovenian language
2016-02-03 13:36:51 -02:00