192 Commits (31394e95d750296e9803232992b80f3d32b119bc)

Author SHA1 Message Date
Seth Hillbrand 0f44876205 Thou shalt not modify the container over which you interate 2 years ago
Jeff Young 922f7128a9 Move item updating and view refresh to SCH_COMMIT::Push(). 2 years ago
Jeff Young 8f1b9119bf Upgrade some symbol editor stuff to SCHEMATIC_COMMIT. 2 years ago
Jeff Young e698156975 Upgrade many editing actions to SCHEMATIC_COMMIT. 2 years ago
Jeff Young dcfd426333 Upgrade some dialogs to SCHEMATIC_COMMIT. 2 years ago
Roberto Fernandez Bautista c4bde9c7e8 Extract SCH_LINE::BreakAt( aP ) from SCH_EDIT_FRAME::BreakSegment 3 years ago
Roberto Fernandez Bautista 7332c0c54d Move SCH_EDIT_FRAME::GetSchematicConnections into SCH_SCREEN::GetConnections 3 years ago
Roberto Fernandez Bautista 64105dcf84 Extract GetBusesAndWires function out of SCH_EDIT_FRAME::BreakSegments 3 years ago
Mike Williams 6816ee937a Flags: remove unused IS_DRAGGING 3 years ago
Mike Williams 6cc17e4a16 Schematic: new flag IS_BROKEN for trimming BreakSegment danglers 3 years ago
Jeff Young f00ec339fd Don't set IS_NEW flags during clean-up operations. 3 years ago
Mike Williams 5e72a1008b Schematic: don't trim unchanged segments that are connected 3 years ago
Jeff Young 7e0ba42f0e Bug fixes for dragging labels attached to wires in orthogonal mode. 3 years ago
Jeff Young 2dc6300501 Move EDA_ITEM bounding boxes to BOX2I. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
Seth Hillbrand a365afde3c Ensure merged line gets selected if either parent is 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Jeff Young 2bc86fa0a8 Shapes for schematic. 4 years ago
Jeff Young 5d751bef74 Be cognizant of connectivity dirtiness when cloning wires. 4 years ago
Jeff Young 996a5b85a6 Overhaul IsJunctionNeeded logic to support all the different cases. 4 years ago
Seth Hillbrand 854472d550 Prevent automatic RTree recaching 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Jeff Young 0598c82972 Terminology (use present tense for flags). 4 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Jeff Young b938df0e46 Coding policy. 5 years ago
Seth Hillbrand 24795f5b12 Fix overzealous breakSegments() 5 years ago
Seth Hillbrand 02c7fcdc84 Fix BreakWire tool 5 years ago
Seth Hillbrand b2cd1fddf9 Prevent invalidating iterators 5 years ago
Jeff Young ad281f7538 Remove duplicated TestDanglingEnds routines. 5 years ago
jean-pierre charras 976b7e1c47 Eeschema: Move last netlist code to netlist_exporters folder 5 years ago
Marek Roszko 1c0700fbc4 Quiet gcc warning about assignment 5 years ago
Jeff Young 176f461b2c Fix a corner case of wire merging. 5 years ago
Jeff Young 339fa5e0e3 Hack around the mess that we've made of line styles. :( 5 years ago
Marek Roszko 12d21e34e2 Remove trigo.h from eda_text.h 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Seth Hillbrand 02a5d47de9 Avoid passing references in EESchema 5 years ago
Mark Roszko 1082402b33 Convert UNDO_REDO_T to an enum class 5 years ago
Seth Hillbrand ee5c991d2f eeschema: Ensure all wires are joined 5 years ago
Jeff Young 827138f6b4 Remove left-over debug code. 5 years ago
Jeff Young f4ab14f32d Performance improvements for SchematicCleanup(). 5 years ago
Jeff Young 7340c97ef9 Undo for schematic-wide operations. 5 years ago
Jeff Young 1535c83b88 Lay some groundwork for adding distances to DRC errors. 6 years ago
Jeff Young 20c00cbb21 Finish off "busses" -> "buses". 6 years ago
Seth Hillbrand ef00fa6008 Cleanup busses 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 6 years ago
Ian McInerney 079423c3cc eeschema: Remove unused include of eeschema_id.h 6 years ago
Seth Hillbrand cda291adae eeschema: Clean bits of DLIST 6 years ago
Jeff Young 9d288968e7 Be more explicit about extent of schematic cleanups. 6 years ago
Jeff Young 33606431cc Fix an insidious bug where DoDelete() and DeleteJunction() were fighting over who owned the STRUCT_DELETED flag. 6 years ago
Jeff Young 7ad98b8a7d Fix bug in JunctionNeeded and selection around adding/removing junctions. 6 years ago