Commit Graph

7 Commits

Author SHA1 Message Date
triplus
92efd5fbe9 Improved icon themes support 2019-02-13 10:42:46 -02:00
wmayer
5827e9a44e fixes 0003734: Image Scaling tooltip is untranslatable and should be reworded 2018-12-16 11:15:06 +01:00
Mark Ganson TheMarkster
09dc6d3021 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
easyw
f1096e8747 fixed a crash on escape from Image Scaling WB 2018-06-29 12:21:49 -03:00
easyw
8d8807f601 fixing py3 exceptions 2018-06-26 10:13:33 -03:00
easyw
c560ef175e Centering the Image Scaling Dialog 2018-06-26 10:13:33 -03:00
easyw
3613672174 Adding Image Scaling Macro ti Image WB 2018-06-26 10:13:33 -03:00