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.
 
 
 
 
 
jean-pierre charras 4352eddadb eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. 13 years ago
..
dialogs eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. 13 years ago
plugins All : modify macro FROM_UTF8, to ensure compatibility with files using a non utf8 encoding (old files created under Window, having some non ASCII characters). 15 years ago
BOM_lister.h Eeschema: Fixes and enhancements in BOM list generation and BOM code: 13 years ago
CMakeLists.txt eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. 13 years ago
Info.plist Fix some minor OS X issues 14 years ago
annotate.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
backanno.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
block.cpp Eeschema: item drag command: Fix issue for overlapping items (from a Younes Manton's idea) 13 years ago
block_libedit.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
build_BOM.cpp Fix BOM-by-reference generator to print the separator character instead of the ascii code 13 years ago
bus-wire-junction.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
busentry.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
class_drc_erc_item.cpp Remove valeur_param(), that does not work in Kicad Nanometer 14 years ago
class_libentry.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
class_libentry.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
class_library.cpp remove unused #include <wxfstream.h> from several places 13 years ago
class_library.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
class_netlist_object.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
class_netlist_object.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
cmp_library.keywords *.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake 16 years ago
cmp_library_lexer.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
component_references_lister.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
controle.cpp 3D-viewer: code cleanup. 13 years ago
cross-probing.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
dangling_ends.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
database.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
dialog_erc_listbox.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
edit_bitmap.cpp Hit test method rationalization and other minor improvements. 14 years ago
edit_component_in_schematic.cpp Eeschema: Fix incorrect display refresh when editing the reference of a component from the popup menu. 14 years ago
edit_label.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
eelibs_read_libraryfiles.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
eeredraw.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
eeschema.cpp Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor 13 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 eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. 13 years ago
eeschema_config.h Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
eeschema_doc.icns Updates for OS X 16 years ago
eeschema_id.h Eeschema: Bug fix (move component field was not undoable) 13 years ago
erc.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
erc.h Eeschema ERC improvements and other minor fixes. 14 years ago
events_called_functions_for_edit.cpp Fix eeschema component drawing issue during copy. Add hotkey for block save. 14 years ago
files-io.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
find.cpp More internal unit improvements. 14 years ago
general.h Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor 13 years ago
getpart.cpp Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 13 years ago
help_common_strings.h Eeschema: fix bug #919636 14 years ago
hierarch.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
hotkeys.cpp Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
hotkeys.h Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
lib_arc.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_arc.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_bezier.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_bezier.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_circle.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_circle.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_collectors.cpp Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor 13 years ago
lib_collectors.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
lib_draw_item.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_draw_item.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_export.cpp remove unused #include <wxfstream.h> from several places 13 years ago
lib_field.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_field.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_pin.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_pin.h Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor 13 years ago
lib_polyline.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_polyline.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_rectangle.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_rectangle.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
lib_text.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
lib_text.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
libarch.cpp remove unused #include <wxfstream.h> from several places 13 years ago
libedit.cpp remove unused #include <wxfstream.h> from several places 13 years ago
libedit_onleftclick.cpp Libedit and Modedit: fix minor, but annoying issues when editing items 14 years ago
libedit_onrightclick.cpp Move AddMenuItem inline functions outside wxstruct.h in a new file (menu_helpers.h) 14 years ago
libedit_plot_component.cpp Eeschema: Plot dialogs: unify 5 dialogs (which means 5 duplicate code) to only one plot dialog (like in Pcbnew) 13 years ago
libedit_undo_redo.cpp Undo redo change and code cleanup. 14 years ago
libeditframe.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
libeditframe.h All: better code to handle opened frames libview, libedit, modview, modedit. 13 years ago
libfield.cpp Eeschema: Add better dialog to edit an existing field of the current edited component. 14 years ago
load_one_schematic_file.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
menubar.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
menubar_libedit.cpp All: better code to handle opened frames libview, libedit, modview, modedit. 13 years ago
netform.cpp eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. 13 years ago
netlist.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
netlist.h Rationalize numeric time stamps to type time_t. 14 years ago
onleftclick.cpp Commit patches from Moses McKnight, to avoid duplicate junctions. 14 years ago
onrightclick.cpp Eeschema: fix compil issue with wxWidgets 2.8.12 13 years ago
operations_on_items_lists.cpp Minor code and Doxygen comment improvements. 14 years ago
pinedit.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
plot_schematic_DXF.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
plot_schematic_HPGL.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
plot_schematic_PDF.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
plot_schematic_PS.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
plot_schematic_SVG.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
protos.h All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
sch_base_frame.cpp All: better code to handle opened frames libview, libedit, modview, modedit. 13 years ago
sch_bitmap.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_bitmap.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_bus_entry.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_bus_entry.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_collectors.cpp Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
sch_collectors.h Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
sch_component.cpp Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
sch_component.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_field.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_field.h Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
sch_junction.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_junction.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_line.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_line.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_marker.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_marker.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_no_connect.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_no_connect.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_polyline.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_polyline.h Enforced EDA_COLOR_T type and minor const-ification 13 years ago
sch_screen.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_sheet.cpp Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor 13 years ago
sch_sheet.h Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
sch_sheet_path.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
sch_sheet_path.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
sch_sheet_pin.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
sch_text.cpp Eeschema: item drag command: Fix issue for overlapping items (from a Younes Manton's idea) 13 years ago
sch_text.h Eeschema: item drag command: Fix issue for overlapping items (from a Younes Manton's idea) 13 years ago
schedit.cpp Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field. 13 years ago
schematic_undo_redo.cpp Hit test method rationalization and other minor improvements. 14 years ago
schframe.cpp eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. 13 years ago
selpart.cpp Pcbnew: fix bug1082146 (Keep-out areas get destroyed by "export settings to other zones" ) 13 years ago
sheet.cpp Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
sheetlab.cpp More internal unit improvements. 14 years ago
symbdraw.cpp Enforced EDA_COLOR_T type and minor const-ification 13 years ago
symbedit.cpp remove unused #include <wxfstream.h> from several places 13 years ago
template_fieldnames.cpp eeschema erc dialog extends from DIALOG_SHIM 13 years ago
template_fieldnames.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
template_fieldnames.keywords *.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake 16 years ago
tool_lib.cpp Update some icons with new icons from Fabrizio Tappero. 14 years ago
tool_sch.cpp Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
tool_viewlib.cpp All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
transform.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
transform.h Application name capitalization fixes. 14 years ago
viewlib_frame.cpp All: Fix an usually unwanted behavior in kicad: When closing a dialog (mainly ERC, DRC and recently a component selection by the library viewer on a double click) the mouse release left button event (which is seen by the parent after closing the dialog, becuse it is actually made in the parent) generate an unwanted command (item selection, component place ...) 13 years ago
viewlib_frame.h Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, 13 years ago
viewlibs.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago