Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-04Add agent nuget configurationMichael Cummings
2020-03-02Merge pull request #706 from xamarin/dominique-OutlineViewTabbingAlex Corrado
[Mac] Tabbing to OutlineView in Category Mode
2020-02-27[Mac] Tabbing to OutlineViewCartBlanche
2020-02-27[Mac] Ensure events are unsubscribed when controls removed and additional ↵CartBlanche
ViewModel null check for both controls.
2020-02-24Merge pull request #672 from xamarin/dominique-Fix654Alex Corrado
[Mac] Make Brush Tabs Navigable. Centralise Tabs code under TabButton…
2020-02-24[Mac] PopoverFocusRestoreDelegate: only restore focus for views in the ↵Alex Corrado
popover window
2020-02-24[Mac] Don't mess with the focus for EmptyBrushEditorViewControllerAlex Corrado
This was causing focus to incorrectly jump to a different tab. The focus goes to the right place by default anyway.
2020-02-22[Mac] Also restore focus for MaterialViewAlex Corrado
2020-02-22[Mac] More generalized solution for restoring focus when popover is repopped upAlex Corrado
2020-02-20[Mac] Refocus to original brush type when repopped up.CartBlanche
2020-02-20[Mac] Make Material View Tabbable. (#705)Dominique Louis
* [Mac] Make Material View Tabbable. * [Mac] Call RecalculateKeyViewLoop in MaterialBrushEditorViewController.ViewDidLayout The first time it is called in MaterialView.CreateColourPallette, Window is null, so it had no effect. Co-authored-by: Alex Corrado <alexander.corrado@gmail.com>
2020-02-20[Mac] Make Brush Tabs Navigable. Centralise Tabs code under TabButton class.CartBlanche
2020-02-14Merge pull request #704 from xamarin/dominique-CtrlSpaceToFirePropertyButtonEric Maupin
[Mac] Allow Ctrl+Shift+i to display the Property Button's menu.
2020-02-11[Mac] Allow Ctrl+Shift+i to display the Property Button's menu.CartBlanche
2020-01-28Merge pull request #701 from xamarin/dominique-EmptyBooleanTitleDominique Louis
[Mac] Don't set Boolean control's title.
2020-01-28[Mac] Don't set Boolean control's title.CartBlanche
2020-01-27Merge pull request #700 from xamarin/locMichael Cummings (MSFT)
Loc Checkin from Build 20200126.2
2020-01-27Loc Checkin from Build 20200126.2CSI Users
2020-01-25Merge pull request #697 from xamarin/add-color-tabs-focus-rectEric Maupin
[VS] Show focus via focus rect, not color, for choice buttons
2020-01-23Keep background change for focus, in addition to focus rectBret Johnson
2020-01-22[VS] Show focus via focus rect, not color, for choice buttonsBret Johnson
This fixes AB#1003978 Previously the choice buttons (used for picking brush type) showed focus via a different background color. But that color difference wasn't sufficiently obvious, per a11y testing. Our UI designer suggested that using a focus rect instead would be better, which is also what XET does here. And it indeed does look pretty good, IMO.
2020-01-21Merge pull request #695 from xamarin/hc-iconsJérémie Laval
High Contrast Icons
2020-01-15[Icons][Mac] High contrast property button iconsVáclav Vančura
2020-01-13[Icons][Mac] High contrast iconsVáclav Vančura
2020-01-13[Icons] CleanupVáclav Vančura
2020-01-13[Icons] Warning iconsVáclav Vančura
2020-01-08Merge pull request #694 from xamarin/loc-updateDominique Louis
[loc] Update localization
2019-12-30[loc] Update localizationJérémie Laval
2019-12-23Merge pull request #693 from xamarin/dominique-BumpeProvisionScript2Vinicius Jarina
[Mac] Sync with Designer
2019-12-18[Mac] Make sure we are in sync with designer, but using Mono 6.8.0.73, ↵CartBlanche
Xamarin.Mac 6.9.0.13 and Xcode 11.3.0
2019-12-17Merge pull request #685 from xamarin/dominique-Fix684Dominique Louis
[Mac] Make the button that popped up the PopOver have focus, once the…
2019-12-11[Mac] Make the button that popped up the PopOver have focus, once the ↵CartBlanche
popover closes.
2019-12-11Merge pull request #690 from xamarin/xloc-flowJérémie Laval
Translations from 20191210.2
2019-12-11Translations from 20191210.2Michael Cummings
2019-12-09Merge pull request #689 from xamarin/dominique-Fix688Eric Maupin
[Mac] Add missing placeholder resource for type filtering.
2019-12-09[Mac] Add missing placeholder resource for type filtering.CartBlanche
2019-12-06Merge pull request #682 from ↵Eric Maupin
xamarin/bret-make-narrator-not-announce-menu-position Make narrator not announce menu item posistion
2019-12-06Merge pull request #687 from xamarin/fix-collection-bgEric Maupin
[win] fixes collection editor window
2019-12-03[win] fixes collection editor windowpaymicro
2019-11-08Make narrator not announce menu item posistionBret Johnson
.NET Framework 4.8 added the PositionInSet automation property. It also changed the semantics so that if this property is not set it's computed automatically. And it's read by the narrator. The net result is that when proppy is run in a .NET Framework 4.8 app (like Visual Studio), the narrator reads off the position of menu items (e.g. "blah blah menu item 4 of 11"). AND hidden menu items are counted here, which makes those positions wrong, causing this bug: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1000455. To work around all of that, we set the PositionInSet property explicitly, when running on .NET Framework 4.8, to be 0. That causes the narrator not to read the position at all, which is how most VS menus behave.
2019-11-07Merge pull request #680 from xamarin/ermau-fix-no-windowDominique Louis
[mac] Use more reliable row removed notice
2019-11-07Merge pull request #679 from xamarin/bret-handle-colon-in-automation-group-nameEric Maupin
Fix a11y bug 999307
2019-11-07[mac] Use more reliable row removed noticeEric Maupin
This method seems far more reliable for noticing when rows are removed so we can use it instead of changing to null superview (which sometimes it doesn't do).
2019-11-07Fix a11y bug 999307Bret Johnson
Windows has the surprising behavior that when an automation group (like a group of combinable checkboxes) has a colon in the name, the group label is not read by the narrator. This causes a problem for the Android designer, which has property names like "app:layout_anchorGravity". We work around this by replacing the colon with a space in the group's automation name.
2019-10-25Merge pull request #666 from xamarin/dominique-UXTweaksDominique Louis
[Mac] Tweaks for a more consistent UX
2019-10-24[Mac] Tweaks for a more consistent UXCartBlanche
2019-10-24Merge pull request #650 from xamarin/dominique-UpdateProvisioningDominique Louis
Update provisioning to a more recent version of Xcode, Xamarin.Mac an…
2019-10-24Merge pull request #594 from xamarin/dominique-Fix583Dominique Louis
Changed Accessibility text to sound more natural when read out. Added…
2019-10-23[Mac] Changed Accessibility text to sound more natural and helpful when read ↵Dominique Louis
out.
2019-10-19Merge pull request #671 from xamarin/ermau-win-a11y-improveEric Maupin
Improve accessibility on Windows