1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged in stevemartina/flatcam/ubuntuFixes (pull request #160)
SM
More... almost 5 years ago
Fixes for *buntu versions from ca. 2018 More... almost 5 years ago
Merged in marius_stanciu/flatcam_mpl/Fix_for_Flip_Rotate_Skew_pull_request (pull request #113) More... almost 6 years ago
- the main issue was the modules that I imported. It was the FlatCAMObj.py modules which it was not what it was needed. I changed the imports to camlib.py, remade the functions in camlib.py and now the Flip, Rotate and Skew work over all the objects of FlatCAM (Gerber, Geometry created by the FC, Geometry created by the objects, Excellon, CNCJob) More... almost 6 years ago
Merged jpcgt/flatcam into master More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/add_flipx_flipy_function (pull request #111) More... almost 6 years ago
- some small changes in labels More... almost 6 years ago
- remade the functions into a Tool framework - renamed the other current files that holds 'Tools' to start with Tool like Tcl commands start with TclCommand More... almost 6 years ago
Merge https://bitbucket.org/jpcgt/flatcam/src/master into add_flipx_flipy_function More... almost 6 years ago
Merged jpcgt/flatcam into master More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/added_flexibility_of_menu_location_for_FlatCAMTool_instance (pull request #109) More... almost 6 years ago
- fixed a bug that created desync on rotate multiple objects that were offseted from origin More... almost 6 years ago
- modified the pull request to include along the flipX, flipY commands also the Rotate, SkewX and SkewY commands. Fix for issue #235 More... almost 6 years ago
- changed the self.info() functions to signal self.inform.emit() and the signal is emitted only once per operation not for each object in selection. More... almost 6 years ago
- added flipx and flipy functions More... almost 6 years ago
Merged jpcgt/flatcam into master More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/added_infinite_lines_on_plot_centered_in_origin (pull request #108) More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/load_gerber_with_zero_value (pull request #83) More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/add_global_setting_global_mouse_pan_button (pull request #105) More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/Autoselect_last_new_object (pull request #102) More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/new_TclCommand_list_sys (pull request #107) More... almost 6 years ago
- added the flexibility to add the menu entries (Actions) created by the instances of FlatCAMTool, in any position within the application menu's. More... almost 6 years ago
- 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. More... almost 6 years ago
- some small corrections More... almost 6 years ago
- added the possibility of selecting which system parameters to list starting with the letter(s) offered as argument. It's a way to narrow the list down. If no selection letters are offered it will list on screen the entire list of system parameters. More... almost 6 years ago
- addded a new TclCommand that list the names of the system parameters. It is useful if we don't remember correctly the name of the system parameter or if we want to look for a certain system parameter as the list is big and it grows. More... almost 6 years ago
- 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. More... almost 6 years ago
- automatically select the object on every new_object while previously selected objects are deselected leaving the new object as the only one selected. More... almost 6 years ago
Merged jpcgt/flatcam into master More... almost 6 years ago
Merged in marius_stanciu/flatcam_mpl/Fix_Follow_command_for_Python3 (pull request #100) More... almost 6 years ago