Commit Graph

17 Commits

Author SHA1 Message Date
Marius Stanciu 5d212ba89a Merged in marius_stanciu/flatcam_mpl/added_infinite_lines_on_plot_centered_in_origin (pull request #108)
Infinite lines centered in origin, color = black
2018-06-04 18:34:07 +00:00
Marius Stanciu 6bf38eb00e - added infinite lines on X and Y axis centered in origin, (0,0) coords
It add a visual marker and it helps in judging the position of the
plotted object in relation to the origin.
2018-06-02 17:32:12 +03:00
Marius Stanciu b63c3219a7 - added a new global setting only accessible through the Tcl Shell,
named: global_mouse_pan_button
It can be set through set_sys TclCommand or the value getted through
get_sys TclCommand.
Values are 1 for left mouse button, 2 for middle mouse button and
3 for right mouse button.
It does hurt my hand (wrist) keeping the middle mouse button pressed
when panning and I very much preffer panning with RMB.
The default setting is pan_button = middle mouse button.
2018-06-01 21:05:51 +03:00
Juan Pablo Caram 2bf78920ae PlotCanvas now stores reference to app. 2016-01-03 16:38:24 -05:00
Juan Pablo Caram 3b206493a3 Canvas performance test scripts. 2015-12-31 23:28:23 -05:00
Juan Pablo Caram ea27748697 Use Decimal for depth calculation. Fixes #130. 2015-12-29 16:34:13 -05:00
Juan Pablo Caram 705d038e1c Added signal triggers and handlers for canvas cache. 2015-12-29 14:43:43 -05:00
Juan Pablo Caram 7d63ce33c6 Fix to skeleton for threaded bitmap cache. 2015-12-28 18:08:25 -05:00
Juan Pablo Caram 4fe841086e Added skeleton for threaded bitmap cache. 2015-12-28 17:59:22 -05:00
Juan Pablo Caram fdf809774f Basic support for importing SVG. Via shell only at this time. See issue #179. 2015-12-18 12:49:52 -05:00
Denvi 8f6a455562 Pan view test. 2015-12-05 00:14:00 +05:00
jpcaram aa951e277b Fixed conflict with PyQt5. Cleanup. Log level back to debug. 2015-03-31 10:41:32 -04:00
jpcaram 4cbeec5a84 Solves exception when hitting a key a no tool being active in FlatCAMDraw. Was also preventing scrolling. Solve #93. 2015-01-14 21:00:02 -05:00
Juan Pablo Caram 73aa0c38a0 Basic geometry editor for goemetry objects started. 2014-10-28 17:39:38 -04:00
Juan Pablo Caram 7c150beaa8 FC icon on 'about' dialog. Some cleanup. 2014-06-13 16:43:17 -04:00
Juan Pablo Caram 16734f5d1a Convertion to Qt. Major refactoring. 2014-06-13 15:21:11 -04:00
Juan Pablo Caram 582e472e12 Use of logging instead of print statements. 2014-05-02 22:10:04 -04:00