Fabien Corona
81428e14a6
iec60664-1 : preferred values
7 months ago
jean-pierre charras
fc9795e95d
pcb_calculator, STRIPLINE: fix incorrect formula for conductor loss.
8 months ago
Ian McInerney
e240d57e28
pcb calculator: Cleanup remanents of the tool framework on close
8 months ago
Seth Hillbrand
f38e661a02
Revert "Move GL Context into Singleton class"
This reverts commit 5326c36a5f
.
9 months ago
Seth Hillbrand
5326c36a5f
Move GL Context into Singleton class
The GL context lock needs to be shared across kifaces. Otherwise, we
can end up blocking the lock from one kiface. Unfortunately, I can't
find the issue in GitLab right now for where the footprint viewer shows
a blank screen after opening too many contexts. But that's what this
fixes.
9 months ago
Ian McInerney
ce5f3f642e
Use existing string for ohm-meter units
9 months ago
Andrea Greco
49b949cec7
Transmission Line: Add measure unit to Rho constant
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19312
9 months ago
Seth Hillbrand
0b2d4d4879
Revise Copyright statement to align with TLF
Recommendation is to avoid using the year nomenclature as this
information is already encoded in the git repo. Avoids needing to
repeatly update.
Also updates AUTHORS.txt from current repo with contributor names
9 months ago
Seth Hillbrand
936f8cf8ec
Update compiled header with trace/track fixes
10 months ago
Seth Hillbrand
527e2e8027
Unify Trace/Track usage
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19329
10 months ago
Jan Wichmann
09389a437f
Correct error in the tolerance calculation for 3 terminal type voltage regulators
Use Iadj max value for calculating max error
12 months ago
Fabien Corona
350352332e
resistance calculator: don't copy function in addSolution() arguments
12 months ago
Fabien Corona
f6af29ea89
calculator: don't copy resistance alias name
12 months ago
Fabien Corona
4c57d748ab
calculator: avoid copy of cable names
12 months ago
Jan Wichmann
8507ffa338
pcb_calculator: Shows the first page at the first start.
2 years ago
Marek Roszko
aaf776db9e
Point BEGIN_EVENT_TABLE at the correct base class, fix current lang indication
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17825
1 year ago
Marek Roszko
2a3b597ab9
Strip out no longer needed links on the top executables
Not needed due to kicommon
2 years ago
Ian McInerney
c7d280dfa1
Always use black text in PCB calculator E-series table
The white text in dark mode is too washed out on the cell colors to be
visible. Since we already purposely subdue the colors in dark mode, the
easiest fix is to just always use black text.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17033
2 years ago
Marek Roszko
83ef5fd7d6
Move PGM_BASE to kicommon
2 years ago
Jan Wichmann
66d8f5cae4
pcb_calculator: Feature Calculation of voltage regulator with tolerances
2 years ago
Seth Hillbrand
cd548e392a
Add document type icons
Update Macos script to use doctype icons for icns builds
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14754
2 years ago
Wayne Stambaugh
92c2ddf77a
Do not parent dialogs to non top level windows in panels or widgets.
2 years ago
Jeff Young
7cc663ad77
Schematic parity checking for CLI DRC.
2 years ago
Wayne Stambaugh
2b1bf369f2
Do not parent file or directory dialogs to panels.
Parenting dialogs to child windows of top level windows is most likely
not defined behavior. It's also likely that this behavior varies across
platforms so it' best not to risk doing it. wxWidgets does not check if
the dialog parent is actually a top level window. There may be other
places we are doing this with our message dialogs so we should do an
audit.
2 years ago
Marek Roszko
b4bfdf95d3
Explicitly add 48, 128, 256 to icon bundles for each app
2 years ago
Ian McInerney
6c9e716573
More spelling and grammar fixes
2 years ago
Ian McInerney
e7746d3bc8
Fix spelling mistakes
2 years ago
Jeff Young
3fd81fe7c0
Only generate event on setting current value.
(And do it last.)
2 years ago
Jeff Young
559bef0ea6
Switch default thicknesses to um.
Also fix a bug where resetting the values doesn't work if
the thickness units were changed because it tries to keep
the old width values which are then re-scaled to the reset
thickness units. Probably better to just reset the widths
too, as it's potentially less confusing.
2 years ago
Marek Roszko
71383c9c73
Fix warnings about sprintf use.
2 years ago
Wayne Stambaugh
8687d5092f
String and dialog layout fixes.
2 years ago
jean-pierre charras
b3893aed3d
pcb_calculator: use usual (not scientific) notation when numbers are not very small.
Values >= 0.001 are more readable than values >= 1e-3
2 years ago
jean-pierre charras
909619c8cc
pcb_calculator, MICROSTRIP::calcSynthesize(): fix incorrect init of a variable
It was initialized before other calculations, thus using a bad value.
2 years ago
Jon Evans
eb5b3db063
Add bitmap bundle support to BITMAP_SCALE
Change a bunch of buttons and toolbars to use it
Fixes https://gitlab.com/kicad/code/kicad/-/issues/14119
2 years ago
jean-pierre charras
79fb832b9e
pcb_calculator, PANEL_GALVANIC_CORROSION: store selection in config.
Other minor cosmetic enhancement.
2 years ago
Marek Roszko
bee6e6be01
AddMenuLanguageList should live in EDA_BASE_FRAME, its only user
2 years ago
jean-pierre charras
f41734aa48
pcb_calculator/transline/stripline: add missing conv from log to db.
Fixes #15873
https://gitlab.com/kicad/code/kicad/-/issues/15873
2 years ago
Bartek Wacławik
ac9a863496
Implement new resistor substitution algorithm
Significantly improves performance of the tool. Also corrects an mistake in the formula for computing relative errors
2 years ago
Jon Evans
d371bb06ae
New macOS installation scripts
Replaces BundleUtilities that got broken by recent updates
and is basically unmaintained by cmake.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15376
2 years ago
Alex Shvartzkop
1decd31baf
Vertically center wxGrid cells by default.
2 years ago
Marek Roszko
4ac5404822
Move HTML_WINDOW to widgets folder, also fix some fbps that were wrongly not edited
Somebody manually edited at least 3 files fixed here....so the fbps were wrong
2 years ago
Marek Roszko
11de95778b
Unwrap the FROM_UTF8 macro in favor of direct function
The extern just gets annoying to try to export the func later. We also yeet TO_UTF8 to string_utils.h for parity.
2 years ago
Marek Roszko
bd3aca2887
Cleanup the kiface dll export declaration slightly
Why in the bloody world would you pass in the return type as part of the macro for export/import preprocessing
2 years ago
Marek Roszko
7505fd0f37
Profile can live in core
2 years ago
Marek Roszko
e665cbac20
Delete line with weird comment because its weird
We should fix it for reals
2 years ago
Marek Roszko
e944a61830
Nothing but the pcb calc will use eseries for the forseeable future
2 years ago
Marek Roszko
87513b4a04
Change the sentry dsn to be build time defined
We ultimately don't want people running personal builds to turn on sentry and start sending us crash logs we can't decipher
2 years ago
Ian McInerney
a3a701a95e
Move preferences to an action instead of a wx event
2 years ago
aris-kimi
ce58208d77
Add missing licence lines in iec60664 and naming update
2 years ago
Marek Roszko
3233bbe0ba
Make exported date time strings use ISO8601 format
Also rename the function to be explicit on its result format
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15185
2 years ago