Commit History

作者 SHA1 備註 提交日期
  Marius Stanciu 612aa6a48f Revert "Preferences refactoring (pull request #309)" 5 年之前
  David Robertson 28a437aede Merge branch 'Beta' into preferences-refactoring 5 年之前
  Marius Stanciu 46367c433f - removed the labels in status bar that display X,Y positions and replaced it with a HUD display on canvas (combo key SHIFT+H) will toggle the display of the HUD 5 年之前
  David Robertson f05540a587 Deduplicate code creating widgets for prefs tabs 5 年之前
  David Robertson 1c5a6de80d Merge branch 'Beta' into preferences-refactoring 5 年之前
  Marius Stanciu 88dc9aa702 - in detachable tabs, Linux loose the reference of the detached tab and on close of the detachable tabs will gave a 'segmantation fault' error. Solved it by not deleting the reference in case of Unix-like systems 5 年之前
  David Robertson 20c4c12f17 Merge branch 'Beta' into preferences-refactoring 5 年之前
  David Robertson c2c4375893 Move the code for setting layout out from GeneralGUIPrefGroupUI into FlatCAMGUI 5 年之前
  David Robertson a2d48d1c66 Refactor the app prefs group 5 年之前
  Marius Stanciu 2da0853b23 - working on a new feature: adding interdiction area for Gcode generation. They will be added in the Geometry Object 5 年之前
  Marius Stanciu ada271cbd6 - modified the Cutout Tool to generate multi-geo objects therefore the set geometry parameters will populate the Geometry Object UI 5 年之前
  Marius Stanciu bdf2192d00 - changed the icons for the grid snap in the status bar 5 年之前
  Marius Stanciu f4617034af - added in Gerber editor a method for zoom fit that takes into consideration the current geometry of the edited object 5 年之前
  Marius Stanciu 40535b9ffe - fixed bug in Tools DB that crashed when a tool is copied 5 年之前
  David Robertson 9be8665311 Grouped the preferences UI files by tab (except for tools1/2 which I put together) 5 年之前
  David Robertson f7989c029f Split up PreferencesUI.py into individual files for each class, then fixed the imports everywhere that broke because of this. 5 年之前
  David Robertson aa16b5e339 Shift the PreferencesUI.py file into a new `preferences` subpackage 5 年之前
  Marius Stanciu 804b62af7f - solved the problem with not closing all the tabs in Plot Area when creating a New Project; the issue was that once a tab was removed the indexes are remade (when tab 0 is removed then tab 1 becomes tab 0 and so on) 5 年之前
  Marius Stanciu a5384d50d8 - more PEP8 changes 5 年之前
  David Robertson db37714025 Merge branch 'Beta' of https://bitbucket.org/jpcgt/flatcam into extract-prefs-code-from-app-class 5 年之前
  David Robertson 72c2dd5f26 Working on extracting the prefs UI code from the App class 5 年之前
  Marius Stanciu 35674c9647 - in SVG parser modified some imports to be one on each line 5 年之前
  Marius Stanciu eed7e3d620 - some minor changes in the Python version detection 5 年之前
  Marius Stanciu fe2d232f60 - minor changes 5 年之前
  Marius Stanciu 3ec666edbb - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute 5 年之前
  Marius Stanciu 7df7e17569 - some message strings cleanup 5 年之前
  Marius Stanciu 32ff35b4ff - fixed the Tcl command Plot_All that malfunctioned if there were any FlatCAM scripts (or FlatCAM documents) open 5 年之前
  Marius Stanciu 3735753a93 - fixed the Tcl Command Help to work as expected; made the text of the commands to be colored in Red color and bold 5 年之前
  Marius Stanciu a1499158c2 - refactored some of the code in the App class and created a new Tcl Command named Help 5 年之前
  Marius Stanciu 3c291f259e - fixed a bug in loading objects by drag&drop into the Project Tab where only one object in the selection was loaded 5 年之前