Граф коммитов

42 Коммитов

Автор SHA1 Сообщение Дата
Nirmal Guru e984265ddb
Replace the term 'Basic' in Package Titles
It was decided that the term 'Basic' is new and
has no established meaning in the software community.

So, Replacing the term 'Basic' with 'Common'. To disambiguate
multiple instances of 'Common', we use an already existing term
'Primitive' and we also append the Platform to which the package targets.
2021-07-20 21:45:23 +05:30
Nirmal Guru b105331ad2
Update Assembly/Package Titles
The package title doesn't follow a particular format and is not machine readable.
Thus, I propose the following format: "'Product' - 'Area' - 'Specifics' ('Source/Target')"
2021-07-20 21:45:18 +05:30
Nirmal Guru 3ad9062623
Refactor Core project files
Organize Package tags
Update Package descriptions
Remove redundant MSBuild logic
Consolidate common MSBuild logic
2021-07-20 21:45:09 +05:30
Michael Hawker MSFT (XAML Llama) f3416b3e9c
Merge branch 'main' into #4063 2021-06-29 09:19:14 -07:00
Winston de Jong 8570e3cf1a added comments 2021-06-04 15:08:53 -07:00
Winston de Jong b40f0142fe Fix issue where setting StaggeredLayout.ColumnWidth to NaN would cause an exception 2021-06-04 15:02:49 -07:00
Nirmal Guru 7e379351e2
Fix-up white-spaces across project files
Add/Remove leading and trailing white-space (only in comments, code blocks, xml strings)
2021-06-04 21:00:20 +05:30
Nirmal Guru c6d9fe4b48
Rename missed files from previous renames
Runtime Directive files and the text files that have been missed in previous renames have been renamed as proposed!
2021-06-04 21:00:13 +05:30
Nirmal Guru 92dd6a64e9 Remove redundant xml meta-tag
XML files defaults to 'UTF-8' encoding.
Thus, the meta-tag is no longer needed!
2021-05-17 12:43:06 -07:00
Nirmal Guru 41c9964cf9 Use Unicode charset without the BOM
Update and follow EditorConfig settings.
BOM: Byte Order Mark (Used to identify UTF-8 encoding).
We don't need BOM specified as the latest editors can work without it.
2021-05-17 12:43:06 -07:00
Nirmal Guru ae9e58e25e Clean-up trailing white-spaces
Remove final new-lines
Remove trailing white-spaces
2021-05-17 12:43:06 -07:00
Nirmal Guru 4df2705dfc Remove un-used, un-necessary and duplicate files
The other C# files in this patch are duplicates.

The 'DotSettings' is a ReSharper settings file.
The 'GhostDoc' is a part of GhostDoc project file.

Seeing as these files are not used anymore. We can safely remove them.
2021-05-17 12:43:06 -07:00
Julien Brianceau 407b5d8d66 Fix typos in the code base
Note that only comments are impacted by this change.
2021-04-04 15:24:40 +02:00
Michael Hawker MSFT (XAML Llama) 2e2ed3f22f
Merge branch 'master' into wrapPanelCollapsedItems 2021-03-24 15:01:59 -07:00
Vincent Gromfeld 767f3b599c update logic regarding 0-width items 2021-03-23 18:56:38 +01:00
Vincent Gromfeld 63c9eba31f fix issue 2021-03-23 10:00:26 +01:00
Rosario Pulella 6a55e517e7
Given that spaces seperate tags, remove duplicate tags 2021-03-22 17:39:23 -04:00
Rosario Pulella 13246391c2
Add control specific tags for the controls packages 2021-03-19 14:36:51 -04:00
Rosario Pulella 7566a30795
Remove repated Toolkit and Windows tags 2021-03-19 14:33:28 -04:00
Rosario Pulella 68e5ba2161
Add WCT tags to packages. 2021-03-19 14:33:28 -04:00
Rosario Pulella 7333504779
Sperate Tags by semicolons 2021-03-19 14:33:17 -04:00
michael-hawker 0bfca23dab Fix issue with ColorPicker not working with SwitchPresenter changes
Since optimizing SwitchPresenter, the delayed loading being in another control's template was causing an issue where the cases weren't available to evaluate when SwitchPresenter was ready. Since we no longer listened to all downstream changes in SwitchPresenter this meant we never evaluated once the parent control was loaded. Added a couple of cases to ensure that once we're fully loaded we can evaluate again to ensure we pick a case. This also covers a case where if somehow the entire collection gets swapped out later.

