- 19 Mar, 2012 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
Eeschema: fix a bug in bool SCH_LINE::MergeOverlap( SCH_LINE* aLine ): ends point of resulting segment incorrects. remove unused icon files.
-
- 17 Mar, 2012 3 commits
-
-
Wayne Stambaugh authored
* Remove double Clone() function calls from all classes derived from EDA_ITEM. * Lots of Doxygen comment warning fixes.
-
Joe Ferner authored
-
Dick Hollenbeck authored
-
- 16 Mar, 2012 1 commit
-
-
jean-pierre charras authored
-
- 15 Mar, 2012 3 commits
-
-
Joe Ferner authored
-
Wayne Stambaugh authored
* All objects derived from EDA_ITEM now have consistent hit test method definitions. * Remove double function calls from all classes derived from SCH_ITEM. * Lots of Doxygen comment fixes.
-
jean-pierre charras authored
-
- 13 Mar, 2012 1 commit
-
-
Andrey Fedorushkov authored
-
- 12 Mar, 2012 3 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
* make 2 bitmaps more visible. * fix incorrect screen redraw when rotating a component. * netlist : the pcbnew advanced format can be now stored (persistant option) in project config.
-
Dick Hollenbeck authored
* Save all visibilities, layer and render, in BOARD and restore on load.
-
- 10 Mar, 2012 2 commits
-
-
jean-pierre charras authored
Ckecks more pad parameters in pad editor dialog (previously not tested, so a pad could have some very incorrect parameters)
-
jean-pierre charras authored
* when a footprint has many pads having the same pad name, only the first pad was connected to the net
-
- 09 Mar, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: * graphic_item_properties_base.fbp * dialog pad edit: make some strings more easier to translate. * global pad edition: fix a bug that change pad position instead of pad size (round pas only). Eeschema: * fix a bug: new created wires were not alwaes shows until the screen was redrawn.
-
- 08 Mar, 2012 3 commits
-
-
Marco Mattila authored
-
Marco Mattila authored
-
jean-pierre charras authored
All: added a standard exit dialog called by int DisplayExitDialog( wxWindow* aParent, const wxString& aMessage ) Called when closing pcbnew, cvpcb and eeschema. Minor code cleaning: remove duplicate or not used strings (mainly file extensions and wildcards)
-
- 07 Mar, 2012 1 commit
-
-
jean-pierre charras authored
wxWidgets 2.9 knows wxSVGFILEDC device context. Unfortunately, arcs are drawn as pies (this is a feature, not a bug). This is not correct for Kicad. So Kicad has its own wxSVGFILEDC (named KicadSVGFileDC) that is basically the same as wxSVGFILEDC, but with arcs drawn as arcs, not pies. Note also under wxWidgets 2.8 does not know wxSVGFILEDC , so kicad had already its own SVG device context.
-
- 06 Mar, 2012 2 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
other minor fixes.
-
- 01 Mar, 2012 1 commit
-
-
Alexander Zakamaldin authored
-
- 29 Feb, 2012 1 commit
-
-
Dick Hollenbeck authored
any configuration overrides. Call SetDesignSettings() in PCB_BASE_FRAME::ReadSetup().
-
- 28 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. All: prepare better compatibility with wxWidgets 2.9.4. Works fine with 2.8.x (I hope...)
-
- 27 Feb, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 26 Feb, 2012 3 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
ModEdit (and ModView): make "invisible" texts visible. They are not visible in the board editor, but must be visible in the footprint editor. Minor doc update.
-
Wayne Stambaugh authored
* Convert Eeschema from manually linked list to DLIST for storing SCH_ITEM objects. * Add helper functions to SCH_SCREEN for appending list of SCH_ITEM objects. * Fix bug in wire editing code for accurate undo/redo behavior. * Add member to DLIST to append another DLIST. * Other minor code cleaning.
-
- 25 Feb, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 24 Feb, 2012 3 commits
-
-
Marco Mattila authored
-
Simon Schubert authored
-
Marco Mattila authored
-
- 23 Feb, 2012 3 commits
-
-
Marco Mattila authored
-
jean-pierre charras authored
Pcbnew: zone filling: fix broken thermal relief shape for oval pads. mainly noticeable for oval pads having very different X and Y sizes.
-
Marco Mattila authored
-
- 22 Feb, 2012 3 commits
-
-
Marco Mattila authored
-
Dick Hollenbeck authored
-
Marco Mattila authored
-