goran-w
f7e37c4781
Added icon and string for "Show All Lines"
...
New StreamGeometry "Icons.Lines.All" using SVG path from "text_line_spacing_regular" at https://avaloniaui.github.io/icons.html .
New String "Text.Diff.VisualLines.All" for en_US locale (no translations yet).
2024-11-04 08:41:40 +01:00
goran-w
f054002c83
Renamed 1 of 2 SyncScrollOffset props, for clarity
...
The property "SyncScrollOffset" in TextDiff is distinct from the one with the same name in TwoSideTextDiff. These two properties are used in separate (though slightly related) ways and are not really connected.
The one in TwoSideTextDiff is mainly used to keep the scroll-pos of the two SingleSideTextDiffPresenter views in sync (aligned), while the one in TextDiff is used only to preserve/reset the scroll-pos in the single CombinedTextDiffPresenter view when (re)loading Diff Content (so not really syncing anything).
To clarify this and to make the two properties more distinguishable, I renamed the one in TextDiff to simply "ScrollOffset".
2024-11-04 08:41:40 +01:00
github-actions[bot]
2f628b0f06
doc: Update translation status and missing keys
2024-11-04 07:35:07 +00:00
leo
fb9e342ee0
localization: add translations for zh_CN and zh_TW
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-04 15:34:50 +08:00
github-actions[bot]
25028efa4d
doc: Update translation status and missing keys
2024-11-04 07:32:24 +00:00
leo
163e8cc0a4
feature: add context menu for issue link in commit details panel ( #651 )
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-04 15:31:55 +08:00
leo
64860950c7
localization: update en_US
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-04 12:03:47 +08:00
leo
310c786693
feature: ignore case when finding visual studio solution file
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-04 11:54:18 +08:00
leo
921b8599df
Merge branch 'master' into develop
2024-11-04 10:07:37 +08:00
leo
9452b796a5
Merge branch 'release/v8.37'
2024-11-04 10:07:12 +08:00
leo
5966b8ac08
version: Release 8.37
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-04 10:06:51 +08:00
leo
6b348fbd1a
code_review!: PR #648
...
* rewrite `Models.ExternalTool` to use `_execArgsGenerator` instead of `OpenCmdArgs` and `ArgTransform`
* remove dependency of `System.Linq` due to AOT limitations
* since the `Visual Studio` is only available on Windows, use `TryAdd` directly.
* update `README.md`
BREAKING CHANGE: now the key in `external_editors.json` uses the same name with external tool.
Signed-off-by: leo <longshuang@msn.cn>
2024-11-04 10:02:20 +08:00
Dmitrij D. Czarkoff
1d0098703e
feature: add support for Visual Studio as external tool ( #648 )
...
* feature: support Visual Studio external tool on Windows
* feature: when opening in Visual Studio, try to locate solution file
2024-11-04 09:22:16 +08:00
Chiahong
fba84c8297
fix: prevent crash in Custom Action when executable path is missing ( #646 )
2024-11-03 17:00:17 +08:00
Chiahong
06762615b6
localization: update zh_TW.axaml ( #645 )
2024-11-03 14:45:19 +08:00
leo
58fbb16347
code_review: PR #644
...
- use `AutoFocusBehaviour.IsEnable` instead of toggle focus by code in `OnOpened `
Signed-off-by: leo <longshuang@msn.cn>
2024-11-03 10:58:50 +08:00
Aliaksandr Liakhavets
794163fe1c
Set default focus on password text box ( #644 )
...
Co-authored-by: AleksandrLiakhavetsEPAM <97155822+AleksandrLiakhavetsEPAM@users.noreply.github.com>
2024-11-03 09:25:32 +08:00
github-actions[bot]
1fecbbb37f
doc: Update translation status and missing keys
2024-11-02 03:12:01 +00:00
AquariusStar
174430338c
localiztion: update ( #641 )
2024-11-02 11:11:48 +08:00
leo
2f9e825b63
refactor: pass Models.Commit instead of just sha of it
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-01 18:10:22 +08:00
leo
ba3c72585d
enhance: use Inter as default font for all platforms ( #639 )
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-01 17:54:21 +08:00
github-actions[bot]
26fe56e065
doc: Update translation status and missing keys
2024-11-01 09:25:17 +00:00
leo
a36058ec51
feature: supports custom actions ( #638 )
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-01 17:23:31 +08:00
leo
7c5de7e48c
enhance: do NOT restore fullscreen window on macOS
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-01 12:22:47 +08:00
leo
98612b0024
code_style: remove unused code
...
Signed-off-by: leo <longshuang@msn.cn>
2024-11-01 10:00:37 +08:00
leo
e3c0f7d496
refactor: rewrite chromeless window ( #634 )
...
* use system chrome instead of custom caption button on macOS
* move `BeginMoveWindow` and `MaximizeOrRestoreWindow` to `ChromelessWindow`
* better supports for fullscreen mode on macOS
* redesign the layout of title bar for all windows
Signed-off-by: leo <longshuang@msn.cn>
2024-11-01 09:38:42 +08:00
leo
1999e4bf47
ux: remove button padding and use content alignment to center text
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-31 20:02:31 +08:00
github-actions[bot]
39250466d5
doc: Update translation status and missing keys
2024-10-30 21:56:22 +00:00
AquariusStar
9b2e0bc5cf
localization: update ( #632 )
2024-10-31 05:56:06 +08:00
GadflyFang
cffcf3448e
fix: query file size quote filename ( #629 )
...
Signed-off-by: Gadfly <gadfly@gadfly.vip>
2024-10-30 18:48:41 +08:00
Masgalor
9816a5e8ba
fix: Make RPM builds compatible with OpenSUSE (libX11) ( #628 )
2024-10-30 18:45:25 +08:00
github-actions[bot]
0228bef1db
doc: Update translation status and missing keys
2024-10-30 10:40:00 +00:00
leo
3cbffa6ff9
feature: add an option in repository configuration to enable --prune
on fetch ( #590 )
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 18:39:38 +08:00
leo
a4befd010a
code_review: PR #627
...
* add minimal height for both unstaged and staged changes view
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 18:10:53 +08:00
yindf
2d7ea561e2
fix bug that stuck auto fetch when pull failed & make stage area resizeable ( #627 )
...
* fix watcher stuck by pull
* make stage area resizeable
---------
Co-authored-by: yindf <yindf@mail.jj.cn>
(cherry picked from commit a842aca042a73cb5fa3995794aae2a2e3540b37f)
2024-10-30 17:59:59 +08:00
leo
fe03512c5c
ux: tooltip of commit signing status icon
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 15:10:26 +08:00
leo
195325187d
ux: tooltip of commit signing status icon
...
* do NOT show signer if it is not available
* new tooltip style
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 15:01:08 +08:00
GadflyFang
4e87b25765
enhance: show commit signer ( #626 )
...
Signed-off-by: Gadfly <gadfly@gadfly.vip>
2024-10-30 14:48:37 +08:00
leo
e680f8477e
readme: contributor image
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 13:07:30 +08:00
leo
f8f169d23a
fix: typo in commit signing status info
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 12:58:46 +08:00
leo
9abda2c6ab
ux: move the commit signing status icon to the last
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 10:27:14 +08:00
leo
81fc859a37
readme: keep the same order for locales
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 10:17:44 +08:00
leo
df3b4e424a
localization: add fallback locale for es_ES
( #623 )
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 10:13:52 +08:00
leo
1adcf4dd80
enhance: do NOT query gpg.ssh.allowedSignersFile
every time while getting commit's signing status
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 10:10:17 +08:00
leo
c2e83778cc
readme: keep the same order for locales
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 09:56:57 +08:00
leo
4a6cbddeac
refactor: select the previous tab while closing the actived one ( #621 )
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 09:53:58 +08:00
leo
b175ab3a3e
code_review: PR #623
...
* keep locales in order
* update README.md
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 09:47:33 +08:00
Masgalor
81f76f0771
fix: Make RPM builds compatible with OpenSUSE ( #622 )
2024-10-30 09:45:41 +08:00
leo
28fad000ab
project: add missing scripts to solution file
...
Signed-off-by: leo <longshuang@msn.cn>
2024-10-30 09:44:05 +08:00
github-actions[bot]
0474441240
doc: Update translation status and missing keys
2024-10-30 01:43:21 +00:00