kicad/common
jean-pierre charras 04e4599989 PANEL_SETUP_SEVERITIES: skip non existing error codes in TransferDataFrom/ToWindow
Fixes #4066
https://gitlab.com/kicad/code/kicad/issues/4066
2020-03-18 09:17:43 +01:00
..
dialog_about Make libcurl a required dependency and always build KICAD_CURL 2020-02-26 01:03:07 +00:00
dialogs PANEL_SETUP_SEVERITIES: skip non existing error codes in TransferDataFrom/ToWindow 2020-03-18 09:17:43 +01:00
gal Performance enhancements for stroke font initialisation. 2020-03-07 18:52:30 +00:00
kicad_curl Expose curl_easy_escape via KICAD_CURL_EASY 2020-02-20 22:07:17 -05:00
libeval
page_layout Use grid color for worksheet page borders 2020-02-25 20:36:27 -05:00
plotters Pcbnew, Gerber output: always generates Aperture Attributes. 2020-03-12 16:57:13 +01:00
preview_items
settings Remove unnecessary exception handling in settings 2020-03-07 16:06:33 -05:00
swig Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
tool common: prevent segfault with no edit frame in TOOL_MANAGER 2020-02-27 22:02:56 +01:00
view Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
widgets Move pin-to-pin errors to Setup Schematic. 2020-03-11 21:43:55 +00:00
CMakeLists.txt Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
advanced_config.cpp Free some memory that asan was complaining about 2020-02-27 22:58:33 -05:00
array_axis.cpp
array_options.cpp
base64.cpp
base_screen.cpp
base_struct.cpp Convert timestamps to UUIDs. 2020-02-20 21:29:52 +00:00
base_units.cpp Eeschema: implement new symbol library file s-expression formatter. 2020-03-03 08:06:22 -05:00
basic_gal.cpp
bin_mod.cpp Rework the file history menus to not need references to the file history 2020-02-25 16:18:10 +00:00
bitmap.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap_base.cpp
board_printout.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
build_version.cpp Expose more version strings from CMake 2020-03-07 18:43:24 +00:00
colors.cpp
commit.cpp
common.cpp Fix compil issues, especially on Windows: 2020-03-04 10:48:18 +01:00
config_params.cpp Add user-defined severities, exclusions and colors to DRC markers. 2020-03-04 00:39:28 +00:00
confirm.cpp Fix library table panel path adding and cleanup duplicate dialog 2020-02-14 19:07:27 +00:00
cursor_store.cpp Fix preprocessor expression 2020-03-01 00:33:45 +00:00
dialog_shim.cpp
displlst.cpp
dpi_scaling.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
draw_panel_gal.cpp Fix a couple crashes with small canvases 2020-03-04 14:33:42 -06:00
dsnlexer.cpp
eagle_parser.cpp Convert timestamps to UUIDs. 2020-02-20 21:29:52 +00:00
eda_base_frame.cpp Schematic Setup dialog. 2020-03-10 18:54:17 +00:00
eda_dde.cpp
eda_doc.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
eda_draw_frame.cpp ADDED: New color theme editor and multi-theme support 2020-03-06 00:01:03 -05:00
eda_pattern_match.cpp
eda_size_ctrl.cpp
eda_text.cpp
env_paths.cpp Test every environment variable when doing substitution to remove more directories 2020-02-14 22:59:18 +00:00
env_vars.cpp
exceptions.cpp
executable_names.cpp
filehistory.cpp Rework the file history menus to not need references to the file history 2020-02-25 16:18:10 +00:00
filename_resolver.cpp
filter_reader.cpp
footprint_filter.cpp
footprint_info.cpp
fp_lib_table.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
gbr_metadata.cpp Fix build error and cleanup overzealous refactor changes 2020-02-14 00:56:41 +00:00
gestfich.cpp
getrunningmicrosecs.cpp
gl_context_mgr.cpp
gr_basic.cpp
gr_text.cpp
grid_tricks.cpp Allow space to toggle all selected entries in a grid 2020-02-14 19:28:18 +00:00
hash_eda.cpp
hotkey_store.cpp
hotkeys_basic.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
html_messagebox.cpp
kiface_i.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
kiway.cpp
kiway_express.cpp
kiway_holder.cpp
kiway_player.cpp
languages_menu.cpp
launch_ext.cpp Fix URL launching on MacOS 2020-02-22 09:47:51 -05:00
layer_id.cpp Change some layer names for better grouping when alphabeticized. 2020-03-10 18:54:17 +00:00
lib_id.cpp Fix build issue exposed by commit b824051a. 2020-02-07 15:29:03 -05:00
lib_table.keywords
lib_table_base.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
lib_tree_model.cpp Pinning for library trees in FPEditor and SymbolEditor. 2020-02-14 00:10:40 +00:00
lib_tree_model.h Pinning for library trees in FPEditor and SymbolEditor. 2020-02-14 00:10:40 +00:00
lib_tree_model_adapter.cpp Update library trees when their items change. 2020-03-08 15:18:19 +00:00
lib_tree_model_adapter.h Update library trees when their items change. 2020-03-08 15:18:19 +00:00
lockfile.cpp
lset.cpp
marker_base.cpp Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
msgpanel.cpp
netlist.keywords
newstroke_font.cpp Correct cyrillic 'f' in newstroke 2020-02-12 14:08:02 -08:00
observable.cpp
origin_viewitem.cpp Fix invalid std::array constructor causing MSVC illegal indirection error 2020-01-20 01:30:26 +00:00
page_info.cpp
painter.cpp
pcb.keywords Adding Arcs to TRACKS 2020-02-21 23:51:58 +00:00
pcb_plot_params.keywords
pgm_base.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
prependpath.cpp
printout.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
project.cpp Remove duplicated settings from preferences. 2020-03-13 17:28:53 +00:00
properties.cpp
ptree.cpp
rc_item.cpp Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
rc_item.h Move ERC error reporting over to the new framework. 2020-03-16 11:06:15 +00:00
refdes_utils.cpp
reporter.cpp Fix compil issues, especially on Windows: 2020-03-04 10:48:18 +01:00
richio.cpp
search_stack.cpp
searchhelpfilefullpath.cpp
settings.cpp
single_top.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
status_popup.cpp
streamwrapper.cpp
string.cpp Use proper encoding in UnescapeString() to speed up processing 2020-01-20 10:51:20 +00:00
strtok_r.c
systemdirsappend.cpp
trace_helpers.cpp
undo_redo_container.cpp
utf8.cpp
validators.cpp
wildcards_and_files_ext.cpp Eeschema: implement s-expression schematic file formatter. 2020-03-16 09:05:16 -04:00
wxdataviewctrl_helpers.cpp
xnode.cpp