sourcegit/src/ViewModels
2024-03-06 19:46:19 +08:00
..
AddRemote.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
AddSubmodule.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Apply.cs feature<TextDiffView>: supports line staging/unstaging in working copy diff view 2024-02-28 14:55:11 +08:00
Archive.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
AssumeUnchangedManager.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
Blame.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
Checkout.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
CherryPick.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Cleanup.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
ClearStashes.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Clone.cs style<Repository>: normalize repository's path 2024-03-01 13:46:00 +08:00
CommitDetail.cs optimize<*>: add a static method CreateMenuIcon to App. Restore working copy changes' selection state after refreshed 2024-02-27 18:26:05 +08:00
CreateBranch.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
CreateGroup.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
CreateTag.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
DeleteBranch.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
DeleteRemote.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
DeleteRepositoryNode.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
DeleteSubmodule.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
DeleteTag.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
DiffContext.cs feature<TextDiffView>: do NOT reset scroll offset after recompute diff with same change 2024-02-29 11:29:54 +08:00
Discard.cs fix<Discard>: wrong discard behavior with changes both in worktree and staged 2024-03-01 11:34:32 +08:00
DropStash.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
EditRemote.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
EditRepositoryNode.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
FastForwardWithoutCheckout.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Fetch.cs fix<Fetch>: start fetch from remote's context menu should only fetch selected remote 2024-02-26 09:38:25 +08:00
FileHistories.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
FileTreeNode.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
GitFlowFinish.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
GitFlowStart.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
Histories.cs fix<Repository, History>: wrong context menu IsEnabled state. 2024-03-01 19:12:22 +08:00
Init.cs style<Repository>: normalize repository's path 2024-03-01 13:46:00 +08:00
InitGitFlow.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Launcher.cs feature: remember last active tab index if restore tabs is enabled 2024-03-06 19:46:19 +08:00
LauncherPage.cs optimize<*>: use custom view locator instead of ContentControl.DataTemplates to avoid memory leak. 2024-03-02 23:34:32 +08:00
Merge.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Popup.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
PopupHost.cs fix: should not use Active to close a running popup. 2024-03-05 17:16:33 +08:00
Preference.cs feature: remember last active tab index if restore tabs is enabled 2024-03-06 19:46:19 +08:00
PruneRemote.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Pull.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
Push.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
PushTag.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Rebase.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
RenameBranch.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Repository.cs fix<Repository, History>: wrong context menu IsEnabled state. 2024-03-01 19:12:22 +08:00
RepositoryConfigure.cs refactor<*>: rewrite all with AvaloniaUI 2024-02-06 15:08:37 +08:00
RepositoryNode.cs style<Repository>: normalize repository's path 2024-03-01 13:46:00 +08:00
Reset.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Revert.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
RevisionCompare.cs optimize<*>: reduce memory usage 2024-02-20 18:27:59 +08:00
Reword.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
Squash.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
StashChanges.cs optimize<*>: App.RaiseException should be called in UIThread; add default progress description for popups; 2024-02-26 11:29:57 +08:00
StashesPage.cs optimize<*>: reduce memory usage 2024-02-20 18:27:59 +08:00
Statistics.cs refactor<Statistics>: use committer instead of author 2024-02-25 11:32:15 +08:00
TwoSideTextDiff.cs feature<TextDiffView>: do NOT reset scroll offset after recompute diff with same change 2024-02-29 11:29:54 +08:00
Welcome.cs fix<Clone>: fix crash after clone a new repository 2024-02-22 11:05:20 +08:00
WorkingCopy.cs fix<Discard>: wrong discard behavior with changes both in worktree and staged 2024-03-01 11:34:32 +08:00