提交历史

作者 SHA1 备注 提交日期
  Marius Stanciu 1b8f711d8e - added ability for the app to detect the current DPI used on the screen; applied this information in the Film Tool when exporting PNG files 5 年之前
  Marius Stanciu 427f2bcbe0 - fixed the color set for the application objects 5 年之前
  Marius Stanciu 2eecb20e95 - remade file names in the app 5 年之前
  Marius Stanciu f5c84fdc49 - maintenance_2 5 年之前
  Marius 5abb7866d8 - maintenance_1 5 年之前
  Marius Stanciu 9c707e0682 - solved a circular import 5 年之前
  Marius Stanciu d61ca10e75 - more refactoring; solved some issues introduced by the refactoring 5 年之前
  Marius Stanciu 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 年之前
  Marius Stanciu 710a84b442 - more refactoring class names 5 年之前
  Marius Stanciu ba3f10d355 - renamed classes to have shorter names and grouped 5 年之前
  Marius Stanciu 1bbbb70fc8 - fixed issue #409; problem was due of an assert I used in the handler of the Menu ->Options -> Flip X(Y) menu entry 5 年之前
  Marius Stanciu e1bc55a090 - added a try-except clause in the FlatCAMTranslation.restart_program() when closing the Listener and the thread that runs it to adjust to MacOS usage 5 年之前
  Marius Stanciu eed7e3d620 - some minor changes in the Python version detection 5 年之前
  Marius Stanciu c13721184c - if FlatCAM is not run with Python version >= 3.5 it will exit. 5 年之前
  Marius Stanciu fdd5344581 - fixed bug in Gerber parser that allowed loading as Gerber of a file that is not a Gerber 5 年之前
  Marius Stanciu b53c1c403a - fix for contextual menus on canvas when using PyQt versions > 5.12.1 5 年之前
  Marius Stanciu bee2a9dddc - made sure that the HDPI scaling attribute is set before the QApplication is started 5 年之前
  Marius Stanciu 4efc453b84 - fixed a bug in the new feature 'extra buffering' 6 年之前
  Marius Stanciu 24723509f8 - in Preferences General, Gerber, Geometry, Excellon, CNCJob sections made all the input fields of type SpinBox (where possible) 6 年之前
  Marius Stanciu 031a3a141e - added inverted icons 6 年之前
  Marius Stanciu e8faeb2c94 - added support to use Multi Processing (multi core usage, not simple threading) in Rules Check Tool 6 年之前
  Marius Stanciu 26fe1bf5e1 - if FlatCAM is started with the 'quit' or 'exit' as argument it will close immediately and it will close also another instance of FlatCAM that may be running 6 年之前
  Marius Stanciu 30f00abce8 - fixed issue in ToolPaint that could not allow area painting of a geometry that was a list and not a Geometric element (polygon or MultiPolygon) 6 年之前
  Marius Stanciu 7ad03f9f0a - remade the splash screen to show multiple messages on app initialization 6 年之前
  Marius Stanciu 1a8784f5ab - now, Excellon and Gerber edited objects will have the source_code updated and ready to be saved 6 年之前
  Marius Stanciu 295cba8539 - started to add an application splash screen 6 年之前
  Marius Stanciu bb9c35a527 - made FlatCAM so that whenever an associated file is double clicked, if there is an opened instance of FlatCAM, the file will be opened in the first instance without launching a new instance of FlatCAM. If FlatCAM is launched again it will spawn a new process (hopefully it will work when freezed). 6 年之前
  Marius Stanciu f4f7b65080 - some PEP8 cleanup 6 年之前
  Marius Stanciu 9d33e08ecf - added a visual cue in Menu -> Edit about the entries to enter the Editor and to Save & Exit Editor. When one is enabled the other is disabled. 6 年之前
  Marius Stanciu bb8dcb37b9 - fixed a bug in Tool Transform that made the user to not be able to capture the click coordinates with SHIFT + LMB click combo 7 年之前