7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 17:05:31 +00:00
kicad/include/settings
John Beard 215533f31a Unify flip direction handling
There was a gentle mish-mash of booleans, some with
true being left/right and some up/down, and some functions that
can flip in both axes (which is never actually done, and doesn't
really make geometric sense).

Replace all this with the FLIP_DIRECTION enum class, which makes
the intention completely unambiguous.

This also then allows a small scattering of simplifications,
because everything takes the same type and you don't have to
fiddle booleans to fit.
2024-09-27 17:13:13 +01:00
..
app_settings.h Unify flip direction handling 2024-09-27 17:13:13 +01:00
aui_settings.h Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
bom_settings.h Symbol Fields Table: configurable excluded from BOM filtering 2024-04-15 13:08:04 -04:00
color_settings.h Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
common_settings.h mouse settings: add reverse zoom option 2024-09-23 17:09:44 +00:00
cvpcb_settings.h ADDED show pin names on footprint pads when assigning to symbol. 2022-07-24 23:41:41 +01:00
environment.h Fix minor Coverity warnings and minor compil warnings. 2021-05-05 08:58:55 +02:00
grid_settings.h Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
json_settings_internals.h Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
json_settings.h Add a new plugin system for the new API 2024-04-02 19:51:16 -04:00
kicad_settings.h new feature: Schematic Design Blocks 2024-09-05 08:35:49 -04:00
nested_settings.h Assert if NESTED_SETTINGS migration is missing for an intermediate version 2024-05-05 19:12:01 +01:00
parameters.h Move the PARAM_LIST<> specializations for BOM to bom_settings 2024-04-13 07:59:25 -04:00
settings_manager.h Fix unreachable code warnings on non-OSX. 2024-09-05 06:17:16 +03:00