Skip to content
Snippets Groups Projects
Select Git revision
20 results

lib_tree_model.cpp

Blame
Forked from KiCad / KiCad Source Code / kicad
Source project has a limited visibility.
  • Jon Evans's avatar
    0c2a084a
    Fix a few LIB_TREE search issues · 0c2a084a
    Jon Evans authored
    Don't apply pruning to libraries that don't have
    any children, since the point of the pruning is to
    hide libraries that don't directly match a search
    term if they don't have any children that match.
    
    Fix searching for full LIB_IDs that got broken by
    the implementation of "AND"
    
    Fix searching for library names alone
    
    Fixes kicad/code/kicad#17205
    0c2a084a
    History
    Fix a few LIB_TREE search issues
    Jon Evans authored
    Don't apply pruning to libraries that don't have
    any children, since the point of the pruning is to
    hide libraries that don't directly match a search
    term if they don't have any children that match.
    
    Fix searching for full LIB_IDs that got broken by
    the implementation of "AND"
    
    Fix searching for library names alone
    
    Fixes kicad/code/kicad#17205