- 13 Aug, 2014 1 commit
-
-
Dick Hollenbeck authored
*) When kicad.exe closes a project, close any open KIFACEs so that they cannot get disassociated from their true PROJECT. *) Allow loading eeschema library editor from kicad.exe *) Allow loading pcbnew library editor from kicad.exe *) Rename LIB_COMPONENT to LIB_PART. *) Add class PART_LIBS, and PART_LIB. *) Make PART_LIBS non-global, i.e. PROJECT specific. *) Implement "data on demand" for PART_LIBS *) Implement "data on demand" for schematic SEARCH_STACK. *) Use RSTRINGs to retain eeschema editor's notion of last library and part being edited. *) Get rid of library search on every SCH_COMPONENT::Draw() call, instead use a weak pointer. *) Remove all chdir() calls so projects don't need to be CWD. *) Romove APPEND support from OpenProjectFiles(). *) Make OpenProjectFiles() robust, even for creating new projects. *) Load EESCHEMA colors in the KIWAY::OnKiwayStart() rather in window open, and save them in the .eeschema config file, not in the project file. *) Fix bug with wxDir() while accessing protected dirs in kicad.exe *) Consolidate template copying into PROJECT class, not in kicad.exe source. *) Generally untangle eeschema, making its libraries not global but rather held in the PROJECT.
-
- 26 Jun, 2014 1 commit
-
-
jean-pierre charras authored
Pspice netlist generator: add option to use net numbers as net names (feature removed a long time ago, but needed by Oscad team) Note these options are saved in project config.
-
- 29 Sep, 2013 1 commit
-
-
jean-pierre charras authored
Eeschema: better name for m_SheetList (changed to m_SheetPath) member of class NETLIST_OBJECT.
-
- 27 Sep, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Eeschema: netlist generation: fix bad choice for the "best net name" when selecting a net name between labels connected to the same net. Code cleanup and remove unused file.
-
- 25 Sep, 2013 1 commit
-
-
jean-pierre charras authored
Fix an annoying issue about not named nets: now, these nets are named from the component references and pin names which are connected. therefore, unless the net or the footprint references are modified, the net name is not modified between 2 netlist calculations.
-
- 14 Apr, 2013 2 commits
-
-
Lorenzo Marcantonio authored
Changed format specifiers of some printf involved with size_t values to %zu to avoid runtime assertions.
-
Lorenzo Marcantonio authored
Depending on build options seems that wx uses different types for size() so the Format string was not always correct. Put a fat warning in a comment too.
-
- 09 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 01 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
-
- 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).
-
- 09 Feb, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. this viewer is built using the new FOOTPRINT_VIEWER_FRAME class.
-
- 23 Jan, 2012 1 commit
-
-
Dick Hollenbeck authored
-
- 12 Dec, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 12 Oct, 2011 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Add net list object creation functions to schematic sheet and label objects. * Remove function to add schematic object net list items as it is no longer needed. * Add license statements to all modified files that required one.
-
- 11 Oct, 2011 2 commits
-
-
Wayne Stambaugh authored
* Add net list object creation functions to schematic component object. * Remove external variables used by the verify bus label and parse bus label functions. * Remove redundant net list object include sheet path member assignment. * Add license statements to all modified files that required one.
-
Wayne Stambaugh authored
* Define function to allow schematic objects to create their own net list objects. * Add net list object creation functions to schematic line, junction, and no connect objects. * Add license statements to all modified files that required one.
-
- 07 Oct, 2011 1 commit
-
-
Wayne Stambaugh authored
* Move the hierarchical label connected test into the NETLIST_OBJECT class. * ERC pin type strings can now be translated. * Remove unused EDA_DRAW_PANEL attribute from all ERC test functions. * Add get marker count method to SCH_SCREENS object. * Redundant header removal. * Lots of coding style policy fixes.
-
- 06 Sep, 2011 1 commit
-
-
Wayne Stambaugh authored
-
- 13 May, 2011 1 commit
-
-
Wayne Stambaugh authored
* Remove most (not all) variables that were initialized but never used that cause GCC 4.6 to generate a warning. * Fix bug in schematic library editor best zoom calculation.
-
- 30 Mar, 2011 1 commit
-
-
Wayne Stambaugh authored
* Change all code references to pin sheet and sheet label to sheet pin to more closely match the sheet pin object for improved code readability. * Change menu and tool bar text from pin sheet to sheet pin for improved user readability. * Moved sheet pin place method to sheet pin object source file. * Move last sheet pin stored state information into schematic frame object. * Add Doxygen comments for the sheet pin editing methods.
-
- 03 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 12 Jan, 2011 1 commit
-
-
Wayne Stambaugh authored
* Rename sch_item files to sch_junction. * Make global variable g_ItemToRepeat a private member of SCH_EDIT_FRAME object. * Encapsulate SCH_SCREEN reference count member.
-
- 01 Jan, 2011 1 commit
-
-
jean-pierre charras authored
Eeschema: cleaning code. Start work to enhance annotation algorithm. Already added an option to annotate using sheet number (sheet 1 uses numbers 100 to 199, sheet 2 uses 200 to 299..). Works fine if deleting existing annotation, but needs work to be used when the existing annotation is kept .
-
- 31 Dec, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 21 Dec, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 14 Dec, 2010 2 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 10 Dec, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 08 Dec, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 07 Dec, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 13 Nov, 2010 1 commit
-
-
Marco Serantoni authored
-
- 12 Nov, 2010 1 commit
-
-
Dick Hollenbeck authored
-
- 11 Nov, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 10 Nov, 2010 1 commit
-
-
Wayne Stambaugh authored
-
- 08 Nov, 2010 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 07 Nov, 2010 1 commit
-
-
jean-pierre charras authored
-