- 30 Jul, 2010 1 commit
-
-
jean-pierre charras authored
-
- 29 Jul, 2010 2 commits
-
-
jean-pierre charras authored
added " pcbnew module editor toolbar items now in menubar" patch from Jerry Jacobs. Fixed TODO, and some issues. Fixed some minor translation issues (different help texts for the same command in tools and menus). minor code cleaning. fixed minor warnings in debug mode.
-
jean-pierre charras authored
minor code cleaning. fixed minor warnings in debug mode.
-
- 28 Jul, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 27 Jul, 2010 5 commits
-
-
jean-pierre charras authored
Fixed some issues with wxWidgets 2.9.1 (fixed Gerbview and Pcbnew crashes under Linux when starting. Could explain also crashes under MACOSX) Code cleaning. pcbnew: Added experimental zone fill calculations with boost::polygon old file zones_convert_brd_items_to_polygons.cpp has now 2 versions: zones_convert_brd_items_to_polygons_with_Boost.cpp use boost::polygon to calculate filled areas zones_convert_brd_items_to_polygons_with_BKbool.cpp use kbool (code cleaned). >>> to use boost polygon version: call cmake with option: -DUSE_BOOST_POLYGON_LIBRARY=ON Eeschema: added patches from Yuri Khalyavin
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 26 Jul, 2010 1 commit
-
-
jean-pierre charras authored
Added boost::polygon (experimental) Added experimental zone fill calculations with boost::polygon Added patches from Yury Khalyavin
-
- 23 Jul, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 22 Jul, 2010 1 commit
-
-
Yury Khalyavin authored
-
- 21 Jul, 2010 4 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
finished replacement of Get_Message (not very useful) by wxTextEntryDialog
-
jean-pierre charras authored
finished replacement of Get_Message (not very useful) by wxTextEntryDialog
-
Marco Mattila authored
-
- 20 Jul, 2010 5 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
Yury Khalyavin authored
item.
-
jean-pierre charras authored
Fixed compil warning under wxWidgets 2.9.1. File beautification Statring using wxTextEntryDialog instead of Get_Message (because Get_Message does not handle properly cancel option)
-
- 19 Jul, 2010 1 commit
-
-
Dick Hollenbeck authored
/pcbnew/class_netclass.cpp:324 eeschema/class_sch_component.cpp:933
-
- 17 Jul, 2010 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 15 Jul, 2010 2 commits
-
-
Dick Hollenbeck authored
-
Mathew Beckler authored
-
- 14 Jul, 2010 3 commits
-
-
jean-pierre charras authored
Fixed a minor issue when creating a netlist: for nets having global labels, global label names were ignored when searching a name for this net.
-
jean-pierre charras authored
-
jean-pierre charras authored
Fixed a minor issue when creating a netlist. for nets having global labels, global label names were ignored when naming this net.
-
- 13 Jul, 2010 5 commits
-
-
Andrey Fedorushkov authored
-
jean-pierre charras authored
Pcbnew: Added grid origin patch from Lorenzo Marcantonio. Converted set grid dialog from DialogBlocks to wxFormBuilder, and added in this dialog the grid origin parameters settings.
-
jean-pierre charras authored
Pcbnew: Added grid origin patch from Lorenzo Marcantonio. Converted set grid dialog from DialogBlocks to wxFormBuilder, and added in this dialog the grid origin parameters settings.
-
jean-pierre charras authored
dixed very minor compil warnings
-
jean-pierre charras authored
-
- 12 Jul, 2010 4 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
inches and mm, the industry is crazy enough to force us with mixed design. For example I routinely use imperial units for track size and clearance, but drilling is strictly a metric issue... So I added a little parser to recognize a suffix specification in the unit text boxes... so you can put in things like: 1in (1 inch) 1" (idem) 25th (25 thou) 25mi (25 mils, the same) 6mm (6 mm, obviously) The rules are: spaces between the number and the unit are accepted, only the first two letters are significant. As a bonus, it also recognize the period (.) as a decimal point substituting it with the correct locale character (there was a wishlist for it, IIRC). Most useful for number pad fans :D
-
Dick Hollenbeck authored
inches and mm, the industry is crazy enough to force us with mixed design. For example I routinely use imperial units for track size and clearance, but drilling is strictly a metric issue... So I added a little parser to recognize a suffix specification in the unit text boxes... so you can put in things like: 1in (1 inch) 1" (idem) 25th (25 thou) 25mi (25 mils, the same) 6mm (6 mm, obviously) The rules are: spaces between the number and the unit are accepted, only the first two letters are significant. As a bonus, it also recognize the period (.) as a decimal point substituting it with the correct locale character (there was a wishlist for it, IIRC). Most useful for number pad fans :D
-
- 11 Jul, 2010 1 commit
-
-
jean-pierre charras authored
dialog_edit_component_in_schematic: moved "Reset to Library Default" Button. This command is now undoable. Fixed bug 603481
-