188 Commits (f3f814e622b2ed1af0b31c28665811fba15959dc)

Author SHA1 Message Date
Jeff Young f3f814e622 Performance enhancements for footprint info list. 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Jeff Young aab97c8385 Consolidate design rules UI. 8 years ago
Jeff Young 284c346828 Don't cache github libraries above nginx server. 8 years ago
Jeff Young 33d925f631 Add GetLibraryTimestamp to other plugins. 8 years ago
jean-pierre charras 4c5bd01887 Rename a few files 8 years ago
jean-pierre charras 845ca5f641 very minor fixes in a few strings (replace ' by ", and module by footprint) 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Henner Zeller 3f57fa5d24 Change time_t in the functions that deal with timestamps to a new typedef timestamp_t (defined as a long). 8 years ago
Tomasz Włostowski f34b86d39e pcbnew: made zone filling algorithm thread-safe. 8 years ago
Tomasz Włostowski a67d24a34e revert link-time plugin registration causing plugins to be incorrectly enumerated 8 years ago
Tomasz Włostowski b945d2a708 cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
Tomasz Włostowski 7a44ab914d refactoring: replaced manual plugin registration with link-time plugin binding 8 years ago
Tomasz Włostowski 90ab5860dc refactoring: removed dependency of libpcbcommon on 3d-viewer. 8 years ago
Maciej Suminski cca63801bf Renamed D_PAD::{Set,Get}PadName() to D_PAD::{Set,Get}Name() 8 years ago
Dick Hollenbeck 19e6bde09a Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
jean-pierre charras c311e63f0d fix minor issues, and change ZONE_CONTAINER::GetDefaultHatchPitchMils() to ZONE_CONTAINER::GetDefaultHatchPitch() 8 years ago
Maciej Suminski f1d650d5be Use node & unconnected count from CONNECTIVITY object 9 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
jean-pierre charras 6a63d4fbff pcbnew crash while opening old .brd file 9 years ago
Wayne Stambaugh 3cec63e9b9 Pcbnew: plugin improvements. 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Alejandro García Montoro f68ce306bd CPolyLine -> SHAPE_POLY_SET refactor. 9 years ago
Chris Pavlina c9936e2a47 Fix warning about shadowing std::ignore 9 years ago
Simon Richter 1502e27695 Remove debug code matching on specific component names 9 years ago
Maciej Suminski a073a90c45 Remove BOARD::SetBoundingBox() 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Wayne Stambaugh 64c892ee23 Make footprint ID into a generic library ID. 9 years ago
Maciej Suminski 0cc2c87ef8 Removed BOARD::AppendNet() 9 years ago
Simon Richter bfb6e0bbb2 Convert remaining occurences of stri[n]cmp to str[n]casecmp. 9 years ago
Mrio Luzeiro d8eab321f7 3D Viewer: complete refactor of the 3D viewer. 9 years ago
Wayne Stambaugh 4ed346ea64 Eeschema: initial schematic I/O plugin. 9 years ago
Simon Richter da5699de0a Replace boost::shared_ptr with std::shared_ptr. 9 years ago
jean-pierre charras 6d1e904334 Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time). 10 years ago
Chris Pavlina f9386fcbc0 Add support for PCB and footprint format versioning 10 years ago
Wayne Stambaugh b7c974b2c4 MinGW64 build warning fixes. 10 years ago
Chris Pavlina 3fd179cd10 pcbnew: remove dead legacy save code 10 years ago
Chris Pavlina 2ff439b894 Move some old legacy save code into the block for that 10 years ago
jean-pierre charras 21d700facc Replace "module" by "footprint" in a few messages. 10 years ago
jean-pierre charras 4fc230b773 Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 10 years ago
unknown cc7549a2a5 * Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable. 10 years ago
jean-pierre charras cc2fe47c95 Fix a few coverity warnings. 10 years ago
Tomasz Wlostowski 63b35f40a7 Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET. 10 years ago
jean-pierre charras 17d900411f Pcbnew fixes in import plugins: Legacy .brd files: accept pcb texts tracks on non activated copper layers (tracks are removed and texts front on top layer) . 10 years ago
Maciej Suminski d2ebf688f9 Reverted commits that remove boost::polygon dependency (need more testing). 10 years ago
Tomasz Wlostowski 41c753b05d Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET. 10 years ago
jean-pierre charras 169905d26e Drc dialog: fix some issues, and mainly the fact the progress bar shown during track tests and zone filling can be sent to the background and the dialog can be closed during tests or the board edited during tests. 10 years ago
jean-pierre charras 9c43d6f22b Very minor fixes: 3D viewer: remove artifacts with NPTH pads having the save size as their hole. Kicad: remove duplicate submenu in menubar. remove a minor coverity warning 11 years ago