Seth Hillbrand
bb2c4b55e6
ADDED: Stepped simulation
Allows using the tune tool to re-run a simulation multiple times,
stepping over a range of values and overplotting the results
Fixes https://gitlab.com/kicad/code/kicad/issues/20508
1 month ago
Alex Shvartzkop
07470efc0b
Autosize bitmap buttons in wxFB.
1 year ago
Jeff Young
913e6b47d7
Fix copy/pasta in tooltips.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17515
2 years ago
jean-pierre charras
a3e6e08d92
Spice Simulator : update simulation after tuning cursor moved by arrow keys.
Fixes #16808
https://gitlab.com/kicad/code/kicad/-/issues/16808
2 years ago
Jeff Young
946e0a4b98
ADDED support for e-series based tuning.
3 years ago
Jeff Young
b070ecf0c7
Don't run simulation while dragging tuning slider.
It has all manner of issues with wxWidgets event processing. The
primary one that Kicad stumbles over is that there is no kill-focus
when the mouse leaves the thumb if the sim is running, so subsequent
mouse-up events (even if in another window) generate thumb scrolls.
Another one that gets us is scroll events being generated when the
window is fronted, but this may be debugger-specific.
Fixes https://gitlab.com/kicad/code/kicad/issues/11366
3 years ago
Jeff Young
00fe8f0f70
Minor tuner panel layout fixes.
3 years ago
Jeff Young
e2f2f3518b
Minor improvements to tuner panel look & feel.
3 years ago
Mikolaj Wielgus
d10fd7bb09
Sim: Remove tuner (log) scale choice button
We probably won't be using it for now.
3 years ago
Frank Zeeman
8167c69508
Add transformation function for characteristic curves of tuners
5 years ago
Mikolaj Wielgus
28d7a2d7c9
Sim: Update tuner dialog values when focus is lost
Fixes https://gitlab.com/kicad/code/kicad/issues/7841
4 years ago
jean-pierre charras
8a278a0579
update tuner_slider_base.fbp to our current wxFormBuilder version.
5 years ago
Maciej Suminski
fead9ca831
TUNER_SLIDER widget
9 years ago
Simon Wells
145cd47d5c
Move copy version information code to about dialog.
10 years ago
jean-pierre charras
569c2be354
Minor fixes: dialog rescue: make strings translatable. Remove a few coverity warnings (not initialized members). Very minor other changes.
11 years ago
jean-pierre charras
9c1f6b7307
Pcbnew: fix Bug #1304418 . Fix also a related issue which crashes Pcbnew in some corner cases.
(for instance, when a footprint from the currently edited board is loaded in the footprint editor, and when the board is cleared or reloaded)
In footprint editor, the net names are no more shown od modifiable (becuase the footprint editor does not know anything about net names.
This change should allow the changes planned in pcbnew.
12 years ago
Dick Hollenbeck
c58bd957a5
add Brian to about dialog, scoot Wayne up, alphabetize the rest
12 years ago
Dick Hollenbeck
8ccf0320b4
1) Add "rules" to base of tree for copying into BZR_HOME/rules.
File "rules" has instructional text as comments near top.
2) Convert all text files in repo to LF line ending form.
Any checkout done with "rules" in play will convert the working
tree to native line ending, while keeping repo as LF line ending.
13 years ago
Jerry Jacobs
5f5c504288
Cosmetic UI changes mostly for Mac OS X, see CHANGELOG.txt
14 years ago
Wayne Stambaugh
fe6890a955
Dialog escape key termination and default button fixes.
* Fix about dialog escape key termination bug.
* Fix edit hot keys dialog escape key termination bug.
* Set schematic editor component properties dialog default button.
* Fix schematic editor plot DXF dialog escape key termination bug.
* Set PCB editor layers setup dialog default button.
* Set PCB editor swap layers dialog default button.
* Set PCB editor net list dialog default button.
* Add comment to UIPolicy.txt about escape key termination requiring proper
dialog button IDs.
15 years ago
Marco Serantoni
b6eb58c547
About box without wxAUI_NB_WINDOWLIST_BUTTON
15 years ago
jean-pierre charras
44269729ab
New patch for kicad about dialog
15 years ago
jean-pierre charras
72c48d46da
Added new KiCad about dialog, from Rafael Sokolowski <Rafael.Sokolowski@web.de>
15 years ago
charras
7243f5a035
enhancement in Gerbview: page limits can be now displayed on screen. Useful when printing a Gerber layer
16 years ago
charras
ac45264b4e
some enhancements in pcbnew (see changelog) and Cmake files updated to handle a change in doc files
17 years ago
raburton
ba25d20f1a
set eol-style native on new files
17 years ago
charras
ea6102e1c7
renaming files created by wxFormBuilder to dialog_xxx_base according to an idea of Dick, in a mail.
17 years ago
raburton
588198199e
set eol-style native on new file
17 years ago
charras
27cf4ad0ad
pcbnew: addded zones in non copper areas and starting work to use polygons in zone fill algos in not copper areas
work in progress: see changelog
17 years ago