| .. |
|
dialogs
|
Fixed dialogs asserts.
|
11 years ago |
|
CMakeLists.txt
|
Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions.
|
10 years ago |
|
Info.plist
|
Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name
|
10 years ago |
|
class_pl_editor_layout.cpp
|
Pcbnew: fix Bug #1211468
|
12 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
|
12 years ago |
|
controle.cpp
|
Fix typing problems with GR_KB_* constants
|
10 years ago |
|
design_tree_frame.cpp
|
Remove duplicate files.
|
12 years ago |
|
design_tree_frame.h
|
Pcbnew: fix Bug #1211468
|
12 years ago |
|
events_functions.cpp
|
Created handlers for getting started menu items in gerbview and pl_editor
|
10 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
|
Hot keys settings are synchronized between GAL & legacy
|
11 years ago |
|
hotkeys.h
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |
|
invoke_pl_editor_dialog.h
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
12 years ago |
|
menubar.cpp
|
Move copy version information code to about dialog.
|
10 years ago |
|
onleftclick.cpp
|
Pcbnew: fix Bug #1211468
|
12 years ago |
|
onrightclick.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |
|
page_layout_writer.cpp
|
pagelayout editor: fix Bug #1538603 (pl_editor does not save custom text size if only one of the X or Y size value is not default)
|
10 years ago |
|
pl_editor.cpp
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
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
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |
|
pl_editor_doc.icns
|
Added missing Mac OS X icons for the pagelayout_editor.
|
12 years ago |
|
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)
|
11 years ago |
|
pl_editor_frame.h
|
Fix typing problems with GR_KB_* constants
|
10 years ago |
|
pl_editor_id.h
|
Remove duplicate files.
|
12 years ago |
|
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.
|
10 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
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
11 years ago |