153 Commits (279732e89e063354976ec76e5fc160c145bfef6e)

Author SHA1 Message Date
Jeff Young 2f9889ff62 Add settings for plotting PDF property popups. 2 years ago
Wayne Stambaugh eb83f76bff Allow plotting of multiple board layers per plot in Python. 3 years ago
Jeff Young 26c821962f Simplify and regularize text variable substitution architecture. 3 years ago
Roberto Fernandez Bautista 0015574a60 ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH} 4 years ago
Jeff Young 7ccac79192 More wxString wide literals. 4 years ago
Jeff Young e5d5ee07f0 Resolve textvars in plot directory. 4 years ago
Jeff Young f3a583e490 Formatting & comment cleanup. 4 years ago
Marek Roszko 347e03363a Convert wxPoint/wxSize starting from EDA_RECT usages 4 years ago
Jeff Young e26341d424 Cleanup. 4 years ago
Jon Evans 75d75799f7 Move to getters/setters for aux and grid origin 4 years ago
Wayne Stambaugh 46b959c3e3 Move plotter headers into include folder. 4 years ago
Wayne Stambaugh cf00319c85 More NULL expunging. 4 years ago
luz paz f968fc8719 Fix source comment / documentation typos 4 years ago
Marek Roszko 10e60acf34 Clean up including of board_design_settings.h 4 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Jeff Young f1221a9ca3 Resolve text variables in title blocks for outputing to netlist. 5 years ago
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 8 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. 10 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