- 03 Sep, 2010 1 commit
-
-
jean-pierre charras authored
-
- 01 Sep, 2010 1 commit
-
-
jean-pierre charras authored
-
- 28 Aug, 2010 1 commit
-
-
jean-pierre charras authored
Added hotkeys editor from David Turner, with a lot of enhancements and fixes Added pins connections info in intermediate netlist for each compoment. This is redundant, but some netlist formats (ORCADPCB, PSPICE) are very easy to create with this redundant info.
-
- 24 Aug, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 20 Mar, 2010 1 commit
-
-
charras authored
fixed very minor bugs.
-
- 26 Feb, 2010 1 commit
-
-
charras authored
-
- 15 Jan, 2010 1 commit
-
-
charras authored
-
- 10 Jan, 2010 1 commit
-
-
charras authored
-
- 23 Nov, 2009 1 commit
-
-
stambaughw authored
-
- 02 Nov, 2009 1 commit
-
-
dickelbeck authored
-
- 13 Oct, 2009 2 commits
- 07 Aug, 2009 1 commit
-
-
dickelbeck authored
-
- 20 Jul, 2009 1 commit
-
-
charras authored
-
- 21 May, 2009 1 commit
-
-
stambaughw authored
* Created separate SVN version header. * Add true config.h for platform dependency checks. * Add dependency check cmake module. * Remove some leftover hand crafted make files. * Remove non-cmake build instructions from COMPILING.txt. * Fix split _() strings causing Visual C++ compiler error. * Fix lots of compiler warnings. * Change project file parameter container from wxArray to boost::vector_ptr. * Removed lots of redundant header definitions. * Fixed green_xpm redefinition in ercgreen.xpm. * Remove some dead code and unnecessary class methods.
-
- 01 May, 2009 1 commit
-
-
stambaughw authored
* All: remove all remaining occurrences of g_DialogFont and dialog font menu handers. * All: remove all remaining non-standard fonts and button text colors from common dialogs. * PCBNew: remove all non-standard fonts and button text colors from dialogs. * PCBNew: update project library and path dialog to match changes to CVPCB version. * EESchema: update project library and path dialog to match changes to CVPCB version. * EESchema: save vertical/horizontal line direction setting between sessions.
-
- 15 Apr, 2009 1 commit
-
-
stambaughw authored
* Add default OS program install path(s) to search path list as fail safe. * Remove unnecessary wxGetApp calls in WinEDA_App class methods. * Remove non-standard message panel font and changed background to system menu color. * Remove italic fonts from menus. * Remove non-standard font in Kicad app project tree. * Remove font selection dialog menu items from apps for removed fonts. * Remove all global variables and settings associated with the removed fonts. * Fixed PCBNew export and import library file dialog response tests from wxCANCEL to wxID_CANCEL.
-
- 07 Apr, 2009 1 commit
-
-
charras authored
-
- 05 Apr, 2009 1 commit
-
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-
- 02 Mar, 2009 1 commit
-
-
jerryjacobs authored
Changed 3D module author after mail contact. Cleanup of function implementions. WinEDA_TextFrame color change (text black, background, white)
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 29 Jan, 2009 1 commit
-
-
stambaughw authored
-
- 17 Jan, 2009 1 commit
-
-
stambaughw authored
Integrate wxFileHistory, add missing header files to fix Linux build, initial search path work, and general housekeeping.
-
- 14 Dec, 2008 1 commit
-
-
charras authored
-
- 08 Dec, 2008 1 commit
-
-
stambaughw authored
-
- 17 Sep, 2008 1 commit
-
-
charras authored
Bug in get online help: kicad.pdf was always called instead of the suitable help file. thanks to the guy who did not test its changes eeschema: code cleaning switch to wxWidgets 2.8.9
-
- 22 Aug, 2008 1 commit
-
-
jerryjacobs authored
-
- 15 Aug, 2008 1 commit
-
-
jerryjacobs authored
-
- 11 Jun, 2008 1 commit
-
-
charras authored
-
- 30 May, 2008 1 commit
-
-
charras authored
removed GPC library due to its unacceptable license. Using the great and powerfull kbool library insteed
-
- 04 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 12 Feb, 2008 1 commit
-
-
lifekidyeaa authored
================================================================================ +eeschema * commiting my changes to allow multiple instances of a given schematic file within a hierarchy: ** internally, m_currentScreen has been replaced with m_currentSheet, which is a list or 'path' of screens. The path of screens is used to generate a series of timestamps, which is converted to flat component reference via a look-up table in the schematic files. ** this means that m_currentScreen is no longer used -- use GetScreen(). ** GetScreen is virtual, as some of the dialogs keep around a WinEDA_BaseScreen pointer. ** all sub-sheets in a given schematic must have different names to generate a meaningful netlist.
-
- 28 Jan, 2008 1 commit
-
-
dickelbeck authored
-
- 27 Oct, 2007 1 commit
-
-
CHARRAS authored
cvpcb: set flag wxFRAME_FLOAT_ON_PARENT when create the footprint 3D frame and the display frame
-
- 13 Sep, 2007 1 commit
-
-
dickelbeck authored
-
- 05 Jun, 2007 1 commit
-
-
raburton authored
set svn:eol-style property to native for all ascii files to support cross platform development
-
- 28 May, 2007 1 commit
-
-
dickelbeck authored
-
- 06 May, 2007 1 commit
-
-
plyatov authored
-