• 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 * KIWAY Milestone A): Make major modules into DLL/DSOs.
gerber_test_files 1) Add "rules" to base of tree for copying into BZR_HOME/rules.
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)
block.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs.
class_DCodeSelectionbox.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs.
class_DCodeSelectionbox.h More encapsulation work and other minor improvements.
class_GERBER.cpp * KIWAY Milestone A): Make major modules into DLL/DSOs.
class_GERBER.h * KIWAY Milestone A): Make major modules into DLL/DSOs.
class_am_param.cpp Fix bugs 1264236, 1264238, 1264254
class_am_param.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules.
class_aperture_macro.cpp Some more missing D()->DBG() changes.
class_aperture_macro.h Enforced EDA_COLOR_T type and minor const-ification
class_excellon.h * KIWAY Milestone A): Make major modules into DLL/DSOs.
class_gbr_layer_box_selector.cpp Cleaning code for PCB_LAYER_BOX_SELECTOR class, and use it in edit dimension dialog.
class_gbr_layer_box_selector.h Cleaning code for PCB_LAYER_BOX_SELECTOR class, and use it in edit dimension dialog.
class_gbr_layout.cpp Factored out text anchor drawing
class_gbr_layout.h Gerbview: fix incorrect printing of negative objects, when using black and white option.
class_gbr_screen.cpp Minor fixes. Gerbview: fix a collision name for GetLayout method.
class_gbr_screen.h Implemented the LAYER_NUM typedef (LAYER was already taken as a class name...) to represent a layer number.
class_gerber_draw_item.cpp All: GetBoundingBox returns now a const EDA_RECT.
class_gerber_draw_item.h All: GetBoundingBox returns now a const EDA_RECT.
class_gerbview_layer_widget.cpp Gerbview, layer manager: add option (popup menu) to always keep layers not visible but the active layer, even when the active layer is changed.
class_gerbview_layer_widget.h 1) Add "rules" to base of tree for copying into BZR_HOME/rules.
controle.cpp *) retain grid origin in the BOARD and save it in legacy and kicad board files.
dcode.cpp Loading commit data...
dcode.h Loading commit data...
draw_gerber_screen.cpp Loading commit data...
events_called_functions.cpp Loading commit data...
excellon_read_drill_file.cpp Loading commit data...
export_to_pcbnew.cpp Loading commit data...
files.cpp Loading commit data...
gerbview.cpp Loading commit data...
gerbview.h Loading commit data...
gerbview.icns Loading commit data...
gerbview.rc Loading commit data...
gerbview_config.cpp Loading commit data...
gerbview_doc.icns Loading commit data...
gerbview_frame.cpp Loading commit data...
gerbview_frame.h Loading commit data...
gerbview_id.h Loading commit data...
hotkeys.cpp Loading commit data...
hotkeys.h Loading commit data...
initpcb.cpp Loading commit data...
locate.cpp Loading commit data...
menubar.cpp Loading commit data...
onleftclick.cpp Loading commit data...
onrightclick.cpp Loading commit data...
options.cpp Loading commit data...
pcbplot.cpp Loading commit data...
pcbplot.h Loading commit data...
readgerb.cpp Loading commit data...
rs274_read_XY_and_IJ_coordinates.cpp Loading commit data...
rs274d.cpp Loading commit data...
rs274x.cpp Loading commit data...
select_layers_to_pcb.cpp Loading commit data...
select_layers_to_pcb.h Loading commit data...
toolbars_gerber.cpp Loading commit data...