4661 Commits (5560cb54e2a459db80b1a073a1e05b9b5ed32ed4)
 

Author SHA1 Message Date
Wayne Stambaugh 5560cb54e2 More Pcbnew footprint library table work in progress. 13 years ago
jean-pierre charras 4e94d8e793 Dialog page setting: replace wxStaticBoxSizer by wxBoxSizer + static text, 13 years ago
jean-pierre charras 2043001b0a eeschema: fix Bug #1184318 (Eeschema-Libedit: Reference moving+zooming issue) 13 years ago
jean-pierre charras ea04a4af7d eeschema: netlist dialog: fix a very minor issue. 13 years ago
jean-pierre charras b750414561 Pcbnew: fix bug Bug #1184362 (Pcbnew losing user (custom) sheet size ) 13 years ago
Dick Hollenbeck 8ccf0320b4 1) Add "rules" to base of tree for copying into BZR_HOME/rules. 13 years ago
jean-pierre charras 94dccc9128 Pcbnew! fix Bug #1184030 13 years ago
jean-pierre charras da51dbe1e0 Cvpcb fix bug #1183796 and fix bug when a fp lib is not found : the name of the missing file was not displayed in message window. 13 years ago
jean-pierre charras 29613e2974 Netlist reader: fix issue when reading an ORCADPCB2 netlist (which fixes also bug 1184023) and fix a Cvpcb crash when trying to read an unknown netlist format. 13 years ago
jean-pierre charras 38a5e9af4b 3D viewer: fix Bug #1183581 (pcbnew 3D viewer: recent UI inconsistency ) 13 years ago
Dick Hollenbeck dc9122c5b6 remove "~" from empty *.lib component fields, replace with "", doctor old *.lib fields to blank if that was the intention 13 years ago
Dick Hollenbeck c4c58e1279 copyright and formatting 13 years ago
jean-pierre charras 8bafc54cdc Fix bug #1183802 : incorrect sheet Id (company name displayed instead of Id) 13 years ago
jean-pierre charras 7080828fe2 More about worksheet code. 13 years ago
Lorenzo Marcantonio 26f2c04f13 Make title block date field modifiable by hand. 13 years ago
jean-pierre charras 82cc923356 Worksheet code: more cleanup, and fix compil issue with wxWidgets 2.8 13 years ago
Dick Hollenbeck a9a009029f fix license text in COPYRIGHT.txt, remove duplicate Documentation/copyright.txt 13 years ago
jean-pierre charras b454998677 worksheet code cleaning and fix plot sheet filenames bug (mainly under Linux) (Bug #1182891 ) 13 years ago
jean-pierre charras 3f38a6d89a worksheetcode cleaning and fix plot sheet filename bug under Linux. 13 years ago
jean-pierre charras 001723e077 Worksheet code: cleanup and remove useless parameters. 13 years ago
jean-pierre charras 568ae2ec7e Remove duplicate code to draw and to plot title blocks (more than 1500 duplicate lines). Note: this is a work in progress. 13 years ago
jean-pierre charras 26a3029a88 Remove duplicate code to draw and to plot title blocks. 13 years ago
Wayne Stambaugh c9be8bfdd4 Pcbnew footprint library table work in progress. 13 years ago
jean-pierre charras a8a640811b Code cleaning and move worksheet code specific to title block and frame references shape in title_block_shapes.h and title_block_shapes_gost.h 13 years ago
jean-pierre charras 6b0980d964 Gerbview: fix bug #1176538 (incorrect flashed items size, when defined by aperture macros) 13 years ago
jean-pierre charras 172bbc8f9c Eeschema: fix Bug #1180902 (Libedit creates empty svg images) 13 years ago
jean-pierre charras 0f885e7f31 3D viewer: Add more options, to show/hide technical layers. 13 years ago
Dick Hollenbeck 7a5f5cb009 compiler warning from mailing list 13 years ago
Dick Hollenbeck 0ef043f0f8 replace BOM dialog with a pointer to FAQ https://answers.launchpad.net/kicad/+faq/2265 13 years ago
jean-pierre charras ac1386a5a2 Pcbnew: fix bug 1179877, due a bad default copy constructor, after my changes about CPOLYGONS_LIST class. 13 years ago
Dick Hollenbeck 6fa4f1e6ac remove non-UTF8 encoded characters from source tree & format fix 13 years ago
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