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-06-29Loc Checkin from Build 20200628.2CSI Users
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-01-27Loc Checkin from Build 20200126.2CSI Users
2019-12-30[loc] Update localizationJérémie Laval
2019-12-11Translations from 20191210.2Michael Cummings
2019-12-09[Mac] Add missing placeholder resource for type filtering.CartBlanche
2019-10-24[Mac] Tweaks for a more consistent UXCartBlanche
2019-10-23[Mac] Changed Accessibility text to sound more natural and helpful when read ↵Dominique Louis
out.
2019-10-13Merge pull request #642 from xamarin/ermau-fix-989518Dominique Louis
Fix resource/no resource brush swapping
2019-10-10Merge pull request #649 from xamarin/ermau-autoresizingDominique Louis
Windows Autoresizing Editor
2019-10-09Merge pull request #648 from xamarin/ermau-refresh-resourcesDominique Louis
[Core] Support refreshing resources
2019-10-04[Win] AutoResizing mask editorEric Maupin
2019-10-04[Core] AutoResizingPropertyViewModelEric Maupin
2019-10-04[Core] Support refreshing resourcesermau-refresh-resourcesEric Maupin
While most resource UIs have a popup or window that doesn't really require a live refresh, the brush resource tab does have a persistent list so it needs to be able to update. Since the view model is shared, we get the former for free anyway.
2019-10-03[Core] Don't assume default is default(TValue)Eric Maupin
This removes a seeming requirement that the default value of a predefiend values constrained property be the default of the type. A object editor that properly supports default will return a default value that is in the list of predefined values. Resetting the value does not attempt to use the default value and instead simply passes Unset, so there's no need for the default value to need to be known.
2019-10-01[Core] Don't add resource brush if property doesnt supportEric Maupin
2019-09-17Merge pull request #629 from paymicro/localization-dropEric Maupin
[loc] Updating translations for our strings
2019-09-11updating localizationpaymicro
2019-09-09[Win] Include property button in A11y treeEric Maupin
2019-09-09[Win] Improve arrange by a11yEric Maupin
2019-09-09[Win] Name uncommon properties groupEric Maupin
2019-09-09[Win] Collection button help textEric Maupin
2019-08-29[Win] Localize arrange menuEric Maupin
2019-08-29[Win] Localize shared/local/all resourcesEric Maupin
2019-08-29[Win] Localize the collection Add buttonEric Maupin
2019-06-26[Mac] Make Binding Dialog ModalDominique Louis
[Mac] Ensure property button view is cleared
2019-06-26[Mac] Initial Binding Editor Dialog.Dominique Louis
2019-05-28[loc] Add translations for our stringsAlan McGovern
2019-04-24[Win] VariantsEric Maupin
2019-04-24[Core] Add GetIsLastVariant for UIEric Maupin
2019-04-24[Core] Tighten variation namingEric Maupin
This tightens up the naming distinctions: - Variation - The set of VariationOptions defining when the Variant will be active. - Variant - The collective property, Variation and its value. It also asyncifies the request for Mac
2019-04-24[Core] Ensure variants update correctlyEric Maupin
Additionally adds some extra tracking properties we'll need for the UI, HasVariantChildren / IsVariant control alt-background and presentation of remove variant controls.
2019-04-08[Mac] Centralise string resources.Dominique Louis
2019-03-27Merge pull request #573 from xamarin/ermau-timespan-editorDominique Louis
[mac] Refactor & Add TimeSpan / Char editors
2019-03-26[mac] Add Char editorEric Maupin
2019-03-26[mac] Add basic TimeSpan editorEric Maupin
2019-03-25[build] Strongname this so it can be referenced by other strongnamed libsAlan McGovern
2019-03-21Update Xamarin.PropertyEditing/Xamarin.PropertyEditing.csprojEric Maupin
Co-Authored-By: alanmcgovern <alanmcgovern@users.noreply.github.com>
2019-03-21[build] Enable warn as error for this warning-free projectAlan McGovern
2019-03-21[build] Update to netstandard2 and/or net472Alan McGovern
2019-03-20[Mac] Adds implementation to handle DateTime fields (#480)Jose Medrano
2019-03-20[Mac] Adds implementation of FilePathEditorControl (#479)Jose Medrano
Fixes VSTS #732636 - Implement FilePath editor https://devdiv.visualstudio.com/DevDiv/_workitems/edit/732636
2019-03-13[mac] Collection property editorEric Maupin
2019-03-11[Core] Fix INPC notice for group child removalEric Maupin
Fixes #557
2019-03-11[Core] Filter uncommon properties properlyEric Maupin
2019-03-07[Core] Improve selected target handlingEric Maupin
2019-03-06[Core] Fix removing groupable items when not groupedEric Maupin
Fixes #544
2019-02-26Merge pull request #539 from xamarin/ermau-autoexpandEric Maupin
[core] Add option to autoexpand categories at platform
2019-02-26Merge pull request #538 from xamarin/ermau-type-selector-fixesEric Maupin
Object editor / type selector fixes
2019-02-21Merge pull request #541 from xamarin/ermau-type-selector-editorEric Maupin
Type selector editor