Jeff Young
|
0a623bff9f
|
Save fp browser list widths and apply known hack to work around wxWidgets bug.
Fixes https://gitlab.com/kicad/code/kicad/issues/11744
Fixes https://gitlab.com/kicad/code/kicad/issues/11745
|
3 years ago |
Marek Roszko
|
b8e2278b86
|
Update two more fedora:34 references
|
3 years ago |
Jeff Young
|
d07c6699ce
|
Bring symbol editor in line with eeschema for empty text.
Fixes https://gitlab.com/kicad/code/kicad/issues/11799
|
3 years ago |
Jeff Young
|
43b82aeffc
|
Fix another case of Edge_Cuts & Margins needing to be treated as all-physical-layers.
Fixes https://gitlab.com/kicad/code/kicad/issues/11843
|
3 years ago |
Jeff Young
|
19b4844102
|
Avoid OSX system shortcut.
CHANGED toggle net highlight from ctrl-` to opt-`.
Fixes https://gitlab.com/kicad/code/kicad/issues/10160
|
3 years ago |
Jeff Young
|
4685dc49cc
|
Show more than 9 items in disambiguation menu.
(But only the first 9 get hotkeys.)
Fixes https://gitlab.com/kicad/code/kicad/issues/11966
|
3 years ago |
Jeff Young
|
b759d860c0
|
Don't disambiguate if the user is dragging a multiple selection.
Fixes https://gitlab.com/kicad/code/kicad/issues/10108
|
3 years ago |
Mark Roszko
|
423b432c6c
|
Bump Fedora images to 36
|
3 years ago |
Jeff Young
|
1eb2a39eca
|
Fix errant test in board items plotter.
Fixes https://gitlab.com/kicad/code/kicad/issues/11944
|
3 years ago |
Jeff Young
|
e122dc38bd
|
Add context menu item for clearing net highlighting.
In selection tools, drawing tools, router tool, line_wire_bus tool.
Fixes https://gitlab.com/kicad/code/kicad/issues/11920
|
3 years ago |
Marek Roszko
|
33801c9134
|
Adjust the doxygen ci step to exclude python
|
3 years ago |
Marek Roszko
|
a883704379
|
Add the initial doxygen Dockerfile
|
3 years ago |
Marek Roszko
|
98d9911c7d
|
Move /Documentation to /doxygen
|
3 years ago |
Jeff Young
|
98c7572f5e
|
Minor dialogs fixes for Mac.
|
3 years ago |
Jeff Young
|
63d83f4186
|
Minor dialogs fixes for Mac.
|
3 years ago |
Jeff Young
|
1ce3744c70
|
Honour stroke colour in LIB_SHAPE.
Fixes https://gitlab.com/kicad/code/kicad/issues/11955
|
3 years ago |
Jeff Young
|
eb27a3f8b9
|
Added pinning support to various EDA_LIST_DIALOGs.
Footprint Save As, Symbol Save As, etc.
|
3 years ago |
Jeff Young
|
05219e4d9a
|
Add pinned library support to Choose Symbol and Choose Footprint.
|
3 years ago |
Jeff Young
|
a9e18c68a7
|
Add pinned library support to CvPCB.
|
3 years ago |
Jeff Young
|
190fb23e88
|
Add pinned library support to Footprint and Symbol Viewers.
Also includes adding libraray and symbol filters to Symbol Viewer.
|
3 years ago |
Jeff Young
|
120c5b9ac1
|
Reimplement pinning now that we're no longer sorting on score.
|
3 years ago |
Jeff Young
|
00fc225306
|
Give <esc>-with-no-selection-clears-net-highlight a test.
Fixes https://gitlab.com/kicad/code/kicad/issues/8760
|
3 years ago |
Jeff Young
|
b8479bf6f1
|
Handle severity ignore rules in router.
Fixes https://gitlab.com/kicad/code/kicad/issues/11609
|
3 years ago |
jean-pierre charras
|
fb5604022c
|
Eeschema: DIALOG_SCH_FIND: ensure the search flags actually used are up to date.
Flags are encoded using internal wx values, that can change with wxWidgets versions.
They need to be always rebuilt from the displayed options in dialog.
Fixes #11960
https://gitlab.com/kicad/code/kicad/issues/11960
|
3 years ago |
Jeff Young
|
70aec5d576
|
Don't drag both ends after Break Wire.
Fixes https://gitlab.com/kicad/code/kicad/issues/11915
|
3 years ago |
Jeff Young
|
0953395c87
|
LIB_SHAPE slightly abuses SHAPE_POLY_SET by using it for line chains.
Fixes https://gitlab.com/kicad/code/kicad/issues/11956
|
3 years ago |
Seth Hillbrand
|
0cb5abd7f7
|
Fix highlight on route again
Added a clarifying comment that will hopefully keep the required code
block in place
|
3 years ago |
Jeff Young
|
c7746fa000
|
Fix copy pasta error.
Fixes https://gitlab.com/kicad/code/kicad/issues/11986
|
3 years ago |
Jeff Young
|
ded611aed5
|
Patch annoying large checkbox cols in wxWidgets 3.1.x on OSX.
|
3 years ago |
Jeff Young
|
5479514819
|
Honour m_resolveTextVars flag for properties as well as fields.
Fixes https://gitlab.com/kicad/code/kicad/issues/11937
|
3 years ago |
Jeff Young
|
521b231873
|
Don't zero out width of shapes on Margin, only Edge_Cuts.
Fixes https://gitlab.com/kicad/code/kicad/issues/11967
|
3 years ago |
Jeff Young
|
654740b90d
|
Add newly-drawn objects to any entered group.
Fixes https://gitlab.com/kicad/code/kicad/issues/11912
|
3 years ago |
Jeff Young
|
8a9bf02b7e
|
Smarten up silk clearance & tented item handling.
The inspection tool will report whether or not the item is tented
(indicating in that case that any clearance will only be applied
to any hole).
The DRC test ignores tented items without a hole, and runs the
clearance test against the hole for items with a hole.
Fixes https://gitlab.com/kicad/code/kicad/issues/11954
Fixes https://gitlab.com/kicad/code/kicad/issues/11951
|
3 years ago |
Jeff Young
|
a16fc5b537
|
Go back to native headers for Symbol Fields dialog.
Some of the drag issues are fixed in wxWidgets 3.1.x, and the balance
of problems now favours native.
Fixes https://gitlab.com/kicad/code/kicad/issues/9771
Fixes https://gitlab.com/kicad/code/kicad/issues/11835
Fixes https://gitlab.com/kicad/code/kicad/issues/11836
|
3 years ago |
Jeff Young
|
fe1bff7d29
|
Remove empty infobar message.
I'm not sure what this was for, but it seems like a bad idea and I
got a few crashes near here.
|
3 years ago |
Jeff Young
|
62cef3d830
|
Add LAYER_PRIVATE_NOTES for private text & graphics in symbol editor.
Fixes https://gitlab.com/kicad/code/kicad/issues/11957
|
3 years ago |
Jeff Young
|
f611f9f5d3
|
Allow zone connection rules to target footprints.
If the pad is set to inherit and a rule targets its parent footprint,
then that rule should fire.
|
3 years ago |
Jeff Young
|
fa2e43f696
|
Reduce noise in board <-> library footprint tests.
|
3 years ago |
jean-pierre charras
|
d90a2cc6b5
|
tread_pool: create it on the heap, because creating it static generate a DTOR issue on mingw.
When built with mingw, the tread_pool DTOR is probably called too late, and treads are
not cleaned correctly, and the application hangs on exit.
|
3 years ago |
Seth Hillbrand
|
7036c30384
|
Update Translations
|
3 years ago |
Ulices
|
14a73416a7
|
Translated using Weblate (Spanish (Mexico))
Currently translated at 99.3% (7679 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
|
3 years ago |
co8 j
|
af36f52766
|
Translated using Weblate (Japanese)
Currently translated at 98.0% (7584 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
|
3 years ago |
Marcel Hecko
|
7d6c463ab8
|
Translated using Weblate (Slovak)
Currently translated at 70.3% (5442 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sk/
|
3 years ago |
leonardokr
|
e0245f75c3
|
Translated using Weblate (Portuguese)
Currently translated at 89.7% (6938 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt/
|
3 years ago |
co8 j
|
9f75babb42
|
Translated using Weblate (Japanese)
Currently translated at 97.7% (7555 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ja/
|
3 years ago |
Artem
|
3c0c3e7575
|
Translated using Weblate (Ukrainian)
Currently translated at 33.7% (2607 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/uk/
|
3 years ago |
Ulices
|
6f88a6a4b7
|
Translated using Weblate (Spanish (Mexico))
Currently translated at 98.7% (7639 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
|
3 years ago |
Ulices
|
040a421fe4
|
Translated using Weblate (Spanish (Mexico))
Currently translated at 98.2% (7599 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/
|
3 years ago |
Wellington Terumi Uemura
|
2a8c3de876
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (7729 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/
|
3 years ago |
Mustafa Selçuk ÇAVDAR
|
ae6842a032
|
Translated using Weblate (Turkish)
Currently translated at 41.5% (3214 of 7732 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/tr/
|
3 years ago |