.. |
dialogs
|
Fix a few deprecated compil warnings in dialogs generated by wxformbuilder
|
2016-05-11 10:51:07 +02:00 |
CMakeLists.txt
|
Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions.
|
2016-03-11 13:08:34 +01: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 |
class_pl_editor_layout.cpp
|
Pcbnew: fix Bug #1211468
|
2013-08-13 19:51:22 +02:00 |
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
|
Pcbnew: fix Bug #1211468
|
2013-08-13 19:51:22 +02:00 |
controle.cpp
|
Fix typing problems with GR_KB_* constants
|
2016-01-20 07:11:17 -05:00 |
design_tree_frame.cpp
|
Remove duplicate files.
|
2013-10-18 19:38:03 +02:00 |
design_tree_frame.h
|
Pcbnew: fix Bug #1211468
|
2013-08-13 19:51:22 +02:00 |
events_functions.cpp
|
Created handlers for getting started menu items in gerbview and pl_editor
|
2015-09-24 06:43:40 +12: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
|
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
|
Fix but reading empty footprints in netlist. (fixes lp:1226283)
|
2013-09-16 20:52:08 -04:00 |
menubar.cpp
|
Correct multiple UI spelling errors
|
2016-05-02 10:01:43 -04:00 |
onleftclick.cpp
|
Pcbnew: fix Bug #1211468
|
2013-08-13 19:51:22 +02:00 |
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
|
page layout reader: fix a minor issue in parseGraphic method. Update a old (incorrect) .kicad_wks file in demo. page_layout_writer.cpp: remove a few useless spaces in output files.
|
2016-03-22 10:46:18 +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
|
Add missing file
|
2013-08-28 09:29:48 +02:00 |
pl_editor.rc
|
Initial release of pl_editor, the page layout and title block editor.
|
2013-07-19 20:27:22 +02:00 |
pl_editor_config.cpp
|
Correct multiple UI spelling errors
|
2016-05-02 10:01:43 -04:00 |
pl_editor_doc.icns
|
Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields).
|
2013-08-28 09:23:14 +02:00 |
pl_editor_frame.cpp
|
Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version).
|
2016-05-10 08:56:03 +02:00 |
pl_editor_frame.h
|
Fix typing problems with GR_KB_* constants
|
2016-01-20 07:11:17 -05:00 |
pl_editor_id.h
|
Remove duplicate files.
|
2013-10-18 19:38:03 +02:00 |
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
|
Gerbview: fix a crash when trying to edit hotkeys. Add a few missing hotkeys.
|
2015-04-19 20:41:57 +02:00 |