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-08-26If our control hasn't been created yet, let's skip the check. (#755)Dominique Louis
2020-08-13Merge pull request #754 from xamarin/dominique-TSAComplianceJérémie Laval
Add TSA compliance check, as per work done by Michael for Designer repo.
2020-08-13Moved UserExclusion and Rule*dmb file into build sub-dir.CartBlanche
2020-08-13Point it back to yaml-templates/master.CartBlanche
2020-08-13Add personal exclusions, as per suggestion from Vayu Pampari Tagore.CartBlanche
2020-08-12Remove maxParallel.CartBlanche
2020-08-12Added case insensitive search to the Exclusion table.CartBlanche
2020-08-12Tweak rule.mdb so term is only haI.CartBlanche
2020-08-12The Chinese S and T exclusion files are reqruied.CartBlanche
2020-08-12Fix UserExclusio* path.CartBlanche
2020-08-12Fixed messed up parameters.CartBlanche
2020-08-12make sure we're pointing to the master. Need to wait for that PR to merge ↵CartBlanche
though.
2020-08-11Trying Chinese without the UserExclusion.xmlCartBlanche
2020-08-11Point to correct templates branch.CartBlanche
2020-08-11Added Rule for Chinese files.CartBlanche
2020-08-05Add link to security/policheck/v1.yml so devs can fine the termTypes easily.CartBlanche
2020-08-05Give the Turkey matrix item a proper name.CartBlanche
2020-08-05Make sure we refer to Japanese as ja*CartBlanche
2020-08-05Misspelt jp.xmlCartBlanche
2020-08-05Forgot to give zh-hans and zh-hant unique names. Also not pointing to master ↵CartBlanche
on templates.
2020-08-05Added the UserExclusion files for the other languages we support.CartBlanche
2020-08-05Use correct termType for Spanish.CartBlanche
2020-08-05TermType required for each matrix entry.CartBlanche
2020-08-05Oops wrong branch.CartBlanche
2020-08-05Add Matrix and specific language exclustion files.CartBlanche
2020-08-04Exclude Resx files from PoliCheck so only source files are scanned. Will add ↵CartBlanche
resource specific scans shortly.
2020-08-03Should be using exclustionFile and not AEPathCartBlanche
2020-08-02Let's try and all caps param name.CartBlanche
2020-08-02AddUserExclusion file.CartBlanche
2020-08-02Fix more indentationCartBlanche
2020-08-02Fix indentationCartBlanche
2020-08-02Add TSA compliance check, as per work done by Michael for Designer repo.CartBlanche
2020-07-30Add Initial Support for PoliCheck and CredScan (#753)Dominique Louis
* Add Initial Support for PoliCheck. * Added missing Host Variable. * Move poli-check to top. Add CredScan too. * Fix chack typo.
2020-07-21Increases delay time and disables caller button to override vs4mac focus (#752)Jose Medrano
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-06-29Merge pull request #750 from xamarin/locd16-8Jérémie Laval
Loc Checkin from Build 20200628.2
2020-06-29Loc Checkin from Build 20200628.2CSI Users
2020-06-26Adds a new mechanism to open Modal dialogs over VS4Mac context (#738)Jose Medrano
* 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-17Ensure all the screen elements in this Window have their … (#724)Dominique Louis
* 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-17Update Provisionator to something more modern (#725)Dominique Louis
2020-05-19Move MakeFirstResponder call to after launching the EditCollection Window. ↵Dominique Louis
(#721)
2020-04-28Fix NRE when SelectionChanged is firing on a null object. (#717)Dominique Louis
* 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-20Only run action on loc branchMichael Cummings (MSFT)
2020-04-08Remove the KVO observer from the popover window when it closesAlex Corrado
Might possibly fix one of the traces in AB#1088162
2020-03-04Merge pull request #710 from xamarin/loc_handoff_automationMichael Cummings (MSFT)
Adding Azure DevOps YAML build file
2020-03-04Add action to automatically create a PR when the `loc` branch pushedMichael Cummings
2020-03-04Update build status link, formattingMichael Cummings (MSFT)
2020-03-04Add azure-pipelines.yamlMichael Cummings
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