- 25 Apr, 2008 1 commit
-
-
charras authored
wxProcess::open does not work under windows (the process stays in background mode), wxExecute is still used under windows Minor other changes
-
- 24 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 22 Apr, 2008 2 commits
-
-
dickelbeck authored
-
charras authored
-
- 18 Apr, 2008 3 commits
- 17 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 15 Apr, 2008 1 commit
-
-
charras authored
-
- 14 Apr, 2008 1 commit
-
-
charras authored
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
-
- 03 Apr, 2008 1 commit
-
-
charras authored
-
- 02 Apr, 2008 1 commit
-
-
dickelbeck authored
-
- 31 Mar, 2008 2 commits
-
-
dickelbeck authored
-
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
-
- 24 Mar, 2008 1 commit
-
-
charras authored
-
- 22 Mar, 2008 2 commits
-
-
dickelbeck authored
-
dickelbeck authored
-
- 21 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 20 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 18 Mar, 2008 1 commit
-
-
charras authored
-
- 16 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 15 Mar, 2008 1 commit
-
-
charras authored
some code cleaning and comments translations. Added: EDA_Rect::Merge( EDA_Rect & aRect ) (see changelog)
-
- 13 Mar, 2008 1 commit
-
-
dickelbeck authored
-
- 11 Mar, 2008 1 commit
-
-
f3nix authored
-
- 10 Mar, 2008 1 commit
-
-
charras authored
-
- 06 Mar, 2008 1 commit
-
-
plyatov authored
-
- 05 Mar, 2008 2 commits
-
-
dickelbeck authored
-
plyatov authored
demos installation added in CMakeLists. Temporary problem with help appeared.
-
- 04 Mar, 2008 3 commits
-
-
plyatov authored
docs->doc and help->doc/help relocation. DO NOT UPDATE YOU WORKING COPY UNTIL MY NOTEsvn st! Huge files will be relocated.
-
dickelbeck authored
-
dickelbeck authored
-
- 29 Feb, 2008 2 commits
- 20 Feb, 2008 2 commits
-
-
CHARRAS authored
-
dickelbeck authored
-
- 19 Feb, 2008 1 commit
-
-
dickelbeck authored
-
- 18 Feb, 2008 1 commit
-
-
plyatov authored
-
- 15 Feb, 2008 1 commit
-
-
lifekidyeaa authored
* crash when creating a sheet that does not yet have a sch file * when loading schematic file v 1 annotations are applied to all sheets independent of path in hierarchy * component reference is drawn by default upon placing a new libary comp.
-
- 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.
-