Commit Graph

47 Commits

Author SHA1 Message Date
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 2019-09-17 14:08:57 +03:00
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)
- fixed UI showing before the initialization of FlatCAM is finished when the last state of GUI was maximized
- finished updating the TclCommand cncjob to work for multi-geo Geometry objects with the parameters from the args
2019-09-15 13:37:06 +03:00
Marius Stanciu 7ad03f9f0a - remade the splash screen to show multiple messages on app initialization
- added a new splash image
- added a control in Preferences -> General -> GUI Settings -> Splash Screen that control if the splash screen is shown at startup
2019-09-13 01:24:54 +03:00
Marius Stanciu 1a8784f5ab - now, Excellon and Gerber edited objects will have the source_code updated and ready to be saved
- the edited Gerber (or Excellon) object now is kept in the app after editing and the edited object is a new object
- added a message to the splash screen
2019-09-12 22:21:19 +03:00
Marius Stanciu 295cba8539 - started to add an application splash screen 2019-09-12 17:57:16 +03:00
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). 2019-08-27 03:59:36 +03:00
Marius Stanciu f4f7b65080 - some PEP8 cleanup 2019-06-09 17:39:42 +03:00
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.
- grouped all the UI files in flatcamGUI folder
2019-03-11 12:23:26 +02:00
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
- added the ability to choose an App QStyle out of the offered choices (different for each OS) to be applied at the next app start (Preferences -> General -> Gui Pref -> Style Combobox)
- added support for FlatCAM usage with High DPI monitors (4k). It is applied on the next app startup after change in Preferences -> General -> Gui Pref -> HDPI Support Checkbox
2019-02-18 16:11:24 +02:00
Marius Stanciu 07ae0c9c8b - small changes in Tools layout 2019-02-07 17:03:06 +02:00
Marius Stanciu 9dfbae7515 - added plot kind for CNC Job in the App Preferences 2019-02-06 20:29:53 +02:00
Marius Stanciu c4a9c8bd77 - added more key shortcuts into the application; they are now displayed in the GUI menu's
- reorganized the Edit -> Preferences -> Global
- redesigned the messagebox that is showed when quiting ot creating a New Project: now it has an option ('Cancel') to abort the process returning to the app
2019-01-27 03:32:09 +02:00
Marius Stanciu e48d2d2f49 -clean-up before merge 2019-01-03 21:25:08 +02:00
Damian Wrobel cbad99e340 add python setuptools support
- add setup.py script,
 - switch to use images via "share:" resource name
   (this allows to work both versions of application:
     - system wide installation,
     - directly from source),
 - add .desktop file,
 - rename FlatCAM.py to flatcam and install it as an
   executable script.
