Commit Graph

4 Commits

Author SHA1 Message Date
Seth Hillbrand ca326d2094 Enable multi-selection in Git Commit dialog
Remove wxLC_SINGLE_SEL flag from the file list control in the Git Commit
dialog to allow users to select multiple rows. When a checkbox is toggled
for an item that is part of a multi-selection, all selected items are
toggled together, making it easier to batch check/uncheck files.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15910
2026-01-28 14:40:18 -08:00
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
2025-01-01 14:12:04 -08:00
Alex Shvartzkop 16e3692e71 Build time optimizations. 2024-04-27 23:49:13 +03:00
Seth Hillbrand d99641be40 ADDED: Git integration support
Adds support for project-based git integration, branch support, commit,
revert and updates

Fixes https://gitlab.com/kicad/code/kicad/issues/10441
2023-10-20 12:51:47 +00:00