sourcegit/src/ViewModels
2024-05-27 21:05:15 +08:00
..
AddRemote.cs enhance: remote ssh private key validation 2024-05-21 11:52:30 +08:00
AddSubmodule.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Apply.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Archive.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
AssumeUnchangedManager.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Blame.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
BranchTreeNode.cs code_review: review for PR (#147) 2024-05-26 14:25:21 +08:00
Checkout.cs code_style: rename platform_finder to platformFinder and run dotnet format to apply code style rules 2024-04-29 17:55:38 +08:00
CheckoutCommit.cs code_review: review for PR (#147) 2024-05-26 14:25:21 +08:00
CherryPick.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Cleanup.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
ClearStashes.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Clone.cs refactor: rewrite Preference.FindOrAddNodeByRepositoryPath 2024-05-20 17:39:31 +08:00
CommitDetail.cs enhance: use diff command instead of show command to get changes of selected commit. (#56) 2024-04-09 16:02:42 +08:00
CreateBranch.cs feature: add Do Nothing option to deal with local changes before creating a new branch (#143) 2024-05-25 19:40:30 +08:00
CreateGroup.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CreateTag.cs enhance: add an option to push tag to all remotes after created (#141) 2024-05-24 10:47:37 +08:00
DeleteBranch.cs refactor: implementation to delete branches 2024-05-21 09:58:31 +08:00
DeleteMultipleBranches.cs feature: allow deleting multiple branches at one time (#137) 2024-05-25 01:31:59 +08:00
DeleteRemote.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteRepositoryNode.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteSubmodule.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteTag.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DiffContext.cs feature: add buttons to increase/decrease visible lines in text diff view (#145) 2024-05-27 10:29:15 +08:00
Discard.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DropStash.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
EditRemote.cs enhance: remote ssh private key validation 2024-05-21 11:52:30 +08:00
EditRepositoryNode.cs enhance: keep repository tree sorted by name 2024-05-07 15:28:54 +08:00
FastForwardWithoutCheckout.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Fetch.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
FileHistories.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
FileTreeNode.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlowFinish.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
GitFlowStart.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Histories.cs feature: add a context menu item to compare selected branch/revision with current worktree 2024-05-27 21:05:15 +08:00
Init.cs refactor: rewrite Preference.FindOrAddNodeByRepositoryPath 2024-05-20 17:39:31 +08:00
InitGitFlow.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
InProgressContexts.cs enhance: reset commit message after a merge request has been aborted 2024-04-29 09:31:04 +08:00
Launcher.cs refactor: rewrite Preference.FindOrAddNodeByRepositoryPath 2024-05-20 17:39:31 +08:00
LauncherPage.cs fix: welcome page should use a shared singleton instance to manage and filter repositories (#117) 2024-05-07 14:12:52 +08:00
Merge.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Popup.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
PopupHost.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Preference.cs refactor: rewrite Preference.FindOrAddNodeByRepositoryPath 2024-05-20 17:39:31 +08:00
PruneRemote.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Pull.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Push.cs feature: allow changing of tracking branch on push (#142) 2024-05-25 11:37:06 +08:00
PushTag.cs enhance: add an option to push tag to all remotes after created (#141) 2024-05-24 10:47:37 +08:00
Rebase.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RenameBranch.cs fix: bug - rename local branch name should only check names with other local branches 2024-04-26 14:25:14 +08:00
Repository.cs feature: add a context menu item to compare selected branch/revision with current worktree 2024-05-27 21:05:15 +08:00
RepositoryConfigure.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RepositoryNode.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Reset.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Revert.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
RevisionCompare.cs feature: add a context menu item to compare selected branch/revision with current worktree 2024-05-27 21:05:15 +08:00
Reword.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
SelfUpdate.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Squash.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
StashChanges.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
StashesPage.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Statistics.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
TwoSideTextDiff.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
Welcome.cs refactor: rewrite Preference.FindOrAddNodeByRepositoryPath 2024-05-20 17:39:31 +08:00
WorkingCopy.cs feature: test if conflicts have been resolved manually (#96) 2024-04-29 10:54:41 +08:00