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
2018-10-03[mac] Don't rebuild tab list for every single tab changeEric Maupin
2018-10-03Merge pull request #414 from xamarin/bleroy-mac-color-picker-stabilityEric Maupin
Don't notify changes for any value change of a spin editor
2018-10-03Merge pull request #410 from xamarin/mac-color-picker-fixesEric Maupin
[Mac] Color picker fixes
2018-09-28Merge pull request #416 from xamarin/ermau-input-modesEric Maupin
Input modes
2018-09-28[Core/Win] Add input modesEric Maupin
2018-09-28[Tests] Better converter from nullable to normal #Eric Maupin
2018-09-26Don't notify changes for any value change of a spin editor, to avoid ↵Bertrand Le Roy
premature commits to last color. Fixes #407 and #400.
2018-09-24Merge pull request #411 from xamarin/bleroy-common-color-toargbEric Maupin
Add `CommonColor.ToArgbHex`
2018-09-22Update color components on blur. Fixes #409Bertrand Le Roy
2018-09-22Add distinct display and focused formats for spin numeric editors, to enable ↵Bertrand Le Roy
a representation of percentages and hues that is consistent with the Windows color picker. Fixes #347
2018-09-21Add `CommonColor.ToArgbHex`, throw in some additional tests for good measure.Bertrand Le Roy
2018-09-19Give numeric text fields a minimum size (fixes #404)Bertrand Le Roy
2018-09-18Merge pull request #406 from xamarin/ermau-fix-403Eric Maupin
[Win] Support unconstrained values in editor with predefined values
2018-09-18[Win] Support unconstrained values in comboboxEric Maupin
- Ensures values submit correctly when out of bounds but unconstrained. - Ensures pressing enter submits such values.
2018-09-18[Core] If unconstrained, respect ValueDescriptorEric Maupin
The placement of this is important. Since the value type is likely an enum, it's not going to have an out of bounds default() value. So, despite only setting the ValueDescriptor, Value will still look like a valid value, so ValueDescriptor takes presedence.
2018-09-17[Tests] Add unconstrained enum to test propertiesEric Maupin
2018-09-17[Core] Shouldn't set and signal value changeEric Maupin
That's for the re-query to do.
2018-09-13Merge pull request #396 from xamarin/dominique-FixUpDownInteraction395Eric Maupin
[Mac] Up-Down buttons will no longer allow interaction when disabled.
2018-09-13Merge pull request #393 from xamarin/dominique-SwapSearchFilterAndArrangeModeEric Maupin
[Mac] Swap property search filter & arrange mode positions. Better UX.
2018-09-12[Mac] Up-Down buttons will no longer allow interaction when disabled.Dominique Louis
2018-09-11[Mac] Swap property search filter and arrange mode positions, for better UX.Dominique Louis
2018-09-06Merge pull request #388 from xamarin/ermau-replace-selectedEric Maupin
Panel.Select()
2018-09-05[Mac] Provide Panel.Select()Eric Maupin
2018-09-05Merge pull request #379 from xamarin/ermau-autocompleteEric Maupin
Basic autocomplete support
2018-09-05[Win] Enable PropertyPanel.Select()Eric Maupin
Addresses #362 for Windows. We already do replace/reset effeciently, we just need to be sure the consumers are triggering that path.
2018-09-05[Win] Add windows basic autocomplete supportEric Maupin
2018-09-05[Core] Add custom expression autocomplete supportEric Maupin
2018-09-05[Core] Add ICompleteValuesEric Maupin
This is the most basic version of this to support the status quo for Android. The hard part is really the UI, so this will get us a significant part of the way towards a more robust version.
2018-09-04Merge pull request #334 from xamarin/dominique-RequestResourceEric Maupin
[Mac] Initial Request Resource Implementation
2018-09-03[Mac] Resource editor icon filesVáclav Vančura
2018-09-03[Mac] Initial Request Resource Implementation.Dominique Louis
2018-09-01Merge pull request #381 from xamarin/ermau-fix-collection-editor-switchEric Maupin
[Core] Handle no-editors in CollectionPropertyViewModel
2018-08-31[Core] Handle no-editors in CollectionPropertyViewModelEric Maupin
Fixes #294
2018-08-31Merge pull request #380 from xamarin/ermau-fix-object-groupedEric Maupin
Fix new object crash after reloading
2018-08-31[Win] Do not rely on e.OldValue in DataContextChangedEric Maupin
When items are disconnected, you do not get the proper oldvalue in e.OldValue, you get a {DisconnectedItem} instead. We need to rely on our own tracking of the VM we were subscribed to so we can unsubscribe.
2018-08-31[Win] Switch object editor to more reliable host finderEric Maupin
2018-08-29Merge pull request #371 from xamarin/ermau-type-icon-providerDominique Louis
[Core/Win] Add type icon support
2018-08-28Merge pull request #374 from xamarin/dominique-AddScrollViewToResourceBrushViewEric Maupin
[Mac] Put the NSOutlineView into a NSScrollView so it scrolls.
2018-08-28[Mac] Put the NSOutlineView into a NSScrollView so it scrolls.Dominique Louis
2018-08-27Merge pull request #368 from xamarin/ermau-fix-collection-type-selectionEric Maupin
Fix "add ___" popup cancellation combobox results
2018-08-25Merge pull request #369 from xamarin/ermau-fix-resource-tooltipsDominique Louis
[Win] Fix resource tooltips not updating
2018-08-24Merge pull request #372 from xamarin/dominique-FixPropertyButtonMouseOverTooltipEric Maupin
[Mac] Fix PropertyButton Tooltips.
2018-08-24[Mac] Fix PropertyButton Tooltips.Dominique Louis
2018-08-23[Core/Win] Add type icon supportEric Maupin
Closes #118
2018-08-23[Win] Fix resource tooltips not updatingEric Maupin
Fixes #300
2018-08-23[Win] Fix canceled add Value ConverterEric Maupin
Fixes cancelling an add value converter resource not switching back to the last selected option. Also refactored a little bit to clean up names. Fixes #332
2018-08-23[Win] Fix canceled Add Type resultEric Maupin
Also fixes Add not having a restriction. Fixes #367
2018-08-23Merge pull request #364 from xamarin/dominique-BrushTweaksEric Maupin
[Mac] Brush Refactoring and Tweaks.
2018-08-22[Mac] Split the classes out from ResourceBrushViewController.Dominique Louis
2018-08-17[Mac] Brush Refactoring and Tweaks.Dominique Louis
Separates out the Brush Resource classes into separate files, for consistency. Uses Localised strings instead of hard-coded ones. NSOutlineView now reuses Views instead of creating totally new ones each time. Grouped Brush files together under it's own subfolder. Now draws the ColourNoBrush Colours