kicad/eeschema/dialogs
Maciej Suminski fcedef836a Revert "Do not use double component primitives in Spice netlist exporter"
This commit creates more issues than resolves. It could happen that
there are components with different reference types (e.g. U1 and IC1)
that would be later converted to X1, causing a conflict.
2016-08-31 11:51:17 +02:00
..
dialog_annotate.cpp Eeschema: set modified flag when clearing annotation. 2015-10-31 12:25:52 -04:00
dialog_annotate_base.cpp Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_annotate_base.fbp Eeschema: improve netlist generation useability. 2015-06-23 09:55:16 -04:00
dialog_annotate_base.h Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_bom.cpp Eeschema: dialogs: incorrect sizes fixes and osx copy text fix 2016-07-18 09:04:13 +02:00
dialog_bom_base.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) 2016-03-31 08:28:16 +02:00
dialog_bom_base.fbp Eeschema: enhancement on Windows: adds a show console option for BOM plugin execution (needed for instance by python plugins which are run with pythonw) 2016-03-31 08:28:16 +02:00
dialog_bom_base.h Eeschema: enhancement on Windows: adds a show console option for BOM plugin execution (needed for instance by python plugins which are run with pythonw) 2016-03-31 08:28:16 +02:00
dialog_bom_cfg.keywords Eeschema: add dialog and utilities to create BOMs from generic netlist 2013-06-14 16:59:52 +02:00
dialog_bom_help.html Eeschema: enhancement on Windows: adds a show console option for BOM plugin execution (needed for instance by python plugins which are run with pythonw) 2016-03-31 08:28:16 +02:00
dialog_choose_component.cpp Fix graphics rendering on RTL systems (lp:1559545) 2016-03-22 14:53:50 -04:00
dialog_choose_component.h Try to fix an issue on Ubuntu/Unity for some dialogs which are not displayed. For most, adding GetSizer()->Fit( this ) in dialog constructor fix the issue, but at least one dialog still is not displayed. 2014-11-19 15:22:47 +01:00
dialog_choose_component_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_choose_component_base.fbp Minor fixes: make a message translatable in CvPcb. Dialog choose component: fix a missing min size calculation and make min size bigger. 2015-03-30 21:34:41 +02:00
dialog_choose_component_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_edit_component_in_lib.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_edit_component_in_lib.h Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode. 2015-03-06 09:58:32 +01:00
dialog_edit_component_in_lib_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_edit_component_in_lib_base.fbp Dialogs edit footprint in module editor and edit footprint in board editor: add button to edit the selected 3D shape filename. 2015-02-02 17:43:34 +01:00
dialog_edit_component_in_lib_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_edit_component_in_schematic.cpp Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component). 2016-08-19 18:42:39 +02:00
dialog_edit_component_in_schematic_fbp.cpp Spice model editor dialog 2016-08-11 14:41:40 +02:00
dialog_edit_component_in_schematic_fbp.fbp Spice model editor dialog 2016-08-11 14:41:40 +02:00
dialog_edit_component_in_schematic_fbp.h Spice model editor dialog 2016-08-11 14:41:40 +02:00
dialog_edit_label.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_edit_label_base.cpp Eeschema: Fix issue in multiline text properties dialog editor: on wxWidgets 3.1, the enter key closes the dialog instead of inserting a new line in text. 2016-03-24 13:28:50 +01:00
dialog_edit_label_base.fbp Eeschema: Fix issue in multiline text properties dialog editor: on wxWidgets 3.1, the enter key closes the dialog instead of inserting a new line in text. 2016-03-24 13:28:50 +01:00
dialog_edit_label_base.h Eeschema: Fix issue in multiline text properties dialog editor: on wxWidgets 3.1, the enter key closes the dialog instead of inserting a new line in text. 2016-03-24 13:28:50 +01:00
dialog_edit_libentry_fields_in_lib.cpp Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component). 2016-08-19 18:42:39 +02:00
dialog_edit_libentry_fields_in_lib_base.cpp Component library editor field properties dialog improvements. 2016-04-29 13:37:36 -04:00
dialog_edit_libentry_fields_in_lib_base.fbp Component library editor field properties dialog improvements. 2016-04-29 13:37:36 -04:00
dialog_edit_libentry_fields_in_lib_base.h Component library editor field properties dialog improvements. 2016-04-29 13:37:36 -04:00
dialog_edit_one_field.cpp Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component). 2016-08-19 18:42:39 +02:00
dialog_edit_one_field.h Eeschema: fix broken component reference field in hierarchies. (fixes lp:1572812) 2016-04-22 09:29:47 -04:00
dialog_eeschema_config.cpp Pull existing settings into Doxygen module 2016-05-12 15:45:47 -04:00
dialog_eeschema_config_fbp.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_eeschema_config_fbp.fbp Eeschema: minor library configuration dialog improvments. 2015-09-12 16:20:16 -04:00
dialog_eeschema_config_fbp.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_eeschema_options.cpp Eeschema: dialogs: incorrect sizes fixes and osx copy text fix 2016-07-18 09:04:13 +02:00
dialog_eeschema_options.h Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_eeschema_options_base.cpp Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_eeschema_options_base.fbp Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_eeschema_options_base.h Remove legacy option to zoom to selection on middle mouse button 2016-06-11 19:37:43 -04:00
dialog_erc.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_erc.h Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_erc_base.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_erc_base.fbp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_erc_base.h Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_draw_item.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_draw_item.fbp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_draw_item.h More missing source license fixes. 2014-10-21 11:48:00 -04:00
dialog_lib_edit_draw_item_base.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_draw_item_base.h Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_pin.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_lib_edit_pin.h Fix coverity warnings: 2016-03-06 09:31:00 +01:00
dialog_lib_edit_pin_base.cpp Enum refactoring and shiny icons in dialog_lib_edit_pin_table 2016-02-28 18:33:29 +01:00
dialog_lib_edit_pin_base.fbp Enum refactoring and shiny icons in dialog_lib_edit_pin_table 2016-02-28 18:33:29 +01:00
dialog_lib_edit_pin_base.h Enum refactoring and shiny icons in dialog_lib_edit_pin_table 2016-02-28 18:33:29 +01:00
dialog_lib_edit_pin_table.cpp Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
dialog_lib_edit_pin_table.h Add pin number summary 2016-01-13 14:17:54 -05:00
dialog_lib_edit_pin_table_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_lib_edit_pin_table_base.fbp Add pin number summary 2016-01-13 14:17:54 -05:00
dialog_lib_edit_pin_table_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_lib_edit_text.cpp Eeschema: dialogs: incorrect sizes fixes and osx copy text fix 2016-07-18 09:04:13 +02:00
dialog_lib_edit_text.h More missing source license fixes. 2014-10-21 11:48:00 -04:00
dialog_lib_edit_text_base.cpp Fixed asserts in DIALOG_LIB_EDIT_TEXT_BASE. 2016-08-11 14:41:04 +02:00
dialog_lib_edit_text_base.fbp Fixed asserts in DIALOG_LIB_EDIT_TEXT_BASE. 2016-08-11 14:41:04 +02:00
dialog_lib_edit_text_base.h Fixed asserts in DIALOG_LIB_EDIT_TEXT_BASE. 2016-08-11 14:41:04 +02:00
dialog_lib_new_component.cpp Do not allow spaces in component name (value field) in component library editor, in dialogs (Edit field, Create component). 2016-08-19 18:42:39 +02:00
dialog_lib_new_component.fbp Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_lib_new_component.h Minor compiler warning and object improvements. 2015-01-28 16:43:46 -05:00
dialog_lib_new_component_base.cpp Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_lib_new_component_base.h Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_libedit_options.cpp refinemenst in dialogs and OSX Cancel button fix 2016-07-18 17:54:41 +02:00
dialog_libedit_options.h Remove MaxUndoItems, make devel option DevelMaxUndoItems 2016-05-12 12:51:32 -04:00
dialog_libedit_options_base.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_libedit_options_base.fbp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_libedit_options_base.h Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_netlist.cpp Fixed Spice netlist export options and added a few new flags 2016-08-11 14:41:20 +02:00
dialog_netlist_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_netlist_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_netlist_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_plot_schematic.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_plot_schematic.h WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 2015-06-16 14:20:42 +02:00
dialog_plot_schematic_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_plot_schematic_base.fbp eeschema plot dialog: cosmetic enhancement: 2015-12-21 16:08:37 +01:00
dialog_plot_schematic_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_print_using_printer.cpp Eeschema: SCH_SHEET_LIST improvements. 2016-03-06 16:22:01 -05:00
dialog_print_using_printer_base.cpp Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_print_using_printer_base.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_print_using_printer_base.h Fix a few shadowed local variables and deprecated warnings in dialogs (using a very recent wxformbuilder version). 2016-05-10 08:56:03 +02:00
dialog_rescue_each.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
dialog_rescue_each_base.cpp Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_rescue_each_base.fbp Eeschema: minor component library rescue helper fixes. 2015-06-26 11:17:23 -04:00
dialog_rescue_each_base.h Fix a few deprecated compil warnings in dialogs generated by wxformbuilder 2016-05-11 10:51:07 +02:00
dialog_sch_edit_sheet_pin.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_sch_edit_sheet_pin.h Rename enum TypeSheetLabel to PINSHEETLABEL_SHAPE (Better name, and in accordance with our coding style policy) 2016-02-28 19:16:59 +01:00
dialog_sch_edit_sheet_pin_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_sch_edit_sheet_pin_base.fbp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_sch_edit_sheet_pin_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_sch_sheet_props.cpp Eeschema: dlg size fixes and osx fixes 2016-07-16 12:54:55 +02:00
dialog_sch_sheet_props.fbp Fixed dialogs asserts. 2015-06-15 15:54:58 +02:00
dialog_sch_sheet_props.h More missing source license fixes. 2014-10-21 11:48:00 -04:00
dialog_sch_sheet_props_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_sch_sheet_props_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_schematic_find.cpp Eeschema: always enable Replace All when there is a search term 2016-01-12 10:57:17 -05:00
dialog_schematic_find.h Eeschema: always enable Replace All when there is a search term 2016-01-12 10:57:17 -05:00
dialog_schematic_find_base.cpp Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_schematic_find_base.fbp Very minor fix: double shortcut key fix in dialog_schematic_find_base.cpp 2016-02-01 11:42:33 +01:00
dialog_schematic_find_base.h Eeschema: minor dialog fixes. 2016-02-19 18:25:03 -05:00
dialog_signal_list.cpp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_signal_list.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
dialog_signal_list_base.cpp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_signal_list_base.fbp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_signal_list_base.h Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_sim_settings.cpp Revert "Do not use double component primitives in Spice netlist exporter" 2016-08-31 11:51:17 +02:00
dialog_sim_settings.h Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_sim_settings_base.cpp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_sim_settings_base.fbp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_sim_settings_base.h Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_spice_model.cpp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_spice_model.h Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_spice_model_base.cpp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_spice_model_base.fbp Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00
dialog_spice_model_base.h Simulator dialogs: fix minimal sizes and best sizes. 2016-08-20 17:25:51 +02:00