Commit Graph

1539 Commits

Author SHA1 Message Date
leo
3a54471ea5 refactor: rewrite branch auto-select after remote changed while pulling (#342) 2024-08-09 14:08:25 +08:00
leo
f98423b4c7 enhance: auto-select branch after remote changed while pulling (#342) 2024-08-09 14:03:31 +08:00
leo
a75d50bf97 refactor: rename Models.Watcher.UpdateSubmodules to Models.Watcher.SetSubmodules
* run `dotnet format`
2024-08-09 11:33:37 +08:00
leo
71d2b295da refactor: combine Commands.UpdateSubmoduleStatus into Commands.QuerySubmodules 2024-08-09 09:41:24 +08:00
leo
3969111393 ux: force datagrid row height to 24 2024-08-08 21:21:30 +08:00
leo
1fe2be11a7 refactor: rewrite submodule to support IsDirty state (#339) 2024-08-08 21:11:10 +08:00
leo
eb441852b0 enhance: allow edit commit message only with Amend (#336) 2024-08-08 15:18:35 +08:00
leo
97d5ecdfe9 code_style: remove IDE warnings 2024-08-08 15:10:08 +08:00
leo
6c08ee1b05 ux: use smaller fontsize for launcher tabbar 2024-08-08 14:04:48 +08:00
Gadfly
4c471c6bb9 fix: do NOT change parent of RepositoryNode if it exists when open it from FolderPicker 2024-08-08 10:34:30 +08:00
leo
6bd0920d71 feature: enable syntax highlighting in revision files view (#333) 2024-08-08 10:12:39 +08:00
leo
1ab0ea27df enhance: remove fixed fontsize in launcher's tabbar (#332) 2024-08-08 09:38:11 +08:00
leo
f8bc48c49c enhance: exec git command directly instead of call methods from WorkingCopy (#330) 2024-08-08 09:33:46 +08:00
leo
dc32c3e95d project: upgrade AvaloniaUI to 11.1.2 2024-08-07 19:52:40 +08:00
leo
7ff92c4e1d ux: stage/unstage/discard button aligment in TextDiffView 2024-08-07 19:42:41 +08:00
leo
d4b0958f67 ux: new style of tab switcher in statistics window 2024-08-07 17:07:39 +08:00
leo
3609d46c1f enhance: pop stash directly instead of apply+drop 2024-08-07 15:59:35 +08:00
leo
3bcf4e128e enhance: get count of changed file (without untracked) directly (#316) 2024-08-07 15:52:58 +08:00
leo
8c16ded6bd enhance: ignore untracked files when calculate local changes in checkout/create branch/pull (#316) 2024-08-07 15:38:18 +08:00
leo
71c2ad989b enhance: do not call git add before git stash push when enable auto stash in checkout/create branch/pull (#316) 2024-08-07 15:20:21 +08:00
warappa
8a7ec4840f #322: Add German translation for issue tracker integration 2024-08-06 21:24:50 +02:00
warappa
67ebc5ae03 Merge branch 'develop' into bugfixes/enhance-german-translation 2024-08-06 21:05:27 +02:00
leo
3506df40e0 refactor: rewrite SetDetail for selected working copy changes (#328) 2024-08-06 17:17:41 +08:00
leo
e50db02ea8 fix: SelectedUnstaged and SelectedStaged should always be re-calculated (#328) 2024-08-06 17:08:01 +08:00
leo
f41f8266d2 ux: rebase popup should always be closed after started (#327) 2024-08-06 16:39:54 +08:00
leo
0450931655 enhance: avoid refetch avatar for noreply@github.com 2024-08-06 15:40:07 +08:00
leo
a7ea61f9af refactor: remove binding null warnings 2024-08-06 15:33:23 +08:00
leo
1d15c4c95f fix: drag window won't stop (#326) 2024-08-06 15:12:44 +08:00
leo
2e433aa278 refactor: set detail directly instead of reset selected changes 2024-08-06 14:36:58 +08:00
Gadfly
519d9c770c fix: clean SelectedStaged after commit 2024-08-06 14:23:47 +08:00
heartacker
5e85ce8f8b update AvaloniaEdit nuget package to 11.1.0
- AvaloniaEdit
- TextMate
- Grammars
2024-08-06 14:03:24 +08:00
David Rettenbacher
e29e8c2990 Fix about texts 2024-08-06 07:58:20 +02:00
leo
a2749d3c4f ux: add Color.Link for issue links (#315) 2024-08-06 13:57:51 +08:00
leo
9bee51686a feature: show issue link on commit list of histories view (#315) 2024-08-06 11:02:52 +08:00
leo
90e3abed8d enhance: keep selection after unstaging (#320) 2024-08-06 10:42:55 +08:00
leo
4ba7c879c5 feature: use Ctrl+C to copy selected commits in histories (#321) 2024-08-06 10:04:08 +08:00
warappa
6d9613945e Fixes and tweaks German translation 2024-08-05 23:13:36 +02:00
leo
b059423391 feature: enable using drag-drop to re-order commits (#319) 2024-08-05 22:10:43 +08:00
leo
85d3f0993c refactor: load default github avatar 2024-08-05 20:12:41 +08:00
leo
91daa42c08 ux: margins between textbox and its label in issue tracker configure page 2024-08-05 19:32:50 +08:00
leo
dfd098e131 refactor: merge sourcegit.issuetracker.setting to sourcegit.settings. 2024-08-05 18:18:57 +08:00
leo
f754b2c63a feature: supports issue tracker in commit message (#315) 2024-08-05 17:34:49 +08:00
warappa
b88031f09d Enhance German translation 2024-08-04 16:47:59 +02:00
leo
281ef8b490 fix: first '_' character not shown in menu item (#313) 2024-08-02 22:53:55 +08:00
leo
cd9196bb84 feature: supports get avatar from avatars.githubusercontent.com
* move all images to `src/Resources/Images` folder
2024-08-02 18:06:45 +08:00
jacky
12451a21c4 fix: fix some typos 2024-08-02 15:40:00 +08:00
leo
f3aff65d03 ux: reduce change list row height in commit detail panel 2024-08-02 15:16:19 +08:00
leo
eb437df9fe enhance: reduce commits loading time for interactive rebase 2024-08-01 18:05:58 +08:00
leo
7891b1124e feature: asking to create local branch instead of checkout commit if some remote branch's HEAD is selected commit (#295) 2024-08-01 16:59:39 +08:00
leo
57e9c44754 ux: new icon for changes 2024-08-01 15:12:00 +08:00