Dan Walmsley
a577ee6399
add a delay when closing child windows.
3 years ago
Dan Walmsley
61751119ff
Merge pull request #10552 from AvaloniaUI/repro-test-issue
Fix Flaky Tests: Ensure that the dispatcher jobs queues are emptied after each test
3 years ago
Dan Walmsley
2b076322e5
check access before clearing job queue.
3 years ago
Dan Walmsley
b2723d84be
Revert "try and catch issue with test."
This reverts commit 1d6fb2d960 .
3 years ago
Dan Walmsley
74128d3a39
Merge remote-tracking branch 'origin/master' into repro-test-issue
3 years ago
Dan Walmsley
a298ff55f9
clear dispatcher queue at the end of tests.
3 years ago
Max Katz
e2a1311e30
Merge pull request #10368 from pr8x/devtools-property-editor
DevTools: type-based property editors
3 years ago
Dan Walmsley
1d6fb2d960
try and catch issue with test.
3 years ago
Max Katz
9855dc7260
Merge pull request #10455 from Gillibald/feature/fontCollections
Introdcue font collections
3 years ago
Dan Walmsley
f016986fb8
Merge pull request #10532 from AvaloniaUI/fixes/mac-os-constrain-window-size
Fixes/mac os constrain window size
3 years ago
Dan Walmsley
9232e82e49
Merge pull request #10511 from AvaloniaUI/fixes/10398-treeview-datatemplate
Fix TreeView data template handling
3 years ago
Dan Walmsley
4d343293c8
fix test on windows.
3 years ago
Dan Walmsley
e8586f8264
Merge branch 'master' into feature/fontCollections
3 years ago
Dan Walmsley
cb79f733b3
Merge branch 'master' into fixes/10398-treeview-datatemplate
3 years ago
Dan Walmsley
4bb568253f
Merge branch 'master' into fixes/mac-os-constrain-window-size
3 years ago
Dan Walmsley
1cbdffab55
Merge pull request #10546 from AvaloniaUI/integration-tests-run-on-intel
make integration tests intel compatible
3 years ago
Dan Walmsley
46b46b2500
fix intel
3 years ago
Dan Walmsley
ac9b06ef66
make integration tests intel compatible
3 years ago
Dan Walmsley
c634f11def
really really fix the test.
3 years ago
Dan Walmsley
3ec8888b5d
actually fix the test.
3 years ago
Benedikt Stebner
6c61329152
Merge branch 'master' into feature/fontCollections
3 years ago
Dan Walmsley
4203bae16d
fix test.
3 years ago
Dan Walmsley
e51aaf4b2d
only reset _lastWindowState if we are zoomed.
3 years ago
Dan Walmsley
50b11709be
Merge remote-tracking branch 'origin/master' into fixes/mac-os-constrain-window-size
# Conflicts:
# samples/IntegrationTestApp/ShowWindowTest.axaml
3 years ago
Dan Walmsley
2aeac59fea
Merge pull request #10545 from AvaloniaUI/fixes/integration-tests
Fix integration tests by disambiguating controls.
3 years ago
Max Katz
fb40e73977
Merge pull request #10145 from AvaloniaUI/safe_insets
Add support for getting safe insets
3 years ago
Steven Kirk
16efee95ca
Disambiguate ShowWindowTest controls.
Under the appium-mac2-driver, `FindElementByAccessibilityId` doesn't actually find elements by their accessibility ID, it also finds them by their accessibility name. Since #10531 added an automation peer for `Label` which sets the accessibility name, the wrong control was being located (e.g. it located the "Position" label instead of the `Name="Position"` text box).
Disambiguate these controls by adding a `Current` prefix to make integration tests pass again.
3 years ago
Max Katz
2ee7a7c452
Merge branch 'master' into safe_insets
3 years ago
Emmanuel Hansen
34c1b46b30
Force app theme change when status bar theme changes on android.
3 years ago
Dan Walmsley
1283ec378c
Merge remote-tracking branch 'origin/fixes/mac-os-constrain-window-size' into fixes/mac-os-constrain-window-size
3 years ago
Dan Walmsley
c8b868a558
alway setContentSize even before show, but preconstrain the size.
3 years ago
Dan Walmsley
d33eba9f4c
Merge branch 'master' into fixes/mac-os-constrain-window-size
3 years ago
Dan Walmsley
101ea9cb5f
only constrain to working area before show. After that cocoa will do it for us.
3 years ago
Dan Walmsley
c74e0b7148
Merge branch 'master' into fixes/mac-os-constrain-window-size
3 years ago
Benedikt Stebner
0c5d772417
Merge branch 'master' into feature/fontCollections
3 years ago
Benedikt Stebner
c55747f328
Introduce ConfigureFonts AppBuilder action
Introduce WithInterFont extension method
3 years ago
Benedikt Stebner
105b999d5f
Merge pull request #10514 from Gillibald/fixes/samplesWithFonts
Reference Inter font in sample projects
3 years ago
Dan Walmsley
92562b0d99
Merge pull request #10535 from AvaloniaUI/fixes/flaky-builds
skip netfx tests on macos.
3 years ago
Dan Walmsley
72641ad7c8
Merge branch 'master' into fixes/flaky-builds
3 years ago
Dan Walmsley
c1de1ca902
skip netfx tests on macos.
3 years ago
Dan Walmsley
326c8f24fb
Merge branch 'master' into fixes/mac-os-constrain-window-size
3 years ago
Dan Walmsley
48fad8e8d6
Merge pull request #10531 from AvaloniaUI/add-labelAutomationPeer
Add LabelAutomationPeer
3 years ago
Daniil Pavliuchyk
8cb4cf8344
Remove unneccessary using directives.
3 years ago
Dan Walmsley
fc1a1c99a8
Merge branch 'master' into add-labelAutomationPeer
3 years ago
Dan Walmsley
bc29a51e7c
Merge branch 'master' into fixes/mac-os-constrain-window-size
3 years ago
Max Katz
a28aa6e04a
Update control catalog to support insets samples
3 years ago
Max Katz
87402e5b94
Update insets API and implement insets for iOS with IAvaloniaViewController
3 years ago
Steven Kirk
0fb781aa03
Merge pull request #10518 from AvaloniaUI/fixes/macos-integration-test-stability
Trying to make integration tests more stable on macOS.
3 years ago
Steven Kirk
0a97f8b557
Merge pull request #10370 from Enscape/refactor/readonly-directprop/easy-styledprop-conversions
Convert various `DirectProperty` definitions to `StyledProperty`
3 years ago
Max Katz
07708d2aad
Merge branch 'master' into safe_insets
3 years ago