Conversation
| return; | ||
| QNetworkRequest rqst{ | ||
| QUrl("https://raw.githubusercontent.com/ossia/score-addons/master/addons.json")}; | ||
| QUrl("https://raw.githubusercontent.com/ossia/score-addons/refs/heads/" |
There was a problem hiding this comment.
- TODO: Change back when this branch is merged with main
There was a problem hiding this comment.
this is still pointing to my branch for testing purposes, should point to master when merged
There was a problem hiding this comment.
when you are ready to merge add a last commit that does this change!
|
|
||
| ps_view.remoteView()->setSelectionModel(&ps_model.remoteSelection); | ||
|
|
||
| // ps_view.remoteView()->setSelectionModel(&ps_model.remoteSelection); |
There was a problem hiding this comment.
need to re-enable this for the install button to work
|
Can we please check why the checks are failing so we can merge soon? @jcelerier |
abedc99 to
c2c00cf
Compare
|
I just rebased on current master which has fully green CI so that we can see if there's any failure related to this patch specifically :) |
|
CI is green in all the places that matter :) |
|
what else do we need here? |
|
aaaaa never git merge :`) |
687c9a0 to
8ce4374
Compare
jcelerier
left a comment
There was a problem hiding this comment.
code looks good! what is remaining?
| m_progress->setValue(((bytesReceived / 1024.) / (bytesTotal / 1024.)) * 100); | ||
| } | ||
|
|
||
| void PluginSettingsView::updateCategoryComboBox(int tabIndex) |
|
nothing! can we merge? :) @jcelerier |
|
gonna test-drive it locally and then yes ! :) |
|
Ypu don't see any change because it wasn't implemented 🙈 kept it on pause..... After the last commit, this should be the behavior. can you please test one last time? @jcelerier Screen.Recording.2025-04-05.at.6.48.57.PM.mov |
jcelerier
left a comment
There was a problem hiding this comment.
woooops I had done the review but forgot to submit it
| return; | ||
| QNetworkRequest rqst{ | ||
| QUrl("https://raw.githubusercontent.com/ossia/score-addons/master/addons.json")}; | ||
| QUrl("https://raw.githubusercontent.com/ossia/score-addons/refs/heads/" |
There was a problem hiding this comment.
when you are ready to merge add a last commit that does this change!
b1f73c0 to
83b615b
Compare
86a1ef8 to
a402674
Compare
ff76fa0 to
1e41cd2
Compare



closes issue #1701