UchiTesting
74bffc39b4
style(locale): Translate Text.Histories section to French
2024-09-07 15:21:28 +02:00
UchiTesting
ea164bfdf4
style(locale): Fix mistake in French translation
...
Text.DeleteMultiBranch.Tip had the term branch in singular instead of plural
2024-09-07 15:21:28 +02:00
leo
b1457fe39d
feature: supports filter submodules ( #443 )
2024-09-06 09:57:22 +08:00
leo
0e774ee035
ux: window caption button ( #442 )
2024-09-04 15:54:12 +08:00
leo
998230edff
code_style: simplify static commands used by styles and main menu; run dotnet format
2024-09-02 20:27:12 +08:00
leo
72fbab3b2e
ux: new icon for Move to Anthor Group
2024-09-02 17:33:00 +08:00
leo
dffd9d7676
feature: add context menu item to move repository node ( #437 )
2024-09-02 17:05:43 +08:00
leo
fe7972684c
ux: change the icon for Check refs that contains this commit
button
2024-09-02 14:44:42 +08:00
Chiahong Hong
595e243ab9
localization: update zh_TW.axaml
2024-09-01 22:10:54 +08:00
leo
e19d025572
code_review: PR #431
...
* move resources and styles for macOS caption button to `CaptionButtonsMacOS` because it is never used by others and should not been changed
* add `IsCloseButtonOnly` property to `CaptionButtons` and `CaptionButtonsMacOS` and replace the controls in windows
2024-09-01 16:54:20 +08:00
Chiahong Hong
2b056ee644
ux: improve macOS window control button colors for a more native look
2024-09-01 13:47:13 +08:00
leo
0d676fa3fb
feature: add a button to scan repositories under default clone dir ( #427 )
2024-08-30 16:14:10 +08:00
leo
93304a39d2
localization: mistake
2024-08-29 11:25:33 +08:00
leo
c22ba75780
enhance: supports using Delete
or Backspace
to discard selected changes ( #423 )
2024-08-29 10:10:28 +08:00
leo
3d57398d15
refactor: show statistics data by authors intead of committers
2024-08-28 18:38:29 +08:00
leo
83b802e357
refactor: collect the commits for the most recent year instead of just the current year ( #414 )
2024-08-28 18:16:57 +08:00
leo
ce2340456e
feature: cherry-pick multiple commits ( #418 )
2024-08-28 11:26:00 +08:00
leo
d908198214
Merge pull request #419 from NilsPvR/develop
...
Fix and add DE localization keys
2024-08-28 10:06:46 +08:00
leo
bd6228bb26
refactor: using ListBox
instead of DataGrid
for commit list and remove dependency of Avalonia.Controls.DataGrid
2024-08-28 10:02:14 +08:00
NilsPvR
9337b2bead
localization: enhance "OnlyUseMonoFontInEditor"
2024-08-27 22:20:29 +02:00
NilsPvR
a5dad23ad9
localization: add DE keys for new features
...
- SquashCommitsSinceThis was added in 184c89e
and updated in 6b90a11
- FileContent and FileChange were added in db8de81
- CopyAllText was added in 7a2722e
2024-08-27 22:09:53 +02:00
NilsPvR
31ac1c832f
localization: fix incorrect key updated for DE in:
...
184c89ea1d
2024-08-27 21:56:35 +02:00
leo
64943044aa
ux: new style for Flyout
2024-08-27 16:28:20 +08:00
leo
b16d267c9b
enhance: show git errors when failed to get the repository root dir of given path ( #397 )
2024-08-27 15:35:10 +08:00
leo
e0b09d4dd4
feature: using TextBlock instead of SelectableTextBlock for commit SHA and add a button to copy it
2024-08-27 12:20:36 +08:00
leo
6b90a116a5
localization: change translation for Text.CommitCM.SquashCommitsSinceThis
( #408 )
...
* Thanks to @thomaschampagne
2024-08-25 22:35:11 +08:00
leo
a42412c732
ux: style for squash popup
2024-08-25 21:45:37 +08:00
leo
184c89ea1d
feature: supports squash multiple commits into selected commit ( #408 )
2024-08-25 21:39:59 +08:00
Chiahong Hong
e8b0aa9a7d
localization: update zh_TW.axaml
2024-08-25 20:01:07 +08:00
leo
2b7b1e81e0
ux: force using arrow cursor when hover a menu item
2024-08-25 18:17:45 +08:00
leo
7a2722e928
feature: add a context menu to copy entire content of SelectableTextBlock ( #394 )
2024-08-25 15:11:31 +08:00
leo
5dc4ed6f54
localization: en_US translation for Text.CommitDetail.Info.ContainsIn.Title
2024-08-25 11:48:56 +08:00
leo
8f7567a060
feature: do NOT save visual diff context lines
2024-08-25 11:33:38 +08:00
leo
118dccbeb5
ux: decorator colors
2024-08-24 22:57:02 +08:00
UchiTesting
84b7c487df
style(locale): Fix mistake in French translation
...
Text.CreateBranch.Name had non instead of nom
Co-authored-by: Antony David <antonydavid945@gmail.com>
2024-08-24 14:16:39 +02:00
UchiTesting
6a2eca36c8
style(locale): Translate preferences to French
2024-08-24 13:39:32 +02:00
UchiTesting
63e238f796
style(locale): Translate keyboard shortcuts dialog to French
2024-08-24 13:39:32 +02:00
UchiTesting
257ae7dcd8
style(locale): Add missing fallback in French locale
2024-08-24 13:39:32 +02:00
UchiTesting
d7cfc34fbd
style(locale): Translate 1st level items to French
...
Some elements close to the 1st level are not translated yet.
Preferences and keyb. shortcuts are comming with the next commits.
2024-08-24 13:39:32 +02:00
UchiTesting
847a355a3e
style(locale): Add French locale
...
Added resource file and updated the code to declare the new French resource.
Include a 1st batch of translation.
2024-08-24 13:39:31 +02:00
leo
db8de81120
refactor: rewrite file histories page to only focus on selected file ( #403 )
2024-08-24 11:36:02 +08:00
leo
43e8c5e8a0
ux: new decorator colors for light theme ( #395 )
2024-08-23 21:19:30 +08:00
leo
bfc4acd601
fix: duplicated key
2024-08-23 21:00:31 +08:00
leo
a717dc1876
ux: add Color.DecoratorHead
for current branch head ( #395 )
2024-08-23 19:22:04 +08:00
NilsPvR
e9a269f4c1
localization: Add DE keys for commit tracking
...
were added in 6ab0900
and c76d521
2024-08-23 12:19:44 +02:00
Nils van Rijsinge
aec8c0ddc4
Merge branch 'sourcegit-scm:develop' into develop
2024-08-23 11:12:49 +02:00
leo
c76d521f12
localization: title for commit relation tracking popup
2024-08-23 16:58:18 +08:00
leo
6ab0900b20
feature: add a button to see which branches and tags that contains selected commit ( #388 )
2024-08-23 16:52:55 +08:00
NilsPvR
838c503afa
localization: add DE WindowFrame + FirstParent key
...
were added in d21cc2c
and d5e51d1
2024-08-23 10:18:43 +02:00
leo
c6b26517c0
ux: style for branch/tag filter toggle button
2024-08-23 11:35:57 +08:00