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
11 months ago
Mike Williams
b2dda11fae
design blocks: move table manager to common dialogs
Also add to schematic editor preferences.
1 year ago
Mike Williams
2c99bc6c6d
new feature: Schematic Design Blocks
Added to advanced config, default to off.
EnableDesignBlocks=1 in kicad_advanced to test
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/2263
2 years ago
Seth Hillbrand
ae610bbe85
ADDED: Reset option for Library tables
This re-shows the option to reset the global library table to its
default, empty or specified state
Fixes https://gitlab.com/kicad/code/kicad/-/issues/2309
2 years ago
Roberto Fernandez Bautista
a4a99e3aff
kicad_cli: Allow upgrade of legacy and non-kicad footprint libraries
2 years ago
Ian McInerney
f8688a922d
Unify IO library descriptors
2 years ago
Ian McInerney
d8b47d18d3
Initial rename of file plugin infrastructure components to IO
2 years ago
Roberto Fernandez Bautista
32b6deb8b1
ADDED Migrate libraries button in Footprint Library Table
Allows easy migration of legacy and non-KiCad footprint libraries
2 years ago
Alex Shvartzkop
76e0d5981d
Import system refactor for PCB plugins.
2 years ago
Wayne Stambaugh
c69c68a558
Pcbnew header housekeeping round 2.
5 years ago
Marek Roszko
991c8fbf8f
Use the new nudge path for the footprint lib table, save global and project mru differently
5 years ago
Jeff Young
d2a88234b6
Fix issue deleting footprint libraries from table.
wxWidgets pageChanged handler is evidently buggy. Who would have
guessed?
5 years ago
Wayne Stambaugh
cf59468de2
Fix library table dialog tab appearance in dark mode.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6236
5 years ago
Marek Roszko
91e5611341
Move dialog_configure_paths.h and dialog_edit_library_tables.h to dialogs folder
5 years ago
Mark Roszko
a9532c2fa1
Add browse button to footprint 3d settings
Add normalization to 3d settings and footprint library table editor
5 years ago
Jon Evans
dcc484e114
CHANGED: Library editors are now usable with no project loaded
Fixes https://gitlab.com/kicad/code/kicad/-/issues/3688
5 years ago
Mark Roszko
49db816c82
Pcbnew: improve add existing footprint library browser and button
CHANGED: Modify Add Existing Footprint Library button to us OS file/directory browsers
6 years ago
Jeff Young
b90a261d5c
More safety fixes for uncommitted grid changes.
7 years ago
Jeff Young
d788c9d479
Move library table dialogs from PLAYER to KIFACE interface.
Spooling up a full PLAYER in the background takes too long.
This also fixes bugs around how the tables are saved, although
that was just missing code rather than anything architectural.
Fixes: lp:1785436
* https://bugs.launchpad.net/kicad/+bug/1785436
7 years ago
Jeff Young
4d3aeb3339
Make sure cur_lib_table is initialized.
The panel doesn't get Show() events so do it in the constructor.
7 years ago
Jeff Young
c1df78d531
Finish project frame library table editing.
Fixes: lp:1782761
* https://bugs.launchpad.net/kicad/+bug/1782761
7 years ago
Jeff Young
eaf5b913b6
Add Manage Symbol and Footprint Library tables to project frame.
Fixes: lp:1780604
* https://bugs.launchpad.net/kicad/+bug/1780604
7 years ago
Jeff Young
7be85deb32
GRID_TRICKS improvements.
Allow copy of a single cell demarcated by the grid cursor.
Paste of lib_table s-expressions should always start at 0,0.
Let caller or specialized sub-class do auto-sizing; don’t
do it from within the base GRID_TRICKS.
Don’t start GRID_TRICKS menu IDs at -1; wxWidgets doesn’t
like it when you get to 0.
Add column visibility menu.
(cherry picked from commit e5071ed)
8 years ago