Commit Graph

6 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
Jon Evans f59c5a9a26 Git: handle new-but-already-staged files
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19893
2025-02-08 17:03:42 -05: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
Jon Evans 1988aac2b3 Update a few more list/tree views for macOS 2024-03-05 08:38:46 -05:00
Alex Shvartzkop c93eb679c1 Commit Changes dialog: make more strings translatable; formatting. 2023-12-01 04:03:32 +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