sourcegit/src/Views/Popups
2021-08-04 19:11:22 +08:00
..
AddSubmodule.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
AddSubmodule.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
AddSubTree.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
AddSubTree.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
Apply.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Apply.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Archive.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Archive.xaml.cs style<Archive>: text for open file dialog title 2021-05-28 10:45:28 +08:00
Checkout.xaml feature<Checkout>: add a status panel for checkout progress 2021-05-26 18:43:28 +08:00
Checkout.xaml.cs feature<Checkout>: add a status panel for checkout progress 2021-05-26 18:43:28 +08:00
CherryPick.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
CherryPick.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Clone.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Clone.xaml.cs fix<Clone>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43UGJ 2021-08-04 19:11:22 +08:00
Configure.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Configure.xaml.cs feature<Configure>: supports configuration for http.proxy 2021-07-15 09:23:37 +08:00
CreateBranch.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
CreateBranch.xaml.cs optimize<CreateBranch>: use [Stash & Reapply] as default when create new branch 2021-07-15 18:28:15 +08:00
CreateTag.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
CreateTag.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
DeleteBranch.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteBranch.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
DeleteRemote.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteRemote.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
DeleteSubmodule.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteSubmodule.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
DeleteTag.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
DeleteTag.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Discard.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Discard.xaml.cs fix<Discard>: fix discard with files not only dropped changes selected but also others 2021-04-29 21:22:17 +08:00
EditSubTree.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
EditSubTree.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
Fetch.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Fetch.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
GitFlowFinish.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
GitFlowFinish.xaml.cs feature<GitFlow>: add an option to keep branch after finish 2021-05-13 15:31:10 +08:00
GitFlowStart.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
GitFlowStart.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Init.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Init.xaml.cs fix<Clone>: fix crash reported by https://gitee.com/sourcegit/sourcegit/issues/I43UGJ 2021-08-04 19:11:22 +08:00
InitGitFlow.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
InitGitFlow.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Merge.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Merge.xaml.cs feature<Merge>: show progress for merge 2021-05-26 18:58:34 +08:00
Pull.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Pull.xaml.cs fix<Pull>: fix crash when there's no local branches 2021-06-15 16:14:16 +08:00
Push.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Push.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
PushTag.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
PushTag.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Rebase.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Rebase.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Remote.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Remote.xaml.cs fix<Remote>: do NOT validate remote's name when edit only remote's URL 2021-06-16 20:02:05 +08:00
RenameBranch.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
RenameBranch.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Reset.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Reset.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Revert.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Revert.xaml.cs refactor<*>: rewrite all codes... 2021-04-29 20:05:55 +08:00
Stash.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
Stash.xaml.cs optimize<Stash>: only run stash command when it's needed 2021-04-30 14:32:57 +08:00
SubTreePull.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
SubTreePull.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
SubTreePush.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
SubTreePush.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00
UnlinkSubTree.xaml refactor<*>: use DynamicResource instead of StaticResource for brushes and locales 2021-07-20 16:26:10 +08:00
UnlinkSubTree.xaml.cs feature<SubTree>: supports git subtree feature 2021-06-07 11:47:16 +08:00