137 Commits (b123318cf696594c48ad37e5b54f99c199ba2d6f)

Author SHA1 Message Date
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Marek Roszko 1d559108c8 Move LOCALE_IO out of common.h 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
Marek Roszko 84fbb0e382 Remove some includes in random pcbnew files 5 years ago
Marek Roszko 491896d497 Add missing include 5 years ago
jean-pierre charras 13304d0870 more cleanup about removing useless include 5 years ago
Jeff Young 7b042f4a75 Add rectangle tool to PCBNew toolbar in favour of Aux Origin. 5 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Mark Roszko 19ceb11ae7 Change more enums over to scoped enums 6 years ago
jean-pierre charras 85156300d6 Gerber plot: fix a minor issue: TF attribute "Drawing" is now "OtherDrawing,Comment" 6 years ago
jean-pierre charras eb06ae5910 Plot filenames automatically generated: change the point ('.') find in layer names to '_' 7 years ago
jean-pierre charras 0b890b4d1d Drill files generation: add 3 structured comments in NC (Excellon) drill files and remove duplicate code. 7 years ago
jean-pierre charras 238abad004 Gerber job file: fix incorrect GUID. 7 years ago
jean-pierre charras 654dbbb44b Gerber UUID parameter calculation: refinements and more comments 7 years ago
jean-pierre charras 03f3ff79a5 Pcbnew, Gerber output: fix incorrect UUID format in %TF.ProjectId attribute. 7 years ago
jean-pierre charras 064b8a8d60 Gerber file generation: remove a optional info in .FileFunction: the layer type. 7 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
jean-pierre charras e499d337d8 rename files: update filenames in sources 8 years ago
jean-pierre charras bdc6a5950b rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
Tomasz Włostowski 81d1e17f02 refactoring: renamed pcbstruct.h to pcb_display_options.h, DISPLAY_OPTIONS->PCB_DISPLAY_OPTIONS 8 years ago
jean-pierre charras 50164e9968 Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled 8 years ago
jean-pierre charras 6d52987928 Gerber files creation: fix an incorrect structured comment ('*' was missing at the end of line) 8 years ago
jean-pierre charras e97f49e009 Gerber X2 format: add the new TF.SameCoordinates attribute to Gerber files 9 years ago
jean-pierre charras afe92c7bfc Pcbnew: Add creation of Drill Files in Gerber X2 format. 9 years ago
jean-pierre charras 6d6542e133 Gerber file generation: in X1 format, in header, use structured comments instead of basic comments. 9 years ago
jean-pierre charras 6edee2ae1d Prepare Plot Gerber file to include advanced aperture and net attributes. 9 years ago
jean-pierre charras bb95fcccfc plotcontroller: add method to get the current plot full file name and the current plot folder full path from Python script. 10 years ago
unknown ad10218a58 Rename {Set,Get}GerberExtensions() to {Set,Get}GerberProtelExtensions() (better name) in public API. 10 years ago
jean-pierre charras 4dc2ece011 Fix a few wording issues in dialogs (dialog plot and dialog move exact) for translators (more explicit words/sentences to remove ambiguities). 10 years ago
jean-pierre charras 014f0eb61f Gerber file X2 attribute: Change the attribute Project Id key word from .TF.JobId to .TF.ProjectId, due to a change between the draft Gerber file format specif and a the final specifs (Revision 2015.08). 10 years ago
Simon Wells 3bcda184dd Fix issue in plot Gerber X2 format ( missing % char). Stra,gely, does not happen on all platforms. 10 years ago
Simon Wells e2972c5fff Fixed gerber generation with J5_ATTR defined 10 years ago
Marco Hess 8699fdf12e Pcbnew: minor Protel gerber file extension fixes. 11 years ago
jean-pierre charras 9da39717ae Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. 11 years ago
jean-pierre charras 45808deb47 Minor fix: Gerber X2 attribute: remove one attribute (TF .GerberVersion, now no more in use) I added in my recent changes relative to the new J5 gerber version attributes. 11 years ago
jean-pierre charras 85bc2ae015 Rework on Gerber plot functions: add X2 attributes in J5 version. Minor code cleaning. 11 years ago
jean-pierre charras 7b5318ff64 Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format. 11 years ago
unknown ad645abac4 Eeschema, Plot dialog: add Plot directory selection. The patch from 1383026@bugs.launchpad.net was widely used. 11 years ago
unknown 84a985f8af Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma. 11 years ago
jean-pierre charras 1540368422 Minor fixes and changes: 11 years ago
jean-pierre charras ab58dbfced Pcbnew: Rework on Gerber ouput: allows choice between format 4.5 and 4.6. Fix a minor issue in Gerber layers attributes. 12 years ago
jean-pierre charras 8a1fd49377 Minor fixes in Gerber files, in file attribute for copper layers. 12 years ago
Dick Hollenbeck 60140dfbcf merge 12 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
Wayne Stambaugh f78497bf4f Decouple PLOT_CONTROLLER from UI dependencies. 13 years ago
Lorenzo Marcantonio 78e41187b3 Moved utilities for angles in trigo.h 13 years ago
Miguel Angel Ajo c597e75b73 Support to enable color from PLOT_CONTROLLER into plotters that start in B/W 13 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Lorenzo Marcantonio 9fd79dfa91 Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number. 13 years ago
Lorenzo Marcantonio e0303a4558 - New typedef LAYER_MSK to encapsulate a layer bitmap 13 years ago