CartBlanche
4d3078e502
Make sure we refer to Japanese as ja*
2020-08-05 20:02:01 +01:00
CartBlanche
930a35b5c4
Misspelt jp.xml
2020-08-05 17:59:25 +01:00
CartBlanche
70ce0dcdca
Forgot to give zh-hans and zh-hant unique names. Also not pointing to master on templates.
2020-08-05 17:18:41 +01:00
CartBlanche
836ae2a045
Added the UserExclusion files for the other languages we support.
2020-08-05 17:02:03 +01:00
CartBlanche
11ab394ffe
Use correct termType for Spanish.
2020-08-05 15:58:59 +01:00
CartBlanche
046b7941ee
TermType required for each matrix entry.
2020-08-05 15:05:07 +01:00
CartBlanche
0e3751a8d8
Oops wrong branch.
2020-08-05 13:58:47 +01:00
CartBlanche
d86a49b466
Add Matrix and specific language exclustion files.
2020-08-05 13:52:37 +01:00
CartBlanche
422bd77507
Exclude Resx files from PoliCheck so only source files are scanned. Will add resource specific scans shortly.
2020-08-04 13:14:27 +01:00
CartBlanche
f3241063da
Should be using exclustionFile and not AEPath
2020-08-03 15:32:03 +01:00
CartBlanche
c1c2bbc1ac
Let's try and all caps param name.
2020-08-02 16:11:42 +01:00
CartBlanche
8db6bce2bb
AddUserExclusion file.
2020-08-02 15:58:43 +01:00
CartBlanche
99510845c6
Fix more indentation
2020-08-02 13:35:27 +01:00
CartBlanche
f258454678
Fix indentation
2020-08-02 13:31:00 +01:00
CartBlanche
ba2a788405
Add TSA compliance check, as per work done by Michael for Designer repo.
2020-08-02 13:23:32 +01:00
Dominique Louis
bf6ffc8132
Add Initial Support for PoliCheck and CredScan ( #753 )
...
* Add Initial Support for PoliCheck.
* Added missing Host Variable.
* Move poli-check to top. Add CredScan too.
* Fix chack typo.
2020-07-30 15:33:35 +01:00
Jose Medrano
2a1b772c42
Increases delay time and disables caller button to override vs4mac focus ( #752 )
...
Fixes #1002094 - A11Y_Xamarin Designers_Property pane_keyboard : After pressing the "cancel" button which is present inside the "edit" button focus is not visible
2020-07-21 00:36:11 +01:00
Jérémie Laval
8b05145b42
Merge pull request #750 from xamarin/loc
...
Loc Checkin from Build 20200628.2
2020-06-29 09:32:52 -04:00
CSI Users
ad0fe94098
Loc Checkin from Build 20200628.2
2020-06-28 20:05:59 -07:00
Jose Medrano
a56c43a08a
Adds a new mechanism to open Modal dialogs over VS4Mac context ( #738 )
...
* Adds a new implementation to open Modal dialogs
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1002094
* Adds an additional case to fix null cases for parent
* Centralise parentWindow focus calls into the Helper function. Pass control to focus as parameter.
Co-authored-by: CartBlanche <savagesoftware@gmail.com>
2020-06-26 18:14:39 +01:00
Dominique Louis
0314417860
Ensure all the screen elements in this Window have their … ( #724 )
...
* Ensure all the screen elements in this Window have their AutomationProperties.Name property set, for accessibility.
* Fix Resources file, hopefully.
* Attempt 2 at fixing Resources file.
* Change Null Category test, as we now expect Unnamed instead of null.
2020-06-17 21:05:52 +01:00
Dominique Louis
d5de1546c3
Update Provisionator to something more modern ( #725 )
2020-06-17 11:18:10 +01:00
Dominique Louis
8f6a160f83
Move MakeFirstResponder call to after launching the EditCollection Window. ( #721 )
2020-05-19 17:30:09 +01:00
Dominique Louis
d3ec80e8de
Fix NRE when SelectionChanged is firing on a null object. ( #717 )
...
* Fix NRE when SelectionChanged is firing on a disposed object.
* Don't forget to hook the SelectionChange up again, after removing everything.
* During control re-use, SelectedValue might be null. So check for that.
2020-04-28 17:23:35 +01:00
Michael Cummings (MSFT)
8ddbe00c8a
Only run action on loc branch
2020-04-20 15:07:32 +01:00
Alex Corrado
c93c21240b
Remove the KVO observer from the popover window when it closes
...
Might possibly fix one of the traces in AB#1088162
2020-04-08 12:39:45 -04:00
Michael Cummings (MSFT)
a0c4622729
Merge pull request #710 from xamarin/loc_handoff_automation
...
Adding Azure DevOps YAML build file
2020-03-04 13:10:04 -05:00
Michael Cummings
942af609cb
Add action to automatically create a PR when the `loc` branch pushed
2020-03-03 18:56:35 -05:00
Michael Cummings (MSFT)
69d7abec6b
Update build status link, formatting
2020-03-03 18:56:34 -05:00
Michael Cummings
42aac4f0c4
Add azure-pipelines.yaml
2020-03-03 18:52:11 -05:00
Michael Cummings
e41c04bd13
Add agent nuget configuration
2020-03-03 18:52:10 -05:00
Alex Corrado
0e51c67be4
Merge pull request #706 from xamarin/dominique-OutlineViewTabbing
...
[Mac] Tabbing to OutlineView in Category Mode
2020-03-02 14:57:47 -05:00
CartBlanche
9f4f8f52a6
[Mac] Tabbing to OutlineView
2020-02-27 13:07:59 +00:00
CartBlanche
b9cc9e8379
[Mac] Ensure events are unsubscribed when controls removed and additional ViewModel null check for both controls.
2020-02-27 13:07:05 +00:00
Alex Corrado
9f49c41e35
Merge pull request #672 from xamarin/dominique-Fix654
...
[Mac] Make Brush Tabs Navigable. Centralise Tabs code under TabButton…
2020-02-24 15:14:00 -05:00
Alex Corrado
5aeedcd46c
[Mac] PopoverFocusRestoreDelegate: only restore focus for views in the popover window
2020-02-24 14:59:40 -05:00
Alex Corrado
ee11c99b67
[Mac] Don't mess with the focus for EmptyBrushEditorViewController
...
This was causing focus to incorrectly jump to a different tab.
The focus goes to the right place by default anyway.
2020-02-24 14:40:27 -05:00
Alex Corrado
e5f4958515
[Mac] Also restore focus for MaterialView
2020-02-21 20:22:57 -05:00
Alex Corrado
56c38aad77
[Mac] More generalized solution for restoring focus when popover is repopped up
2020-02-21 20:02:10 -05:00
CartBlanche
d148a22c16
[Mac] Refocus to original brush type when repopped up.
2020-02-20 15:22:27 +00:00
Dominique Louis
916ce67a86
[Mac] Make Material View Tabbable. ( #705 )
...
* [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-19 22:40:20 +00:00
CartBlanche
f7e0b17b93
[Mac] Make Brush Tabs Navigable. Centralise Tabs code under TabButton class.
2020-02-19 22:12:23 +00:00
Eric Maupin
3f1add83ac
Merge pull request #704 from xamarin/dominique-CtrlSpaceToFirePropertyButton
...
[Mac] Allow Ctrl+Shift+i to display the Property Button's menu.
2020-02-13 16:28:14 -05:00
CartBlanche
fa098f63c6
[Mac] Allow Ctrl+Shift+i to display the Property Button's menu.
2020-02-11 20:02:27 +00:00
Dominique Louis
cc3fa90167
Merge pull request #701 from xamarin/dominique-EmptyBooleanTitle
...
[Mac] Don't set Boolean control's title.
2020-01-28 17:27:09 +01:00
CartBlanche
41a00d1e2e
[Mac] Don't set Boolean control's title.
2020-01-28 14:37:47 +00:00
Michael Cummings (MSFT)
108fccfb1f
Merge pull request #700 from xamarin/loc
...
Loc Checkin from Build 20200126.2
2020-01-27 09:42:25 -05:00
CSI Users
09a124c015
Loc Checkin from Build 20200126.2
2020-01-26 18:41:18 -08:00
Eric Maupin
e48c9ba854
Merge pull request #697 from xamarin/add-color-tabs-focus-rect
...
[VS] Show focus via focus rect, not color, for choice buttons
2020-01-24 17:22:35 -05:00
Bret Johnson
730df221b6
Keep background change for focus, in addition to focus rect
2020-01-22 22:34:02 -05:00