Wayne Stambaugh
19e309d2d2
Dialog layout and coding policy fixes.
2 years ago
Jon Evans
fc69939190
ADDED: GUI feedback when grid setting is changed by hotkey
Can be extended to other cyclical hotkey settings
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14756
3 years ago
Jeff Young
01bf395cc2
Make via cleaning options clearer.
Fixes https://gitlab.com/kicad/code/kicad/issues/5253
5 years ago
Jon Evans
6ee9d8f7f5
Add basic color theme picker to page layout editor
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2348
6 years ago
Jeff Young
42cd604c3c
Expose Show Hidden Fields to GUI.
Fixes https://gitlab.com/kicad/code/kicad/issues/2010
6 years ago
Jeff Young
d014dc47ab
Finish moving text markup flags to project-level settings.
6 years ago
Jeff Young
085d80e3f3
Remove duplicated settings from preferences.
These have now moved to project-specific settings.
6 years ago
Jeff Young
437f888c25
Schematic Setup dialog.
Includes:
- moving some of the project settings from the Preferences dialog
- ERC severites
- project-specific field-name templates
Fixes https://gitlab.com/kicad/code/kicad/issues/2145
6 years ago
Wayne Stambaugh
f502208211
Eeschema: fix selection thickness setting bug.
Fix minor control padding and alignment issues in the schematic display
options panel.
6 years ago
Simon Richter
270aaec443
Rewrite FBP files generated with unreleased wxFB
These use a few features that are too new, causing errors when trying to
edit with a released version of wxFormBuilder.
6 years ago
jean-pierre charras
b53501d8cf
Eeschema: very minor change: make a string shorter to reduce the panel size
This is not noticeable in English, but noticeable in translated language.
Frequently, strings are longer once translated.
6 years ago
Jeff Young
c5df98a170
Clean up spacing in Eeschema Display Options.
Also adds a note for editing highlight color.
6 years ago
Jonatan Liljedahl
681f6bc707
Eeschema: Add option for selection highlight thickness
ADDED new option to set selection highlight thickness.
Also change selection shadow width constants to
make the selection thickness change less drastically
with the zoom level.
6 years ago
Jonatan Liljedahl
e517069a51
Eeschema: Add options for selection appearance
ADDED: Three new options that affects selection appearance:
- Draw selected text items as box
- Draw selected child items
- Fill selected shapes
6 years ago
Jeff Young
35c8d64f98
Add super- and subscript support to Eeschema.
Note that since the markup might exist for other reasons, it has
to be turned on with a preference setting. (It goes through a set
of bitflags so the same architecture can be used for other markup
structures that we might want to support in the future.)
Note also that this is more about engineering nomenclature than
visual formatting. In that respect it's more similar to overbar
than italic or bold.
6 years ago
Jeff Young
9328ec8b52
Separate default line and wire thicknesses.
Fixes: lp:1834324
* https://bugs.launchpad.net/kicad/+bug/1834324
6 years ago
Jeff Young
96724af2c4
Ensure junctions and no-connects are visible even on fat wires.
Also adds a preference for junction size.
Fixes: lp:1545422
* https://bugs.launchpad.net/kicad/+bug/1545422
7 years ago
Jeff Young
afeebc8944
Grid settings for Eeschema GAL.
Split antialiasing options out from display options. Move
antialiasing to common. Duplicate the rest of display options
for Eeschema.
Implement OnSelectGrid and hookup GAL canvas refresh to
SetPresetGrid.
Add Grid Settings... to View menu and move Show Grid from
preferences to View Menu to match Pcbnew.
7 years ago
Jeff Young
7841f8a466
Unified preferences dialog framework.
(cherry picked from commit 8ee3e77)
8 years ago