Seth Hillbrand
65db4a890e
Scrub HTTP and Database parts for invalid char
Sanitizes data library aliases when caching and loading while keeping a
lookup table back to the original values. Prevents saving invalid data
into the schematic
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20653
2 months ago
Jeff Young
1f1f490887
ADDED: handling of meta-data items in REST libraries.
"description" and "keywords" must hold string values;
"footprint_filters" can either hold a (space-
separated) string value, or an array of strings.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20750
2 months ago
Jeff Young
2eb3518e49
Formatting and naming conventions.
2 months ago
JamesJCode
a5be581b1b
Add char_traits<T> specialisations for wxUniChar and NANODBC_SQLCHAR
when building on Apple with Clang >= 17.
These specialisations are not strictly required by the C++ standard,
and have been removed from LLVM.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/20631
8 months ago
Wayne Stambaugh
f161d94521
Common folder housekeeping part 2.
11 months ago
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
Rosy
17891f7a1d
HTTP Libraries: Add support for descriptions of sublibraries
2 years ago
RosyDev
058b337b00
HTTP library users will now see the generic fields in the components' properties in the correct order as submitted by the API.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17584
2 years ago
Marek Roszko
953c285ff0
fmt::format wants an actual constexpr format string under c++20
2 years ago
afkiwers
c871bcf6db
removed unnecessary variables
2 years ago
afkiwers
c7475a16c8
implemented better caching for categories and parts overview to reduce processing time
2 years ago
Andre Iwers
4d1a016429
HTTP Libraries: Improved cache performance
2 years ago
Andre Iwers
047cb41a1d
Implemented Timeout for HTTP LIB
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15756
2 years ago
Marek Roszko
9a890cdba9
Kick the wildcards and file exts into a static class, export it from kicommon
2 years ago
Marek Roszko
c8f646efb1
ADDED: KiCad update check
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15026
2 years ago
Andre Iwers
f2fdf0f3df
httplib: add support for exclude attributes
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/15720
2 years ago
afkiwers
a1708637fc
fixed missing desciption in symbol chooser
2 years ago
Jon Evans
1635df57a3
httplib: code style fixes
2 years ago
Jon Evans
8f6ae8c6b3
httplib: code style / spelling fixes
2 years ago
Andre Iwers
2bcad18cc2
ADDED: HTTP library support
Fixes https://gitlab.com/kicad/code/kicad/-/issues/12027
2 years ago