kicad/include
Dick Hollenbeck 40ee72653e ++PCBNew
* Removed Pcb_Frame argument from BOARD() constructor, since it precludes
    having a BOARD being edited by more than one editor, it was a bad design.
    And this meant removing m_PcbFrame from BOARD.
  * removed BOARD::SetWindowFrame(), since BOARD::m_PcbFrame gone.
  * Removed the global BOARD_DESIGN_SETTINGS which was in class_board.cpp
  * Added BOARD_DESIGN_SETTINGS to the BOARD class, a full instance
  * A couple of dialogs now only change BOARD_DESIGN_SETTINGS when OK is pressed,
    such as dialog_mask_clearance, dialog_drc, etc.
  * Removed common/pcbcommon.cpp's int g_CurrentVersionPCB = 1 and replaced it
    with build_version.h's #define BOARD_FILE_VERSION, although there may be a
    better place for this constant.
  * Made the public functions in PARAM_CFG_ARRAY be type const.
    void SaveParam(..) const and void ReadParam(..) const
  * PARAM_CFG_BASE now has virtual destructor since we have various ways of
    destroying the derived classes and boost::ptr_vector must be told about this.
  * Pass const PARAM_CFG_ARRAY& instead of PARAM_CFG_ARRAY so that we can use
    an automatic PARAM_CFG_ARRAY which is on the stack.
  * PCB_EDIT_FRAME::GetProjectFileParameters() may no longer cache the array,
    since it has to access the current BOARD and the BOARD can change.
    Remember BOARD_DESIGN_SETTINGS are now in the BOARD.
  * Made the m_BoundingBox member private, this was a brutally hard task,
    and indicative of the lack of commitment to accessors and object oriented
    design on the part of KiCad developers.  We must do better.
    Added BOARD::GetBoundingBox, SetBoundingBox(), ComputeBoundingBox().
  * Added PCB_BASE_FRAME::GetBoardBoundingBox() which calls BOARD::ComputeBoundingBox()
2011-12-05 00:28:17 -06:00
..
boost Gerbview: remove flicker when refresh screen, and loadind files. Fix very minor bugs. 2010-12-17 21:34:29 +01:00
HersheyCyrillic.h.unused Use layer_widget in Gerbview 2010-02-03 14:05:17 +00:00
appl_wxstruct.h ++PCBNew 2011-12-05 00:15:33 -06:00
base_struct.h KICAD_PLUG intermediate work, for eventual nanometer boards 2011-12-01 16:54:58 -06:00
bezier_curves.h Schematic component object encapsulation and Doxygen comment warning fixes. 2010-12-14 10:56:30 -05:00
bitmaps.h Add Bulgarian language. Update translators list. 2011-11-30 12:45:49 +01:00
block_commande.h Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
build_version.h ++PCBNew 2011-12-05 00:15:33 -06:00
class_base_screen.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
class_bitmap_base.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_board_design_settings.h ++PCBNew 2011-12-05 00:15:33 -06:00
class_board_item.h ++PCBNew 2011-12-05 00:15:33 -06:00
class_collector.h Improve Eeschema find code and add initial replace plumbing. 2011-12-01 11:49:28 -05:00
class_colors_design_settings.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_drawpanel.h Memory allocation improvements and other minor fixes. 2011-11-10 10:55:05 -05:00
class_drc_item.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
class_layer_box_selector.h Minor PCBNew code fixes. 2011-09-29 12:49:40 -04:00
class_macros_record.h add forgotten file to bzr3107, add GOST to KICAD_BULD_VERSION if defined KICAD_GOST 2011-09-07 14:38:11 +04:00
class_marker_base.h Coding style and Doxygen comment fixes. 2011-03-29 15:33:07 -04:00
class_pcb_screen.h Remove sine and cosine look up tables and other minor fixes. 2011-09-20 09:57:40 -04:00
class_sch_screen.h More auto save improvements. 2011-10-15 09:25:57 -04:00
class_undoredo_container.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
colors.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
colors_selection.h forgotten file 2010-01-29 21:03:12 +00:00
common.h Improve Eeschema find code and add initial replace plumbing. 2011-12-01 11:49:28 -05:00
confirm.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
dcsvg.h made kicad compilable with wxWidgets 2.9 (wxWidgets 3) 2009-04-13 05:58:11 +00:00
dialog_get_component.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dialog_helpers.h KICAD_PLUGIN and nanometer intermediate checkin, work in progress... 2011-11-30 15:15:56 -06:00
dialog_hotkeys_editor.h Minor PCBNew code fixes. 2011-09-29 12:49:40 -04:00
dlist.h PCB common library header rationalization. 2011-09-23 09:57:12 -04:00
drawtxt.h EESchema code refactoring and coding policy naming fixes. 2011-01-21 14:30:59 -05:00
dsnlexer.h EESchema bug fixes and other minor changes (fixes lp:793373). 2011-06-07 11:29:01 -04:00
eda_dde.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
eda_doc.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
fctsys.h Fixed build error for missing wxNullPtr definition building against wxWidgets < 2.9 2010-11-22 15:39:22 -05:00
filter_reader.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
footprint_info.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
gestfich.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
gr_basic.h Minor dialog fixes and code cleaning. 2011-10-17 16:01:27 -04:00
hotkey_grid_table.h Minor PCBNew code fixes. 2011-09-29 12:49:40 -04:00
hotkeys_basic.h Factor Eeschema rotate item hot keys into a rotate event handler. 2011-10-26 16:46:04 -04:00
html_messagebox.h Code cleaning: rename DIALOG_LOAD_ERROR (a stupid name) class to the more understandable HTML_MESSAGE_BOX. 2011-09-04 20:35:14 +02:00
id.h Add Bulgarian language. Update translators list. 2011-11-30 12:45:49 +01:00
kicad_device_context.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
kicad_msvc.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
kicad_string.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
layers_id_colors_and_visibility.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
length.h Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 2011-11-24 11:32:51 -06:00
macros.h Temporarily reverse out the evolving support for finer Board Internal Units (BIU)s. 2011-11-24 11:32:51 -06:00
newstroke_font.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
online_help.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00
pad_shapes.h Eeschema: Fix a subtle bug in undo command when editing texts and labels. 2011-08-31 16:59:20 +02:00
param_config.h ++PCBNew 2011-12-05 00:15:33 -06:00
pcbcommon.h PCB common library global variable removal and other minor fixes. 2011-09-26 16:32:56 -04:00
pcbstruct.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
plot_common.h Eeschema: Fix a subtle bug in undo command when editing texts and labels. 2011-08-31 16:59:20 +02:00
richio.h First working copy of KICAD_PLUGIN::Load() 2011-12-02 15:56:47 -06:00
sch_item_struct.h Improve Eeschema find code and add initial replace plumbing. 2011-12-01 11:49:28 -05:00
trigo.h Remove sine and cosine look up tables and other minor fixes. 2011-09-20 09:57:40 -04:00
worksheet.h pcbnew: fix translate smoothing set in zone settings dialog 2011-02-27 13:16:54 +03:00
wxBasePcbFrame.h ++PCBNew 2011-12-05 00:15:33 -06:00
wxEeschemaStruct.h Improve Eeschema find code and add initial replace plumbing. 2011-12-01 11:49:28 -05:00
wxPcbStruct.h ++PCBNew 2011-12-05 00:28:17 -06:00
wxstruct.h Minor fixes, dead code removal, and coding policy fixes. 2011-11-08 11:37:25 -05:00
xnode.h Application name capitalization fixes. 2011-09-30 14:15:37 -04:00