14ca6e7b08 
								
							
								 
							
						 
						
							
							
								
								Clearer column titles.  
							
							
 
							
							
							Fixes https://gitlab.com/kicad/code/kicad/-/issues/20509  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4ae4f9ea87 
								
							
								 
							
						 
						
							
							
								
								Wait for wxWidgets to destroy window.  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								141097549c 
								
							
								 
							
						 
						
							
							
								
								Fix incorrect iterator container comparison  
							
							
 
							
							
							Fixes Coverity warning CID 548258 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								582aef0220 
								
							
								 
							
						 
						
							
							
								
								Don't assume a hypertext link is a cross-sheet reference.  
							
							
 
							
							
							Fixes https://gitlab.com/kicad/code/kicad/-/issues/20511  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2b0d082df5 
								
							
								 
							
						 
						
							
							
								
								Move all PAD object methods to into PAD object source file.  
							
							
 
							
							
							No functional changes.  Just make it easier to find all of the PAD object
methods. 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d729b34986 
								
							
								 
							
						 
						
							
							
								
								Eeschema, DIALOG_FIELD_PROPERTIES: fix a strange bug specific to wxMSW.  
							
							
 
							
							
							wxStyledTextCtrl, SetExtraAscent() + SetExtraDescent() methods, when set
to a value not 0 generate a strange bug: the text is not always shown
(when enter a char, once the text is shown, once the text is not shown)
(Perhaps a wxMSW bug) and this call is not needed on WXMSW 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9066ad3620 
								
							
								 
							
						 
						
							
							
								
								Report global physical_clearance issues before moving on to layers.  
							
							
 
							
							
							Also fixes a bug in reading m_LayerSource.
Also simplifies Edge_Cuts handling to better match
actual DRC checks.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20498  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								33ee9e99fe 
								
							
								 
							
						 
						
							
							
								
								Improve rectifier demo  
							
							
 
							
							
							This demo project used old symbols that don't match the current style of
the library. Replace them with the correct ones.
But also move them to the project library again.
Add a workbook that has the simulation traces selected. 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								79fbae00ce 
								
							
								 
							
						 
						
							
							
								
								FP editor preferences: Fix crash when closing (by OK) the dialog if no FP loaded.  
							
							
 
							
							
							After opening the PANEL_FP_EDITOR_FIELD_DEFAULTS panel, due to a null pointer
when no FP loaded in FP editor, closing the dialog by OK button crashed Pcbnew. 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								97e1c107c9 
								
							
								 
							
						 
						
							
							
								
								PANEL_FP_EDITOR_FIELD_DEFAULTS: fix incorrect behavior.  
							
							
 
							
							
							One could not change the default layers for new fp texts
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20505  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								906c24bc6d 
								
							
								 
							
						 
						
							
							
								
								Unify length calculation between router, board / frame, and DRC  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12861345d3 
								
							
								 
							
						 
						
							
							
								
								API: Brute-force fix for footprint modifications  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7a4325e610 
								
							
								 
							
						 
						
							
							
								
								Net inspector groups should be case insensitive  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								60a26308ae 
								
							
								 
							
						 
						
							
							
								
								COMMIT lifetime safety.  
							
							
 
							
							
							If we pass a COMMIT to a posted action, the COMMIT
