leo
4b849d9d5c
ux: update workspace/page switcher popup layout
...
Signed-off-by: leo <longshuang@msn.cn>
2025-05-18 20:33:55 +08:00
leo
9614b995d8
refactor: workspace/page switcher ( #1330 )
...
- add `Switch Tab` popup
- change hotkey to open `Preferences` to `Ctrl+,/⌘+,`
- change hotkey to open `Switch Workspace` to `Ctrl+Shift+P/⌘+⇧+P`
- change hotkey to open `Switch Tab` to `Ctrl+P/⌘+P`
Signed-off-by: leo <longshuang@msn.cn>
2025-05-18 19:36:17 +08:00
AquariusStar
fd35e0817d
localization: update russian translate ( #1331 )
2025-05-18 15:02:30 +08:00
AquariusStar
85e08f5eea
localization: update russian localization ( #1319 )
2025-05-16 09:20:31 +08:00
AquariusStar
9dd0beb61f
localization: update russian translate ( #1301 )
2025-05-12 09:12:49 +08:00
AquariusStar
3eaa24a993
localization: update and fix translation russian ( #1291 )
2025-05-09 09:15:59 +08:00
AquariusStar
704c6f589d
localization: update and fix translation russian ( #1276 )
2025-05-04 17:36:30 +08:00
leo
98dd37a9bc
localization: update tranlation for Text.Diff.IgnoreWhitespace
...
This is because that in `git diff` command the `--ignore-all-space` option will also ignore line-ending changes (`--ignore-cr-at-eol`)
Signed-off-by: leo <longshuang@msn.cn>
2025-04-29 22:49:20 +08:00
AquariusStar
bbdeecdcc6
locallization: update russian translate ( #1248 )
2025-04-27 09:38:09 +08:00
AquariusStar
9bdbf47522
localization: update russian localization ( #1233 )
2025-04-23 10:39:30 +08:00
leo
4c1a04477e
refactor: enhanced copy commit information context menu ( #1209 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-17 20:03:46 +08:00
github-actions[bot]
349844cf2a
doc: Update translation status and sort locale files
2025-04-17 08:07:57 +00:00
github-actions[bot]
c1839199ee
doc: Update translation status and sort locale files
2025-04-15 02:42:33 +00:00
leo
7d5ffaf867
code_style: keep all translations ordered by key
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-15 10:42:16 +08:00
github-actions[bot]
f0d4cfc9f9
doc: Update translation status and sort locale files
2025-04-15 02:30:43 +00:00
Massimo
81820e7034
refactor: improve diff handling for EOL changes and enhance text diff… ( #1177 )
...
* refactor: improve diff handling for EOL changes and enhance text diff display
- Updated `Diff.cs` to streamline whitespace handling in diff arguments.
- Enhanced `DiffContext.cs` to check for EOL changes when old and new hashes differ, creating a text diff if necessary.
- Added support for showing end-of-line symbols in `TextDiffView.axaml.cs` options.
* localization: update translations to include EOF handling in ignore whitespace messages
- Modified the ignore whitespace text in multiple language files to specify that EOF changes are also ignored.
- Ensured consistency across all localization files for the patch application feature.
* revert: Typo in DiffResult comment
* revert: update diff arguments to ignore CR at EOL in whitespace handling (like before changes)
* revert: update translations to remove EOF references in Text.Apply.IgnoreWS and fixed typo in Text.Diff.IgnoreWhitespace (EOF => EOL)
---------
Co-authored-by: mpagani <massimo.pagani@unitec-group.com>
2025-04-14 15:18:45 +08:00
AquariusStar
12b1204809
update russian localization ( #1181 )
2025-04-14 09:47:23 +08:00
leo
506af95963
enhance: new confirm empty commit dialog ( #1143 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-08 20:00:42 +08:00
leo
2c5ee4fa99
localization: add keys deleted by sorter tools back
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-07 20:19:00 +08:00
leo
f5c213060e
localization: keep all keys in order and remove duplicated keys in fr_FR ( #1161 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-04-07 20:05:24 +08:00
AquariusStar
1482a005bb
localization: update and fix translation russian ( #1136 )
2025-03-31 09:20:54 +08:00
leo
276d000bcf
refactor: change Copy File Name
to Copy Full Path
for selected file or change ( #1132 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-03-28 18:01:53 +08:00
leo
56ebc182f2
enhance: try to reinstate not onl the working tree's change, but also the index's ones ( #1135 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-03-28 12:20:36 +08:00
Iacopo Sbalchiero
ca0fb7ae10
Adding template for Azure DevOps workitems ( #1128 )
...
* feat: add Azure DevOps issue tracker integration
* localization: add Azure DevOps sample rule to issue tracker in multiple languages
2025-03-26 09:27:10 +08:00
leo
145273b4a7
refactor: move Show tags in commit graph
to Preferences
( #1109 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-03-20 11:10:48 +08:00
AquariusStar
f7197e08eb
localization: update russian localization ( #1111 )
2025-03-20 09:14:07 +08:00
leo
3e8bba0d0b
ux: re-design About
page
...
Signed-off-by: leo <longshuang@msn.cn>
2025-03-17 17:06:26 +08:00
Gadfly
cea8a90680
refactor: use $GIT_COMMON_DIR instead of cut $GIT_DIR/worktrees ( #1103 )
2025-03-17 15:56:13 +08:00
leo
cdd1926e2f
refactor: rewrite git apply
implementation
...
- Do not translate commandline options for `git`
- Re-design combox layout for `git apply` popup
Signed-off-by: leo <longshuang@msn.cn>
2025-03-17 15:30:32 +08:00
Asurada
db504241ea
feat: add translation for "1 hour ago" in multiple languages ( #1096 )
2025-03-14 16:57:03 +08:00
leo
0e261cffd2
refactor: rewrite the way to deal with uncommitted local changes when checkout/pull/create branch ( #1085 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-03-13 10:21:54 +08:00
Михаил Усоцкий
f496d15f70
update russian localization
2025-03-10 20:15:29 +03:00
AquariusStar
2fb1d7e14a
update and fix translation russian ( #1070 )
2025-03-10 09:27:25 +08:00
GadflyFang
57cb9d0909
fix: Dynamic load copyright ( #1030 )
2025-02-27 21:14:24 +08:00
AquariusStar
eea55ec56f
localization: update russian localization ( #971 )
2025-02-12 10:51:06 +08:00
leo
37e5926388
code_style: keep translation ordered
...
Signed-off-by: leo <longshuang@msn.cn>
2025-02-11 14:41:56 +08:00
leo
dd254ebf4f
ux: new attached property MenuItemExtension.Command
for MenuItem
...
Signed-off-by: leo <longshuang@msn.cn>
2025-01-26 14:55:44 +08:00
leo
fa07bb5b5a
refactor: move per-repository config Enable --prune on fetch
to global git config fetch.prune
( #908 )
...
Signed-off-by: leo <longshuang@msn.cn>
2025-01-25 12:06:48 +08:00
leo
49ee9c8e33
ux: move --signoff
toggle from repository configuration window to commit options bar
...
Signed-off-by: leo <longshuang@msn.cn>
2025-01-24 14:45:49 +08:00
leo
e242119a03
fix: searching by Author & Committer
does not work when the committer is different with author
2025-01-23 16:11:07 +08:00
leo
10d8d3b2ef
refactor: branch compare
2025-01-13 14:42:07 +08:00
wl2776
6e5626f267
fix: several typos in source code ( #895 )
2025-01-13 10:11:28 +08:00
AquariusStar
afe55a5ff5
localization: update russian localization ( #887 )
2025-01-10 09:24:18 +08:00
leo
6fe4d8162b
refactor: use popup to change tracking branch
2025-01-07 12:05:52 +08:00
leo
85504b1487
enhance: enable text search for branch ComboBox ( #784 )
2025-01-07 10:29:55 +08:00
AquariusStar
7f9be03e5c
localization: update translation russian ( #872 )
...
fix
2025-01-06 20:18:31 +08:00
AquariusStar
108a212108
localization: update russian translate ( #870 )
2025-01-06 17:24:27 +08:00
leo
26ebd5ae7e
feature: add option to only highlight current branch in commit graph ( #848 )
...
- add a toggle button to only highlight current branch in commit graph
- re-order buttons in histories toolbar
- remove unused icons and styles
2025-01-06 14:59:27 +08:00
AquariusStar
4b02199c9b
update russian translate ( #853 )
...
fix and update
2025-01-02 01:52:01 +08:00
AquariusStar
03d3cbe11e
update translation russian ( #850 )
...
fix
2024-12-30 09:18:12 +08:00