| .. |
|
dialogs
|
Moved component tree widget to a separate class
|
9 years ago |
|
netlist_exporters
|
Fix a few doxygen warnings
|
9 years ago |
|
plugins
|
Eeschema bom scripts: move python scripts to eeschema/plugins/python_scripts and xsl scripts to subdir xsl_scripts.
|
9 years ago |
|
sim
|
Fix a few doxygen warnings
|
9 years ago |
|
widgets
|
Moved component tree widget to a separate class
|
9 years ago |
|
CMakeLists.txt
|
Moved component tree widget to a separate class
|
9 years ago |
|
Info.plist
|
Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name
|
10 years ago |
|
annotate.cpp
|
Cleanups
|
10 years ago |
|
autoplace_fields.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
|
backanno.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
block.cpp
|
Eeschema: SCH_SHEET_LIST improvements.
|
10 years ago |
|
block_libedit.cpp
|
Move LIB_PART::Draw drawing options into a struct
|
9 years ago |
|
bom_table_column.cpp
|
Removed BOM functionality
|
9 years ago |
|
bom_table_column.h
|
Component table improvements
|
9 years ago |
|
bom_table_model.cpp
|
Fixed duplicate field names
|
9 years ago |
|
bom_table_model.h
|
Component table improvements
|
9 years ago |
|
bus-wire-junction.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
busentry.cpp
|
Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks.
|
10 years ago |
|
class_drc_erc_item.cpp
|
fix Bug #152546 (Netlist not respecting case sensitivity for labels): the label matching is now case sensitive. To avoid issues with previous eeschema versions, add in ERC a dectection for "similar" labels (labels which differ only by a case sensitivity)
|
10 years ago |
|
class_libentry.cpp
|
Remove debug code matching on specific component names
|
9 years ago |
|
class_libentry.h
|
Fix incorrect initialization of a color parameter, which make the drawings in black in libedit
|
9 years ago |
|
class_library.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
class_library.h
|
Doxygen comment improvements.
|
9 years ago |
|
class_netlist_object.cpp
|
Add connection highlight to eeschema, step 1.
|
9 years ago |
|
class_netlist_object.h
|
Remove false "override" comments.
|
9 years ago |
|
class_sch_screen.h
|
Initial symbol library table implementation prep work.
|
9 years ago |
|
cmp_library.keywords
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
13 years ago |
|
cmp_library_lexer.cpp
|
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
|
13 years ago |
|
cmp_tree_model.cpp
|
CMP_TREE_MODEL*: fix uninitialized members
|
9 years ago |
|
cmp_tree_model.h
|
CMP_TREE_MODEL*: fix uninitialized members
|
9 years ago |
|
cmp_tree_model_adapter.cpp
|
Component chooser: show aliases better
|
9 years ago |
|
cmp_tree_model_adapter.h
|
Component chooser: show aliases better
|
9 years ago |
|
component_references_lister.cpp
|
Replace BOOST_FOREACH with C++11 range based for.
|
10 years ago |
|
controle.cpp
|
Fixes: lp:1695751 (EEschema: "Not-connected" flag not movable)
|
9 years ago |
|
cross-probing.cpp
|
Remove excessive schematic symbol library re-linking.
|
9 years ago |
|
dialog_erc_listbox.h
|
Workaround to fix Bug #1492513 (EEschema crash when I hit ERC button Edit). It happens only on Window 32bits build with msys2+gcc 5.2). The crash is due to the wxHtmlListBox used in ERC dialog (Although the sample htlbox works fine).
|
10 years ago |
|
edit_bitmap.cpp
|
Eeschema: add saving schematic files to schematic plugin.
|
10 years ago |
|
edit_component_in_schematic.cpp
|
Convert UTF8 to/from wxString correctly around LIB_ID
|
9 years ago |
|
edit_label.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
|
eeredraw.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
eeschema.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
|
eeschema.icns
|
[MacOSX] Updated Icons - Document ones still missing :(
|
13 years ago |
|
eeschema.rc
|
Remove old xpm icons files
|
14 years ago |
|
eeschema_config.cpp
|
Initial symbol library table implementation prep work.
|
9 years ago |
|
eeschema_config.h
|
Pull existing settings into Doxygen module
|
10 years ago |
|
eeschema_doc.icns
|
Updates for OS X
|
16 years ago |
|
eeschema_id.h
|
Fix broken symbol link in schematic after editing.
|
9 years ago |
|
erc.cpp
|
Eeschema: SCH_SHEET_LIST improvements.
|
10 years ago |
|
erc.h
|
fix Bug #152546 (Netlist not respecting case sensitivity for labels): the label matching is now case sensitive. To avoid issues with previous eeschema versions, add in ERC a dectection for "similar" labels (labels which differ only by a case sensitivity)
|
10 years ago |
|
events_called_functions_for_edit.cpp
|
Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used.
|
11 years ago |
|
files-io.cpp
|
Initial symbol library table implementation prep work.
|
9 years ago |
|
find.cpp
|
Replace BOOST_FOREACH with C++11 range based for.
|
10 years ago |
|
general.h
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
|
generate_alias_info.cpp
|
Component chooser: show aliases better
|
9 years ago |
|
generate_alias_info.h
|
Component chooser: display correct unit in reference field
|
9 years ago |
|
getpart.cpp
|
Fix netlist generation bug cause when component unit is set to zero.
|
9 years ago |
|
help_common_strings.h
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
hierarch.cpp
|
Move bitmaps.h out of base_struct.h
|
9 years ago |
|
highlight_connection.cpp
|
Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code.
|
9 years ago |
|
hotkeys.cpp
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
hotkeys.h
|
libedit: add hotkey for Load Component
|
9 years ago |
|
invoke_sch_dialog.h
|
Fix incorrect handling of wxID_CANCEL and Close events in DIALOG_BOM_EDITOR.
|
9 years ago |
|
lib_arc.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
lib_arc.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
lib_bezier.cpp
|
Bezier2Poly refactor
|
9 years ago |
|
lib_bezier.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
lib_circle.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
lib_circle.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
lib_collectors.cpp
|
Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function
|
10 years ago |
|
lib_collectors.h
|
Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function
|
10 years ago |
|
lib_draw_item.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
lib_draw_item.h
|
Removed a few more headers from base_struct.h
|
9 years ago |
|
lib_export.cpp
|
Make the schematic I/O plugin the only option.
|
9 years ago |
|
lib_field.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
lib_field.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
lib_pin.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
lib_pin.h
|
Removed a few more headers from base_struct.h
|
9 years ago |
|
lib_polyline.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
lib_polyline.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
lib_rectangle.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
lib_rectangle.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
lib_text.cpp
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
lib_text.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
libarch.cpp
|
Fixes: lp:1692706 (eeschema cache lib not rebuilt when saving schematic, and existing symbols already in cache are not updated)
|
9 years ago |
|
libedit.cpp
|
Fix issues in strings that need to be translated (non ASCII7 strings, trailing spaces...)
|
9 years ago |
|
libedit_onleftclick.cpp
|
Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code
|
9 years ago |
|
libedit_onrightclick.cpp
|
Fix issues in strings that need to be translated (non ASCII7 strings, trailing spaces...)
|
9 years ago |
|
libedit_plot_component.cpp
|
Move LIB_PART::Draw drawing options into a struct
|
9 years ago |
|
libedit_undo_redo.cpp
|
Other minor fixes
|
11 years ago |
|
libeditframe.cpp
|
Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code
|
9 years ago |
|
libeditframe.h
|
Fix build bug for const incorrectness.
|
9 years ago |
|
libfield.cpp
|
Eeschema: minor LIB_PART object changes.
|
9 years ago |
|
load_one_schematic_file.cpp
|
str[n]icmp -> str[n]casecmp
|
9 years ago |
|
menubar.cpp
|
Fix incorrect declaration of a translatable string.
|
9 years ago |
|
menubar_libedit.cpp
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
netform.cpp
|
Eeschema: enhancement on Windows: adds a show console option for BOM plugin execution (needed for instance by python plugins which are run with pythonw)
|
10 years ago |
|
netlist.cpp
|
Eeschema: speed up netlist creation.
|
9 years ago |
|
netlist.h
|
Fixed Spice netlist export options and added a few new flags
|
9 years ago |
|
onleftclick.cpp
|
Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code
|
9 years ago |
|
onrightclick.cpp
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
operations_on_items_lists.cpp
|
Removed unused EDA_ITEM::m_Image field.
|
9 years ago |
|
pin_number.cpp
|
Compress consecutive numbers in pin summary.
|
10 years ago |
|
pin_number.h
|
Add pin number summary
|
10 years ago |
|
pin_shape.cpp
|
Enum refactoring and shiny icons in dialog_lib_edit_pin_table
|
10 years ago |
|
pin_shape.h
|
Enum refactoring and shiny icons in dialog_lib_edit_pin_table
|
10 years ago |
|
pin_type.cpp
|
Enum refactoring and shiny icons in dialog_lib_edit_pin_table
|
10 years ago |
|
pin_type.h
|
Enum refactoring and shiny icons in dialog_lib_edit_pin_table
|
10 years ago |
|
pinedit.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
plot_schematic_DXF.cpp
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
|
plot_schematic_HPGL.cpp
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
|
plot_schematic_PDF.cpp
|
eeschema: set title of plotted pdf to sheet title
|
9 years ago |
|
plot_schematic_PS.cpp
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
|
plot_schematic_SVG.cpp
|
Split IO_ERROR out of richio.* and store Problem() and Where() separately
|
9 years ago |
|
project_rescue.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
project_rescue.h
|
Convert UTF8 to/from wxString correctly around LIB_ID
|
9 years ago |
|
protos.h
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
sch_base_frame.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
|
sch_base_frame.h
|
Add footprint select dropdown to component chooser, serious refactoring
|
9 years ago |
|
sch_bitmap.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_bitmap.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_bus_entry.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_bus_entry.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_collectors.cpp
|
Correctly filter copyable objects for copy hotkey (Fixes lp:1571316)
|
9 years ago |
|
sch_collectors.h
|
Correctly filter copyable objects for copy hotkey (Fixes lp:1571316)
|
9 years ago |
|
sch_component.cpp
|
Eeschema: fix an other erroneous "unit value out of range" test.
|
9 years ago |
|
sch_component.h
|
Fixed duplicate field names
|
9 years ago |
|
sch_field.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 years ago |
|
sch_field.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_io_mgr.cpp
|
Eeschema: add saving schematic files to schematic plugin.
|
10 years ago |
|
sch_io_mgr.h
|
Doxygen warning fixes and coding policy comment changes.
|
9 years ago |
|
sch_item_struct.cpp
|
Fix snprintf usage.
|
11 years ago |
|
sch_item_struct.h
|
Doxygen comment improvements.
|
9 years ago |
|
sch_junction.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_junction.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_legacy_plugin.cpp
|
Fixes: lp:1694456
|
9 years ago |
|
sch_legacy_plugin.h
|
Optimize SCH_PLUGIN enumeration for populating the component chooser
|
9 years ago |
|
sch_line.cpp
|
Fix issues in strings that need to be translated (non ASCII7 strings, trailing spaces...)
|
9 years ago |
|
sch_line.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_marker.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_marker.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_no_connect.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_no_connect.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_plugin.cpp
|
Optimize SCH_PLUGIN enumeration for populating the component chooser
|
9 years ago |
|
sch_reference_list.h
|
Use library ID to store library symbol information in the schematic symbol.
|
9 years ago |
|
sch_screen.cpp
|
Initial symbol library table implementation prep work.
|
9 years ago |
|
sch_sheet.cpp
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_sheet.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_sheet_path.cpp
|
Eeschema: speed up netlist creation.
|
9 years ago |
|
sch_sheet_path.h
|
Add missing C++ stdlib headers
|
10 years ago |
|
sch_sheet_pin.cpp
|
Remove a printf clearly for debug, certainly a very old bug
|
9 years ago |
|
sch_text.cpp
|
general UI fix. Fixed a lot of icons and a lot of menu.
|
9 years ago |
|
sch_text.h
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
sch_validators.cpp
|
Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component).
|
9 years ago |
|
sch_validators.h
|
Add more "override" markers.
|
9 years ago |
|
schedit.cpp
|
Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code
|
9 years ago |
|
schematic_undo_redo.cpp
|
Removed unused EDA_ITEM::m_Image field.
|
9 years ago |
|
schframe.cpp
|
Added component table dialog
|
9 years ago |
|
schframe.h
|
Doxygen warning fixes and coding policy comment changes.
|
9 years ago |
|
selpart.cpp
|
Eeschema: fix schematic I/O plugin symbol name issue.
|
9 years ago |
|
sheet.cpp
|
Eeschema: SCH_SHEET_LIST improvements.
|
10 years ago |
|
sheetlab.cpp
|
EDA_TEXT object refactor.
|
9 years ago |
|
symbdraw.cpp
|
Don't apply last line width to text thickness in symbol library editor.
|
9 years ago |
|
symbedit.cpp
|
Make the schematic I/O plugin the only option.
|
9 years ago |
|
symbol_lib_table.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
symbol_lib_table.h
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
template_fieldnames.cpp
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
template_fieldnames.h
|
Removed all exception specifiers since deprecated.
|
9 years ago |
|
template_fieldnames.keywords
|
*.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake
|
16 years ago |
|
tool_lib.cpp
|
Reunion of zoom toolbar buttons.
|
9 years ago |
|
tool_sch.cpp
|
Reunion of zoom toolbar buttons.
|
9 years ago |
|
tool_viewlib.cpp
|
Add a specific bitmap for show electrical type option (component editor and component viewer)
|
9 years ago |
|
transform.cpp
|
Remove unnecessary TRANSFORM::operator=
|
9 years ago |
|
transform.h
|
Remove unnecessary TRANSFORM::operator=
|
9 years ago |
|
viewlib_frame.cpp
|
Refactor layer enumerations to all live in the same place
|
9 years ago |
|
viewlib_frame.h
|
Component Editor and Component viewer: add option to show the electrical pin type.
|
9 years ago |
|
viewlibs.cpp
|
Add footprint select dropdown to component chooser, serious refactoring
|
9 years ago |