-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
+semver:major #1328: Replaced old SIL logo with approved variants #1342
Conversation
…rectangular variants that include font glyphs Improved layout of the about box when the version string is really long Added optional parameter to AcknowledgementsProvider.CollectAcknowledgements to facilitate excluding System DLLs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 19 of 19 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @hahn-kev, @jasonleenaylor, and @tombogle)
CHANGELOG.md
line 24 at r1 (raw file):
- [SIL.Windows.Forms] Added public enum Widgets.SilLogoVariant - [SIL.Windows.Forms] Added to Widgets.SilResources: AllLogoVariants, GetLogo, and SilLogoRandom (to replace SilLogo101x113) - [SIL.Core] Added macOS supSilLogoTaiHeritage =port for `GlobalMutex`
typo: Something strange happened on this line.
SIL.Windows.Forms/Miscellaneous/SILAboutBox.cs
line 43 at r1 (raw file):
/// the build. Typically this would be set in the AssemblyInformationalVersion.</param> /// <param name="logoVariant">If specified, allows caller to indicate particular SIL logo /// variant to display. By default, a\ variant is chosen at random.</param>
typo: errant extraneous backslash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @hahn-kev and @jasonleenaylor)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @hahn-kev and @jasonleenaylor)
Also, improved layout of the about box when the version string is really long Added optional parameter to AcknowledgementsProvider.CollectAcknowledgements to facilitate excluding System DLLs
This change is