sourcegit/src/ViewModels
2024-05-20 14:39:05 +08:00
..
AddRemote.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +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 enhance: performance of filtering branch 2024-05-14 18:50:36 +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
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 fix: avoid duplicated nodes being added into the repository tree 2024-05-07 15:50:26 +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 project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CreateGroup.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
CreateTag.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
DeleteBranch.cs feature: add a checkbox to also delete the tracking remote branch (#99) 2024-05-05 19:45:28 +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 ux: do not show /dev/null in DiffView for new file 2024-05-10 16:01:20 +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 project: reorganize the structure of the project. 2024-04-02 20:00:33 +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 code_review: PR #120 2024-05-10 16:30:34 +08:00
Init.cs fix: avoid duplicated nodes being added into the repository tree 2024-05-07 15:50:26 +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 feature: supports to open a repository directly from commandline (#134) 2024-05-20 14:39:05 +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 feat: Add config of auto fetch interval 2024-05-11 17:37:54 +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 project: reorganize the structure of the project. 2024-04-02 20:00:33 +08:00
PushTag.cs project: reorganize the structure of the project. 2024-04-02 20:00:33 +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 fix: remove SearchResultSelectedCommit from preference.json 2024-05-15 16:20:31 +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 refactor: external tools and shells 2024-04-09 10:41:37 +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 fix: welcome page should use a shared singleton instance to manage and filter repositories (#117) 2024-05-07 14:12:52 +08:00
WorkingCopy.cs feature: test if conflicts have been resolved manually (#96) 2024-04-29 10:54:41 +08:00