- 30 Mar, 2013 5 commits
-
-
Lorenzo Marcantonio authored
- Renamed ReturnMaskLayer to GetLayerMask (since it's a plain getter)
-
jean-pierre charras authored
pcbnew: fix some cosmetic issues mainly on Linux ( these issues could be very dependant on wxWidgets/Gtk versions)
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix many issues in config functions, mainly a rounding issue when a double is stored in wxConfig file (was stored only using 4 digits in mantissa) Remove dead or obsolete code.
-
Wayne Stambaugh authored
-
- 29 Mar, 2013 1 commit
-
-
jean-pierre charras authored
Fix rounding issue when a double is stored in a wxConfig file (wxWidgets 2.9.4 store only 4 digits in mantissa). A new inline function ConfigBaseWriteDouble( config, key, double_value ) is used instead of config->Write( key, double_value ) which store 12 digits
-
- 28 Mar, 2013 5 commits
-
-
Wayne Stambaugh authored
-
Lorenzo Marcantonio authored
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
Lorenzo Marcantonio authored
-
- 27 Mar, 2013 6 commits
-
-
Andrey Fedorushkov authored
pcbnew: fix print format in THROW_IO_ERROR fix properties file export_vrml.cpp
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Lorenzo Marcantonio authored
Drc_On => g_Drc_On Route_Layer_TOP => g_Route_Layer_TOP Route_Layer_BOTTOM => g_Route_Layer_BOTTOM Track_45_Only_Allowed => g_Track_45_Only_Allowed
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 26 Mar, 2013 5 commits
-
-
Lorenzo Marcantonio authored
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Pcbnew: fix an issue when texts in footprints have a size = 60 mils (default size for texts). After saving and reading the .kicad_pcb file, the size was not correct.
-
jean-pierre charras authored
Pcbnew: Fix a collision name between 2 methods: EDA_ITEM::GetFlags() and ZONE_CONTAINER::GetFlags(), which creates a very strange behavior when creating/edition zones. ZONE_CONTAINER::GetFlags() is now named ZONE_CONTAINER::GetLocalFlags().
-
- 25 Mar, 2013 5 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 23 Mar, 2013 2 commits
-
-
Andrey Fedorushkov authored
-
jean-pierre charras authored
-
- 20 Mar, 2013 2 commits
-
-
Wayne Stambaugh authored
* Complete encapsulation of the ZONE_CONTAINER class. * Fixed a bug in the EDA_TEXT::Format() default effects behavior due to improper conversion to internal units and missing test for default thickness. * Improved grammar of some Pcbnew context menu strings. * Moved some more cleverly hidden BOARD object methods into class_board.cpp. * Lots of coding policy and documentation fixes.
-
Dick Hollenbeck authored
standard layer name support from BOARD::GetLayerName(). This function evolved in a contorted direction over time, and was being asked to return one of 3 different kinds of layer names, even though it only took a boolean to control that choice. Users are better served by forcing them to get to know the concise new English Standard layer names. This is because these concise names show up in the "pretty" footprint/module files as the standard representation of both feature and copper layers. Change the name of BOARD::GetDefaultLayerName() to GetStandardLayerName(). Drop boolean argument to both BOARD::GetStandardLayerName() and BOARD::GetLayerName().
-
- 19 Mar, 2013 1 commit
-
-
Carl Poirier authored
-
- 18 Mar, 2013 2 commits
-
-
Wayne Stambaugh authored
* Complete encapsulation of the MODULE class. * Complete encapsulation of the EDA_TEXT class. * Encapsulate most of the ZONE_CONTAINER class. * Add pcbcommon library as a dependency for reSWIGging the scripting support. This should cover most dependency cases.
-
Miguel Angel Ajo authored
checkcoding.py refactor from Edwin van den Oetelaar, some extra refactorings by me, improvement suggestions from Carl Poirier
-
- 17 Mar, 2013 4 commits
-
-
jean-pierre charras authored
Pcbnew: fix Bug #1156193 . Fix compil issues when KICAD_SCRIPTING_WXPYTHON is not enabled and KICAD_SCRIPTING is enabled
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
- 16 Mar, 2013 2 commits
-
-
Miguel Angel Ajo authored
Fix wxString.Print call to be compatible with wx2.8, thanks to Барановский Константин and Edwin van den Oetelaar for submiting same patch, same hour, are you twins? ;)
-
jean-pierre charras authored
-