Seth Hillbrand
49a4699d5a
ADDED: Local power symbol option
Local power symbols work like regular power symbols except that they are
scoped only the the sheet in which they are instantiated
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2075
8 months ago
Jeff Young
c50ce416f2
Consistency in panel layout.
10 months ago
Jon Evans
612c7015a7
REMOVED: Clicking on pin selects symbol setting
This is now redundant with the selection filter
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17114
2 years ago
Ma Han
7c6ee16b22
removed the dots for several strings in the settings dialog
https://gitlab.com/kicad/code/kicad/-/issues/16651
2 years ago
Wayne Stambaugh
b7dc7e90ac
Minor string fixes.
2 years ago
Jeff Young
92cbd0f599
Allow Never Show Rescue Symbols to be turned back off.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15733
2 years ago
jean-pierre charras
6b5eeeb861
Preferences dialog: try to reduce its width, in non English languages.
Remove some useless spacers, and do not force some widgets to have a to
large size (by removing empty areas).
Work in progress: one panel is still too big.
3 years ago
Alex
56f900b14f
Remove errant wxTextCtrl style flags.
3 years ago
Jeff Young
30c9deb9d5
Flat(er) look for paged dialogs.
3 years ago
Wayne Stambaugh
9c0445ed98
Remove schematic editor standard dialog button static line separators.
3 years ago
Ian McInerney
40ff7cb9bd
Fix some UI element spacing in settings panels
3 years ago
jean-pierre charras
fb793d9a62
Recreate panel_eeschema_editing_options_base.cpp: there were strange tooltips.
Looks like the file was edited by hand.
3 years ago
Jeff Young
0d5302f375
Add preference for esc-clears-net-highlighting.
Fixes https://gitlab.com/kicad/code/kicad/issues/8760
3 years ago
Mike Williams
252afe41f3
Schematic: remove old, invalid angle choice from editing options
3 years ago
Mike Williams
857990a883
Hierarchy: turn into a left side pane
Drop auto-closing option as well.
3 years ago
Mike Williams
2a726a882f
Schematic: new feature, force 45 degree lines
* New modes to force 45 deg angle at beginning or end of line
* Backspace will undo most recent segment added
* / will toggle posture of 90 and 45 degree lines
* Added alg::signbit for convenience
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/10869
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/9175
4 years ago
Jeff Young
a6dd1bf09b
Implement Reset to Defaults for all preferences panels.
4 years ago
Jeff Young
e30d867439
Use consistent terminology for various constraint modes.
4 years ago
Jeff Young
4dcc847f85
Remove artificial limits from label increment control.
Fixes https://gitlab.com/kicad/code/kicad/issues/9340
4 years ago
Roberto Fernandez Bautista
7089a837f6
Update Editing Options Panel in eeschema with latest modifier keys
We now use Long Click, Ctrl and Shift (Alt is no longer used)
Fixes https://gitlab.com/kicad/code/kicad/-/issues/9234
4 years ago
Jeff Young
fc4d748bdc
Fix bugs in sheets.
1) Default_line_width is in mils, not IU.
2) Plot sheet fields.
Fixes https://gitlab.com/kicad/code/kicad/issues/8984
4 years ago
Wayne Stambaugh
e4ac0fb5a1
Eeschema: fix minor editing options panel lay out issues.
5 years ago
Jeff Young
b71ab01de4
More wxWidgets 3.1 layout adjustments.
5 years ago
jean-pierre charras
9797bc5f25
Left Mouse Button: use same modifiers for Pcbnew, Eeschema and pleditor for selection.
It also means the "force disambiguation menu" uses now Ctrl in Eeschema and pleditor.
5 years ago
jean-pierre charras
94bc373f30
PANEL_EESCHEMA_EDITING_OPTIONS: add info about left mouse click and modifiers.
Similar to the existing info in Pcbnew editing options panel.
5 years ago
Jon Evans
ec11697660
Language update for autostart wires checkbox
5 years ago
Jeff Young
2f1e755f66
Update preference panel names.
5 years ago
Jeff Young
4789794e0e
Minor dialog spacing normalization.
5 years ago
Ian McInerney
8b0fb9f4cf
Remove units and polar settings from the preferences panels
These options are already available in menus, toolbars and hotkeys,
so having them in the preferences pane is more trouble than it is
worth.
5 years ago
Mark Roszko
c940a45937
ADDED: Autostart wires in eeschema
Allows wires to be automatically started by clicking over a connection point
5 years ago
Jeff Young
d61b6f965e
Flatten some settings and remove some more globals.
6 years ago
jean-pierre charras
c16a453e53
fix minor wxWidgets alerts and a minor Coverity warning
6 years ago
Jeff Young
a76ddb52a0
Add sheet borders and backgrounds to Edit Text & Graphics.
Also moves sheet border and sheet background colours to preferences
so it's clearer they're just for newly-created items.
Fixes https://gitlab.com/kicad/code/kicad/issues/4144
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
Franck Jullien
ea218bc722
eeschema: Allow hierarchy navigator to stay open
ADD: User can now decide to keep the hierarchy navigator open while working
on a schematic.
This behavior can be configured in eeschema->preferences->eeschema->Editing options.
6 years ago
jean-pierre charras
d9de28de35
Eeschema: usability enhancement.
ADDED: a config option to select (when clicking on a pin) the parent symbol
or only the pin.
Previously, when cliking on a pin, the parent symbol was selected.
Allowing the pin selection is mandatory in cross probing, and to display the pin
characteristics in some cases, for instance if a pin is flagged by the ERC tooL.
6 years ago
Jeff Young
8ba7d4570c
Move warp-mouse-on-move setting from Eeschema settings to common settings.
It's also used by the Symbol Editor, and will likely be used by
Pcbnew and friends in the future.
6 years ago
Jeff Young
9ee36b1a87
Small layout fix.
6 years ago
Jeff Young
f11de08fa9
Clarify that default text size is for schematic text.
Fixes: lp:1818668
* https://bugs.launchpad.net/kicad/+bug/1818668
6 years ago
Tomasz Włostowski
034669bf30
eemodern: implement drag-related settings in the Preferences window
7 years ago
Wayne Stambaugh
906161dcf8
Fix configuration dialog layout issues on GTK.
7 years ago
jean-pierre charras
a40cff18d3
PANEL_EESCHEMA_SETTINGS_BASE: very minor cosmetic enhancement.
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
977f27f3c4
Adjust spacing on preference panels.
Giving them the correct parent changed the spacing.
(cherry picked from commit 7f602f3)
(cherry picked from commit 718db46)
7 years ago
Jeff Young
7841f8a466
Unified preferences dialog framework.
(cherry picked from commit 8ee3e77)
8 years ago