- 19 Apr, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 16 Apr, 2010 1 commit
-
-
jean-pierre charras authored
-
- 08 Apr, 2010 1 commit
-
-
charras authored
fixed others very minor bugs.
-
- 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
-
-
vovanium authored
-
- 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.
-
- 30 Mar, 2010 1 commit
-
-
charras authored
-
- 26 Mar, 2010 1 commit
-
-
vovanium authored
-
- 25 Mar, 2010 2 commits
-
-
dickelbeck authored
-
charras authored
-
- 22 Mar, 2010 1 commit
-
-
charras authored
Grid list display in popup menu: go back to the previous version, due to problems when using tabs in this menu.
-
- 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)
-
- 16 Mar, 2010 1 commit
-
-
stambaughw authored
* Replaced find dialog with wxFormBuilder version. * New find dialog is modeless, supports more advanced search features, remembers it's last position, size, search history, and search settings, and implements initial support for replacing. * Added Shift+F5 hot key to search for next DRC marker. F5 now just repeats previous search. * Minor cosmetic enhancements to label edit dialog. * Remove tab from grid size text printf to fix toolbar grid combobox display in wxGTK. * Updated my TODO list items.
-
- 14 Mar, 2010 1 commit
-
-
charras authored
German translation update. Replaced dialog page settings dialogblock version by the same built with wxFormBuilder
-
- 12 Mar, 2010 1 commit
-
-
charras authored
-
- 11 Mar, 2010 1 commit
-
-
faa authored
-
- 08 Mar, 2010 2 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
- 03 Mar, 2010 2 commits
-
-
dickelbeck authored
-
dickelbeck authored
* DSNLEXER now owns an abstract LINE_READER by pointer so that polymorphism can be used in alternative LINE_READERS. * Write FILE_LINE_READER and STRING_LINE_READER. The latter can be used to parse text coming from the clipboard or other string source.
-
- 02 Mar, 2010 2 commits
-
-
dickelbeck authored
This paves the way for other kinds of LINE_READERs, such as one which reads from a multiline string which comes from the clipboard. Will still need to: 1) add new additional DSN_LEXER constructor, 2) virtualize the LINE_READER's ReadLine() function 3) create derived class from LINE_READER.
-
charras authored
-
- 28 Feb, 2010 2 commits
-
-
charras authored
-
dickelbeck authored
This patch applies on the very last svn (r2402) and removes all disfunctionnal python code (including deletion of unused strings)
-
- 26 Feb, 2010 1 commit
-
-
charras authored
-
- 25 Feb, 2010 1 commit
-
-
jerryjacobs authored
-
- 23 Feb, 2010 2 commits
- 22 Feb, 2010 2 commits
-
-
charras authored
-
stambaughw authored
* Make USE_WX_ZOOM clipping routine actually clip rather than just test if line needs drawn. * Clean up as many USE_WX_ZOOM #ifdefs as possible. * Minor coordinate rounding improvements. * Minor scrolling and panning improvements. * Remove unused KicadGraphicContext object code.
-
- 21 Feb, 2010 1 commit
-
-
charras authored
-
- 20 Feb, 2010 1 commit
-
-
dickelbeck authored
1) nested quotes. This is in anticipation of broader usage of the file type/syntax. A string like this in the file: "my ""favorate"" string" can be returned as my "favorite" string 2) CommentsAsTokens is implemented, so you can ask the lexer to return comments as tokens, so they can be preserved. The default is to ignore them. A comment is defined as any line that has # as its first non-blank character. (This means comments cannot follow anything else on a line.)
-
- 19 Feb, 2010 4 commits
-
-
dickelbeck authored
use size of first element in case the size of an element changes from that of a pointer in the future
-
charras authored
-
charras authored
-
charras authored
-
- 18 Feb, 2010 1 commit
-
-
charras authored
-