kicad/pagelayout_editor
Wayne Stambaugh 98ad5096b0 Eeschema: add saving schematic files to schematic plugin.
* Add SCH_PLUGIN::Save() for current file format and code for saving all
  SCH_XXX objects.

* Add function to SCH_FIELD to get the position of the field in the component
  not the position added to the component position which is what GetPosition()
  does.  This was required because saving the component field expects position
  of the field sans the position of the component.

* Remove public members from BITMAP_BASE object and fix all associated
  code.

* Fix the never ending coding policy violations found making these changes.
2016-07-11 15:48:46 -04:00
..
dialogs Fix minor compil warnings (deprecated warnings and shadowed local vars warnings) 2016-06-07 17:33:12 +02:00
CMakeLists.txt Add zoom-to-selection and block move to pl_editor 2016-06-11 09:51:05 -04:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
block.cpp Refactor DRAW_LIST configuration in pl_editor block code 2016-06-11 11:49:46 -04:00
class_pl_editor_layout.cpp
class_pl_editor_layout.h Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() ) 2015-01-18 18:28:14 +01:00
class_pl_editor_screen.cpp Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues 2015-01-06 08:38:58 +01:00
class_pl_editor_screen.h
controle.cpp Fix typing problems with GR_KB_* constants 2016-01-20 07:11:17 -05:00
design_tree_frame.cpp
design_tree_frame.h
events_functions.cpp Add zoom-to-selection and block move to pl_editor 2016-06-11 09:51:05 -04:00
files.cpp Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-12 17:50:42 +02:00
hotkeys.cpp Fix missing zoom-to-selection hotkey branch in pl_editor 2016-06-11 11:49:55 -04:00
hotkeys.h Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 2015-04-19 20:41:57 +02:00
invoke_pl_editor_dialog.h
menubar.cpp Move hotkey list from Preferences menu to Help menu 2016-06-11 21:22:13 -04:00
onleftclick.cpp
onrightclick.cpp Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 2015-04-19 20:41:57 +02:00
page_layout_writer.cpp Eeschema: add saving schematic files to schematic plugin. 2016-07-11 15:48:46 -04:00
pl_editor.cpp Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 2015-04-19 20:41:57 +02:00
pl_editor.icns
pl_editor.rc
pl_editor_config.cpp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
pl_editor_doc.icns
pl_editor_frame.cpp Add zoom-to-selection and block move to pl_editor 2016-06-11 09:51:05 -04:00
pl_editor_frame.h Add zoom-to-selection and block move to pl_editor 2016-06-11 09:51:05 -04:00
pl_editor_id.h
pl_editor_undo_redo.cpp Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 2015-12-27 13:16:46 +01:00
properties_frame.cpp Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines. 2015-01-17 09:01:16 +01:00
properties_frame.h Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 2015-03-06 09:58:32 +01:00
toolbars_pl_editor.cpp Add zoom-to-selection and block move to pl_editor 2016-06-11 09:51:05 -04:00