Tanay Gupta
b0cbab5c4b
Footprint Editor: Focus search field when window is first opened
The search field on the Symbol Editor is focused when its window
is first opened. Similar behavior has been implemented in the search
field of the Footprint Editor with this change.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13100
3 years ago
Jeff Young
2017389f2d
Pinning for library trees in FPEditor and SymbolEditor.
Fixes https://gitlab.com/kicad/code/kicad/issues/2288
6 years ago
Jeff Young
0a35c5c97e
Convert Footprint Editor to component tree.
Fixes: lp:1784178
* https://bugs.launchpad.net/kicad/+bug/1784178
Fixes: lp:1780363
* https://bugs.launchpad.net/kicad/+bug/1780363
7 years ago
Jeff Young
97f7bd4cb9
Push component tree down into common.
Precondition to reusing component tree for footprints.
7 years ago
Maciej Suminski
45bf919923
Restoring the previous performance of COMPONENT_TREE widget
It turns out the fastest way to update wxDataViewCtrl is to nuke the
model and rebuild it from scratch rather than via
ItemAdded()/ItemDeleted() update notifications.
Fixes: lp:1734773
* https://bugs.launchpad.net/kicad/+bug/1734773
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