- 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.
-
- 08 Mar, 2010 1 commit
-
-
dickelbeck authored
-
- 07 Mar, 2010 1 commit
-
-
charras authored
Updated denis dupeyron email address
-
- 04 Mar, 2010 1 commit
-
-
charras 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 1 commit
-
-
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.
-
- 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
-
- 24 Feb, 2010 1 commit
-
-
charras authored
-
- 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 2 commits
- 18 Feb, 2010 1 commit
-
-
charras authored
-
- 16 Feb, 2010 2 commits
- 14 Feb, 2010 1 commit
-
-
charras authored
All: added in popup menus hotkeys info for zoom commands
-
- 13 Feb, 2010 1 commit
-
-
charras authored
-
- 08 Feb, 2010 1 commit
-
-
stambaughw authored
* Implement code to allow wxDC to handle coordinate conversions between device and drawing units. * Add build settings to enable wxGCDC for wxGraphicsContext testing. * Remove wxAUI conditional build cruft as it is now required to build Kicad. * Fix scroll increment size regression to prevent jumping around the zoom center position. * Add find GDI+ cmake module for building on WXMSW when wxGraphicsContext is enabled.
-
- 07 Feb, 2010 1 commit
-
-
charras authored
-
- 04 Feb, 2010 1 commit
-
-
charras authored
Some fixes.
-
- 03 Feb, 2010 1 commit
-
-
charras authored
Added sample gerber files for test (gerbview has problem with 2 files)
-
- 02 Feb, 2010 2 commits
-
-
stambaughw authored
* Remove unnecessary options from EESchema print dialog. * Expose page setup dialog to fix page orientation problems on wxGTK. * Added custom schematic print preview frame. * Print dialog and preview frame remember size and position settings between sessions. * Added monochrome and print sheet reference settings to project file.
-
faa authored
-
- 01 Feb, 2010 1 commit
-
-
charras authored
-
- 31 Jan, 2010 1 commit
-
-
charras authored
removed global variables and a lot of redundancies
-
- 30 Jan, 2010 2 commits
- 29 Jan, 2010 3 commits
-
-
dickelbeck authored
-
charras authored
-
charras authored
hide/show rastnest in pcbnew is currently not working, will be fixed soon
-
- 28 Jan, 2010 1 commit
-
-
charras authored
Pcbnew :added option to show/hide footprints values and/or references
-
- 27 Jan, 2010 1 commit
-
-
charras authored
Removed old color and visiblity dialog work in progress. See also TODO, P0)
-