Jeff Young
e045def6f7
Correct underline spacing in dialogs; flatten origins & axes.
4 months ago
Jeff Young
cce366bc1d
Tidy up 3D renderer display options.
2 years ago
Jeff Young
0c37e3c443
Remove realistic-mode (and duplicated settings from preferences).
Most of these settings are now available in the appearances panel.
It was concluded in a Zulip discussion that any missing items can
be added back in time if people find they need them (ie: complain).
Also hooks up 3DViewer to the common language framework.
2 years ago
Jeff Young
f45760062b
ADDED: appearances manager for 3D viewer.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12413
2 years ago
jean-pierre charras
90e759e738
Dialogs: minor cosmetic fixes (reduce a few spaces between widgets)
3 years ago
Jeff Young
30c9deb9d5
Flat(er) look for paged dialogs.
3 years ago
Jeff Young
1fc5ecae6e
Minor dialog layout improvements.
Fixes https://gitlab.com/kicad/code/kicad/issues/12497
3 years ago
Jeff Young
a6dd1bf09b
Implement Reset to Defaults for all preferences panels.
4 years ago
Jeff Young
0fd762dc25
Make 3D dialogs easier to find.
4 years ago
Jeff Young
716d75ea0e
Minor improvements to 3D preferences pages.
1) Move silkscreen options under the Board Layers section
2) Use more consistent terminology
3) Fix capitalization of controls
4 years ago
Johan Grip
b984777b52
Add more items to 3D viewer toolbar
4 years ago
Wayne Stambaugh
b579d004ad
3D Viewer: minor display options panel layout improvements.
4 years ago
Jeff Young
5d9c1dd75a
Better names for 3D material properties rendering modes.
(Also restores the legacy behaviour of ignoring transparency in
diffuse mode.)
Fixes https://gitlab.com/kicad/code/kicad/issues/8437
4 years ago
Jeff Young
44086ff2b2
Pull 3D preferences into KiCad preferences architecture.
Fixes https://gitlab.com/kicad/code/kicad/issues/5187
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.
5 years ago
Jeff Young
8b084c373e
Autocomplete for text variables.
Fixes https://gitlab.com/kicad/code/kicad/issues/4190
5 years ago
jean-pierre charras
029b1b0b22
Eeschema: void CollectOtherUnits(): do not try to collect others units
of a not annotated component.
Fixes #4142
https://gitlab.com/kicad/code/kicad/issues/4142
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
829ba27206
Another round of dialog spacing/font adjustments for Windows.
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)
7 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
Baranovskiy Konstantin
1412296398
Fix field align settings in dialogs of Eeschema.
8 years ago
Maciej Suminski
b4d9e7ee99
Fixed asserts in DIALOG_LIB_EDIT_TEXT_BASE.
9 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
Wayne Stambaugh
76d099b337
Eeschema: fix illegal field characters causing corrupt schematic files on Linux. (fixes lp:1529358)
* Refactor edit one field dialogs to use validators and transfer data to and
from window functions.
* Add code to DIALOG_SHIM to handle validation and transfer functions since
the base dialog class code is not called by EndQuasiModal().
* Add custom validator class for filtering field text control characters.
* Add new field validator to edit schematic component dialog field text
control.
* Add new field validator to edit fields in library editor dialog field
text control.
* Make a few LIB_PART member functions const.
10 years ago
Maciej Suminski
6d07e9a754
Fixed dialogs asserts.
10 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
f76041e956
Fix some compil warnings and Debug assertions
12 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
raburton
3c27f847b8
set eol-style native on new file
17 years ago
charras
f1eb69a1a3
more about texts and labels options under eeschema
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