Tigger Kindel
07a91cf3c7
CheckTimersAndIdle unit tests
2023-10-05 22:21:59 -06:00
Tigger Kindel
f90ddd520b
Re-enabled -1 result
2023-10-05 22:21:59 -06:00
Tigger Kindel
1c133ba364
Refactored CheckTimers into MainLoop and renamed/simplified
2023-10-05 22:21:59 -06:00
Tigger Kindel
905f811f98
Added throw in CheckTimers to test if wiat param is ever used.
2023-10-05 22:21:59 -06:00
Tigger Kindel
c506090462
Moved CheckTimers to MainLoop - cursesdriver
2023-10-05 22:21:59 -06:00
Tigger Kindel
59d0613b14
Moved CheckTimers to MainLoop - netdriver
2023-10-05 22:21:59 -06:00
Tigger Kindel
bf606c4179
Moved CheckTimers to MainLoop
2023-10-05 22:21:59 -06:00
Tigger Kindel
8fffab0274
fixed build warnings
2023-10-04 06:42:47 -06:00
Tigger Kindel
6efad45145
made View.LineCanvas read only and non-virtual
2023-10-04 06:42:47 -06:00
Tigger Kindel
3a56e9fc6c
removed unused usings
2023-10-04 06:42:47 -06:00
Tigger Kindel
83eb88985a
backed out unrelated code
2023-10-04 06:42:47 -06:00
Tigger Kindel
0d925ebaf6
all tests pass
2023-10-04 06:42:47 -06:00
Tigger Kindel
05e203c7a4
lots of fixes
2023-10-04 06:42:47 -06:00
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