• Dick Hollenbeck's avatar
    Modular KiCad Blueprint Milestone B), major portions: · 7e483f69
    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.
    7e483f69
Name
Last commit
Last update
3d-viewer Loading commit data...
CMakeModules Loading commit data...
Documentation Loading commit data...
bitmap2component Loading commit data...
bitmaps_png Loading commit data...
common Loading commit data...
cvpcb Loading commit data...
demos Loading commit data...
eeschema Loading commit data...
gerbview Loading commit data...
helpers/tools_to_build_newstroke-font Loading commit data...
include Loading commit data...
kicad Loading commit data...
lib_dxf Loading commit data...
new Loading commit data...
packaging Loading commit data...
pagelayout_editor Loading commit data...
patches Loading commit data...
pcb_calculator Loading commit data...
pcbnew Loading commit data...
polygon Loading commit data...
potrace Loading commit data...
qa Loading commit data...
resources Loading commit data...
scripting Loading commit data...
scripts Loading commit data...
template Loading commit data...
tools Loading commit data...
utils Loading commit data...
.bzrignore Loading commit data...
AUTHORS.txt Loading commit data...
CHANGELOG.txt Loading commit data...
CMakeLists.txt Loading commit data...
COPYRIGHT.txt Loading commit data...
CTestConfig.cmake Loading commit data...
Doxyfile Loading commit data...
INSTALL.txt Loading commit data...
README.txt Loading commit data...
TODO.txt Loading commit data...
copyright.h Loading commit data...
license_for_documentation.txt Loading commit data...
rules Loading commit data...
uncrustify.cfg Loading commit data...