-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve part list #519
Merged
Merged
Improve part list #519
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
09bcddf
Add Datamodel for footprint list
Bouni 140636d
Add DataViewCtrl as new footprint list
Bouni f0b9dcc
Remove commented old code
Bouni bde6a54
Remove sorting via database method
Bouni 2811cb4
Make OnFootprintSelected work with new datamodel
Bouni 0e22458
Allow multiple selections
Bouni ddafe67
Rename remove part to remove lcsc number
Bouni d71c47b
Adapt remove_lcsc_number
Bouni 50ed0a2
Adapt and simplify select_alike
Bouni 972404d
Adapt and simlify get_part_details
Bouni 31a8a2f
Remove unused method
Bouni 14c6b6e
Improve remove_lcsc_number
Bouni 6c6e941
Fix doc strings
Bouni bc5047d
Adapt select lcsc number
Bouni 21c59d6
Adapt toggle bom / pos methods
Bouni 6bd8d94
Adapte save all footprint mappings
Bouni f377619
Adapt right clickmenu -> copy lcsc
Bouni 0fb77b8
Adapt paste lcsc number
Bouni 7ea3dc1
Adapt add rotation by footprint / value
Bouni f032e74
Adapt add footprint mapping
Bouni 946291e
Fix method name
Bouni 484c434
Adapt search footprint mapping
Bouni 936b73d
Remove unused const.py file
Bouni 497793c
Add IDs for consistency
Bouni 66e2fb6
Format everything using ruff
Bouni 05ea88b
Use len() instead of hard coded column count number
Bouni File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh k, could always rebase and fixup the previous change with this one if that makes sense with your git-fu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea what you mean by that 😅