• Dick Hollenbeck's avatar
    *) Switch kicad.exe to using KIFACE modules for all major top level windows. · 0d6560a2
    Dick Hollenbeck authored
        Eeschema, Pcbnew, and Cvpcb all run under the same process now,
        FOR THE VERY FIRST TIME!
    
    *)  Added KIWAY::PlayerCreate(), PlayerClose(), and PlayersClose().
    
    *)  Factored FRAME_T into <frame_type.h> from ID_DRAWFRAME_TYPE.
    
    *)  Found that the following command line is helpful for collecting all the *.kiface
        files into the <build>/kicad/ directory so that kicad can find them.
    
          $ cp `find . -name '*.kiface'` kicad/
    
        Maybe somebody will want to rework how the CMake files are organized so all
        the binaries can go into the same place.  See python-a-mingw-us.
    
    *)  This might fix the problem on the Mac where child process windows were not
        coming to the front.  See ->Raise() in kicad/mainframe.cpp.
    
    *)  You can set USE_KIFACE to 0 in kicad/mainframe.cpp to chain load child exes
        instead of using the KIFACE modules directly, i.e. revert.
    0d6560a2
Name
Last commit
Last update
..
dialogs Loading commit data...
3d_aux.cpp Loading commit data...
3d_canvas.cpp Loading commit data...
3d_canvas.h Loading commit data...
3d_class.cpp Loading commit data...
3d_draw.cpp Loading commit data...
3d_draw_basic_functions.cpp Loading commit data...
3d_draw_basic_functions.h Loading commit data...
3d_frame.cpp Loading commit data...
3d_read_mesh.cpp Loading commit data...
3d_struct.h Loading commit data...
3d_toolbar.cpp Loading commit data...
3d_viewer.h Loading commit data...
3d_viewer_id.h Loading commit data...
CMakeLists.txt Loading commit data...
info3d_visu.cpp Loading commit data...
info3d_visu.h Loading commit data...
modelparsers.h Loading commit data...
trackball.cpp Loading commit data...
trackball.h Loading commit data...
vrmlmodelparser.cpp Loading commit data...
x3dmodelparser.cpp Loading commit data...