- 19 Jan, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix bug Bug #1101399 (Custom page size gets reset after restarting pcbnew) (bug also in eeschema) Try to find a better fix for Bug #1100876
-
- 13 Jan, 2013 1 commit
-
-
jean-pierre charras authored
Kicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. pcbnew: export vrml: * move dialog functions in a new file: dialog_export_vrml.cpp. * fix coding style issues * patch add from cirilo Bernardo.
-
- 12 Jan, 2013 1 commit
-
-
Wayne Stambaugh authored
* Improve MSG_PANEL_ITEM to handle message panel information. * Create containers for passing message panel items between objects and the message panel. * Rename EDA_ITEM::DisplayInfo to EDA_ITEM::GetMsgPanelInfo. * Remove all direct manipulation of EDA_DRAW_FRAME from all objects derived from EDA_ITEM.
-
- 09 Jan, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 07 Jan, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix unwanted selection clarification popmenu in board editor after double clicking on a DRC Unconnected error (For DRC clearance error, it was fixed in bzr 3838, but forgotten for DRC Unconnected error)
-
- 03 Jan, 2013 1 commit
-
-
Wayne Stambaugh authored
-
- 18 Dec, 2012 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
- 14 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 12 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 11 Dec, 2012 2 commits
-
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
- 10 Dec, 2012 2 commits
-
-
jean-pierre charras authored
Pcbnew: Drc dialog: fix a old very minor bug. Added: single click on an item in marker list moves the board graphic cursor on the corresponding marker location on the board Double clicking is not modified.
-
jean-pierre charras authored
Also a minor cosmetic enhancement
-
- 08 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field.
-
- 06 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, and therefore when the mouse butoon is released in the parent window Minor other fixes.
-
- 29 Nov, 2012 1 commit
-
-
Wayne Stambaugh authored
* Fix offset errors when scale factor greater is than one. * Changed behavior of fit in page when not drawing border and title block to fit board outline in page. * Fix offset errors when mirroring (still not 100% correct on MSW with wxWidgets 2.9.4). * Lots of the usual code cleaning and simplifying.
-
- 24 Nov, 2012 1 commit
-
-
marco. authored
-
- 23 Nov, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: fix bug 1082107 (error message" component not found" when no component selected from select component dialog box)
-
- 19 Nov, 2012 1 commit
-
-
Dick Hollenbeck authored
their type, by using the more abstract PLUGIN::Footprint*() functions. This is an intermediate phase only, other changes will be necessary as library table support comes in. Encapsulate usage of library path searching, since that will go away as library table support comes in. Add FOOTPRINT_EDIT_FRAME::{get,set}LibPath() and FOOTPRINT_EDIT_FRAME::{get,set}LibNickName() functions to provide this encapsulation.
-
- 16 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 05 Nov, 2012 1 commit
-
-
jean-pierre charras authored
-
- 31 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 18 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 17 Oct, 2012 2 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
-
- 16 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 15 Oct, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 13 Oct, 2012 1 commit
-
-
jean-pierre charras authored
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. Pcbnew: add PDF format for drill map generation. Plotter classes: tweaking code.
-
- 09 Oct, 2012 1 commit
-
-
Wayne Stambaugh authored
Fix footprint library file extension bug in CvPcb and Pcbnew due to s-expression changes, fixes lp:1064593.
-
- 05 Oct, 2012 2 commits
-
-
jean-pierre charras authored
(the option with the smallest number of digits for coordinates created unacceptable truncation coordinates in Excellon drill files)
-
jean-pierre charras authored
Pcbnew: drill files creation: better dialog to create driil files, map files and report file. Code cleaning
-
- 04 Oct, 2012 1 commit
-
-
jean-pierre charras authored
-
- 03 Oct, 2012 1 commit
-
-
jean-pierre charras authored
-
- 24 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew, plot functions: fix bug in SVG plotter, fix a minor other bug when using PS plotter (trcak width fine adjust not working) and plot code cleaning continued
-
- 22 Sep, 2012 1 commit
-
-
jean-pierre charras authored
All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code).
-
- 20 Sep, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
dcsvg (and therefore KicadSVGFileDC) is now unused. Use SVG plotter only to export a board SVG file. SVG export does not use no more wxWidgets wxDC. In pcbnew SVG files can be created by plot menu (in B&W) or export SVG menu (B&W or Color). Export SVG menu is more suitable to create a view of a board, and plot menu is better to create a B&W document of silkscreen layers. (In the future, the 2 menus could be merged, because they are not very different). Note: pcbnew plot code is cleaned, mainly in dialog files, but still needs more cleanup.
-
- 17 Sep, 2012 1 commit
-
-
Marco Mattila authored
-
- 15 Sep, 2012 1 commit
-
-
jean-pierre charras authored
Mainly to plot drill maps, but can be used to plot boards, for documentation. The print svg still exists, but the plot SVG has more options (mirroring, holes in pads), however print svg allows color print, and full board printing, and plot does not.
-