Sylwester Kocjan
c7daca1e78
Eeschema: Adding new source types in SPICE model
NEW: Adds support in eeschema for three new source types
used in .TRAN simulation: single frequency FM, AM, and random.
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
e6346c7408
Pcbnew: fix crash on Linux (when opening Edit Spice model in component properties)
It happens when the spice library model shown in dialog is a large file.
Looks like the wxTextCtrl used to displays the library content
creates the crash ( GKT bug?) for large texts.
The fix is to replace this wxTextCtrlt by a wxStyledTextCtrl.
It has advantages (does not crash... and much faster display) and
inconvenients (cannot disable editing).
Fixes: lp:1853161
https://bugs.launchpad.net/kicad/+bug/1853161
6 years ago
jean-pierre charras
db7deff21b
DIALOG_SPICE_MODEL_BASE: fix minor wxWidgets alerts.
7 years ago
Maciej Suminski
f2f6dffd16
Refactored logic in Spice model editor dialog
- Removed redundant enums
- Stored Spice model description in an array
- Made code generic by using the model description array
7 years ago
Seth Hillbrand
3e652f2d40
Standardize colons and units in spice model dialog
8 years ago
Wayne Stambaugh
f7ab50f791
UI string normalization.
Replace all instances of "component" and "part" with "symbol" when
referring to schematic and library symbols.
Replace all instances of "component" with "footprint" when referring to
board and library footprints.
Minor dialog layout fixes to some of the dialogs impacted by the UI
string changes.
8 years ago
Maciej Suminski
2b052265b2
Added library contents preview to Spice model editor dialog
8 years ago
Maciej Suminski
162d445ce4
Spice Model Editor upgrades
- set a proper title for the dialog
- changed the library parser delimiters to all whitespaces
- sorts the model list in the alphabetical order
- one tab to select subcircuit and semiconductor models
- model type is automatically selected
8 years ago
Ingo Kletti
df15e63d41
Fix Unit naming typo in eeschema spice model config
8 years ago
jean-pierre charras
1051732580
DIALOG_SPICE_MODEL_BASE: cosmetic enhancements (mainly better look of spice units table in Passive notebook page)
9 years ago
jean-pierre charras
0719f8d214
Fixes: lp:1624659 (fix some issues in countries which are not using a point as decimal separator)
https://bugs.launchpad.net/kicad/+bug/1624659
Small enhancement in dialog_spice_model_base.cpp: add comments about spice values notation.
9 years ago
jean-pierre charras
13cfe74956
Simulator dialogs: fix minimal sizes and best sizes.
9 years ago
jean-pierre charras
5ed19b6e82
Dialogs for simulator: cosmetic enhancements, make them translatable and resizable. Remove 2 printf used in debug.
9 years ago
Maciej Suminski
46ecfd8139
Resized simulator dialogs
9 years ago
Maciej Suminski
2b041425e5
Resized Spice model dialog
9 years ago
Maciej Suminski
741ae10a97
Improved Spice model dialog for sources Now user can specify both DC/AC & transient analysis specifications at once.
9 years ago
Maciej Suminski
53d772989a
Store relative library path if possible
9 years ago
Maciej Suminski
114e3638e7
Renamed tabs in Spice model dialog
9 years ago
Maciej Suminski
246a43baf0
Spice model editor dialog
9 years ago
jean-pierre charras
11c369ee1b
Fix minor compil warnings (deprecated warnings and shadowed local vars warnings)
10 years ago
Maciej Suminski
6d07e9a754
Fixed dialogs asserts.
11 years ago
jean-pierre charras
b0e2908c9b
pl_editor: add a PPI (pixel per inch) setup option for bitmaps.
12 years ago
jean-pierre charras
51eaeccf03
Pl_Editor: fix some minor issues.
12 years ago
jean-pierre charras
3b246ca483
Pl_Editor: add undo/redo commands.
13 years ago
jean-pierre charras
28cd996394
Pl_Editor: add some hot keys. Fix some rounding issues.
13 years ago
jean-pierre charras
1f3f11ca0d
Add margin values control in pl_editor, and remove margin definition from class PAGE_INFO.
13 years ago
jean-pierre charras
50743cf3ba
Initial release of pl_editor, the page layout and title block editor.
13 years ago