| .. |
|
dialogs
|
Minor dialog spacing, grammar, and sizer fixes.
|
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
|
Doxygen warning fixes.
|
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
|
Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
13 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: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
13 years ago |
|
class_libentry.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
13 years ago |
|
class_library.cpp
|
Eeschema: Add "append schematic" feature. Fix bug 1101718 <Empty plot filename>
|
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
|
Base object decoupling improvements.
|
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
|
Eeschema: hotkey enhancement while moving a block or an item.
|
13 years ago |
|
edit_component_in_schematic.cpp
|
Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
13 years ago |
|
edit_label.cpp
|
Eeschema: fix a bug which crashes Eeschema (when a label is being created, and its type is changed by popup menu, for instance to a text, before it was put on schematic)
|
13 years ago |
|
eelibs_read_libraryfiles.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
13 years ago |
|
eeredraw.cpp
|
Pcbnew: Try to find a better workaround for zone fiill bug (crash or bad fil areasl in very rare cases).
|
13 years ago |
|
eeschema.cpp
|
Eeschema:commit patch <Prevent Eeschema from opening the same file twice> with a small fix for windows.
|
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
|
added option to allow zooming around the crosshair instead of the center; can be enabled via options or by holding alt while using the mousewheel
|
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: force file ext in"Sheet Save As" command (Bug #1122212 )
|
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
|
Commit patch to fix bug 1108838 (+ fix a very minor fix in eeschema, when loading a new component)
|
13 years ago |
|
help_common_strings.h
|
Very minor changes (tooltips update, to synchronize them with the doc update)
|
13 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: hotkey enhancement while moving a block or an item.
|
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, libedit l fix a bug in lib_arc.cpp which creates incorrect arc start and arc end parameters after rotation or mirror.
|
13 years ago |
|
lib_arc.h
|
Base object decoupling improvements.
|
13 years ago |
|
lib_bezier.cpp
|
Base object decoupling improvements.
|
13 years ago |
|
lib_bezier.h
|
Base object decoupling improvements.
|
13 years ago |
|
lib_circle.cpp
|
Base object decoupling improvements.
|
13 years ago |
|
lib_circle.h
|
Base object decoupling improvements.
|
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
|
Eeschema, Libedit: fixes color artifacts when moving/placing a pin.
|
13 years ago |
|
lib_draw_item.h
|
Base object decoupling improvements.
|
13 years ago |
|
lib_export.cpp
|
remove unused #include <wxfstream.h> from several places
|
13 years ago |
|
lib_field.cpp
|
Base object decoupling improvements.
|
13 years ago |
|
lib_field.h
|
Base object decoupling improvements.
|
13 years ago |
|
lib_pin.cpp
|
Eeschema: Fix Bug #1130262 (Inverted pins are plotted with erroneous line width)
|
13 years ago |
|
lib_pin.h
|
Eeschema: Fix Bug #1130262 (Inverted pins are plotted with erroneous line width)
|
13 years ago |
|
lib_polyline.cpp
|
Base object decoupling improvements.
|
13 years ago |
|
lib_polyline.h
|
Base object decoupling improvements.
|
13 years ago |
|
lib_rectangle.cpp
|
Base object decoupling improvements.
|
13 years ago |
|
lib_rectangle.h
|
Base object decoupling improvements.
|
13 years ago |
|
lib_text.cpp
|
Eeschema border and title block DXF plot color bug fix.
|
13 years ago |
|
lib_text.h
|
Base object decoupling improvements.
|
13 years ago |
|
libarch.cpp
|
Commit fixes for bugs #1108773 and #1110651 and a bug fix improvement for #1101718 and #1102381.
|
13 years ago |
|
libedit.cpp
|
Commit patch for bug 1116059 (Inconsistency between confirmation dialogs)
|
13 years ago |
|
libedit_onleftclick.cpp
|
Eeschema, Libedit: fixes color artifacts when moving/placing a pin.
|
13 years ago |
|
libedit_onrightclick.cpp
|
Base object decoupling improvements.
|
13 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
|
Commit patch for bug 1116059 (Inconsistency between confirmation dialogs)
|
13 years ago |
|
libeditframe.h
|
Commit patch for bug 1116059 (Inconsistency between confirmation dialogs)
|
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: Add "append schematic" feature. Fix bug 1101718 <Empty plot filename>
|
13 years ago |
|
menubar.cpp
|
Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
13 years ago |
|
menubar_libedit.cpp
|
All: better code to handle opened frames libview, libedit, modview, modedit.
|
13 years ago |
|
netform.cpp
|
Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
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: hotkey enhancement while moving a block or an item.
|
13 years ago |
|
operations_on_items_lists.cpp
|
Minor code and Doxygen comment improvements.
|
14 years ago |
|
pinedit.cpp
|
Eeschema, Libedit: fixes color artifacts when moving/placing a pin.
|
13 years ago |
|
plot_schematic_DXF.cpp
|
Eeschema border and title block DXF plot color bug fix.
|
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
|
Eeschema: fix bug 1092864
|
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: fix bug 1092834 (Hotkey 'G' Drag label not working)
|
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: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
13 years ago |
|
sch_component.h
|
Base object decoupling improvements.
|
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: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
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
|
Base object decoupling improvements.
|
13 years ago |
|
sch_marker.h
|
Base object decoupling improvements.
|
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: Allow to edit an schematic item while dragging
|
13 years ago |
|
sch_sheet.cpp
|
Base object decoupling improvements.
|
13 years ago |
|
sch_sheet.h
|
Base object decoupling improvements.
|
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
|
Base object decoupling improvements.
|
13 years ago |
|
sch_text.h
|
Base object decoupling improvements.
|
13 years ago |
|
schedit.cpp
|
Eeschema: Allow to edit an schematic item while dragging
|
13 years ago |
|
schematic_undo_redo.cpp
|
Hit test method rationalization and other minor improvements.
|
14 years ago |
|
schframe.cpp
|
Pcbnew: Try to find a better workaround for zone fiill bug (crash or bad fil areasl in very rare cases).
|
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
|
Base object decoupling improvements.
|
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: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
|
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
|
Base object decoupling improvements.
|
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 |