2017-06-06 22:06:33 +02:00
Juan Pablo Caram 9f4ee91b0e Comments at top of files. Also fixes #214. 2016-09-22 10:17:51 -04:00
Juan Pablo Caram 7112ac5caf Recovered patch.py 2016-04-10 16:02:38 -04:00
Kamil Sopko b333d136b5 merge changes from master
cleanups and prepare for   pull request
2016-03-31 17:16:14 +02:00
Kamil Sopko e96ee1af29 merge new pull requests from FlatCAM->master
implement  executing of tasks  inside worker thread
cleanups, reimplement  Isolate/New/OpenGerber as OOP style Shell commands
disable edit  during shell execution,  show   some  progress
add ability for breakpoints in other threads and only if available
add X11 safe flag, not sure what happen on windows
2016-03-24 23:06:44 +01:00
Juan Pablo Caram 8cb509d6f3 Initial implementation of console. 2014-09-13 17:29:07 -04:00
Juan Pablo Caram 16734f5d1a Convertion to Qt. Major refactoring. 2014-06-13 15:21:11 -04:00
Juan Pablo Caram 0bdc3b19f0 Major modifications to data/gui interactions. In progress. 2014-04-25 01:24:03 -04:00
Juan Pablo Caram e0d2daca6c Optimized Gerber parser. Some minor improvements to Excellon parser. 2014-04-18 20:20:17 -04:00
Juan Pablo Caram 2ed0f73f87 Support for LPD and LPC in Gerber. Major changes in Gerber parser. 2014-04-12 02:16:39 -04:00
Juan Pablo Caram 6c13b7dc59 Warning before overwriting. More flexible Excellon parser (tool numbers). Other small fixes. 2014-04-05 00:36:23 -04:00
Juan Pablo Caram 9740739f05 FlatCAMObjs now stored in ListStore. Expected to solve several issues. Some updates to the new architecture still pending. 2014-04-04 11:41:03 -04:00
Juan Pablo Caram 609561f7a3 Created class ObjectCollection to manage the list of objects in the program. Converted the program to use it. Not fully functional yet. 2014-04-02 19:53:00 -04:00
Juan Pablo Caram 23ba2105c1 Bug fix in Excellon parser. Was not supporting a '+' in from of numbers. 2014-03-28 18:14:21 -04:00
Juan Pablo Caram 942e274597 Important fix to Excellon parser. 2014-03-18 09:06:10 -04:00
Juan Pablo Caram 5312e78f92 Added vertical and horizontal panning with scroll wheel. Started "open recent" feature. 2014-03-15 00:56:31 -04:00
Juan Pablo Caram f98f3193cb Alpha 3 2014-03-14 19:36:53 -04:00
Juan Pablo Caram 9d9c3f819d Serialization of ApertureMacro. Change scale, offset and mirror in Gerber to act only upon its resulting geometry, not its source data. 2014-03-13 22:37:59 -04:00
Juan Pablo Caram 21da78d654 Small fixes in ApertureMacro and updated docs. 2014-03-12 23:30:19 -04:00
Juan Pablo Caram 04b9a0ecd7 Added full support for Aperture Macros in Gerber parser. 2014-03-12 19:45:40 -04:00
Juan Pablo Caram 5f3319dd7a Some classes for drawing. Solved bug of CNC jobs not starting at origin and missing return to origin. 2014-03-08 00:40:11 -05:00
Juan Pablo Caram e8728ed15c Added Measuring tool. 2014-03-07 15:43:54 -05:00
Juan Pablo Caram 43cf694aab Added multi-pass isolation capabilities. 2014-03-05 19:30:14 -05:00
Juan Pablo Caram 66e72221ac Major changes in plotting structure. Added scroll wheel zoom support. Minor fix in Gerber parser. Updated docs. 2014-03-05 16:12:55 -05:00
Juan Pablo Caram ad5e989331 Fixed bug in Excellon parser. Did not support numbers with period. 2014-03-03 22:12:07 -05:00
Juan Pablo Caram 49c8aeb723 Alpha 2 2014-02-28 20:40:26 -05:00
Juan Pablo Caram 34b95494ae Version checker and several cleanups. Docs re-built. Some tooltips. 2014-02-28 19:32:04 -05:00
Juan Pablo Caram 68a275e042 Excellon parser bug fixed, improved Gerber parse, added icons, added some tooltips. 2014-02-27 00:12:49 -05:00
Juan Pablo Caram 42f3652668 Offset feature. G-Code/CNC job processing fixes and optimization. 2014-02-22 00:52:25 -05:00
Juan Pablo Caram f8352e7188 Added support for "plot" checkboxes and "solid" checkbox for Gerber. 2014-02-20 23:26:57 -05:00
Juan Pablo Caram b6497b2edb Patched Gerber parsing to support some non-compliant instructions. 2014-02-19 00:21:29 -05:00
Juan Pablo Caram 0baa820bc2 Double-sided PCB support. 2014-02-11 21:50:03 -05:00
Juan Pablo Caram 6284156a0d Double-sided PCB support. 2014-02-05 19:36:47 -05:00
Juan Pablo Caram e930de1793 Changed project name to FlatCAM. 2014-02-01 14:23:31 -05:00