Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MaterialDesignTheme.MahApps for MahApps v1.6.5 #898

Merged
merged 64 commits into from
Sep 5, 2018
Merged

Update MaterialDesignTheme.MahApps for MahApps v1.6.5 #898

merged 64 commits into from
Sep 5, 2018

Conversation

punker76
Copy link
Contributor

@punker76 punker76 commented Feb 16, 2018

  • Update paket 5.176.6
  • Update paket and dependencies for MahApps.Metro v1.6.5
  • Update nuspec dependencies
  • Update Flyout style
  • Update RangeSlider style
  • Adjust Dialog stuff

Closes #901

@ahmed-abdelrazek
Copy link
Contributor

ahmed-abdelrazek commented Jun 8, 2018

any new news?
anyway the NumericUpDown controller takes the accent color for MahApps as its background color if the Theme="Accent" and it's ugly it works best with Theme="Adapt"
The Font Roboto doesn't display the decimal point in Arabic correctly just an empty square

@Keboo Keboo added this to the 2.5.0 milestone Aug 10, 2018
Keboo pushed a commit that referenced this pull request Aug 12, 2018
* Updated Version of #898 that uses MahApps.Metro v1.6.5

* Fix for MahApps.NumericUpDown Controller

* Fixing indentation

* Fixing up nuspec changes.

* Reving test projects and packet dependencies.
@Keboo
Copy link
Member

Keboo commented Aug 12, 2018

@punker76 can you check and update your list with the work that is still needed for this?

matheuscuba and others added 19 commits August 24, 2018 21:46
Missing 'r' in 'library' and removed ',' in the sentence because a compound predicate composed of two objects shouldn’t be separated by a comma and a conjunction.
DatePicker Style: Added FloatingHint Trigger to change margin
Add context menu to password box to prevent ugly non-themed menu
Update MaterialDesignTheme.PasswordBox.xaml
This allows the attached properties to be put on comboboxes and affect the hint. Currently it has the side affect of the hint being cut off when the combobox is expanded and the hint is too big.
Added Scale and Offset to the combobox template
Remove Header from default context menu in TextBox
Update ButtonProgressAssist.cs
Fix DialogHost and DrawerHost background fadeout
Updating ShowMeTheXaml to 1.0.10
Fix textbox cursor disappearing
Keboo and others added 19 commits August 24, 2018 21:51
Adding the zip support for the release branch as well
Moved DialogHost to its own dictionary.
Alternate DialogHost style to embed the content as part of the visual tree.
Bumping version to 2.5.0
* Updated Version of #898 that uses MahApps.Metro v1.6.5

* Fix for MahApps.NumericUpDown Controller

* Fixing indentation

* Fixing up nuspec changes.

* Reving test projects and packet dependencies.
Styling ButtonBase instead of Button only

Changes:
TargetType="{x:Type Button}" -> TargetType="{x:Type ButtonBase}"
Property="IsDefaulted" -> Property="Button.IsDefaulted"

Working correctly for all buttons(based on ButtonBase)
IsDefaulted working for Button only
…esignUserForegroundCheckBox) and sync'd CheckBox changes (#983)

* Added MaterialDesignUserForegroundRadioButton (same idea as MaterialDesignUserForegroundCheckBox) and sync'd CheckBox changes

It's nice to have a RadioButton that can be used on any dark background
so used same logic as MaterialDesignUserForegroundCheckBox.
Also, there were a couple of tweaks in MaterialDesignCheckBox that
didn't make it to MaterialDesignUserForegroundCheckBox so now it's in
sync.

* Moving the example into the cards page with the others
* change progress bar from border to a real progress bar on buttons with style MaterialDesignRaisedButton and MaterialDesignRaisedAccentButton

* make opacity bindable

* now realy bindable

* bind IsIndicatorVisible to Visibility of Progressbar, add default values for opacity

* fix MaterialDesignRaisedAccentButton is washed out

* Minor cleanup of the examples.
When the double margin bug on cards were fixed it caused the shadow on dialogs to get cropped. Previously the default DialogMargin was 22, which when doubled left 44 units of space around the dialog's card (pleasnty for the 35 needed by shadow Depth5). But when that was cut it half the shadow was then clipped.
* added style for passwordFieldBox, added demo passwordFieldBox in demo application

* style the xaml
@punker76 punker76 changed the title WIP Update MaterialDesignTheme.MahApps for MahApps v1.6 WIP Update MaterialDesignTheme.MahApps for MahApps v1.6.5 Aug 24, 2018
dhilmathy and others added 5 commits September 4, 2018 20:57
Added ValueChangedEvent for RatingBar
Now user and Set the Listbox Background to Null to get a Fully transparent toolbar
The X2 binding is causing the textbox to never give up any width it's gotten. The visibility change makes it so it's only ever an issue if the textbox is disabled and the text is shortend programmatically.
@punker76 punker76 changed the title WIP Update MaterialDesignTheme.MahApps for MahApps v1.6.5 Update MaterialDesignTheme.MahApps for MahApps v1.6.5 Sep 4, 2018
@punker76
Copy link
Contributor Author

punker76 commented Sep 4, 2018

@Keboo I'm done. Sorry for the delay, needed some oss pause. These changes should now work with the latest stable MahApps version 1.6.5.

/cc @ButchersBoy

@Keboo
Copy link
Member

Keboo commented Sep 5, 2018

@punker76 looks great. Thank you for doing this!

@Keboo Keboo merged commit fa4dc25 into MaterialDesignInXAML:master Sep 5, 2018
@punker76 punker76 deleted the feature/MahApps_v1.6 branch September 5, 2018 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet