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

SidebarModel: Add basic support for icon names #4034

Merged
merged 3 commits into from
Jun 29, 2021

Conversation

Holzhaus
Copy link
Member

QML can't deal with QIcon objects. Instead, it uses icon urls. We could convert the qrc icon path to a qrc:// url, but that would maintain the current limitation that the library icons can't be customized. Therefore, this only uses icon "names" and the QML part can build the icon url itself (potentially using custom icons).

@Holzhaus Holzhaus added this to In progress in QML GUI via automation Jun 28, 2021
Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The icons are still there, and the code LGTM.

Unfortunately widows fails to build probably unrelated:

2021-06-28T21:22:26.9918997Z sccache: caused by: error reading compile response from server
2021-06-28T21:22:26.9919905Z sccache: caused by: Failed to read response header
2021-06-28T21:22:26.9920700Z sccache: caused by: An existing connection was forcibly closed by the remote host. (os error 10054)
2021-06-28T21:22:26.9921802Z [206/863] Building CXX object CMakeFiles\mixxx-lib.dir\src\engine\bufferscalers\enginebufferscalest.cpp.obj
2021-06-28T21:22:26.9923060Z FAILED: CMakeFiles/mixxx-lib.dir/src/engine/bufferscalers/enginebufferscalest.cpp.obj 

shall I merge anyway?

@Holzhaus
Copy link
Member Author

I restarted the CI build to be sure.

@uklotzde
Copy link
Contributor

Are the Windows build issues unrelated?

@Holzhaus
Copy link
Member Author

Are the Windows build issues unrelated?

Are you referring to what @daschuer posted? Yes, that is unrelated. Sccache sometimes stops responding, causing the build to fail.

@daschuer daschuer merged commit e9fd98d into mixxxdj:main Jun 29, 2021
QML GUI automation moved this from In progress to Done Jun 29, 2021
@Be-ing
Copy link
Contributor

Be-ing commented Jun 29, 2021

I manually restarted the build and it worked 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants