49 Commits (acfbcb4bebfd8b41745d69b67c6651adcdac813d)

Author SHA1 Message Date
Jeff Young acfbcb4beb Make distinction between PCBNew-wide tools and Board-specific tools. 5 years ago
Jeff Young fd5e1fbdd4 Formatting and cleanup. 5 years ago
jean-pierre charras 5c08ad1ab9 Fix a few issues when copying a footprint from fp editor to clipboard, and paste it: 5 years ago
Jeff Young dff5173baf Exorcise some instances of "modedit". 5 years ago
Jeff Young bdbb68f813 MODULE -> FOOTPRINT. 5 years ago
Jeff Young 3451ac3088 PCB_MODULE_T -> PCB_FOOTPRINT_T 5 years ago
Jeff Young 52a46341db More module -> footprint. 5 years ago
Jeff Young f5443de7f9 D_PAD -> PAD. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Jeff Young f7333ad64a Update some classnames including archaic zone names. 5 years ago
Jeff Young 3a35a5d5f8 Make use of polymorphism for locking/unlocking. 5 years ago
Jeff Young 13e939ffa0 More Module -> Footprint. 5 years ago
Jeff Young 6bf29deb7f Improve formatting. 5 years ago
Marek Roszko 1d559108c8 Move LOCALE_IO out of common.h 5 years ago
Jeff Young 28ee667080 When copying groups we must do a deep copy. 5 years ago
Michael Kavanagh c40483d18a Cleanup: Move KiCad files into plugins folder 5 years ago
Jeff Young 37906511f5 Class renaming. 5 years ago
Jeff Young 7a4900b8dc PCB_LINE_T -> PCB_SHAPE_T and PCB_MODULE_EDGE_T -> PCB_FP_SHAPE_T 5 years ago
jean-pierre charras dfaf0851fe Fix broken layer names used when saving a footprint from library. 5 years ago
Jeff Young c073749a5c Update clipboard format (host -> generator). 5 years ago
Qbort b41892e4da Rename class GROUP in pcbnew to PCB_GROUP 5 years ago
Joshua Redstone ee428876ec ADDED: Group/Ungroup function 5 years ago
Jeff Young be957e0105 Convert parent-less module items to board items on paste. 5 years ago
Seth Hillbrand 491ac0256d pcbnew: Add a number of missing handles for module zones 5 years ago
Ian McInerney de66c65f3c Don't immediately read back clipboard data on OSX 6 years ago
Seth Hillbrand 4aa9552f1f Adding missing include 6 years ago
Jeff Young fae86d4dd0 When copying an item it's no longer at the original location and so can't be "locked". 6 years ago
Jeff Young aaa44b7348 Honor the {0, 0} reference on the clipboard. 6 years ago
Jeff Young b36f982272 Fix typo introduced in DLIST erradication. 6 years ago
Jeff Young 5e49517781 Move hotkeys to ACTION architecture. 6 years ago
Seth Hillbrand 9163ac543a pcbnew: Move pads to std::deque 6 years ago
Seth Hillbrand d1877d7c1b Moving modules from DLIST to std::deque 6 years ago
Seth Hillbrand 5433423377 pcbnew: Don't update coords on add 7 years ago
Seth Hillbrand 36a69a7d5d clipboard: re-add limited LOCALE_IO to SaveSelection 7 years ago
Seth Hillbrand 964d6ebc06 pcbnew: Set clipboard locale to avoid Klipper crash 7 years ago
Maciej Suminski 8567eab09a Fix pasting BOARD_ITEMs containing Unicode characters 8 years ago
Seth Hillbrand 9bede6900c Standardize Kicad -> KiCad 8 years ago
jean-pierre charras b43dc7954c fix code after renaming files 8 years ago
jean-pierre charras c0a539959e Fix a few Coverity warnings 8 years ago
Maciej Suminski 5eb56dd8b0 Coverity fixes 8 years ago
Kristoffer Ödmark 4a5d400ec2 pcbnew: copy/paste code cleanup & formatting 8 years ago
Tomasz Włostowski 931a1ccaff Improved copy/paste functionality by Kristoffer: 8 years ago
Kristoffer Ödmark 279ccd4fe2 Fix bug found by Tomasz, added constant modifier in loops where board items should not be modified 8 years ago
Kristoffer Ödmark 4ce38abce2 renamed copypasta functions, fixed a paste_module error 8 years ago
Kristoffer Ödmark e19882577a fixed a comment, copies now retain their path if any 8 years ago
Kristoffer Ödmark 7ff096fbac updating patch to master 8 years ago
Kristoffer Ödmark bd8980596f Some code cleanup to follow kicad style better 9 years ago
Kristoffer Ödmark 84b803042c Improvements to copy-paste 9 years ago
Kristoffer Ödmark c0981b8444 Added a new plugin that can save and load to clipboard, using ctrl+shift+c/v for copy pasting 9 years ago