Wayne Stambaugh
6ab1144ea3
Fix broken Doxygen comment specifiers.
Please note, ///> is not a valid Doxygen comment specifier. ///< is the
correct specifier to use for single line or short Doxygen comments.
5 years ago
Seth Hillbrand
77cefe0c16
Normalize line endings
A few files snuck in with CRLF for the line endings. These make it hard
to look at diffs as every line appears to have changed. This commit
makes only line ending changes, so can be ignored
6 years ago
Jeff Young
f0f9e4a1cb
Kicad-ize the numeric evaluator.
Naming conventions, code formatting, and wxStrings.
(cherry picked from commit 4a0d7a8)
8 years ago
jean-pierre charras
5f578c884c
Fix SetValue() method in TEXT_CTRL_EVAL
Normal SetValue() call would temporarily change the displayed
value, but as soon as the text widget receives focus again, the original
expression (not evaluated) is restored.
To avoid this, the original expression is cleared in the associated
NumericEvaluator object.
8 years ago
Maciej Suminski
121e670508
TEXT_CTRL_EVAL: Close the parent dialog after pressing Enter
Fixes: lp:1744721
* https://bugs.launchpad.net/kicad/+bug/1744721
8 years ago
Maciej Suminski
d85cf732b6
TEXT_CTRL_EVAL: Evaluate expressions when Enter key is pressed
Fixes: lp:1741320
* https://bugs.launchpad.net/kicad/+bug/1741320
8 years ago
Maciej Suminski
1c4056e17a
TEXT_CTRL_EVAL: wxTextCtrl wrapper supporting math expression evaluation
8 years ago
Maciej Suminski
8b0041bf9a
Library Editor: progress dialog when loading libraries
8 years ago
Maciej Suminski
a789b735e9
Library Manager: logic
8 years ago
Maciej Suminski
f62a6425a3
Changed the simulator code license to GPLv3+
9 years ago
Maciej Suminski
9f3324bac7
Changed the way ngspice is executed Previously it was run in a wxThread, but it did not allow to issue commands while the simulation is running. If you check ngspice shared library source code, then you will discover "bg_*" commands that executes commands in background, so the simulator still can be controlled.
9 years ago
Maciej Suminski
1927f3a787
Unified way of checking OpenGL errors.
10 years ago
Maciej Suminski
81ea3ce408
Missing files.
11 years ago
Miguel Angel Ajo
9a8baa00f2
Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away...
13 years ago
Miguel Angel Ajo
df93154dee
wxT added to the locales fix, message box on python exceptions inside wizard, added some missing copyright notices
13 years ago
Miguel Angel Ajo
23bec4b80b
* Footprint wizard UI: Added to module editor.
* Footprint wizard C++ generic classes
* Footprint wizard C++ to python wrappers
* Automatic plugin loader from ~/.kicad/plugins
* Python plugin architecture: Footprint wizards
14 years ago
Miguel Angel Ajo
edee5dc1ce
KiCad scripting plugin architecture, footprint wizards first
14 years ago