4630 Commits (f78497bf4f90c099d3a24cc3e9d323c1e947197a)
 

Author SHA1 Message Date
Wayne Stambaugh f78497bf4f Decouple PLOT_CONTROLLER from UI dependencies. 13 years ago
Wayne Stambaugh b5bb56426a Fix footprint library search path bug. (fixes lp:1178427 13 years ago
jean-pierre charras 2554575656 More work on CPOLYGONS_LIST class. 13 years ago
Wayne Stambaugh cf86e18f5c Footprint library table work, minor fixes, and code cleaning. 13 years ago
jean-pierre charras 2e6969fe96 More work on CPOLYGONS_LIST class. 13 years ago
jean-pierre charras 6fcd9eb8a6 Eechema: fix bug : when saving the schematic project, the lib cache was saved under the current sheet opened, not the root sheet. 13 years ago
Lorenzo Marcantonio 69b7c2a1b6 Removed some spurious float casts 13 years ago
Wayne Stambaugh 2be09ba9e2 Fix bug when footprint library file names contain dots. (fixes lp:593989) 13 years ago
Lorenzo Marcantonio 8430508272 Closes bug 1176915 13 years ago
jean-pierre charras 7e2779784b Eeschema: fix incorrect move command for bitmap items. 13 years ago
Lorenzo Marcantonio af5a9a8de9 Removed Show code from BOARD_ITEM derived classes (as requested by Dick) 13 years ago
Lorenzo Marcantonio e5dae4b149 Fixed LAYER_NUM usage in the specctra code. 13 years ago
Lorenzo Marcantonio d00c83cde9 Migrated the interfaces accepting angles to the double type 13 years ago
Lorenzo Marcantonio cb49ca5ae2 More int casts to rounding conversions 13 years ago
jean-pierre charras b2a76062c7 All: use CPOLYGONS_LIST, a typedef of std::vector<CPolyPt> to handle a Corners Polygons List. 13 years ago
Felix Morgner ea990230ca Fixes implementation of MacOpenFile( const wxString& ) in KiCad. 13 years ago
Lorenzo Marcantonio 91674347b5 Fixed bad computation in eeschema/transform (my fault) 13 years ago
jean-pierre charras 19845828ef Fix compil issue in Debug mode. 13 years ago
Lorenzo Marcantonio 78e41187b3 Moved utilities for angles in trigo.h 13 years ago
Dick Hollenbeck 226b3d64be fix compiler warnings 13 years ago
jean-pierre charras fc8e0bfb75 3D viewer: Modify the way board items shapes are built: 13 years ago
jean-pierre charras 4ac7dd5845 3D viewer: Modify yhe way board items shapes are built: 13 years ago
Lorenzo Marcantonio 0e903dba5b Angle and distances cleanup (preparing for angles in doubles) 13 years ago
Dick Hollenbeck 000ec33af2 remove temporary debug printf()s I no longer need. 13 years ago
Dick Hollenbeck 9634fa5c07 fix 2 corner case bugs in specctra import 13 years ago
Dick Hollenbeck a26e59d8ed pass round boards to freerouter via specctra_export 13 years ago
Dick Hollenbeck d55ab920d2 fix goofy text messages, period after newline 13 years ago
Dick Hollenbeck 63985f67cf wxString::Format() fix 13 years ago
Dr. Thomas Spindler f8f35a8cd0 specctra_export supports interior polygons and circles on the Edge.Cuts layer. 13 years ago
Lorenzo Marcantonio f50f31e5a3 Added include guard to math_for_graphics.h 13 years ago
Wayne Stambaugh 218fb338ab Pcbnew bug and warning fixes. 13 years ago
Felix Morgner 625e8b0680 merge with upstream 13 years ago
Felix Morgner bb6fffa5a9 * Set "Ctrl+Shift+S" as shortcut for "Save as..." in CvPcb and PCBnew. 13 years ago
Dick Hollenbeck f92cfcaee6 fix compiler warnings, comments, debug crash, and conceptual issues in specctra 13 years ago
Felix Morgner 3a9f3f89c1 merge with upstream 13 years ago
Wayne Stambaugh 4a9681d5c7 More post Pcbnew NETLIST_READER change clean up. 13 years ago
Lorenzo Marcantonio 6b500d606c Converted macros to inline template function 13 years ago
Lorenzo Marcantonio 3b1ddd952f Removed the SAFE_DELETE macro. 13 years ago
Lorenzo Marcantonio 3c5c795c1f Message fix: SMD is an acronym, should be upper case 13 years ago
jean-pierre charras 2080739f76 Pcbbnew: fix bug Bug #1172892 (bad drill map file names, when a point is used inside a board file name) 13 years ago
Felix Morgner 6c2c647703 merge with upstream 13 years ago
Dick Hollenbeck ec497d5d9a Fix SVG plot with filename containing & character. 13 years ago
Felix Morgner 8ddbf84cbb merge with upstream 13 years ago
Wayne Stambaugh 81271ad41a Post Pcbnew NETLIST_READER change clean up. 13 years ago
Felix Morgner 24f95c66db resaved some files as UTF-8 to silence clangs warnings about illegal character encodings. 13 years ago
Felix Morgner 5c0b735d82 made changes compliant to style guide. 13 years ago
Felix Morgner d3bf8c6b51 merge with upstream 13 years ago
Wayne Stambaugh 61b4f8a9eb Pcbnew NETLIST_READER improvements. 13 years ago
Dick Hollenbeck d8ba7b3af8 pcb_parser failed on (fill yes (arc_segments 16) (thermal_gap 1.99898) (thermal_bridge_width 1.99898)) 13 years ago
jean-pierre charras 00ee6c7b3b Pcbnew, dialog SVG export: Fix Pcbnew crash when opening the dialog. 13 years ago