boinc
boinc copied to clipboard
Adding additional Task's info on the Bottom Status bar
On large thread machines its pretty difficult to see what is going on with tasks. How many in total, how many are running, how many are waiting to run, how many have been suspended, and how many are currently waiting for memory.
It would be very useful if the above task info could be available within BOINC. One idea would be to put it in the bottom task bar, as show in the mock-up image.
I'd recommend using BOINCTasks it has many advanced features like this.
https://efmer.com/boinctasks/
I'd recommend using BOINCTasks...
I'd recommend adding the info to the BOINC manager.
Where is the statusbar code located, I could not find under client_gui
Where is the statusbar code located, I could not find under client_gui
@mcagriaksoy, I believe it starts here: https://github.com/BOINC/boinc/blob/66bae9a2fa2093e35559f4642560a5b05fb86053/clientgui/AdvancedFrame.cpp#L89 I started to work on this awhile ago, but I got stuck understanding how to wxStatusBar works, so I didn't get far. I've been busy with other things so I haven't had a chance to get back to this. If you're able to help that would be great. Let me know if you need any help (what little I can provide) or if I can assist with testing.