263 Commits (43ab963650180971e356dd587c1489ddd78854a3)

Author SHA1 Message Date
Jeff Young 3d32ee774e Translatable strings must be ASCII7 for translation tools. 8 years ago
Jeff Young 4eedb3a27d The _() macro affords some nullptr safety over a naked immediate. 8 years ago
Tomasz Wlostowski b1f613071d eeschema: workaround for 64kByte string length limit in wxString::Format() causing segfaults in netlist update under Windows 8 years ago
jean-pierre charras 17f6d09935 Page layout editor: fix incorrect management of block operation in context (popup) menu. 8 years ago
Maciej Suminski 1f09990618 Remove not used ListNets() methods 8 years ago
Russell Oliver 9016344bb3 Eagle Schematic Import: Fix netlist mapping for zones and vias. 8 years ago
Jeff Young 447fd1bf02 Add a start number to annotate. 8 years ago
Jeff Young d67ceea568 Set current sheet number when only annotating a single sheet. 8 years ago
Jeff Young b3884669cf Proper error reporting for Annotate dialog. 8 years ago
Maciej Suminski 43523a6179 Options for board update KiWay request (MAIL_SCH_UPDATE[_REQUEST]) 8 years ago
Jeff Young 4bae901dc8 Centralize zoom-to-fit code. 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
jean-pierre charras 833d6223a0 rename files 8 years ago
Chris Pavlina 7e6a6540c8 Implement primitive icon scaling for high DPI 8 years ago
Wayne Stambaugh 570866557f Add environment variable configuration dialog to Eeschema. 8 years ago
Wayne Stambaugh f7ab50f791 UI string normalization. 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Seth Hillbrand a240f88785 Eeschema: Remove wire under a placed component 8 years ago
Seth Hillbrand 069448f20e Eeschema: Automatically manage junctions 8 years ago
Seth Hillbrand bf32cc2555 Eeschema: Moving SchematicCleanup to SCH_EDIT_FRAME 8 years ago
Maciej Suminski 480b1c2592 Fixed a crash when _cvpcb.kiface is not available when opening cvpcb 8 years ago
Maciej Suminski 0b7ab40288 Updated cut/copy/paste toolbar icons 8 years ago
jean-pierre charras 8507ea45fc Add a dialog to edit/change components LIB_ID inside a schematic. 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Wayne Stambaugh a2e7e7aed4 Clear symbol library list from project file after remapping. 8 years ago
Wayne Stambaugh 8fd89c881d Final symbol library table changes before merge. 8 years ago
Wayne Stambaugh c1f7c1778a Revise symbol rescuer to support symbol library table. 8 years ago
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table. 8 years ago
Maciej Suminski d617021d98 Added 'Import Non-KiCad Schematic' 8 years ago
jean-pierre charras 06a59022e4 minor fixes (compil warning and a very minor fix) 8 years ago
Maciej Suminski 85faa0e101 Added a dialog to select fields to be updated 8 years ago
Maciej Suminski e29d77c891 'Update Field Values' tool for eeschema 8 years ago
Kristoffer Ödmark 5e70810161 Disabled the automatic schematic-cross probing due to performance reasons. Added sheet-context menu entry for the cross-probing instead. 8 years ago
Wayne Stambaugh 0e41632105 Fix build error. 8 years ago
Wayne Stambaugh f781691049 Eeschema: add symbol library table editor dialog. 8 years ago
jean-pierre charras 58c32367ee filter useless autosave tests, and optimization of autosave test in Eechema 8 years ago
Maciej Suminski ab44e7cc72 Renamed constants to match actions in eeschema 8 years ago
Oliver a39856485c Added component table dialog 9 years ago
John Beard e98ae3e463 Move executable name constants to own file 9 years ago
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol. 9 years ago
Dick Hollenbeck d0c46a81d9 SCH_TEXT::SwapData() was not swapping m_shape, causing abandoned drag to distort pinsheet. 9 years ago
Nox_firegalaxy 44b8533d4d Add connection highlight to eeschema, step 1. 9 years ago
jean-pierre charras 1840c3c4c7 Eeschema/Pcbnew: Update PCB From Schematics tool: ensure the netlist is reliable: warn user if a component is not annotated before exporting the netlist to Pcbnew (like in netlist creation dialog). 9 years ago
Wayne Stambaugh fc07716aed Eeschema: schematic I/O plugin preparation work. 9 years ago
Cirilo Bernardo 48ed9f080e Add Help Menu item to open browser at kicad-pcb.org/contribute 9 years ago
Simon Richter b0f9864bc4 Clean up warnings from exception handlers 9 years ago
Chris Pavlina 52aa4ecdf4 Unify window title formats 9 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
jean-pierre charras cd94da7972 Spice simulator and netlist generation: use only netnames (outdated option "use net numbers as net names removed" removed) 9 years ago
jp-charras 69e4231303 Sch editor and Simulator: close the simulator frame when the schematic editor is closed, to avoid crash, due to the fact the simulator can try to access to a no more existing frame.. 9 years ago