may no longer exist when the action is run.
Equally problematic, if another COMMIT is pushed
in between we'd probably also run into trouble.
We still allow the API to do this because we don't
have a better solution at present.  But we need
one. 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4f115b12a4 
								
							
								 
							
						 
						
							
							
								
								Fix format string.  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b62f00912e 
								
							
								 
							
						 
						
							
							
								
								Remove debug assert that's clogging up Sentry.  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								408d3a0170 
								
							
								 
							
						 
						
							
							
								
								Code clarity.  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								baaf341d0d 
								
							
								 
							
						 
						
							
							
								
								Remove debug assert.  
							
							
 
							
							
							Yes, it does indeed fire (a lot, as Sentry can
tell us). 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								4783bc4cfd 
								
							
								 
							
						 
						
							
							
								
								Don't respond to net navigator events while we're updating the wxTreeCtrl.  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								31f3c44520 
								
							
								 
							
						 
						
							
							
								
								API: Clear footprint caches when making changes  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								313cc15fd3 
								
							
								 
							
						 
						
							
							
								
								French translation update  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc9fa2e2ac 
								
							
								 
							
						 
						
							
							
								
								More functional fix for IPC API item modifications  
							
							
 
							
							
							Fixes https://gitlab.com/kicad/code/kicad/-/issues/20206  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3bac9344d2 
								
							
								 
							
						 
						
							
							
								
								Revert "Switch to operator= for item updates"  
							
							
 
							
							
							This reverts commit d0b22d21bb 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6d0e0312b2 
								
							
								 
							
						 
						
							
							
								
								Update translations  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								175a326307 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Chinese (Traditional Han script))  
							
							
 
							
							
							Currently translated at 99.0% (10100 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								a4ad5dc773 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Spanish)  
							
							
 
							
							
							Currently translated at 85.3% (8704 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1437e66741 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Chinese (Traditional Han script))  
							
							
 
							
							
							Currently translated at 98.3% (10031 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7f32b2452d 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Spanish)  
							
							
 
							
							
							Currently translated at 85.2% (8701 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								1bed76bed8 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Portuguese (Brazil))  
							
							
 
							
							
							Currently translated at 100.0% (10201 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/pt_BR/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								3990c61ea8 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Chinese (Simplified Han script))  
							
							
 
							
							
							Currently translated at 99.6% (10170 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								11ba582d87 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Swedish)  
							
							
 
							
							
							Currently translated at 99.5% (10156 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								e6f4b02e9c 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Chinese (Simplified Han script))  
							
							
 
							
							
							Currently translated at 99.6% (10163 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								560e91880e 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Spanish)  
							
							
 
							
							
							Currently translated at 85.0% (8675 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								c187c098ae 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Chinese (Traditional Han script))  
							
							
 
							
							
							Currently translated at 88.7% (9051 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hant/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								be4b25026d 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Spanish)  
							
							
 
							
							
							Currently translated at 85.0% (8673 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								286518e926 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (German)  
							
							
 
							
							
							Currently translated at 99.1% (10116 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								49b145a6a0 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Italian)  
							
							
 
							
							
							Currently translated at 99.9% (10191 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/it/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								8f9a6fde98 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Spanish (Mexico))  
							
							
 
							
							
							Currently translated at 83.9% (8559 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/es_MX/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5107bd43e7 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Chinese (Simplified Han script))  
							
							
 
							
							
							Currently translated at 99.2% (10126 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/zh_Hans/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								01936b1683 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (German)  
							
							
 
							
							
							Currently translated at 99.1% (10113 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/de/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								5d49f4a3e9 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Swedish)  
							
							
 
							
							
							Currently translated at 98.5% (10054 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/sv/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								7c5ce03a93 
								
									
								
							
								 
							
						 
						
							
							
								
								Translated using Weblate (Russian)  
							
							
 
							
							
							Currently translated at 97.4% (9936 of 10201 strings)
Translation: KiCad EDA/master source
Translate-URL: https://hosted.weblate.org/projects/kicad/master-source/ru/  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								deb14110aa 
								
							
								 
							
						 
						
							
							
								
								Remove accident call to default SSHKey  
							
							
 
							
							
							The sshkey should not be reset when changing to https protocol. 
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								629a12ab2e 
								
							
								 
							
						 
						
							
							
								
								Don't obliterate user data when syncing copper layer count.  
							
							
 
							
							
							Fixes https://gitlab.com/kicad/code/kicad/-/issues/20484  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d59f624001 
								
							
								 
							
						 
						
							
							
								
								Don't use transform coordination for height/width property display of rectangles  
							
							
 
							
							
							Fixes https://gitlab.com/kicad/code/kicad/-/issues/20468  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fd94488289 
								
							
								 
							
						 
						
							
							
								
								Mark ODB++ as export-only  
							
							
 
							
							
							Fixes https://gitlab.com/kicad/code/kicad/-/issues/20493  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								151cb01795 
								
							
								 
							
						 
						
							
							
								
								Mirror pad numbers when appropriate.  
							
							
 
							
							
							Fixes https://gitlab.com/kicad/code/kicad/-/issues/20459  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								659c783e5e 
								
							
								 
							
						 
						
							
							
								
								API: unbreak the build (SwapData -> SwapItemData)  
							
							
								
 
							
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ba07a3bb0 
								
							
								 
							
						 
						
							
							
								
								Use action to change current sheet.  
							
							
 
							
							
							That way it gets into the navigation hierarchy,
the current zoom gets saved, etc.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20466  
							
						 
						7 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c67924ccac 
								
							
								 
							
						 
						
							
							
								
								schematic: convert RunOnChildren to also take recursion mode argument  
							
							
 
							
							
							Prepping for SCH_GROUPS, making consistent with the PCB code. 
							
						 
						7 months ago