Wayne Stambaugh
9c0445ed98
Remove schematic editor standard dialog button static line separators.
3 years ago
Jeff Young
f4de7bfc48
Improve dialog layout.
3 years ago
Jon Evans
04f65c6c5c
ADDED: Option to disable autoplacement for particular fields
Fixes https://gitlab.com/kicad/code/kicad/-/issues/5767
3 years ago
Jon Evans
4ea0a80df0
CHANGED: Fields may now optionally display their name before their value
Fixes https://gitlab.com/kicad/code/kicad/-/issues/11457
3 years ago
Jeff Young
20eca94fca
ADDED vertical alignment for text boxes.
Fixes https://gitlab.com/kicad/code/kicad/issues/12340
3 years ago
Jeff Young
e8a543f1ea
Colors for text in PL_Editor and Eeschema.
Fixes https://gitlab.com/kicad/code/kicad/issues/1952
4 years ago
Jeff Young
c6a8100d46
Schematic and symbol text boxes.
Also fixes some plot bugs with arcs.
Also moves polygonization of arcs (when required) in plotting code
from 5 degrees to calculated based on ARC_HIGH_DEF.
Fixes https://gitlab.com/kicad/code/kicad/issues/5017
4 years ago
Jeff Young
a2030a5956
GUI for font selection.
4 years ago
Jeff Young
889970a449
SCH_NETCLASS_FLAGs and SCH_FIELDs for labels.
ADDED: a new label type for netclass flags.
ADDED: the ability to define fields on labels.
4 years ago
Jeff Young
c508c89a81
Pretty-up some warning messages.
4 years ago
jean-pierre charras
f11687c5e5
Do not allow sheet filename change from DIALOG_SCH_FIELD_PROPERTIES.
It does not work. Changing a sheet filename is complex, and can be
made only in sheet properties dialog.
4 years ago
Jeff Young
6eb59b9d9e
Dialog naming conventions.
4 years ago
jean-pierre charras
2b89511887
DIALOG_LIB_EDIT_TEXT: Remove useless code creating a wxWidgets alert. Fixes #8093 https://gitlab.com/kicad/code/kicad/issues/8093
5 years ago
jean-pierre charras
cc43436df8
Eeschema: Fix a few issues in dialog edit fields
Partial fix of #8057
5 years ago
Jeff Young
f0e6f812ff
Edit One Field improvements.
1) Accept <enter> as OK if the multiline textbox isn't shown.
2) Focus and select all in first control if multiline textbox isn't shown.
3) Make title be title caps ("Edit Sheet name Field" looked dorky).
Fixes https://gitlab.com/kicad/code/kicad/issues/7940
5 years ago
Jeff Young
79cdd608af
Make sure Footprint ID gets initialized when calling chooser.
Also make some of the labels in the dialog more explicit.
6 years ago
Jeff Young
8b084c373e
Autocomplete for text variables.
Fixes https://gitlab.com/kicad/code/kicad/issues/4190
6 years ago
jean-pierre charras
e556cb8c91
Fix a minor wxWidgets debug alert.
7 years ago
Jeff Young
3a67300001
Fix reference text smart selection for Windows and Linux.
Fixes: lp:1782382
* https://bugs.launchpad.net/kicad/+bug/1782382
7 years ago
Jeff Young
68e7a49b53
Add position to Eeschema's edit text dialogs.
Fixes: lp:1627467
* https://bugs.launchpad.net/kicad/+bug/1627467
(cherry picked from commit 07c7828)
8 years ago
Jeff Young
06bf958bf1
UNIT_BINDERize eeschema's plot and text edit dialogs.
(cherry picked from commit 298ea70)
8 years ago
Seth Hillbrand
60abff1c02
Standardize colons in library text dialog
8 years ago
Wayne Stambaugh
71ea6dc2b9
Common, 3D viewer, CvPcb, and Eeschema dialog tweaks.
Improve dialog layout and fix UI policy issues with all of the dialog
boxes in the common, 3D viewer, CvPcb, and Eeschema code paths.
Updated the use of component to symbol.
8 years ago
Maciej Suminski
b4d9e7ee99
Fixed asserts in DIALOG_LIB_EDIT_TEXT_BASE.
9 years ago
jean-pierre charras
6a7544a2ca
Fix a few deprecated compil warnings in dialogs generated by wxformbuilder
10 years ago
Wayne Stambaugh
30f5a7a7e1
Eeschema: fix field edit dialog power component warning bug.
* Prevent power component warning from being shown when edit normal component
fields.
* Make text edit dialog size itself instead of using a fixed size.
* Improve the alignment and spacing in the text edit dialog.
10 years ago
Simon Richter
e220a50958
Eeschema: minor dialog fixes.
* Fix parent of elements in wxSizers.
* Update old dialog with recent version of wxFormBuilder.
* Add wxALIGN_CENTER_VERTICAL flag to some dialogs.
* Update wxFormBuilder timestamp in generated sources.
10 years ago
Maciej Suminski
6d07e9a754
Fixed dialogs asserts.
11 years ago
unknown
74154480de
Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values.
11 years ago
Mark Roszko
396e7b8ccb
Add select footprint feature to Eeschema field properties dialog.
11 years ago
jean-pierre charras
cf7dbf6f94
Fix some minor issues
12 years ago
Wayne Stambaugh
73ca1ed754
Eeschema multiple unit component nomenclature improvements (fixes 1226874).
* Replace all occurrences of the word "part" with "unit" when referring to
multiple unit components for improved consistency.
* Replace "shared by" with "common to" when referring to objects (lines, arcs,
pins, etc.) that are common to all units.
* Improve wording in library component properties dialog.
12 years ago
Dick Hollenbeck
37c3ef503f
fix expansion of dialog on stretching and initial view
12 years ago
Dick Hollenbeck
5aec46049d
apply DIALOG_SHIM to dialog_lib_edit_text_base and make dialog_lib_edit_pin_base apportion more width for pin name
13 years ago
jean-pierre charras
718b25656c
Libedit: Add better dialog to edit an existing field of the current edited component.
14 years ago
jean-pierre charras
320d01f622
fix bug 765355
15 years ago
Wayne Stambaugh
e3b4eeb160
More EESchema dialog file housekeeping
15 years ago
charras
f43d1aaa54
Added text justification for graphic texts in libedit and more(see changelog)
17 years ago
charras
348cfa79b0
More about italic and bold texts options in fields and graphic texts + code cleanup
17 years ago
charras
cd6fbbef68
All: cleaning code to draw/plot texts (work in progress). Eeschema: italic and bold texts and labels allowed
(plot functions not yet updated for bold texts)
17 years ago