- 11 Aug, 2010 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
- 10 Aug, 2010 1 commit
-
-
jean-pierre charras authored
-
- 09 Aug, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 08 Aug, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 07 Aug, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 31 Jul, 2010 1 commit
-
-
http://svn.boost.org/svn/boost/trunk/boost/polygonjean-pierre charras authored
Updated boost::polygon from http://svn.boost.org/svn/boost/trunk/boost/polygon (boost 1.44) Seems fix some issues.
-
- 29 Jul, 2010 1 commit
-
-
jean-pierre charras authored
minor code cleaning. fixed minor warnings in debug mode.
-
- 27 Jul, 2010 1 commit
-
-
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
-
- 20 Jul, 2010 1 commit
-
-
jean-pierre charras authored
-
- 17 Jul, 2010 1 commit
-
-
jean-pierre charras authored
-
- 14 Jul, 2010 1 commit
-
-
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 2 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.
-
- 12 Jul, 2010 2 commits
-
-
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
-
- 11 Jul, 2010 1 commit
-
-
jean-pierre charras authored
fixed bug 603481. Better bitmap2component look. fixed some locate problems for footprints using polygons (mainly created by bitmap2component)
-
- 18 Jun, 2010 1 commit
-
-
Dick Hollenbeck authored
factor some pioneering code into a the stable building block class DSNLEXER, generalize expected valued for name and value within the template field parser.
-
- 17 Jun, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 14 Jun, 2010 1 commit
-
-
jean-pierre charras authored
fixed bugs 593546 ( 'Update module' in module editor becomes sometimes unavailable after undo ) and 593547 ('no' confirmation in module editor overlaps modules)
-
- 02 Jun, 2010 1 commit
-
-
jp authored
-
- 30 May, 2010 1 commit
-
-
jean-pierre charras authored
-
- 17 May, 2010 1 commit
-
-
Wayne Stambaugh authored
* Fix a minor problem with wxFileDialog to open a file that no longer exists in PCBNew. * Make GerbView open file behavior the same as PCBNew. * Remove redundant PCB file wild card definition. * Add open file refactor task to the todo list. * Fix some minor code formatting issues.
-
- 11 May, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 09 May, 2010 1 commit
-
-
Jerry Jacobs authored
-
- 01 May, 2010 1 commit
-
-
jean-pierre charras authored
-
- 23 Apr, 2010 2 commits
-
-
Wayne Stambaugh authored
* PCBNew remembers last net list read during the current editing session as well as between project editing sessions. Closes bug 576902. * Separate PCBNew application settings from project file settings and allocate them dynamically instead of statically to make it easier to eliminate global variables.
-
jean-pierre charras authored
Pcbnew: Fixed minor problems (bugs 568357 and 568356). Changed French word COTATION to DIMENSION in class COTATION (now class DIMENSION)
-
- 21 Apr, 2010 1 commit
-
-
jean-pierre charras authored
-
- 20 Apr, 2010 1 commit
-
-
jp authored
-
- 19 Apr, 2010 1 commit
-
-
jean-pierre charras authored
-
- 16 Apr, 2010 1 commit
-
-
jean-pierre charras authored
-
- 06 Apr, 2010 1 commit
-
-
stambaughw authored
* Add CMake script to generate DSN token header and source file from token list file. * Add preliminary component library DSN token list and lexer file to test script and prepare for new component library file lexer. * EESchema: right click on ERC check mark displays error in message panel. * Remove PCBNew header file dependency from common DSN lexer source. * Minor code clean ups.
-
- 01 Apr, 2010 1 commit
-
-
charras authored
Fixed a bug in search function in Eeschema: search for a component reference in a complex hierarchy was broken
-
- 31 Mar, 2010 1 commit
-
-
charras authored
Pcbnew: Fixed an issue in GERBER file creation, under Vista and W7 only for non administrator users Plot files were 0 byte length. This was due to use of function tmpfile() in a GERBER function to create a temporary file that seems not working using mingw. Replaced by more usual files functions.
-
- 20 Mar, 2010 1 commit
-
-
charras authored
fixed very minor bugs.
-
- 19 Mar, 2010 1 commit
-
-
charras authored
Build BOM: in one part per line, fields are now selectable (like others formats)
-
- 18 Mar, 2010 1 commit
-
-
charras authored
* Some bugs fixed * Starting enhancements in Libedit: menubar and commands to "plot" current component in PNG or SVF file (SVG file not fully working, must be refined)
-