Tigger Kindel
|
3ff5453c56
|
Removed Attribute.HasValidColors
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
59339ebe22
|
Removed Attribute.Make (use new)
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
d6412c731d
|
Added more Attribute unit tests
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
4e89fae8c6
|
Fixed ColorPicker test failure
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
4b51a912be
|
Fixed ColorPicker test failure
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
27cf8f8fbb
|
Test clean up
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
d400a7758e
|
Fixed JsonConverterTests
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
a8900a0b8c
|
Disabled invalid Task.Delay calls
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
b8c4c792f7
|
Updated packages
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
c4368e4e2a
|
Re-enabled tests; fixed some issues
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
859a7c12d5
|
Disabling test that breaks ci/cd?
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
9529afc84b
|
All unit tests PASS!!!
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
760ab804f0
|
WIP - Everything seems to work
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
1fa6267895
|
WIP - Revamped Color
|
2023-10-13 23:58:49 -06:00 |
|
Tig Kindel
|
26580aca6a
|
inital commit - proving Color can be made a class without breaking tons of code
|
2023-10-13 23:58:49 -06:00 |
|
Tigger Kindel
|
e4f3b97da0
|
Fixed WindowsDriver mem leak
|
2023-10-05 22:21:59 -06:00 |
|
Tigger Kindel
|
e1e82e07a1
|
CheckTimersAndIdle unit tests
|
2023-10-05 22:21:59 -06:00 |
|
Tigger Kindel
|
07a91cf3c7
|
CheckTimersAndIdle unit tests
|
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
|
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
|
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
|
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
|
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
|
63767a87bd
|
Merge branch 'v2_develop' into v2_develop
|
2023-09-29 11:11:57 -06: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 |
|
tznind
|
06d006077d
|
Fix tests
|
2023-09-21 06:45:40 +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 |
|
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
|
b9f476a26d
|
Fixes #2836. RequestStop while a ContextMenu is open can throw an exception.
|
2023-08-30 19:50:01 +01:00 |
|
BDisp
|
c50f92bf8e
|
Reformatting.
|
2023-08-15 18:52:01 +01:00 |
|
BDisp
|
5a11b88f52
|
v2 Fixes #2810. Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException.
|
2023-08-15 18:31:54 +01:00 |
|
Tigger Kindel
|
ad23a100df
|
fixed local test issue with curses
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
fe23b564b3
|
daignosing unit test fail in action
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
3dc19c9243
|
Fixed netdriver running in unit tests
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
b71d533901
|
Fixed netdriver running in unit tests
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
4bf3d2141c
|
diagnosing netdriver wsl
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
f056914835
|
disabling curses test
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
06f7a9898e
|
fixed WindowsDriver to work in linux unit tests
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
33befa249e
|
Unit tests
|
2023-08-12 10:39:17 -06:00 |
|
Tigger Kindel
|
a23a33f20c
|
Unit tests
|
2023-08-12 10:39:17 -06:00 |
|