-
Notifications
You must be signed in to change notification settings - Fork 29
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
Widget Catalog Samples #103
Conversation
78f3c36
to
8ec6109
Compare
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.
Looks good to me. Only one little thing regarding TextView constructor 👍
This does not finish #88 as the catalog is missing? We can merge neverteless but keep the issue open. |
Hi @badcel, @firox263, I think this PR is ready for a review. It's not complete as I want, but I prefer follow your advice and do many little iterations on classes implementation. This PR comes with:
|
Yes this PR doesn't introduce the WidgetCatalog, I want to implement some classes before like I will reopen #88 if this PR got merged. |
@firox263 if you approve this can be merged. |
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.
Great work! @na2axl
This looks good to me for the most part, only a few points about [Obsolete]
warning suppression, some accidentally commented-out attributes, and consistency with error handling.
Once this is fixed, I think this is good to merge 👍
@firox263 For me this is now good to merge. If you agree please merge 👍 |
Okay I thought the other way around that we start with this PR. But actually the order does not matter, it is just the question who has to adopt to the changes. If you like to start with my PRs I'm fine with it as it saves me some work 👍 |
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.
a646a61
to
98a787f
Compare
We are not doing default implementations here.
98a787f
to
b3d5871
Compare
This PR will add the most wanted Widget Catalog, to showcase how to create widgets using the Gir.Core's Core layer.
Fixes #88.