| .. |
|
dialogs
|
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.
|
11 years ago |
|
CMakeLists.txt
|
Remove old build configuration since kiway is now the only way to build kicad.
|
11 years ago |
|
Info.plist
|
Commit the rest of the OSX build fixes missed in the previous commit.
|
11 years ago |
|
class_pl_editor_layout.cpp
|
Pcbnew: fix Bug #1211468
|
13 years ago |
|
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() )
|
11 years ago |
|
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
|
11 years ago |
|
class_pl_editor_screen.h
|
Pcbnew: fix Bug #1211468
|
13 years ago |
|
controle.cpp
|
Fix default menu alt key accelerator bug. (fixes lp:1035151)
|
11 years ago |
|
design_tree_frame.cpp
|
Remove duplicate files.
|
12 years ago |
|
design_tree_frame.h
|
Pcbnew: fix Bug #1211468
|
13 years ago |
|
events_functions.cpp
|
Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs.
|
11 years ago |
|
files.cpp
|
Remove wxUSE_UNICODE definition from CMakeLists.txt, because this define comes from wxWidgets and should not be made inside kicad
|
12 years ago |
|
hotkeys.cpp
|
Make hotkey command titles use consistent capitalization.
|
11 years ago |
|
hotkeys.h
|
All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end)
|
12 years ago |
|
invoke_pl_editor_dialog.h
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
12 years ago |
|
menubar.cpp
|
Remove 2 global variables: g_DrawBgColor and g_ShowPageLimits.
|
12 years ago |
|
onleftclick.cpp
|
Pcbnew: fix Bug #1211468
|
13 years ago |
|
onrightclick.cpp
|
All: add 2 hotkeys to simulate a mouse left click (key return) and left dclick (key end)
|
12 years ago |
|
page_layout_writer.cpp
|
Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables)
|
11 years ago |
|
pl_editor.cpp
|
Add hotkeys to Kicad manager, and some rework on hotkeys management.
|
11 years ago |
|
pl_editor.icns
|
Added missing Mac OS X icons for the pagelayout_editor.
|
12 years ago |
|
pl_editor.rc
|
Initial release of pl_editor, the page layout and title block editor.
|
13 years ago |
|
pl_editor_config.cpp
|
Add hotkeys to Kicad manager, and some rework on hotkeys management.
|
11 years ago |
|
pl_editor_doc.icns
|
Added missing Mac OS X icons for the pagelayout_editor.
|
12 years ago |
|
pl_editor_frame.cpp
|
Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name.
|
11 years ago |
|
pl_editor_frame.h
|
Add hotkeys to Kicad manager, and some rework on hotkeys management.
|
11 years ago |
|
pl_editor_id.h
|
Remove duplicate files.
|
12 years ago |
|
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.
|
11 years ago |
|
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.
|
11 years ago |
|
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.
|
11 years ago |
|
toolbars_pl_editor.cpp
|
Pcbnew: fix Bug #1211468
|
13 years ago |