255 Commits (1222924607d4ea1612ce0f06fdf4ec944fb73697)

Author SHA1 Message Date
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
jean-pierre charras d4a7685761 Pspice netlist generator: add option to use net numbers as net names (feature removed a long time ago, but needed by Oscad team) 12 years ago
Dick Hollenbeck 4578ea8b9e 1) Add 32 Cu Layers. 12 years ago
jean-pierre charras 7c99a242cf Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits. 12 years ago
Lorenzo Marcantonio 6d17ad712c Made the project default text size apply to all text things in eeschema, instead of the hardcoded value 12 years ago
Dick Hollenbeck 3b0712873a Modular-Kicad milestone B), glamorous portions: 12 years ago
Dick Hollenbeck 55e61bc6e3 Modular-Kicad milestone B), glamorous portions: 12 years ago
Dick Hollenbeck 991926d320 Modular-Kicad milestone B), major portions: 12 years ago
Dick Hollenbeck 25d1ab4008 Modular-Kicad milestone B), major portions: 12 years ago
Dick Hollenbeck 1648d7fd43 Get cross-probing working under the Kiway. 12 years ago
Dick Hollenbeck a985255f95 add back missing pcbnew cross probing event handlers. eeschema launches kiface versions of pcbnew & cvpcb if not single. 12 years ago
Dick Hollenbeck 0d6560a218 *) Switch kicad.exe to using KIFACE modules for all major top level windows. 12 years ago
Dick Hollenbeck 5f65d0da93 *) Add KIFACE_I::StartFlags() and IsSingle() so a KIFACE implementation can know 12 years ago
Dick Hollenbeck d053e5615b More migration towards single process, extend PROJECT::Config*() in proper direction, cleanups. 12 years ago
jean-pierre charras 36e62b1047 Eeschema: fix Bug #1298868 (Can't create new schematic from main toolbar icon) 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
jean-pierre charras 764b5c11bf Minor code cleanup in 3d viewer (remove dead or useless code). Some minor other fixes. 12 years ago
Wayne Stambaugh 949118a030 Minor coding policy fixes. 12 years ago
Henner Zeller 3132c70e54 * Apply Henner Zeller's patch to add connecting line from reference and labels to component position whilst moving to help identify which component the reference or label belongs too 12 years ago
Dick Hollenbeck 741bfb685b Another attempt at wxFrame::SaveSettings() standard infrastructure. 12 years ago
jean-pierre charras ce6b907fe3 Add specific bitmaps in export IDF and export DSN menus. 12 years ago
Dick Hollenbeck c63fa6ff31 Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere. 12 years ago
Wayne Stambaugh a3f0e450ab Eeschema: fix bug loading grid size from previous session. (fixes lp:1239445) 12 years ago
Wayne Stambaugh 612ba67c10 Minor message box improvements 12 years ago
Maciej Suminski c5d3376c26 Changed some 'magic numbers' into constants. Added const modifier in appropriate spots. 12 years ago
Dick Hollenbeck 4c6f7bc158 FIX: insert key must repeat text labels 12 years ago
Dick Hollenbeck c0832a0342 BUG FIX: eeschema as segfaulting on the 'Insert' key because the m_itemToRepeat 12 years ago
Dick Hollenbeck efb34166ea *) retain grid origin in the BOARD and save it in legacy and kicad board files. 13 years ago
jean-pierre charras 50743cf3ba Initial release of pl_editor, the page layout and title block editor. 13 years ago
Dick Hollenbeck 770d72c538 remove dialog_netlist.h 13 years ago
jean-pierre charras 26b7bdc35c Eeschema: add dialog and utilities to create BOMs from generic netlist 13 years ago
Dick Hollenbeck 00adc67d2a Rename invoke_a_dialog.h. Code an alternate implementation for std::string BOARD_ITEM::FormatInternalUnits( int aValue ), for verification. 13 years ago
Dick Hollenbeck 36aca68e40 fix autopan non-response problem when dragging block to right or bottom 13 years ago
Dick Hollenbeck 515f5fbe5e *) Introduce "invoke_a_dialog.h" to information hide between top frame 13 years ago
jean-pierre charras 94dccc9128 Pcbnew! fix Bug #1184030 13 years ago
Lorenzo Marcantonio 26f2c04f13 Make title block date field modifiable by hand. 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 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
Dick Hollenbeck 0ef043f0f8 replace BOM dialog with a pointer to FAQ https://answers.launchpad.net/kicad/+faq/2265 13 years ago
Lorenzo Marcantonio 3b1ddd952f Removed the SAFE_DELETE macro. 13 years ago
Lorenzo Marcantonio e0303a4558 - New typedef LAYER_MSK to encapsulate a layer bitmap 13 years ago
jean-pierre charras 42c2399af7 Pcbnew: Try to find a better workaround for zone fiill bug (crash or bad fil areasl in very rare cases). 13 years ago
Wayne Stambaugh 3af054c702 Improve Eeschema find dialog behavior. 13 years ago
jean-pierre charras 619125f9ab Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) . 13 years ago
Jacobo Aragunde Perez 638decafae Commit fixes for bugs #1108773 and #1110651 and a bug fix improvement for #1101718 and #1102381. 13 years ago
Jacobo Aragunde Perez a641ebb344 Eeschema: Add "append schematic" feature. Fix bug 1101718 <Empty plot filename> 13 years ago
Wayne Stambaugh f8a56d446f Base object decoupling improvements. 13 years ago
jean-pierre charras 4352eddadb eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. 13 years ago
jean-pierre charras 1886082fce Eeschema: Erc dialog: enhancement. Now not modal. 13 years ago