Tig
488542c869
Merge pull request #2844 from BDisp/v2_menu-can-execute-false-fix_2787
...
Fixes #2787 . MenuItem with CanExecute returning false is select when a MenuBar is opened.
2023-09-29 11:22:56 -06:00
Tig
5e7933564c
Merge pull request #2863 from tznind/2859-customize-v2-file-dialog
...
Fixes 2859 - Add more file dialog customization options
2023-09-29 11:22:19 -06:00
Tig
d82d40d4c4
Merge pull request #2850 from BDisp/v2_opensuse-fix_415
...
Fixes #415 v2. Colors: OpenSUSE - The native method "COLOR_PAIRS" does not exist
2023-09-29 11:20:34 -06:00
Tig
8b514dc313
Merge pull request #2845 from MaciekWin3/v2_develop
...
Fixes #2824 . Add SearchText property to combobox in v2
2023-09-29 11:20:07 -06:00
Tig
0a0efe103a
Merge pull request #2846 from BDisp/v2_alt-key-on-toplevel-with-menubar-fix_2810
...
Fixes #2810 . Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException.
2023-09-29 11:19:52 -06:00
Tig
78acec79cf
Merge branch 'v2_develop' into v2_menu-can-execute-false-fix_2787
2023-09-29 11:18:40 -06:00
Tig
c62f32ed00
Merge pull request #2849 from BDisp/v2_cursesdriver-threading-fix_2847
...
Fixes #2847 . CursesDriver doesn't processing response from task threading.
2023-09-29 11:17:17 -06:00
Tig
5ef85b6cfb
Merge branch 'v2_develop' into v2_develop
2023-09-29 11:15:48 -06:00
Tig
6ffcaf46db
Merge branch 'v2_develop' into v2_menu-can-execute-false-fix_2787
2023-09-29 11:15:37 -06:00
Tig
dd8ed4d0bf
Merge pull request #2843 from BDisp/v2_statusitem-can-execute-fix_2789
...
Fixes #2789 . StatusItem should have a disabled attribute if it can't execute.
2023-09-29 11:15:03 -06:00
Tig
7376528e1a
Merge pull request #2842 from BDisp/v2_windows-terminal-scroll-windowsdriver-fix_2793
...
Fixes #2793 . Windows Terminal still show vertical scroll bar using WindowsDriver.
2023-09-29 11:14:05 -06:00
Tig
63767a87bd
Merge branch 'v2_develop' into v2_develop
2023-09-29 11:11:57 -06:00
Tig
43dd29a3dc
Merge pull request #2864 from RoxCian/v2_localization_update
...
Add localization scenario. Update localizations.
2023-09-29 11:10:09 -06:00
RoxCian
eaa2a4a44d
Update localizations for FileDialog.
...
- Separate some of localization resource keys for cases of hotkeyed string:
- `fdOpen` -> `fdOpen` and `btnOpen`
- `fdSave` -> `fdSave` and `btnSave`
- `fdSaveAs` -> `fdSaveAs` and `btnSaveAs`
- Modify or add resource keys for general purpose:
- `fdNo` -> `btnNo`
- `fdYes` -> `btnYes`
- +`btnCancel`
- +`btnOk`
- Extract the procedure of build default title to `GetDefaultTitle ()` for FileDialog.
2023-09-28 17:40:34 +08:00
tznind
2928508daa
Standardize how Path text box values are set (always use property)
...
This ensures the right side of text is always visible
2023-09-25 08:51:21 +01:00
BDisp
aa498a7f32
Merge branch 'v2_develop' into v2_cursesdriver-threading-fix_2847
2023-09-22 22:08:09 +01:00
BDisp
dfba04dc9d
The pollTimeout must be set to zero if less than zero.
2023-09-22 22:04:22 +01:00
BDisp
925816e6ae
Fixes #2860 . Application views do not refresh when the cursor is moved with CursesDriver.
2023-09-22 19:17:13 +01:00
RoxCian
e384b44d5a
Fix unit test.
...
Fix an issue about date time formatting under non en-US culture in DateFieldTest.
2023-09-22 13:47:13 +08:00
RoxCian
16bb5467e9
Remove the shortcut key for "fdOpen" in ja-JP and zh-Hans.
2023-09-21 17:02:05 +08:00
RoxCian
94cced174a
Add shortcut keys in localizations for ja-JP and zh-Hans.
2023-09-21 16:57:57 +08:00
RoxCian
19c15f64dc
Update method LanguageComboBox_SelectChanged.
...
Reuse the index from _cultureInfoNameSource.
2023-09-21 16:45:38 +08:00
RoxCian
629f5f78f5
Minor fix for localizations.
...
Rollback change for en-US, make the punctuation consistent to en-US for ja-JP and zh-Hans.
2023-09-21 15:58:50 +08:00
RoxCian
af0fed6045
Add a test scenario for localizations. Update localizations.
...
Add a scenario to test localizations for TextView context menu, FileDialog and Wizard.
Add localization of zh-Hans.
Add new translations for ja-JP.
Fix minor localization issues for en-US, fr-FR and ja-JP.
2023-09-21 15:48:16 +08:00
tznind
06d006077d
Fix tests
2023-09-21 06:45:40 +01:00
tznind
6989addd71
whitespace fixes
2023-09-21 06:41:55 +01:00
tznind
14fab61d35
Add scenario support for flipping button order
2023-09-21 06:38:57 +01:00
tznind
4036fb9926
Fix default button order ok/cancel to match windows and add flip option to FileDialogStyle
2023-09-21 06:24:46 +01:00
tznind
a3f58d3c29
Make FileDialog strings more customizeable and public
2023-09-21 06:10:08 +01:00
Tigger Kindel
71dfc7c7d1
added nuget.config
2023-09-03 09:04:39 -06:00
Tigger Kindel
bcf675aa2c
back to -pre
2023-09-03 09:00:27 -06:00
Tigger Kindel
2b30013702
use '-alpha' for v2 instead of '-pre'
v2.0.0-alpha.23
2023-09-03 08:52:36 -06:00
Tigger Kindel
c8fa4b5113
remove v2 is-source-brancgh for
2023-09-03 08:50:59 -06:00
Tigger Kindel
3ae756f202
remove v2 branch key
2023-09-03 08:49:49 -06:00
Tigger Kindel
72427353d5
port publish.yml from develop
2023-09-03 08:47:47 -06:00
Tigger Kindel
afd6f8ed05
Attempt temp v2 release2
2023-09-03 08:45:42 -06:00
Tigger Kindel
c346d46589
Attempt temp v2 release
2023-09-03 08:43:57 -06:00
BDisp
8ab759b30f
Fixes #415 v2. Colors: OpenSUSE - The native method "COLOR_PAIRS" does not exist
2023-09-03 00:23:12 +01:00
BDisp
2570d46a23
Fix 16 color not working on non supported true color, like the conhost or cmd.
2023-09-02 17:44:42 +01:00
BDisp
f35649ce04
Fix build test.
2023-09-02 00:37:09 +01:00
BDisp
19181dc5ab
Fix the resize and only use escape sequences if it's running on Windows Terminal.
2023-09-02 00:23:56 +01:00
BDisp
bbe3ea9246
Only invoke WinChanged event if _windowSize isn't empty.
2023-09-01 22:49:43 +01:00
BDisp
fb268473e4
Fixes #2847 . CursesDriver doesn't processing response from task threading.
2023-08-31 19:21:24 +01:00
BDisp
9a443982fb
Merge branch 'v2_alt-key-on-window-with-menubar-fix_2776' into v2_alt-key-on-toplevel-with-menubar-fix_2810
2023-08-31 16:52:34 +01:00
BDisp
0829a81249
Merge branch 'v2_develop' into v2_alt-key-on-window-with-menubar-fix_2776
2023-08-31 16:39:10 +01:00
BDisp
0820ce985f
Fixes #2810 . Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException.
2023-08-31 14:24:54 +01:00
maciekwin3
8a5d076c57
Fix line duplicate
2023-08-31 10:50:41 +02:00
maciekwin3
ffea15f66b
Add SearchText property to combobox
2023-08-31 10:44:51 +02:00
BDisp
1f5953b8ba
Fixes #2787 . MenuItem with CanExecute returning false is select when a MenuBar is opened.
2023-08-30 23:06:20 +01:00
BDisp
b70a16ab28
Fixes #2789 . StatusItem should have a disabled attribute if it can't execute.
2023-08-30 22:25:00 +01:00