Commit 9697d77
VCS integration, welcome window, and bug fixes
- Add `meld-rs .` VCS mode: shows git changed files, double-click
opens HEAD vs working copy diff in a new tab
- Add welcome window with file/dir/merge picker dialogs when launched
with no arguments
- Fix initial diff not updating chunk label and chunk maps (async diff
was spawned before those widgets existed)
- Fix file watcher refresh loop (.git/ events caused infinite cycle)
- Only rebuild VCS file list when entries actually change
- Add Enter key support for opening VCS diffs
- Clean up pedantic clippy warnings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent effd641 commit 9697d77
3 files changed
Lines changed: 828 additions & 61 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
95 | 112 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 113 | + | |
100 | 114 | | |
101 | 115 | | |
102 | 116 | | |
| |||
0 commit comments