kicad/common/dialogs
Lucas Dumont bb9a329ee4 Avoid wxWidgets alert when removing bottom to top
Fix assert ./src/generic/grid.cpp(5216): assert "idx >= 0 && idx < m_numRows" failed in GetRowPos(): invalid row index happening when selecting >= 3 row starting from the bottom last row. Even if not all row are selected.

This happen because wxGrid::DeleteRows will try to update the selected row between each call.
2024-10-24 23:11:26 +00:00
..
git Fixup previous edit 2024-05-06 10:36:07 -07:00
dialog_HTML_reporter_base.cpp Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
dialog_HTML_reporter_base.fbp Make OK default in inspectors (and hook up to close window). 2021-03-22 21:20:54 +00:00
dialog_HTML_reporter_base.h Fix various typos 2022-07-21 16:31:41 +00:00
dialog_assign_netclass.cpp Multi-netclass support 2024-07-26 20:49:29 +00:00
dialog_assign_netclass_base.cpp Internationalize PCB "Add Netclass Assignment" dialog. 2024-02-10 08:34:19 +03:00
dialog_assign_netclass_base.fbp Internationalize PCB "Add Netclass Assignment" dialog. 2024-02-10 08:34:19 +03:00
dialog_assign_netclass_base.h Internationalize PCB "Add Netclass Assignment" dialog. 2024-02-10 08:34:19 +03:00
dialog_book_reporter.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
dialog_book_reporter_base.cpp Fix mode-less dialog issues. 2023-03-13 12:04:01 -04:00
dialog_book_reporter_base.fbp Fix mode-less dialog issues. 2023-03-13 12:04:01 -04:00
dialog_book_reporter_base.h Fix mode-less dialog issues. 2023-03-13 12:04:01 -04:00
dialog_color_picker.cpp Fix color swatches and color picker dialog on GTK with window scaling. 2024-05-26 13:02:37 +03:00
dialog_color_picker_base.cpp Make color picker dialog usable on hidpi monitors. 2024-05-25 04:13:13 +03:00
dialog_color_picker_base.fbp Make color picker dialog usable on hidpi monitors. 2024-05-25 04:13:13 +03:00
dialog_color_picker_base.h Make color picker dialog usable on hidpi monitors. 2024-05-25 04:13:13 +03:00
dialog_configure_paths.cpp Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00
dialog_configure_paths_base.cpp Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00
dialog_configure_paths_base.fbp Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00
dialog_configure_paths_base.h Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00
dialog_display_html_text_base.cpp Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
dialog_display_html_text_base.fbp Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
dialog_display_html_text_base.h Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
dialog_edit_library_tables.cpp Hidden footprint libraries are not yet supported. 2024-06-12 16:59:20 +01:00
dialog_embed_files.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
dialog_global_design_block_lib_table_config.cpp design blocks: move all loading out the main kicad frame 2024-09-10 15:50:03 -04:00
dialog_global_design_block_lib_table_config.h design blocks: move all loading out the main kicad frame 2024-09-10 15:50:03 -04:00
dialog_global_lib_table_config.cpp Remove hard-coded versioned env vars in most places 2024-02-15 15:31:08 +00:00
dialog_global_lib_table_config_base.cpp Support canceling initial global library table setup. 2023-03-19 14:30:53 +03:00
dialog_global_lib_table_config_base.fbp Support canceling initial global library table setup. 2023-03-19 14:30:53 +03:00
dialog_global_lib_table_config_base.h Support canceling initial global library table setup. 2023-03-19 14:30:53 +03:00
dialog_grid_settings.cpp grids: make settings panel correctly implement cancel 2024-09-18 10:49:12 -04:00
dialog_grid_settings.fbp Internationalize "Grid Settings" dialog. 2024-02-10 08:34:19 +03:00
dialog_grid_settings_base.cpp Internationalize "Grid Settings" dialog. 2024-02-10 08:34:19 +03:00
dialog_grid_settings_base.h Internationalize "Grid Settings" dialog. 2024-02-10 08:34:19 +03:00
dialog_hotkey_list.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
dialog_import_choose_project.cpp Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
dialog_import_choose_project.h Clearer naming and commenting. 2024-06-25 11:07:14 +01:00
dialog_import_choose_project_base.cpp ADDED: Project chooser dialog for EasyEDA Pro import. 2023-10-30 09:35:27 +03:00
dialog_import_choose_project_base.fbp ADDED: Project chooser dialog for EasyEDA Pro import. 2023-10-30 09:35:27 +03:00
dialog_import_choose_project_base.h ADDED: Project chooser dialog for EasyEDA Pro import. 2023-10-30 09:35:27 +03:00
dialog_locked_items_query.cpp Pcbnew: add way to re-enable locking prompts 2024-10-05 22:26:18 +01:00
dialog_locked_items_query_base.cpp Pcbnew: add way to re-enable locking prompts 2024-10-05 22:26:18 +01:00
dialog_locked_items_query_base.fbp Pcbnew: add way to re-enable locking prompts 2024-10-05 22:26:18 +01:00
dialog_locked_items_query_base.h Pcbnew: add way to re-enable locking prompts 2024-10-05 22:26:18 +01:00
dialog_migrate_settings.cpp Change the migrate settings path box to proportion rather than fixed min width 2024-01-22 22:12:38 -05:00
dialog_migrate_settings_base.cpp Change the migrate settings path box to proportion rather than fixed min width 2024-01-22 22:12:38 -05:00
dialog_migrate_settings_base.fbp Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
dialog_migrate_settings_base.h Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
dialog_multi_unit_entry.cpp Dogbones: add slots for acute angles 2024-09-22 13:45:19 +01:00
dialog_page_settings.cpp Replace custom Clamp with std::clamp 2024-07-25 19:17:17 +02:00
dialog_page_settings_base.cpp Optical alignment for capital 'T's. 2023-10-19 15:02:38 +01:00
dialog_page_settings_base.fbp Optical alignment for capital 'T's. 2023-10-19 15:02:38 +01:00
dialog_page_settings_base.h Remove standard dialog button static line separators. 2023-01-08 13:15:33 -05:00
dialog_paste_special.cpp Make paste special dialog a bit more user friendly. 2023-12-03 13:44:38 -05:00
dialog_paste_special_base.cpp Map nets in pasted data 2024-04-01 16:56:44 -07:00
dialog_paste_special_base.fbp Map nets in pasted data 2024-04-01 16:56:44 -07:00
dialog_paste_special_base.h Map nets in pasted data 2024-04-01 16:56:44 -07:00
dialog_plugin_options.cpp Remove basic masking class map_string_utf8 2024-08-19 11:51:13 -07:00
dialog_plugin_options_base.cpp Vertically center wxGrid cells by default. 2023-09-18 17:15:34 +03:00
dialog_plugin_options_base.fbp Vertically center wxGrid cells by default. 2023-09-18 17:15:34 +03:00
dialog_plugin_options_base.h Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited 2023-09-11 19:10:16 -04:00
dialog_print_generic.cpp Slight reduction in asserts. 2024-07-18 18:01:05 +01:00
dialog_print_generic_base.cpp Standardize print/plot terms 2023-01-11 12:30:02 -08:00
dialog_print_generic_base.fbp Standardize print/plot terms 2023-01-11 12:30:02 -08:00
dialog_print_generic_base.h Standardize print/plot terms 2023-01-11 12:30:02 -08:00
dialog_text_entry.cpp Ease-of-use for un-commented ERC/DRC exclusions. 2024-06-19 17:07:50 +01:00
dialog_text_entry_base.cpp Ease-of-use for un-commented ERC/DRC exclusions. 2024-06-19 17:07:50 +01:00
dialog_text_entry_base.fbp Ease-of-use for un-commented ERC/DRC exclusions. 2024-06-19 17:07:50 +01:00
dialog_text_entry_base.h Support wildcards and regEx's in Net Inspector. 2024-05-24 12:24:05 +01:00
dialog_unit_entry.cpp Dialog layout fixes. 2023-11-05 08:09:51 -05:00
dialog_unit_entry_base.cpp Dialog layout fixes. 2023-11-05 08:09:51 -05:00
dialog_unit_entry_base.fbp Dialog layout fixes. 2023-11-05 08:09:51 -05:00
dialog_unit_entry_base.h Dialog layout fixes. 2023-11-05 08:09:51 -05:00
eda_list_dialog.cpp Validate new symbol / save as symbol info before exiting dialog. 2023-09-05 22:07:58 +01:00
eda_list_dialog_base.cpp Scale list columns with dialog width. 2022-12-27 01:04:47 +00:00
eda_list_dialog_base.fbp Scale list columns with dialog width. 2022-12-27 01:04:47 +00:00
eda_list_dialog_base.h Scale list columns with dialog width. 2022-12-27 01:04:47 +00:00
eda_reorderable_list_dialog.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
eda_reorderable_list_dialog_base.cpp Update EDA_REORDERABLE_LIST_DIALOG to current GUI style. 2023-11-10 12:49:19 +00:00
eda_reorderable_list_dialog_base.fbp Update EDA_REORDERABLE_LIST_DIALOG to current GUI style. 2023-11-10 12:49:19 +00:00
eda_reorderable_list_dialog_base.h Update EDA_REORDERABLE_LIST_DIALOG to current GUI style. 2023-11-10 12:49:19 +00:00
eda_view_switcher.cpp Pcbnew: allow escaping from viewport/layer preset switcher 2024-07-21 22:41:36 +08:00
eda_view_switcher_base.cpp Dialog layout and coding policy fixes. 2023-11-04 13:57:31 -04:00
eda_view_switcher_base.fbp Dialog layout and coding policy fixes. 2023-11-04 13:57:31 -04:00
eda_view_switcher_base.h Dialog layout and coding policy fixes. 2023-11-04 13:57:31 -04:00
hotkey_cycle_popup.cpp Fix clang / mac build warnings 2024-10-18 22:07:17 +01:00
hotkey_cycle_popup.h Build time optimizations. 2024-04-27 23:49:13 +03:00
html_message_box.cpp Add doc link to custom rules syntax help. 2023-02-12 21:34:35 +00:00
panel_color_settings.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
panel_color_settings_base.cpp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_color_settings_base.fbp Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_color_settings_base.h Flat(er) look for paged dialogs. 2023-01-11 01:11:25 +00:00
panel_common_settings.cpp Open library file preselected in the file explorer for both symbol and footprint editors. 2024-07-10 06:14:04 +00:00
panel_common_settings_base.cpp Open library file preselected in the file explorer for both symbol and footprint editors. 2024-07-10 06:14:04 +00:00
panel_common_settings_base.fbp Open library file preselected in the file explorer for both symbol and footprint editors. 2024-07-10 06:14:04 +00:00
panel_common_settings_base.h Open library file preselected in the file explorer for both symbol and footprint editors. 2024-07-10 06:14:04 +00:00
panel_data_collection.cpp Break out the boundary violating parts of gal into common through subclassing 2023-09-23 09:37:47 -04:00
panel_data_collection_base.cpp Fix grammatical error in opt-in request. 2023-07-01 15:47:12 +01:00
panel_data_collection_base.fbp Fix grammatical error in opt-in request. 2023-07-01 15:47:12 +01:00
panel_data_collection_base.h Fix grammatical error in opt-in request. 2023-07-01 15:47:12 +01:00
panel_design_block_lib_table.cpp Avoid wxWidgets alert when removing bottom to top 2024-10-24 23:11:26 +00:00
panel_design_block_lib_table.h design blocks: move table manager to common dialogs 2024-09-10 15:50:03 -04:00
panel_design_block_lib_table_base.cpp design blocks: move table manager to common dialogs 2024-09-10 15:50:03 -04:00
panel_design_block_lib_table_base.fbp design blocks: move table manager to common dialogs 2024-09-10 15:50:03 -04:00
panel_design_block_lib_table_base.h design blocks: move table manager to common dialogs 2024-09-10 15:50:03 -04:00
panel_embedded_files.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
panel_embedded_files.h Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
panel_embedded_files_base.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
panel_embedded_files_base.fbp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
panel_embedded_files_base.h Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
panel_gal_display_options.cpp All the preferences, all the time. 2021-12-24 13:08:44 +00:00
panel_grid_settings.cpp grids: make settings panel correctly implement cancel 2024-09-18 10:49:12 -04:00
panel_grid_settings_base.cpp grids: make settings panel correctly implement cancel 2024-09-18 10:49:12 -04:00
panel_grid_settings_base.fbp grids: make settings panel correctly implement cancel 2024-09-18 10:49:12 -04:00
panel_grid_settings_base.h grids: make settings panel correctly implement cancel 2024-09-18 10:49:12 -04:00
panel_hotkeys_editor.cpp Do not parent dialogs to non top level windows in panels or widgets. 2024-02-03 10:40:28 -05:00
panel_image_editor.cpp Abstract REFERENCE_IMAGE to a separate class 2024-09-30 10:20:20 +01:00
panel_image_editor_base.cpp Functionally it's a "reference image". 2023-10-24 15:44:21 +01:00
panel_image_editor_base.fbp Functionally it's a "reference image". 2023-10-24 15:44:21 +01:00
panel_image_editor_base.h Functionally it's a "reference image". 2023-10-24 15:44:21 +01:00
panel_mouse_settings.cpp mouse settings: add reverse zoom option 2024-09-23 17:09:44 +00:00
panel_mouse_settings_base.cpp Clean up some layout issues. 2024-09-30 20:13:27 +01:00
panel_mouse_settings_base.fbp Clean up some layout issues. 2024-09-30 20:13:27 +01:00
panel_mouse_settings_base.h Clean up some layout issues. 2024-09-30 20:13:27 +01:00
panel_packages_and_updates.cpp Fix incorrect init of m_cbKicadUpdate only noticeable when KICAD_UPDATE_CHECK is ON 2024-01-10 18:45:11 +01:00
panel_packages_and_updates.h ADDED: KiCad update check 2023-12-13 20:47:40 -05:00
panel_packages_and_updates_base.cpp ADDED: KiCad update check 2023-12-13 20:47:40 -05:00
panel_packages_and_updates_base.fbp ADDED: KiCad update check 2023-12-13 20:47:40 -05:00
panel_packages_and_updates_base.h ADDED: KiCad update check 2023-12-13 20:47:40 -05:00
panel_plugin_settings.cpp Add QA tests and expand serialization for API 2024-04-02 19:51:18 -04:00
panel_plugin_settings_base.cpp Refactor; add user control over API server 2024-04-02 19:51:18 -04:00
panel_plugin_settings_base.fbp Refactor; add user control over API server 2024-04-02 19:51:18 -04:00
panel_plugin_settings_base.h Refactor; add user control over API server 2024-04-02 19:51:18 -04:00
panel_setup_netclasses.cpp Don't add default netclass for missing PCB or schematic colors 2024-09-20 18:46:39 +01:00
panel_setup_netclasses_base.cpp Move netclass highlighting style to application-level setting 2024-08-12 23:52:01 +01:00
panel_setup_netclasses_base.fbp Move netclass highlighting style to application-level setting 2024-08-12 23:52:01 +01:00
panel_setup_netclasses_base.h Move netclass highlighting style to application-level setting 2024-08-12 23:52:01 +01:00
panel_setup_severities.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
panel_text_variables.cpp ADDED: importing text vars from Schematic Setup. 2024-08-11 19:33:15 -06:00
panel_text_variables_base.cpp Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00
panel_text_variables_base.fbp Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00
panel_text_variables_base.h Add wxGrid autosizer helper 2024-08-06 23:45:55 +08:00