-
Notifications
You must be signed in to change notification settings - Fork 17
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
Replace QWebViews by native Qt widgets #325
base: master
Are you sure you want to change the base?
Conversation
09c0b41
to
f032f35
Compare
@ptitjano any chance to see it merged before mid-April? |
I will work on it next week. |
6e63380
to
f032f35
Compare
There is no need to use a webview to display a title and some description. With this new logic, there are no two different widgets to display some collection information: - a label to display the description of the tab (empty state) - a webview to display a collection description The next commits will remove this remaining webview.
This replaces the previous solution based on a QWebView.
Its usage has been replaced by `get_collection` which does not need to render html.
`get_resource_status` was only introduced while `get_html` was still present with `get_collection`.
This was used when a QWebView was used to display a collection information. This is not the case anymore.
This was used when a QwebView was used to display a collection information. This is not the case anymore.
This makes it easier to understand and use.
f032f35
to
97e1fcc
Compare
This comment has aged very badly. |
I have just rebased this PR. This PR removed the usage of From my point of view, it is ready. @Guts @AuBousquet Could you test it please? |
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.
Hurray! LGTM!
With this change, there is no need to use WebView and all the specific js/css resources have been removed:
jquery
andboostrap
.