-
Notifications
You must be signed in to change notification settings - Fork 301
some gui quirks #2608
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
base: master
Are you sure you want to change the base?
some gui quirks #2608
Conversation
|
This PR seems to cause a crash: open the statistics, then close it using the Quit button. After 2 secs, the program crashes. |
|
commented out wa_deleteonclose. |
|
to free memory on close. before opening->clicked through all tabs->after closing without WA_DeleteOnClose: 180->225->225 ; ->225->225... with WA_DeleteOnClose: 180->226->187 ; ->224->189... There is a mud with spaceotabulation, so don't poke me for doing automatic things for indentation, instead of understanding what should be there for new code. 'tis no more saves last opened statistics' tab, but hopefully nobody needs such a thing.
retroshare crashes
Only silhouette of word instead of time no more. This is maximum length of time representation, but auto shrinkable.
Make the setting great again
As qt says: Ownership of the menu is not transferred to the tool button.
delete delegatesforcolumn
and comment out quit-close button per cyril taste
As qt says: the view does not take ownership of the model.
"Conditional jump or move depends on uninitialised value"
It still shrinks for some amount, but less. What exactly cause such behaviour from post to post still unknown.
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.
47fc190
This is a nice feature, would be great you do a short PR for this feature :)
|
Nah, it would be cumbersome. What for, if there is the pr already, and
it's even richer than just mere one commit ¯\_(ツ)_/¯
|
1f64d0b to
67762c1
Compare
No description provided.