175 Commits (8806fc03dca5c63ae2322aabb7f6c6f160a23386)

Author SHA1 Message Date
jean-pierre charras 6cf8ff9ca6 Fix message. 9 years ago
jean-pierre charras 682c15ed62 Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 9 years ago
Nox_firegalaxy 44b8533d4d Add connection highlight to eeschema, step 1. 9 years ago
Wayne Stambaugh fc07716aed Eeschema: schematic I/O plugin preparation work. 9 years ago
Maciej Suminski 6d7a7a3233 KICAD_SPICE CMake flag 9 years ago
Maciej Suminski 92a3e405c2 Tuner tool. 9 years ago
Maciej Suminski ae5424c44a Probe cursor (TODO: has to be discussed) 9 years ago
Maciej Suminski ac17165947 Initial version of simulator probe tool 9 years ago
Chris Pavlina 8c01318141 Add zoom-to-selection tool 10 years ago
jean-pierre charras 1e0a72df0b Eeschema: fix a minor issue: when deleting a connection, the screen was not always redrawn, and the deleted objects were still shown, until the next screen redraw. 10 years ago
Chris Pavlina 5ff3bbb96e eeschema: move part by a point on the grid (lp:1563587) 10 years ago
jean-pierre charras bc699c8d8f Rework on class EDA_TEXT and related classes and draw functions. More work. Eechema: in rotate texts: redraw the full screen to avoid garbage on screen. 10 years ago
Wayne Stambaugh b7e56ae1cb Eeschema: SCH_SHEET_PATH refactor. 10 years ago
Wayne Stambaugh 306b964b40 Eeschema: decouple SCH_SCREEN::TestDanglingEnds() from wxDC and EDA_DRAW_PANEL. 10 years ago
Wayne Stambaugh 7b5823185a Undo commit -r 6535. 10 years ago
Wayne Stambaugh 0ef1eee2c6 Eeschema: move recursion check from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Chris Pavlina fc22580d9a Eeschema: replace accidental dynamic_casts with static_casts 10 years ago
Chris Pavlina 50c418a332 Eeschema: add field automatic placement feature. 10 years ago
Chris Pavlina a2beb2ecad Eeschema: remove assertion in OnOrient() when the current object cannot be oriented. 10 years ago
jean-pierre charras fa55c0f18e Minor fix (minor bug #148296) and very minor change. 10 years ago
jean-pierre charras 9b9c7945a2 Many minor fixes (like bug #1477213). Better help in dialog environment variables editor (the tooltip was never shown on Windows) 10 years ago
jean-pierre charras c291b88608 Eeschema: fix dangling ends when enter the first time in a sub sheet of a schematic hierarchy. Minor code cleanup. 10 years ago
jean-pierre charras 66aa22c1db Eeschema: remove an unused argument in a few functions. 11 years ago
jean-pierre charras 7be1d32a10 Fix minor issues (included Bug #1469358 hierarchical sheet pin not redrawn after edition) 11 years ago
Wayne Stambaugh 4cd392a6ae Add backspace hot key to Eeschema to leave current sheet. 11 years ago
Wayne Stambaugh 54bad8b5e8 Fix Eeschema sheet recursion bugs. 11 years ago
jean-pierre charras 82dff76530 Eeschema: fix minor bugs #1450107 and #1450104 (assertion failures, only visible in Debug mode) 11 years ago
jean-pierre charras 3084c0aa0b Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). 11 years ago
unknown b3b791961a coverity common folder fixes (mainly not initialized members). 11 years ago
jean-pierre charras 00f8994ee1 Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used. 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Dick Hollenbeck 3aa390b57a WTF 11 years ago
jean-pierre charras 1540368422 Minor fixes and changes: 11 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 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 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
Wayne Stambaugh efb96bcce9 Eeschema block end handler code improvements. 12 years ago
jean-pierre charras daeeee5617 Eeschema: Rework on netlist generator: code clenenig and enhancement. 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. 12 years ago
jean-pierre charras c4dc992c03 Eeschema: fix bug #1168116. Netlist generation: remove dead code and fully outdated option pspice "use net number" 13 years ago
Lorenzo Marcantonio f37812f898 Refactoring: split in two the SCH_BUS_ENTRY class 13 years ago
Antia Puentes f4af52f94d Eeschema: Allow to edit an schematic item while dragging 13 years ago
jean-pierre charras ba05519662 Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
jean-pierre charras 1dd0adf7e0 Eeschema: item drag command: Fix issue for overlapping items (from a Younes Manton's idea) 13 years ago
jean-pierre charras 6abf0e9f94 Eeschema: Bug fix (move component field was not undoable) 13 years ago
Dick Hollenbeck 44c25d14ec eeschema erc dialog extends from DIALOG_SHIM 13 years ago