leo
b160f4e47a
enhance: clear selection after swap compare targets
2024-07-23 19:30:16 +08:00
leo
1583b08892
code_review: PR ( #280 )
...
* tooltip for swap button
* move `Views.CompareTargetWorktree` to `Models.CompareTargetWorktree`
* remove unused `Models.IObjectId`
* fix swap not working when target is Worktree, because Commands.CompareRevisions's Args do not changed after swapping
2024-07-23 19:26:04 +08:00
leo
8d4e010fc2
Merge pull request #280 from workgroupengineering/feature/RevisionCompare-Swap-Commits
...
feat: Allow Swap Commits in Revision Compare
2024-07-23 18:38:26 +08:00
Giuseppe Lippolis
5cc30f7d10
feat: Allow Swap Commits in Revision Compare
2024-07-23 11:41:33 +02:00
leo
cd1eed4356
fix: column header vertical seperator missing in some cases
2024-07-23 15:14:52 +08:00
leo
fa9990c38c
code_style: move SourceGit.ViewModels.RepositorySettings
to SourceGit.Models.RepositorySettings
2024-07-23 14:52:25 +08:00
leo
183cb8a658
enhance: supports checking updates with hotfix version
2024-07-23 14:36:27 +08:00
leo
40d5a7c7f3
code_style: run dotnet format
to apply rules
2024-07-23 13:58:57 +08:00
leo
e0319e3f9b
fix: ssh-askpass not working ( #272 )
2024-07-23 13:48:52 +08:00
leo
d4b262248a
fix: IntelliJ IDEA Ultimate
and IntelliJ IDEA Community
fallbacks to JetBrains common icon ( #279 )
2024-07-23 12:07:39 +08:00
leo
ef0cf76571
project: upgrade AvaloniaUI to 11.1.0
2024-07-23 11:45:54 +08:00
leo
eecea3529a
ux: lower contrast colors in diff view
2024-07-23 10:22:33 +08:00
leo
d8af6bd75f
feature: change minimal system requirement for macOS to 11.0 ( #275 )
2024-07-22 18:24:52 +08:00
leo
888bf54303
code_style: remove unused code
2024-07-22 16:41:35 +08:00
leo
5b5fc104e5
Merge branch 'master' into develop
2024-07-22 16:13:13 +08:00
leo
41dfbb3754
Merge branch 'hotfix/v8.22.1'
2024-07-22 16:08:44 +08:00
leo
75dcd16305
hotfix: Release 8.22.1
2024-07-22 16:08:24 +08:00
leo
b972bfd5f1
fix: missing empty check for %(upstream:trackshort)
( #273 )
2024-07-22 16:01:26 +08:00
leo
720b2b65f3
code_style: change static methods of ViewModels.Preference to member function
2024-07-22 15:34:31 +08:00
leo
1e0a2ab5f7
enhance: add -o StrictHostKeyChecking=accept-new
option to ssh command
2024-07-22 11:33:34 +08:00
leo
5fed050400
Merge branch 'master' into develop
2024-07-22 09:16:30 +08:00
leo
a1235862f1
Merge branch 'release/v8.22'
2024-07-22 09:16:07 +08:00
leo
0cbb8fce8f
version: Release 8.22
2024-07-22 09:15:20 +08:00
leo
d6dc5e30e9
readme: alignment
2024-07-21 18:08:55 +08:00
leo
ec224bebcb
readme: add tips for Windows users to install this app
2024-07-21 18:05:50 +08:00
leo
9f09b8e326
enhance: allow #
character in branch name ( #271 )
2024-07-21 17:44:38 +08:00
leo
91801cff69
enhance: only trigger UpdateSelectedChunk
if needed
2024-07-19 11:01:31 +08:00
leo
5b95344453
code_style: move commit methods to base class
2024-07-19 10:43:19 +08:00
leo
b2e6de3afa
ux: move ahead/behind indicator to front of refs
2024-07-19 10:08:41 +08:00
leo
9a15ff59d4
enhance: remove code not needed to improve performance
2024-07-19 09:47:59 +08:00
leo
f0649c95b5
feature: add an indicator that shows those commits the current branch ahead/behind its upstream
2024-07-19 09:29:16 +08:00
leo
9de2853003
enhance: unify selection mode and hunk mode
2024-07-18 16:26:39 +08:00
leo
42f8e41985
ux: lower background opacity for selected hunk
2024-07-18 12:16:36 +08:00
leo
dbc95e7209
refactor: move some method from view to its data source class
2024-07-18 11:40:56 +08:00
leo
e64026d44c
fix: MakeSelection
should not use UseSideBySideDiff
directly
2024-07-18 11:26:47 +08:00
leo
14469b1399
theme: add ThemeOverrides.OpacityForNotMergedCommits
to customize the opacity of commits that not belongs (haven't been merged) to current branch in histories ( #268 )
2024-07-18 10:46:39 +08:00
leo
b2ed1b283a
enhance: only replace hunk data if needed
2024-07-18 10:18:02 +08:00
leo
4b07a38e97
Merge pull request #269 from gadfly3173/ci/downgrade-system
...
ci: downgrade ci system
2024-07-18 09:59:15 +08:00
Gadfly
c0d0414ba2
ci: downgrade ci system
2024-07-18 09:28:05 +08:00
leo
d09866e2c3
enhance: commit search ( #268 )
...
* add `-i` parameter to ignore case while searching commit message
* add `--branches --remotes` to search commits from all branches
2024-07-17 20:54:09 +08:00
leo
a68b61da94
ux: background highlight margin
2024-07-17 17:14:46 +08:00
leo
26c59bfd0d
code_style: move common funtion to base class
2024-07-17 17:10:32 +08:00
leo
b7e0e38de3
feature: stage/unstage hunk ( #265 )
2024-07-17 16:56:16 +08:00
leo
b9ed0987eb
enhance: gc will use --prune
argument
2024-07-16 18:04:16 +08:00
leo
6d888f8007
code_style: remove unused namespace using
2024-07-16 17:03:36 +08:00
leo
ef0c904e91
ux: improve change list selection
2024-07-16 17:00:08 +08:00
leo
2f5f98770f
enhance: expand tree for current branch ( #262 )
2024-07-16 15:02:47 +08:00
leo
72ca571c00
localization: add translations for commit time period
2024-07-16 14:06:02 +08:00
leo
80a7b73dd4
ux: style for commit time display mode toggle
2024-07-16 13:26:04 +08:00
leo
f9c8e4c699
code_style: remove unused code
2024-07-16 12:19:58 +08:00