Historia zmian

Autor SHA1 Wiadomość Data
  Marius Stanciu 374c29b4b0 - fixed the Tcl Command AlignDrill 5 lat temu
  Marius Stanciu 2eecb20e95 - remade file names in the app 5 lat temu
  Marius Stanciu f5c84fdc49 - maintenance_2 5 lat temu
  Marius 5abb7866d8 - maintenance_1 5 lat temu
  Marius Stanciu 9c707e0682 - solved a circular import 5 lat temu
  Marius Stanciu d61ca10e75 - more refactoring; solved some issues introduced by the refactoring 5 lat temu
  Marius Stanciu 2bcdeff7ef - moved all the new_object related methods in their own class AppObjects.AppObject 5 lat temu
  Marius Stanciu ba3f10d355 - renamed classes to have shorter names and grouped 5 lat temu
  Marius Stanciu 61020e3624 - finished the moving of all Tcl Shell stuff out of the FlatCAAMApp class to flatcamTools.ToolShell class 5 lat temu
  Marius 3b8b4254b9 - fixed an issue regarding the statusbar pixmap selection 5 lat temu
  Marius Stanciu a1499158c2 - refactored some of the code in the App class and created a new Tcl Command named Help 5 lat temu
  Marius Stanciu 8a299e8fc8 - multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values) 5 lat temu
  Marius Stanciu 496be49027 - made sure that the timeout parameter used by some Tcl Commands is seen as an integer in all cases 5 lat temu
  Marius Stanciu 70d3895799 - working on a new type of database 5 lat temu
  Marius Stanciu b5d69f493d - added ability for Tcl commands to have optional arguments with None value (meaning missing value). This case should be treated for each Tcl command in execute() method 6 lat temu
  Marius Stanciu 3475ae00cd - fixed bug in NCC Tool: after trying to add a tool already in the Tool Table when trying to change the Tool Type the GUI does not change 6 lat temu
  Marius Stanciu 7aebf1c60a - added new TclCommands: NewExcellon, NewGerber 6 lat temu
  Marius Stanciu 2f553c9005 - added a new TclCommand named PlotObjects which will plot a list of FlatCAM objects 6 lat temu
  Marius Stanciu 87d1558977 - modified the Paint Tool. Now the Single Polygon and Area/Reference Object painting works with multiple tools too. The tools have to be selected in the Tool Table. 6 lat temu
  Marius Stanciu 9648bcd693 - added a header in the New Script 6 lat temu
  Marius Stanciu e48d2d2f49 -clean-up before merge 7 lat temu
  Marius Stanciu 421e9766ea -clean-up before merge 7 lat temu
  Marius Stanciu 3b9767cc6f - I've finally run the tests with OK result (56 tests in 102.937 sec) 7 lat temu
  Marius Stanciu a4bbb98bf1 - converted from Python2 code to Python3 code 7 lat temu
  Juan Pablo Caram 261054f1cf Cleanup of TclCommand and migrated a few more commands to new architecture. 9 lat temu
  Juan Pablo Caram f77403b0f2 Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture. 9 lat temu
  Kamil Sopko 96419921e5 small fix if error happens inside thread execution, then pass correct error_info to display 9 lat temu
  Kamil Sopko e236a60be9 implement system values background_timeout and verbose_error_level 9 lat temu
  Kamil Sopko 26a8b7347b change default timeout 9 lat temu
  Kamil Sopko c2cdaaf452 fix display also for nonsignaled exceptions in execute_wrapper 9 lat temu