- 26 Jan, 2012 1 commit
-
-
marco. authored
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 16 Dec, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 08 Nov, 2011 1 commit
-
-
Wayne Stambaugh authored
* Use version of DateAndTime that returns a wxString and delete the version that takes a char* as it is no longer required. * Merge StrNumICmp() and StrLenNumICmp() into StrLenNumCmp() to create a single function for comparing strings with integers and remove a lot of duplicate code. * Remove unused strupper from string.cpp. * Use wxArrayString for sorting the EDA_LIST_DIALOG contents.
-
- 30 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
* Correct all user strings and comments for the correct capitalization of application names according to JP. They are KiCad, Pcbnew, CvPcb, Eeschema, and GerbView. * Add a note the the user interface policy about the correct capitalization.
-
- 06 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 12 May, 2011 1 commit
-
-
Jerry Jacobs authored
-
- 28 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. This ensure compatibility between platforms.
-
- 14 Dec, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 12 Nov, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 11 Jul, 2010 1 commit
-
-
jean-pierre charras authored
fixed bug 603481. Better bitmap2component look. fixed some locate problems for footprints using polygons (mainly created by bitmap2component)
-
- 11 May, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Nov, 2009 1 commit
-
-
stambaughw authored
-
- 13 Oct, 2009 1 commit
-
-
charras authored
-
- 19 Jun, 2009 1 commit
-
-
jerryjacobs 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.
-
- 17 Apr, 2009 1 commit
-
-
charras authored
Code clarification about 3 confusing functions to display info: DisplayInfo (displaying a message info) and class members DisplayInfo and Display_Infos doing the same thing (see changelog)
-
- 06 Apr, 2009 1 commit
-
-
stambaughw authored
Added template subdirectory to library search path list. Removed PARAM_CFG_BASE empty destructor to prevent GCC warning. Set timeout to 0 on DisplayInfo call to prevent debug assertion in eeschema/files-io.cpp. Declare PARAM_CFG_ARRAY for future project file object implementation. Removed unnecessary COMMON_GLOBL definition in gr_basic.h and param_config.h.
-
- 05 Apr, 2009 1 commit
-
-
stambaughw authored
Global variable unobfuscation, new library path search, and lots of other changes. See CHANGELOG.txt.
-
- 23 Mar, 2009 1 commit
-
-
charras authored
-
- 04 Feb, 2009 1 commit
-
-
stambaughw authored
-
- 08 Dec, 2008 1 commit
-
-
stambaughw authored
-
- 08 Jul, 2008 1 commit
-
-
charras authored
-
- 03 Jul, 2008 1 commit
-
-
f3nix authored
-
- 29 Jun, 2008 1 commit
-
-
charras authored
-
- 22 Jun, 2008 2 commits
- 11 Jun, 2008 1 commit
-
-
charras authored
-
- 24 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 30 Mar, 2008 1 commit
-
-
charras authored
Solved: eeschema crashes when create a new sheet. Added comments in gestfich.cpp to explain the default paths used by kicad to find help files and lib files
-
- 06 Mar, 2008 1 commit
-
-
plyatov authored
-
- 05 Mar, 2008 1 commit
-
-
plyatov authored
demos installation added in CMakeLists. Temporary problem with help appeared.
-
- 04 Mar, 2008 1 commit
-
-
plyatov authored
docs->doc and help->doc/help relocation. DO NOT UPDATE YOU WORKING COPY UNTIL MY NOTEsvn st! Huge files will be relocated.
-
- 20 Feb, 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.
-
- 01 Jan, 2008 1 commit
-
-
dickelbeck authored
-
- 21 Dec, 2007 1 commit
-
-
CHARRAS authored
-
- 05 Nov, 2007 1 commit
-
-
CHARRAS authored
-
- 02 Nov, 2007 1 commit
-
-
CHARRAS authored
eschema, pcbnew and cvpcb did not find libraries when they were in the default library path, but in a subdirectory
-
- 28 Oct, 2007 1 commit
-
-
kintel authored
-