kicad/eeschema
jean-pierre charras 5e5ec6f1a9 All: try to fix incorrect acs in plot SVG under wxWidgets 2.9:
wxWidgets 2.9 knows wxSVGFILEDC device context.
Unfortunately, arcs are drawn as pies (this is a feature, not a bug).
This is not correct for Kicad.
So Kicad has its own wxSVGFILEDC (named KicadSVGFileDC) that is basically the same as wxSVGFILEDC,
but with arcs drawn as arcs, not pies.
Note also under wxWidgets 2.8 does not know wxSVGFILEDC , so kicad had already its own SVG device context.
2012-03-07 21:18:00 +01:00
..
dialogs All: try to fix incorrect acs in plot SVG under wxWidgets 2.9: 2012-03-07 21:18:00 +01: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
CMakeLists.txt Eeschema: Add better dialog to edit an existing field of the current edited component. 2012-02-22 15:04:48 +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 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
block.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
block_libedit.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
build_BOM.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
bus-wire-junction.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05: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 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_libentry.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_libentry.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
class_library.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_library.h 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.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 Fix wxUniCharRef casting issue in eeschema single part per line BOM generation code (?). 2012-02-24 17:00:56 +02:00
controle.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
cross-probing.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06: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 switch to C++'s false and true from C's FALSE and TRUE 2012-01-22 11:20:22 -06: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 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
edit_component_in_schematic.cpp Eeschema: Add better dialog to edit an existing field of the current edited component. 2012-02-22 15:04:48 +01:00
edit_label.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
eelibs_read_libraryfiles.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
eeredraw.cpp MacOSX: Fix in eeschema component move 2012-01-24 18:46:32 +01:00
eeschema.cpp Kicad project manager: add .cmp, .drl .pos and .rpt files management. 2012-02-16 21:03:33 +01:00
eeschema.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
eeschema.rc New icons: fix problems about .ico files (under Window) 2011-09-10 19:48:35 +02:00
eeschema_config.cpp Kicad project manager: add .cmp, .drl .pos and .rpt files management. 2012-02-16 21:03:33 +01:00
eeschema_config.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
eeschema_doc.icns Updates for OS X 2010-05-16 20:18:38 +02:00
eeschema_id.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
erc.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05: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 Kicad project manager: add .cmp, .drl .pos and .rpt files management. 2012-02-16 21:03:33 +01:00
find.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
general.h switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
getpart.cpp Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
help_common_strings.h Eeschema: fix bug #919636 2012-01-21 16:02:49 +01:00
hierarch.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
hotkeys.cpp Fix eeschema component drawing issue during copy. Add hotkey for block save. 2012-02-23 01:35:26 +02:00
hotkeys.h Fix eeschema component drawing issue during copy. Add hotkey for block save. 2012-02-23 01:35:26 +02:00
lib_arc.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_arc.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_bezier.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_bezier.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_circle.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_circle.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_collectors.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06: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 Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_draw_item.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_export.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
lib_field.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_field.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_pin.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_pin.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_polyline.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_polyline.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_rectangle.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_rectangle.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_text.cpp Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
lib_text.h Minor Eeschema LIB_ITEM object improvements. 2012-02-27 18:02:08 -05:00
libarch.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
libedit.cpp Libedit: fix bug (svg export does not work) 2012-03-06 15:08:59 +01:00
libedit_onleftclick.cpp Libedit: Add better dialog to edit an existing field of the current edited component. 2012-02-21 18:47:30 +01:00
libedit_onrightclick.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
libedit_plot_component.cpp Libedit: fix bug (svg export does not work) 2012-03-06 15:08:59 +01:00
libedit_undo_redo.cpp Undo redo change and code cleanup. 2012-02-05 14:02:46 +01:00
libeditframe.cpp Libedit: fix bug (svg export does not work) 2012-03-06 15:08:59 +01:00
libeditframe.h Libedit: fix bug (svg export does not work) 2012-03-06 15:08:59 +01:00
libfield.cpp Eeschema: Add better dialog to edit an existing field of the current edited component. 2012-02-22 15:04:48 +01:00
load_one_schematic_file.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
menubar.cpp * Switch to C++'s true and false and away from C" TRUE and FALSE. 2012-01-22 23:17:34 -06:00
menubar_libedit.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
netform.cpp Pcbnew: First draft to use a new netlist format ( containing the same info as the intermediate netlist, but using S expressions) 2012-01-26 10:37:36 +01:00
netlist.cpp Pcbnew: Added: modview. This footprint viewer frame which has the same purpose as Viewlib in Eeschema. 2012-02-09 21:33:38 +01:00
netlist.h Fix compiler warnings introduced in 3430. 2012-02-23 14:54:54 +02:00
netlist_control.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
netlist_control.h Pcbnew: First draft to use a new netlist format ( containing the same info as the intermediate netlist, but using S expressions) 2012-01-26 10:37:36 +01:00
onleftclick.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
onrightclick.cpp Fix eeschema component drawing issue during copy. Add hotkey for block save. 2012-02-23 01:35:26 +02:00
operations_on_items_lists.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
pinedit.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
protos.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_base_frame.cpp Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
sch_bitmap.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
sch_bitmap.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_bus_entry.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_bus_entry.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_collectors.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
sch_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
sch_component.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_component.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_field.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_field.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_junction.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_junction.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_line.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_line.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_marker.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
sch_marker.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_no_connect.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_no_connect.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_polyline.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_polyline.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_screen.cpp Libedit: fix bug (svg export does not work) 2012-03-06 15:08:59 +01:00
sch_sheet.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_sheet.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_sheet_path.cpp 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_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 object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_text.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sch_text.h Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
schedit.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
schematic_undo_redo.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
schframe.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
selpart.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
sheet.cpp Eeschema object list and other minor improvements. 2012-02-26 13:39:39 -05:00
sheetlab.cpp switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 2012-01-22 22:33:36 -06:00
symbdraw.cpp Pcbnew: Hight contrast mode: commit last patch from Miguel Angel Ajo Pelayo, which also fixes an old bug. 2012-02-28 21:14:17 +01:00
symbedit.cpp 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.cpp 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.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 Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
tool_sch.cpp * Switch to C++'s true and false and away from C" TRUE and FALSE. 2012-01-22 23:17:34 -06:00
tool_viewlib.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.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 Fix @JP messages (no bugs, just comment lines) 2012-02-19 20:53:11 +01:00
viewlib_frame.h ++eeschema 2012-01-09 11:24:01 -06: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