Seth Hillbrand
c8375c151c
Launch default URI handler if exists
Otherwise, handle as a normal file
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17902
2 years ago
Marek Roszko
f85251ef75
Fix eda_doc not looking for schematic locally
It looks like this was overlooked by Jeff in 2020 not realizing eda_doc isn't built under eeschema but common in cc9ac37a0e
4 years ago
Seth Hillbrand
9a8d1246cc
We don't keep a CHANGELOG.TXT
Direct interested readers to AUTHORS.TXT instead.
4 years ago
Marek Roszko
c3c777d07f
Remove another abandoned function
5 years ago
Wayne Stambaugh
bf00ebee3b
Header clean up round 1.
5 years ago
Jeff Young
cc9ac37a0e
Add text variable support to envVar processing.
6 years ago
Seth Hillbrand
9bfce26ce7
Move env var substitution into GetAssociatedDocument
We always want the documents to have their variables replaced when
opening the associated file.
Fixes: lp:1819309
* https://bugs.launchpad.net/kicad/+bug/1819309
7 years ago
Jeff Young
a65088419e
More forgiving keyword search.
In particular, allow comma separators in footprint filters without
making users type them in when searching.
Fixes: lp:1391533
* https://bugs.launchpad.net/kicad/+bug/1391533
8 years ago
Wayne Stambaugh
fd0d266bfe
More missing source license fixes.
11 years ago
jean-pierre charras
bb0804ec29
DXF export: fix incorrect export of polygons having thick outline (like zones): Thick segments of outline were drawn like lines with no thickness.
Fix ( workaround only) crash (Windows only) when a quasi modal frame (like footprint viewer) was called from a dialog (like the component properties dialog in schematic editor).
Very minor other fixes.
12 years ago
Wayne Stambaugh
cd0b231656
Minor fixes, dead code removal, and coding policy fixes.
* Use version of DateAndTime that returns a wxString and delete the
version that takes a char* as it is no longer required.
* Merge StrNumICmp() and StrLenNumICmp() into StrLenNumCmp() to create a
single function for comparing strings with integers and remove a lot
of duplicate code.
* Remove unused strupper from string.cpp.
* Use wxArrayString for sorting the EDA_LIST_DIALOG contents.
14 years ago
Dick Hollenbeck
6c9244e8c3
fix function comments, this time ones in *.cpp files until they
can be deleted later if they exist in the headers, or moved to
headers if they should exist in the headers.
15 years ago
stambaughw
d2eac37ddf
Comment translation complete, Yeah!!!!
16 years ago
charras
e719b42e1f
made GetAssociatedDocument() compatible with last changes in kicad path handling.
17 years ago
jerryjacobs
72dbdf7faa
Splitted common.h subroutines to seperate include files. Minor code cleanup.
17 years ago