6 Commits (c0aa6965de7b83ca78dd5c4d700b50a2a03a34e4)

Author SHA1 Message Date
Jon Evans c0aa6965de Migrate PcbNew project settings to new framework 6 years ago
Seth Hillbrand 8c57821e9b pcbnew: Move ratsnest items to separate folder 6 years ago
jean-pierre charras b7cd0c54c2 Fix compil issues, especially on Windows: 6 years ago
Jeff Young 85c2e0d23a Add user-defined severities, exclusions and colors to DRC markers. 6 years ago
Jeff Young 129042f8a6 Convert timestamps to UUIDs. 6 years ago
jean-pierre charras 6f2cbe5982 Pcbnew: housekeeping: move netlist code to netlist_reader sub directory. 6 years ago
jean-pierre charras e04436b138 Cleaning code: remove dead code in spread_footprints.cpp. 6 years ago
Jeff Young 01e78b04c6 Save last-used-paths in export dialogs. 6 years ago
Jeff Young 8f84c3ec4f Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 7 years ago
Jeff Young ce1f35a1be Cleanup some left-over vestiages of the legacy canvas architecture. 7 years ago
Jeff Young 5e49517781 Move hotkeys to ACTION architecture. 7 years ago
Jeff Young 568c8c336b Move DRC control to a tool; move assorted commands to ACTIONS. 7 years ago
Seth Hillbrand d1877d7c1b Moving modules from DLIST to std::deque 7 years ago
Jeff Young c2662b0e11 Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 7 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young 1e9da7f57b Remove CurItem() architecture and legacy routers and drawing code. 7 years ago
Jeff Young 9d9745b555 Remove more legacy editing code. 7 years ago
Jon Evans 105825c058 Refactor Import Netlist to use the same codepath as Update PCB 7 years ago
Jeff Young f0c0f04348 Fix ReadNetList and UpdatePCB issues with new footprints. 7 years ago
Jeff Young cd7ebaf9ee Generate duplicate footprint errors when reading netlist. 7 years ago
Jeff Young d8782b7515 Improve Update PCB from Schematic. 7 years ago
Maciej Suminski 1e054071fc Refresh track & via net names after netlist update 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Wayne Stambaugh f7ab50f791 UI string normalization. 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Tomasz Włostowski c9817df9db refactoring: implemented BOARD-specific view Add()/Remove()/Update() methods in PCB_VIEW, moved to libpcbcommon 8 years ago
Maciej Suminski e8e10c9245 Fixed a memleak in PCB_EDIT_FRAME::LoadFootprints() 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Jon Evans 88f7c55d95 Move ZoomFitScreen and ZoomPreset from PCBNEW_CONTROL to COMMON_TOOLS 9 years ago
Jon Evans 0afb249447 Add drawing priority support to VIEW 9 years ago
Marco Sterbik d284fb87e8 Change reporter message of footprint missmatch to warning on netlist-import 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
Tomasz Włostowski 1c1f4e9a50 Refactoring of VIEW/VIEW_ITEM classes: 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
jean-pierre charras 89f9b7df5c Pcbnew: when update PCB from schematic, spread footprints also in legacy mode. Remove also one useless undo command level after update. 9 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
jean-pierre charras 34469c1d9c Pcbnew, legacy mode: used spread_footprints to place new footprints after reading a netlist, like in GAL mode. 10 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 10 years ago
Michael Steinberg fde12ebd25 Replace boost::function and boost::bind with their std:: counterparts 10 years ago
jean-pierre charras 1ae9175671 A few minor fixes for compil warnings (shadowed variables and deprecated auto_ptr) 10 years ago
jean-pierre charras fde2cfee27 Minor changes: remove a few local shadowed local variables detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) and fix minor coding style issues. 10 years ago
Jon Neal 896bd3945d pcbnew: netlist import interactive edit fix 10 years ago
Tomasz Wlostowski ee3418e90b One-click PCB update improvements 10 years ago
Tomasz Wlostowski 9e609acae3 made netlist entries and netlist update undoable 10 years ago
Jon Neal f309eaab00 Pcbnew: spread and pick up new footprints when loaded. 10 years ago
Maciej Suminski 8c80f0b4dd Fixed fatal assert on track removal. 11 years ago