.. |
dialogs
|
Fix field text position access bug in Eeschema. (fixes lp:1160214)
|
2013-03-26 13:25:18 -04:00 |
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).
|
2011-03-02 12:03:06 +01:00 |
BOM_lister.h
|
Doxygen warning fixes.
|
2012-12-18 08:54:44 -05:00 |
CMakeLists.txt
|
eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist.
|
2012-12-16 12:36:18 +01:00 |
Info.plist
|
Fix some minor OS X issues
|
2011-08-30 09:35:40 +02:00 |
annotate.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
backanno.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
block.cpp
|
Eeschema: item drag command: Fix issue for overlapping items (from a Younes Manton's idea)
|
2012-11-20 12:35:09 +01:00 |
block_libedit.cpp
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
build_BOM.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
bus-wire-junction.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
busentry.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
class_drc_erc_item.cpp
|
Remove valeur_param(), that does not work in Kicad Nanometer
|
2012-04-27 16:15:11 +02:00 |
class_libentry.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
class_libentry.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
class_library.cpp
|
Add library column to component and module select dialog.
|
2013-03-18 21:25:19 -04:00 |
class_library.h
|
Add library column to component and module select dialog.
|
2013-03-18 21:25:19 -04:00 |
class_netlist_object.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
class_netlist_object.h
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
cmp_library.keywords
|
*.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake
|
2010-06-18 11:12:15 -05:00 |
cmp_library_lexer.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
component_references_lister.cpp
|
eeschema: fix build when KICAD_GOST ON (insert in bzr4019)
|
2013-03-24 00:37:48 +04:00 |
controle.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
cross-probing.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
dangling_ends.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
database.cpp
|
Add library column to component and module select dialog.
|
2013-03-18 21:25:19 -04:00 |
dialog_erc_listbox.h
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
edit_bitmap.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
edit_component_in_schematic.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
edit_label.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
eelibs_read_libraryfiles.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
eeredraw.cpp
|
Pcbnew: Try to find a better workaround for zone fiill bug (crash or bad fil areasl in very rare cases).
|
2013-02-09 21:03:20 +01:00 |
eeschema.cpp
|
Eeschema:commit patch <Prevent Eeschema from opening the same file twice> with a small fix for windows.
|
2013-01-04 13:06:50 +01:00 |
eeschema.icns
|
[MacOSX] Updated Icons - Document ones still missing :(
|
2012-09-27 19:20:44 +02:00 |
eeschema.rc
|
Remove old xpm icons files
|
2012-04-07 13:09:57 +02:00 |
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
|
2013-02-02 20:10:48 +01:00 |
eeschema_config.h
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
eeschema_doc.icns
|
Updates for OS X
|
2010-05-16 20:18:38 +02:00 |
eeschema_id.h
|
Eeschema: Bug fix (move component field was not undoable)
|
2012-10-23 18:37:19 +02:00 |
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).
|
2012-09-22 13:19:37 +02:00 |
erc.h
|
Eeschema ERC improvements and other minor fixes.
|
2011-10-07 10:41:30 -04:00 |
events_called_functions_for_edit.cpp
|
Fix eeschema component drawing issue during copy. Add hotkey for block save.
|
2012-02-23 01:35:26 +02:00 |
files-io.cpp
|
Eeschema: force file ext in"Sheet Save As" command (Bug #1122212 )
|
2013-02-13 18:18:23 +01:00 |
find.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
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
|
2012-10-31 21:27:31 +01:00 |
getpart.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
help_common_strings.h
|
Very minor changes (tooltips update, to synchronize them with the doc update)
|
2013-02-04 09:52:56 +01:00 |
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).
|
2012-09-22 13:19:37 +02:00 |
hotkeys.cpp
|
Eeschema: hotkey enhancement while moving a block or an item.
|
2013-01-21 21:16:04 +01:00 |
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.
|
2012-12-08 18:24:49 +01:00 |
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.
|
2013-02-10 19:02:45 +01:00 |
lib_arc.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_bezier.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_bezier.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_circle.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_circle.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
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
|
2012-10-31 21:27:31 +01:00 |
lib_collectors.h
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
lib_draw_item.cpp
|
Eeschema, Libedit: fixes color artifacts when moving/placing a pin.
|
2013-02-06 12:54:51 +01:00 |
lib_draw_item.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_export.cpp
|
remove unused #include <wxfstream.h> from several places
|
2012-10-29 16:56:18 -05:00 |
lib_field.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_field.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_pin.cpp
|
Eeschema: Fix Bug #1130262 (Inverted pins are plotted with erroneous line width)
|
2013-02-20 12:46:38 +01:00 |
lib_pin.h
|
Eeschema: Fix Bug #1130262 (Inverted pins are plotted with erroneous line width)
|
2013-02-20 12:46:38 +01:00 |
lib_polyline.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_polyline.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_rectangle.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_rectangle.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
lib_text.cpp
|
Eeschema border and title block DXF plot color bug fix.
|
2013-02-21 18:45:46 -05:00 |
lib_text.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
libarch.cpp
|
Commit fixes for bugs #1108773 and #1110651 and a bug fix improvement for #1101718 and #1102381.
|
2013-02-01 08:58:49 +01:00 |
libedit.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
libedit_onleftclick.cpp
|
Eeschema, Libedit: fixes color artifacts when moving/placing a pin.
|
2013-02-06 12:54:51 +01:00 |
libedit_onrightclick.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
libedit_plot_component.cpp
|
Eeschema: Plot dialogs: unify 5 dialogs (which means 5 duplicate code) to only one plot dialog (like in Pcbnew)
|
2012-09-17 19:42:27 +02:00 |
libedit_undo_redo.cpp
|
Undo redo change and code cleanup.
|
2012-02-05 14:02:46 +01:00 |
libeditframe.cpp
|
Commit patch for bug 1116059 (Inconsistency between confirmation dialogs)
|
2013-02-07 18:35:37 +01:00 |
libeditframe.h
|
Commit patch for bug 1116059 (Inconsistency between confirmation dialogs)
|
2013-02-07 18:35:37 +01:00 |
libfield.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
load_one_schematic_file.cpp
|
Eeschema: Add "append schematic" feature. Fix bug 1101718 <Empty plot filename>
|
2013-01-24 18:46:37 +01:00 |
menubar.cpp
|
Remove redundant Eeschema plot submenu on platforms that do not support plot to clipboard.
|
2013-02-23 15:08:28 -05:00 |
menubar_libedit.cpp
|
All: better code to handle opened frames libview, libedit, modview, modedit.
|
2012-09-12 11:53:11 +02:00 |
netform.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
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).
|
2012-09-22 13:19:37 +02:00 |
netlist.h
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
onleftclick.cpp
|
Commit patches from Moses McKnight, to avoid duplicate junctions.
|
2012-06-20 11:52:29 +02:00 |
onrightclick.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
operations_on_items_lists.cpp
|
Minor code and Doxygen comment improvements.
|
2012-03-17 10:39:27 -04:00 |
pinedit.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
plot_schematic_DXF.cpp
|
Eeschema border and title block DXF plot color bug fix.
|
2013-02-21 18:45:46 -05:00 |
plot_schematic_HPGL.cpp
|
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name.
|
2012-10-13 20:54:33 +02:00 |
plot_schematic_PDF.cpp
|
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name.
|
2012-10-13 20:54:33 +02:00 |
plot_schematic_PS.cpp
|
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name.
|
2012-10-13 20:54:33 +02:00 |
plot_schematic_SVG.cpp
|
Minor fixes and cleanup
|
2013-02-26 12:25:30 +01:00 |
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).
|
2012-09-22 13:19:37 +02:00 |
sch_base_frame.cpp
|
All: better code to handle opened frames libview, libedit, modview, modedit.
|
2012-09-12 11:53:11 +02:00 |
sch_bitmap.cpp
|
Eeschema: fix bug 1092864
|
2012-12-21 19:57:56 +01:00 |
sch_bitmap.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
sch_bus_entry.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
sch_bus_entry.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
sch_collectors.cpp
|
Eeschema: fix bug 1092834 (Hotkey 'G' Drag label not working)
|
2012-12-21 13:56:17 +01:00 |
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.
|
2012-12-08 18:24:49 +01:00 |
sch_component.cpp
|
Fix field text position access bug in Eeschema. (fixes lp:1160214)
|
2013-03-26 13:25:18 -04:00 |
sch_component.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
sch_field.cpp
|
Fix SCH_FIELD get reference designator text bug. (fixes lp:1159401)
|
2013-03-25 13:09:55 -04:00 |
sch_field.h
|
Fix SCH_FIELD get reference designator text bug. (fixes lp:1159401)
|
2013-03-25 13:09:55 -04:00 |
sch_junction.cpp
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
sch_junction.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
sch_line.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
sch_line.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
sch_marker.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
sch_marker.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
sch_no_connect.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
sch_no_connect.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
sch_polyline.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
sch_polyline.h
|
Enforced EDA_COLOR_T type and minor const-ification
|
2012-09-02 14:06:47 +02:00 |
sch_screen.cpp
|
Fix field text position access bug in Eeschema. (fixes lp:1160214)
|
2013-03-26 13:25:18 -04:00 |
sch_sheet.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
sch_sheet.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
sch_sheet_path.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
sch_sheet_path.h
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
sch_sheet_pin.cpp
|
Eeschema: code cleanup, remove dead code and some global and useless variables
|
2012-09-28 19:47:41 +02:00 |
sch_text.cpp
|
Eeschema: fix broken mirroring for texts and labels in block mirror X and Y (this fixes Bug #1135505)
|
2013-03-01 20:59:29 +01:00 |
sch_text.h
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
schedit.cpp
|
Eeschema: Allow to edit an schematic item while dragging
|
2012-12-29 13:55:36 +01:00 |
schematic_undo_redo.cpp
|
Hit test method rationalization and other minor improvements.
|
2012-03-15 10:31:16 -04:00 |
schframe.cpp
|
Pcbnew: Try to find a better workaround for zone fiill bug (crash or bad fil areasl in very rare cases).
|
2013-02-09 21:03:20 +01:00 |
selpart.cpp
|
Add library column to component and module select dialog.
|
2013-03-18 21:25:19 -04:00 |
sheet.cpp
|
Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name.
|
2012-10-13 20:54:33 +02:00 |
sheetlab.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
symbdraw.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
symbedit.cpp
|
More encapsulation work.
|
2013-03-18 15:36:07 -04:00 |
template_fieldnames.cpp
|
eeschema erc dialog extends from DIALOG_SHIM
|
2012-10-08 14:34:04 -05:00 |
template_fieldnames.h
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
template_fieldnames.keywords
|
*.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake
|
2010-06-18 11:12:15 -05:00 |
tool_lib.cpp
|
Update some icons with new icons from Fabrizio Tappero.
|
2012-03-20 15:17:58 +01:00 |
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.
|
2013-02-11 19:50:55 +01:00 |
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).
|
2012-09-22 13:19:37 +02:00 |
transform.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
transform.h
|
Application name capitalization fixes.
|
2011-09-30 14:15:37 -04:00 |
viewlib_frame.cpp
|
Base object decoupling improvements.
|
2013-01-12 12:32:24 -05:00 |
viewlib_frame.h
|
Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click,
|
2012-12-06 22:53:00 +01:00 |
viewlibs.cpp
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |