3779 Commits (173b869dcbd03d81de394623cdddac8551122ae8)
 

Author SHA1 Message Date
jean-pierre charras 2153f4d1e2 Pcbnew: footprint placement file creation: 14 years ago
jean-pierre charras 74aecb3e72 Icons for modedit and modview: remove unused or duplicate icons files and rename files. Tweak some icons. 14 years ago
jean-pierre charras 197ace9e44 Modedit: add dialog to edit footprint body items. Fix also minor issues about footprint body items edition. 14 years ago
Fabio Varesano 1393e5c38e there was a 0 more in the scale factor for 14 years ago
jean-pierre charras d7da6083e4 CvPcb: serious code cleaning. More comments. Remove useless files and some files renamed with a better name. 14 years ago
Dick Hollenbeck 2082fbba4f fix some warnings in Debug mode under wx 2.9.x 14 years ago
jean-pierre charras 72605c343b Modview: fix minor issues. 14 years ago
jean-pierre charras 623ae37f22 Pcbnew - ModView: add 3D view, and fix issues. 14 years ago
jean-pierre charras fa470d5c4a Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 14 years ago
Dick Hollenbeck 54e221cfad fix portion of bug 928330 mentioned in comment #2 14 years ago
Dick Hollenbeck b90d657cb8 fix bug 921553 14 years ago
Dick Hollenbeck 822e5db5dc fix 14 years ago
Dick Hollenbeck be57e57ee4 typos 14 years ago
jean-pierre charras 3da1b75c67 Pcbnew: fix Bug #927293. fix compil issue with wxWidgets 2.9.3 14 years ago
Dick Hollenbeck 398607a658 * move globals into BOARD: 14 years ago
Dick Hollenbeck e7b3ed2e88 merge 14 years ago
Dick Hollenbeck 6c04e60587 see CHANGELOG.txt 14 years ago
jean-pierre charras 08ef741770 Undo redo change and code cleanup. 14 years ago
jean-pierre charras 8e846082bb Pcbnew: Fix incorrect behavior of undo/redo command (this issue happens only when a new track is created, and an old redundant track is deleted) 14 years ago
Dick Hollenbeck 716d21d88a get rid of some globals, share BOARD_DESIGN_SETTINGS from PCB_EDIT_FRAME with FOOTPRINT_EDIT_FRAME 14 years ago
Dick Hollenbeck cc46daa67f CHANGELOG.txt 14 years ago
Dick Hollenbeck 7b658917ab Remove: 14 years ago
Dick Hollenbeck 1ca894584c put module text configuration variables into the BOARD 14 years ago
jean-pierre charras 2b3b2fc0cf commint forgotten file 14 years ago
jean-pierre charras f9e2f9dc77 Pcbnew and Cvpcb: more about new netlist support: see CHANGELOG (important changes). 14 years ago
Andrey Fedorushkov 9eb7cba156 revert my bug commit 3389 14 years ago
Andrey Fedorushkov c5f104a548 fix bug plot arc to dxf-format in back_silkscreen, comment and draw layers 14 years ago
Andrey Fedorushkov 0c00c88f11 fix DXF plot arc 14 years ago
Dick Hollenbeck f6f52d87e4 document KICAD_T enum better, remove PCB_ZONE_EDGE_T usages 14 years ago
Dick Hollenbeck 98b5cddab0 support new zone field ZPriority in kicad_plugin.cpp, enhance TESTLINE() so it does not match substrings 14 years ago
jean-pierre charras 60fb3fb7f7 Pcbnew: added a priority level for zones: a zone with a hight priority can be now inside an other low priority zone. 14 years ago
jean-pierre charras e630672397 Pcbnew: Minor fix and enhancement. 14 years ago
jean-pierre charras ee8d721c3c Add priority level to zones. 14 years ago
jean-pierre charras c0d39da548 New netlist format: Cvpcb: code cleaning. Pcbew: minor enhancements 14 years ago
jean-pierre charras 72ab517400 Restore INSTALL.txt, erroneously removed. 14 years ago
Dick Hollenbeck 499fc46eb1 kicad CMakeList.txt library dependency order 14 years ago
Alain Portal fb7b03a650 Fix build issues on RedHat based systems when using shared libraries. 14 years ago
marco. 96f435202c MacOSX: Handling exec 14 years ago
jean-pierre charras 7eb1a136f1 Pcbnew: First draft to use a new netlist format ( containing the same info as the intermediate netlist, but using S expressions) 14 years ago
Dick Hollenbeck 4cbb5c5e94 tune the order of link libraries, based on estimated dependency sequence 14 years ago
marco. bc48b8507b MacOSX: Gerbview mouse fixed 14 years ago
marco. a51dab7341 MacOSX: Fix in eeschema component move 14 years ago
Gerd v. Egidy ebb85aa232 bom-in-python script does not compile 14 years ago
Dick Hollenbeck 7fd0f0cab5 add tools directory, move container_test.cpp there on standby 14 years ago
Dick Hollenbeck 94097a6b22 * Switch to C++'s true and false and away from C" TRUE and FALSE. 14 years ago
Dick Hollenbeck 23172cce23 compile base_screen.cpp separately for {pcbnew,cvpcb} and eeschema, so we can diverge internal units at compile time, not runtime 14 years ago
Dick Hollenbeck 2b394c7ccb dialog_page_settings needed right border space, retain last dialog size and position 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck 3b8f191cc4 enhance comments since PLUGIN needs good documentation for others 14 years ago
Dick Hollenbeck e6c8515873 switch to C++'s false and true from C's FALSE and TRUE 14 years ago