refactor: New LogWidget to handle log output in the mainwindow - #8877
Conversation
53ecb9c to
2f068a7
Compare
2f068a7 to
2daf142
Compare
This comment was marked as outdated.
This comment was marked as outdated.
2daf142 to
906d8a4
Compare
|
Just curious, what's the handle about? Might be confusing for users. Screencast.From.2025-09-01.10-27-16.mp4 |
Oh shit, this is in master. Raised a new bug: Edit: Fixed in: |
|
The handle is there if we allow resize of the dock area .. If we allow undocking or moving you can move it that way Should we just make its own dialog? and not let it dock? Edit: to remove that handle the dock needs to be a fixed vertical size so we have to do all the resize manually to avoid that . I would suspect GNOME is gonna hate that.. Another option is to allow the user to move the dock around , to do this we must let the user always resize the window, so we have more chances for it to not log great if you pull out the log etc. I've been playing with a 3rd option allowing the user to float then redock the log but this is not working great due to our resize code. I am all for making it a floating dock that looks like a dialog , i would make it its own dialog (not a dock) but we need the log reading happen in main window until #8879 I do not think the log is critical feature for most users. As we do communicate most errors via dialogs from the GUI. |
906d8a4 to
46ea756
Compare
46ea756 to
35b656f
Compare
35b656f to
4e07eb1
Compare
4e07eb1 to
218e143
Compare


fixes #8874
LogWidgetManually add it into our gui.LogWidgetto a dock on the bottom of the window. Simplifying resize alot.Considering making the dock floatable also but will do in another PR.