Added some extra checks ahead of the evaluate cases to break out early in case we don't need to update the Visual Tree.
2021-03-09 17:13:28 -08:00
michael-hawker 2e3cceca76 Remove SwitchPresenter logic that would listen to changes in the collection or case values
Can't think of scenarios where this was actually useful and added a lot of complexity.
Removing it for now for the core value the control provides and simplifies the structure.
Samples from Sample App continue to work as expected.
2021-03-04 12:35:56 -08:00
michael-hawker c63e6955ba Remove complex property from SwitchPresenter
Fix name of TargetType DependencyProperty
Add better Enum string support
2021-03-04 11:25:27 -08:00
michael-hawker 9bbe69c948 Fixes #3671 - No Case found scenario 2021-03-04 11:25:26 -08:00
Sergio Pedri f2a4d5d38d Changed extensions namespaces in UWP packages 2021-02-24 01:37:08 +01:00
michael-hawker 7b8e82f89b Upgrade to WinUI 2.5 and other Dependencies - Deprecate RadialProgressBar 2021-02-16 11:43:00 -08:00
michael-hawker 6428d8a295 Merge branch 'master' into dev/split-controls
# Conflicts:
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBar.Metadata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBar.Typedata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBarItem.Metadata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls.Core.Design/Controls/TabbedCommandBarItem.Typedata.cs
#	Microsoft.Toolkit.Uwp.UI.Controls/Microsoft.Toolkit.Uwp.UI.Controls.csproj
#	Microsoft.Toolkit.Uwp.UI.Controls/Themes/Generic.xaml
#	Microsoft.Toolkit.Uwp.UI.Controls/VisualStudioToolsManifest.xml
#	UnitTests/UnitTests.UWP/UnitTests.UWP.csproj
#	Windows Community Toolkit.sln

Tested Sample App
2021-02-11 16:07:55 -08:00
Rosario Pulella 7650906032
Move StaggeredLayout and WrapLayout to Primitives 2021-02-02 16:00:40 -05:00
Rosario Pulella 3ffa9b56e8
Remove unneded deps 2021-01-13 11:28:16 -05:00
Rosario Pulella 3cc5a64822
Remove exposing internals to xmalisland test, not needed.
Remove NeutralResourcesLanguage on attribute on assembly, no resources or language specific code.
2021-01-12 14:05:36 -05:00
Rosario Pulella 0043ecd4ac
Better wording for titles and descriptions around primitivs package 2021-01-12 13:07:18 -05:00
Rosario Pulella 4f83e089f6
List SwitchPresenter for DesignTools 2021-01-12 12:29:36 -05:00
Rosario Pulella 96e1aba56c
Fix finding desing output for controls.primitives 2021-01-12 10:41:05 -05:00
Rosario Pulella 04869f4118
Add SwitchPresenter tag to Controls.Primitives 2021-01-08 14:22:02 -05:00
Rosario Pulella b6bc173b4b
Revert "Update Primiative controls ns"
This reverts commit e885c1014d.
2021-01-08 14:06:10 -05:00
Rosario Pulella ac71f64111
Added SwitchPresenter in description of Control.Primitives project 2021-01-08 14:01:47 -05:00
Rosario Pulella 1e34abfc40
Remove System.ValueTuple from Controls.Primitives 2021-01-08 13:58:34 -05:00
Rosario Pulella 7431e17c19
Update Microsoft.Toolkit.Uwp.UI.Controls.Primitives/Microsoft.Toolkit.Uwp.UI.Controls.Primitives.csproj
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
2021-01-08 13:50:51 -05:00
Rosario Pulella 2fdcbe6bfd
Apply change for platform uno compatiblity #3651 2021-01-08 11:52:10 -05:00
Rosario Pulella e885c1014d
Update Primiative controls ns 2021-01-08 11:51:57 -05:00
Rosario Pulella 6956c733fa
Move some controls to Primitives. 2021-01-08 11:38:02 -05:00