Commit graph

155 commits

Author SHA1 Message Date
leo
5fa2c601a8 fix(Pull): make sure git pull succeeds before dropping stash 2020-08-07 17:02:43 +08:00
leo
861ed8bdb6 style(Launcher): nothing changed 2020-08-07 09:52:40 +08:00
leo
a86f8cd463 fix(Submodule): refresh working copy status after submodule updated 2020-08-06 16:39:10 +08:00
leo
9fceb821ea refactor(PercentToDouble): remove unused PercentToDouble converter 2020-08-06 16:11:00 +08:00
leo
5ce9cffcee refactor(*): re-arrange project 2020-08-06 16:01:10 +08:00
leo
7558bbd4f2 refactor(PopupManager): rewrite popup 2020-08-06 15:41:25 +08:00
leo
28e3a1bb27 optimize(Manager): add context menu for recent opened repositories 2020-08-06 11:31:20 +08:00
leo
08dc039768 style(Conflict): better color for conflicts detected tool bar 2020-08-06 11:08:58 +08:00
leo
ba2063f956 style(Dashboard): remove line between tab and toolbar when using light theme 2020-08-06 10:21:30 +08:00
leo
4d3a0a45cb style(Launcher): drop shadow direction for tabs in title bar 2020-08-06 10:11:11 +08:00
leo
692442aff1 feature(Launcher): show repository path as tooltip on tabs 2020-08-05 16:35:01 +08:00
leo
073c189f18 optimize(*): speed up for openning same repository that already opened before 2020-08-05 16:21:40 +08:00
leo
65d89897f1 style(Histories): startup page 2020-08-05 15:07:46 +08:00
leo
1732e5ed7c style(TreeView): padding 0 2020-08-05 11:47:21 +08:00
leo
c9cb1af7ac style(Manager): change splitter color 2020-08-05 10:08:19 +08:00
leo
6d54207b50 feature(Launcher): enable scroll for tabs in title bar 2020-08-05 10:01:27 +08:00
leo
5066b974a1 optimize(*): move App.Launcher.GetPopupManager to App.GetPopupManager 2020-08-05 09:32:24 +08:00
leo
3c24eaa6a7 style(Launcher): tabitem style 2020-08-04 09:41:55 +08:00
leo
90b92b1944 fix(DiffViewer): hide original file name when it's /dev/null 2020-08-03 20:11:25 +08:00
leo
a743cf6bd5 update(Preview): screenshots 2020-08-03 19:57:04 +08:00
leo
036a4cb3d5 style(Launcher): offset for first tab in title bar 2020-08-03 19:51:36 +08:00
leo
41a66c67b5 style(Dashboard): arrange button in toolbar 2020-08-03 19:49:23 +08:00
leo
67df225ba0 style(*): splitter color 2020-08-03 19:25:36 +08:00
leo
7337d4ebd1 style(Icon): remove unused icons 2020-08-03 19:16:14 +08:00
leo
4bb20616db fix(Launcher): using MouseMove instead of PreviewMouseMove event 2020-08-03 18:34:53 +08:00
leo
a4d1617c5a feature(Launcher): enable drag-drop on title bar 2020-08-03 18:29:48 +08:00
leo
c6e094b95c update(*): update screenshots 2020-08-03 17:50:50 +08:00
leo
31c660e5ad style(Histories): change background color to remove line between GridSplitter and DataGrid 2020-08-03 17:48:53 +08:00
leo
c63d410d10 optimize(Launcher): remove unused code 2020-08-03 17:32:15 +08:00
leo
a66aa290bc style(*): embedded logo and title into manager tab 2020-08-03 17:29:33 +08:00
leo
f96ea6e174 update(*): update screenshots 2020-08-03 16:54:42 +08:00
leo
3bc461cbdf style(*): better color theme for window title bar 2020-08-03 16:47:48 +08:00
leo
81a3cb9566 feature(*): supports multi-repo editing 2020-08-03 16:23:00 +08:00
leo
3c80f2700c style(*): show window title in Windows Taskbar; add icon for about dialog 2020-07-31 14:43:24 +08:00
leo
daaa88a720 fix(Manager): using TextBlock instead of Label to show special characters like '_', '-', etc. 2020-07-31 14:36:18 +08:00
ZCShou
ce4dccc592 style(*): 调整了部分界面的显示效果 2020-07-31 09:03:21 +08:00
leo
f45013a520 upgrade(Version): Keep version tracking with lastest stable release 2020-07-30 14:51:40 +08:00
ZCShou
9ea9d18a4d <fix>(*): 撤销了 commit ceff6ef102 2020-07-30 13:59:12 +08:00
ZCShou
a41c7a7b1c <style>(): 发布版本 1.4 2020-07-29 21:06:48 +08:00
ZCShou
728b4dd879 fix(dashboard.xaml.cs): 对于 SUBMODULE ,如果发现 HEAD 出于游离状态,这自动切换到找的第一个有效分支 2020-07-29 20:57:19 +08:00
ZCShou
aa017d5f2f style(*): 界面显示上的一些改进 2020-07-29 15:58:05 +08:00
ZCShou
e319eed03a feat(Repository.cs): Pull 或者 Fetch 之后,更新界面中 SUBMODULES 的显示 2020-07-24 22:15:40 +08:00
ZCShou
3128deea2c style(Clone.xaml.cs): 使代码风格保持一致 2020-07-24 21:32:11 +08:00
ZCShou
6125c17354 fix(Repository.csClone.xaml.cs): 修复之前的更改(232165fa3eafdd0d5589963f0a26a487e7075bcf)导致Remote name 不能正常设置 2020-07-24 21:11:40 +08:00
ZCShou
ceff6ef102 feat(*): 为 Pull、Fetch、Push 增加 --recurse-submodules 选项参数 2020-07-24 19:52:47 +08:00
leo
d29e5def4b fix(Submodule): refresh submodules after updated successfully 2020-07-24 19:27:03 +08:00
leo
0e9b1574a8 feature(Submodule): add button to do submodule update 2020-07-24 17:17:53 +08:00
leo
1896ae1daf fix(Graph): end path for tree has no parent commits 2020-07-24 09:36:07 +08:00
leo
515d28918d style(Submodule): height of submodule list panel 2020-07-23 14:07:02 +08:00
leo
646a80a395 fix(Repository): separated git dir for submodules 2020-07-23 14:04:42 +08:00