kicad/pagelayout_editor
Maciej Suminski 6d07e9a754 Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
..
dialogs Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
CMakeLists.txt Refactoring library dependencies. 2015-04-30 10:46:05 +02:00
Info.plist Commit the rest of the OSX build fixes missed in the previous commit. 2014-10-17 13:45:33 -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 default menu alt key accelerator bug. (fixes lp:1035151) 2014-08-29 16:23:40 -04:00
design_tree_frame.cpp Remove duplicate files. 2013-10-18 19:38:03 +02:00
design_tree_frame.h
events_functions.cpp Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 2015-02-26 11:33:15 +01:00
files.cpp Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad 2013-10-11 18:24:43 +02:00
hotkeys.cpp Hot keys settings are synchronized between GAL & legacy 2015-05-05 20:39:42 +02: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 UI consistency and assertion fixes. 2015-04-23 15:43:45 -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 Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables) 2015-03-04 10:26:00 +01: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 Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 2015-04-19 20:41:57 +02:00
pl_editor_doc.icns
pl_editor_frame.cpp Allows switching GAL or legacy mode in footprint editor (previously, the mode was inherited from the board editor, and was not modifiable without closing the footprint editor) by menu or F9, F11 and F12 keys) 2015-05-19 18:39:05 +02:00
pl_editor_frame.h Hot keys settings are synchronized between GAL & legacy 2015-05-05 20:39:42 +02:00
pl_editor_id.h Remove duplicate files. 2013-10-18 19:38:03 +02:00
pl_editor_undo_redo.cpp 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
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 Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys. 2015-04-19 20:41:57 +02:00