• 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 pl_editor: add a PPI (pixel per inch) setup option for bitmaps.
CMakeLists.txt *) Switch kicad.exe to using KIFACE modules for all major top level windows.
Info.plist [MacOSX] Adding better support for Retina Display (NSHighResolutionCapable)
class_pl_editor_layout.cpp Pcbnew: fix Bug #1211468
class_pl_editor_layout.h Pcbnew: fix Bug #1211468
class_pl_editor_screen.cpp Pcbnew: fix Bug #1211468
class_pl_editor_screen.h Pcbnew: fix Bug #1211468
controle.cpp Pcbnew: fix Bug #1211468
design_tree_frame.cpp Remove duplicate files.
design_tree_frame.h Pcbnew: fix Bug #1211468
events_functions.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs.
files.cpp Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad
hotkeys.cpp All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end)
hotkeys.h All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end)
invoke_pl_editor_dialog.h Fix but reading empty footprints in netlist. (fixes lp:1226283)
menubar.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs.
onleftclick.cpp Pcbnew: fix Bug #1211468
onrightclick.cpp All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end)
page_layout_writer.cpp Jettison FP_LIB_TABLE::ConvertFromLegacy() into a static function, where it
pl_editor.cpp *) Switch kicad.exe to using KIFACE modules for all major top level windows.
pl_editor.icns Add missing file
pl_editor.rc Initial release of pl_editor, the page layout and title block editor.
pl_editor_config.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs.
pl_editor_doc.icns Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields).
pl_editor_frame.cpp *) Switch kicad.exe to using KIFACE modules for all major top level windows.
pl_editor_frame.h Loading commit data...
pl_editor_id.h Loading commit data...
pl_editor_undo_redo.cpp Loading commit data...
properties_frame.cpp Loading commit data...
properties_frame.h Loading commit data...
toolbars_pl_editor.cpp Loading commit data...