.. |
dialogs
|
Fix minor compil warnings (deprecated warnings and shadowed local vars warnings)
|
10 years ago |
CMakeLists.txt
|
Add zoom-to-selection and block move to pl_editor
|
9 years ago |
Info.plist
|
Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name
|
10 years ago |
block.cpp
|
Refactor DRAW_LIST configuration in pl_editor block code
|
9 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
|
Fixes: lp:1621956 (pl-editor: button 'Show title block in edit mode' does nothing)
|
9 years ago |
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 )
|
10 years ago |
hotkeys.cpp
|
Fix missing zoom-to-selection hotkey branch in pl_editor
|
9 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 hotkey list from Preferences menu to Help menu
|
9 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
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 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.
|
12 years ago |
pl_editor_config.cpp
|
Correct multiple UI spelling errors
|
10 years ago |
pl_editor_doc.icns
|
Added missing Mac OS X icons for the pagelayout_editor.
|
12 years ago |
pl_editor_frame.cpp
|
Add zoom-to-selection and block move to pl_editor
|
9 years ago |
pl_editor_frame.h
|
Add zoom-to-selection and block move to pl_editor
|
9 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
|
Fixes: lp:1622164 (pl-editor does not accept both '.' and ',' as floating point separator in countries which use ',' as separator)
|
9 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
|
Add zoom-to-selection and block move to pl_editor
|
9 years ago |