Commit Graph

4418 Commits

Author SHA1 Message Date
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
BDisp
294d7c7595 Merge branch 'v2_develop' into v2_windows-terminal-scroll-windowsdriver-fix_2793 2023-08-30 22:11:30 +01:00
BDisp
8752fd53d9 Fixes #2793. Windows Terminal still show vertical scroll bar using WindowsDriver. 2023-08-30 22:03:46 +01:00
Tig
e0365a0502 Merge pull request #2841 from BDisp/v2_request-stop-context-menu-fix_2836
Fixes #2836. RequestStop while a ContextMenu is open can throw an exception.
2023-08-30 13:58:55 -06:00
BDisp
b9f476a26d Fixes #2836. RequestStop while a ContextMenu is open can throw an exception. 2023-08-30 19:50:01 +01:00
BDisp
b15fa3b8dc Merge branch 'v2_develop' into v2_alt-key-on-window-with-menubar-fix_2776 2023-08-30 17:18:58 +01:00
Tig
7218f72d7f Merge pull request #2828 from BDisp/v2_esc-seq-utils-fix_2803
Fixes #2803. Harden EscSeqUtils
2023-08-30 06:57:24 -06:00
BDisp
a3cb397ed7 Fixes #2803. Harden EscSeqUtils 2023-08-23 00:52:37 +01:00
Tigger Kindel
82b1dfbfb9 backs out using _isWindowsTerminal for truecolor check 2023-08-17 13:04:34 -06:00
Tigger Kindel
6eceddd9c1 fixed config man bug 2023-08-17 12:41:38 -06:00
Tigger Kindel
23b7ce3985 fighting with gitversion 2023-08-17 12:24:35 -06:00
Tigger Kindel
41019b1184 setting up versioning 2023-08-17 12:19:55 -06:00
Tigger Kindel
720df9cd40 setting up versioning 2023-08-17 11:57:50 -06:00