You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Maciej Suminski d617021d98 Added 'Import Non-KiCad Schematic' 8 years ago
..
dialogs Kicad Eagle Project Import Improvements. -- schematic and board files are both visible in file selection dialog. -- Allows for the selection of either the board or schematic file. -- silently fails on not detecting the corrosponding board or schematic file. -- all new kicad files are generated in new project directory -- Silently read netlist without generating annotation warnings which synchronises timestamps and paths based on given eagle references, otherwise renumbering schematic references will break links accross schematic and pcbnew. 8 years ago
netlist_exporters Fix a compil issue on Linux 8 years ago
plugins Fix bom2grouped_scv BOM template 8 years ago
qa Kicad: Add Project import function. -- add menu entry -- add ImportFile kiway function -- expose functions for creating/reading netlist -- add example eagle boad file as well 8 years ago
sim Fix a few doxygen warnings 8 years ago
widgets Show component history at the top and preselect it 8 years ago
CMakeLists.txt Work in progress 8 years ago
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 10 years ago
annotate.cpp Added extra information to error and info messages 8 years ago
autoplace_fields.cpp EDA_TEXT object refactor. 9 years ago
backanno.cpp Removed all exception specifiers since deprecated. 8 years ago
block.cpp Renamed remaining constants to match the action (see ab44e7cc) 8 years ago
block_libedit.cpp Fix a compil warning and a wxASSERT in netlist dialog and component_tree.cpp 8 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 Fix a few doxygen warnings 8 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 Minor trace logging improvements. 8 years ago
class_libentry.h Minor trace logging improvements. 8 years ago
class_library.cpp Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
class_library.h Fix dcm files not working with lib file in version 2.4 8 years ago
class_netlist_object.cpp Enable long names for pin numbers and pads 8 years ago
class_netlist_object.h Enable long names for pin numbers and pads 8 years ago
class_sch_screen.h Fix a crash in Eeschema when creating a netlist just after saving the project. 8 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 Search component footprint text 8 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 Fix a few doxygen warnings 8 years ago
component_references_lister.cpp Change the way power symbols are annotated before creating a netlist or running ERC. 8 years ago
controle.cpp hotkey management: enhancements in code to know if a hotkey was handled by an event or not. 8 years ago
cross-probing.cpp Enable long names for pin numbers and pads 8 years ago
dialog_erc_listbox.h Fix a few doxygen warnings 8 years ago
edit_bitmap.cpp Eeschema: add saving schematic files to schematic plugin. 9 years ago
edit_component_in_schematic.cpp Use library ID to store library symbol information in the schematic symbol. 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 Slightly modify keywords used to store color config of Eeschema and Pcbnew, to avoid this config destroyed each time a stable version is run. 8 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 Added 'Import Non-KiCad Schematic' 8 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 Added 'Import Non-KiCad Schematic' 8 years ago
find.cpp Replace BOOST_FOREACH with C++11 range based for. 9 years ago
general.h pcbnew & eeschema file format version bump 8 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 Show component history at the top and preselect it 8 years ago
help_common_strings.h general UI fix. Fixed a lot of icons and a lot of menu. 8 years ago
hierarch.cpp Schematic hierarchy selection dialog fixes. 8 years ago
highlight_connection.cpp Add connection highlight to eeschema, step 2: Fixes, refinements, add hot key, cleanup code. 9 years ago
hotkeys.cpp Add delete block hotkey to schematic editor. 8 years ago
hotkeys.h Disabled the automatic schematic-cross probing due to performance reasons. Added sheet-context menu entry for the cross-probing instead. 8 years ago
invoke_sch_dialog.h Added a dialog to select fields to be updated 8 years ago
lib_arc.cpp Eeschema Eagle Import: Improve arc parsing to replicate eagle filled arcs. 8 years ago
lib_arc.h Eeschema Eagle Import: Improve arc parsing to replicate eagle filled arcs. 8 years ago
lib_bezier.cpp Fix a compil warning and a wxASSERT in COLOR4D_PICKER_DLG_BASE 8 years ago
lib_bezier.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_circle.cpp Eeschema: Add collision-based selection code to circles and text 8 years ago
lib_circle.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_collectors.cpp Turned LIB_ITEMS_CONTAINER into a template 8 years ago
lib_collectors.h Turned LIB_ITEMS_CONTAINER into a template 8 years ago
lib_draw_item.cpp Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_draw_item.h Refactored LIB_PART data storage 8 years ago
lib_export.cpp Make the schematic I/O plugin the only option. 9 years ago
lib_field.cpp Eeschema: Add collision-based selection code to circles and text 8 years ago
lib_field.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
lib_pin.cpp Eeschema Eagle Import: Set Pinshape. - modifies lin_pin.cpp function InternalPinDecoSize to default back to number text size if pin name text is set to zero. 8 years ago
lib_pin.h Eeschema Eagle Import: Fix power symbol import. - Set pins to power in to match current power supply symbols. - Change IsPowerConnection() to match POWER_IN pins from power symbols as well. 8 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 Eeschema: Add collision-based selection code to circles and text 8 years ago
lib_text.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
libarch.cpp Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
libedit.cpp libedit: add correct unit/convert from component chooser 8 years ago
libedit_onleftclick.cpp Eeschema: handle disambiguation cancel in library editor right-click 8 years ago
libedit_onrightclick.cpp Changed all Rotate 90 deg CW with Rotate Clockwise. Changed all Rotate 90 deg CCW with Rotate Counterclockwise 8 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 LIB_ITEMS_CONTAINER reimplemented using C-style array of boost::ptr_vector 8 years ago
libeditframe.h libedit: add correct unit/convert from component chooser 8 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 Added 'Import Non-KiCad Schematic' 8 years ago
menubar_libedit.cpp library option reviewed and renamed, minor menu text changes 8 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 Eagle Import: Code clean-up and formatting 8 years ago
netlist.h Fixed Spice netlist export options and added a few new flags 9 years ago
onleftclick.cpp Add missing sentinels for KICAD_T[] in SCH_EDIT_FRAME::OnLeftClick() 8 years ago
onrightclick.cpp Code formatting 8 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 Enable long names for pin numbers and pads 8 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 Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
project_rescue.h Fix bug in Eeschema component rescue library. (fixes lp:1485352) 10 years ago
protos.h Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
sch_base_frame.cpp Eeschema: add symbol library table editor dialog. 8 years ago
sch_base_frame.h Eeschema: add symbol library table editor dialog. 8 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 Pcbnew: delete objects from removed layers. 8 years ago
sch_component.cpp 'Update Field Values' tool for eeschema 8 years ago
sch_component.h 'Update Field Values' tool for eeschema 8 years ago
sch_eagle_plugin.cpp Enable LOCALE_IO in Eagle schematic import plugin 8 years ago
sch_eagle_plugin.h Eeschema Eagle Import: Code clean-up and formatting 8 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: Iterate through plugins when determining file format. 8 years ago
sch_io_mgr.h Eagle Project Import: Code cleanup and documentation. 8 years ago
sch_item_struct.cpp Minor trace logging improvements. 8 years ago
sch_item_struct.h Fix compiler redefined warnings for FMT_IU 8 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 Eeschema: Add CheckHeader function to SCH_PLUGIN and cycle through plugins when loading files. 8 years ago
sch_legacy_plugin.h eeschema: Iterate through plugins when determining file format. 8 years ago
sch_line.cpp Eeschema Eagle Import: Code clean-up and formatting 8 years ago
sch_line.h Eeschema Eagle Import: Load labels as global or local depending on if the net is shared accross multiple eagle sheets. Test created kicad labels to check if they are on a wire, otherwise movethem to the nearest wire start, midpoint or end. 8 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 Eeschema: Add CheckHeader function to SCH_PLUGIN and cycle through plugins when loading files. 8 years ago
sch_reference_list.h Change the way power symbols are annotated before creating a netlist or running ERC. 8 years ago
sch_screen.cpp Better fix for bugs 1703258 and 1702707: better detection of cache lib modifications, not always detected previously. 8 years ago
sch_sheet.cpp Disable drawing schematic sheet bounding box. 8 years ago
sch_sheet.h Fix schematic sheet resizing bug. 8 years ago
sch_sheet_path.cpp filter useless autosave tests, and optimization of autosave test in Eechema 8 years ago
sch_sheet_path.h filter useless autosave tests, and optimization of autosave test in Eechema 8 years ago
sch_sheet_pin.cpp Better fix for schematic sheet re-sizing bug. 8 years ago
sch_text.cpp general UI fix. Fixed a lot of icons and a lot of menu. 8 years ago
sch_text.h Changed COLOR4D defines to static consts 9 years ago
sch_validators.cpp Remove leading/trailing white space error message from field validator. 8 years ago
sch_validators.h Add more "override" markers. 9 years ago
schedit.cpp Code formatting 8 years ago
schematic_undo_redo.cpp Eeschema: fix crash when undo called during item edit. 8 years ago
schframe.cpp Added 'Import Non-KiCad Schematic' 8 years ago
schframe.h Added 'Import Non-KiCad Schematic' 8 years ago
selpart.cpp Eeschema: fix schematic I/O plugin symbol name issue. 9 years ago
sheet.cpp Fix schematic sheet resizing bug. 8 years ago
sheetlab.cpp EDA_TEXT object refactor. 9 years ago
symbdraw.cpp Refactored LIB_PART data storage 8 years ago
symbedit.cpp LIB_ITEMS_CONTAINER reimplemented using C-style array of boost::ptr_vector 8 years ago
symbol_lib_table.cpp Rewrite class UTF8 to contain rather than extend std::string storage. 8 years ago
symbol_lib_table.h Eeschema: add symbol library table editor dialog. 8 years ago
template_fieldnames.cpp Removed all exception specifiers since deprecated. 8 years ago
template_fieldnames.h Removed all exception specifiers since deprecated. 8 years ago
template_fieldnames.keywords *.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake 16 years ago
tool_lib.cpp Changed AUI toolbars background from gradient to solid 8 years ago
tool_sch.cpp Changed AUI toolbars background from gradient to solid 8 years ago
tool_viewlib.cpp Changed AUI toolbars background from gradient to solid 8 years ago
transform.cpp Remove unnecessary TRANSFORM::operator= 9 years ago
transform.h Remove unnecessary TRANSFORM::operator= 9 years ago
viewlib_frame.cpp Fix LIB_VIEW_FRAME only returning Unit A 8 years ago
viewlib_frame.h Fix LIB_VIEW_FRAME only returning Unit A 8 years ago
viewlibs.cpp Add footprint select dropdown to component chooser, serious refactoring 9 years ago