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

Fixes for macOS #34

Open
wants to merge 1,314 commits into
base: master
Choose a base branch
from
Open

Fixes for macOS #34

wants to merge 1,314 commits into from

Conversation

kbaker
Copy link

@kbaker kbaker commented May 13, 2022

Fixed an issue where dragging a floating dock container over the main window would make the floating dock container spontaneously go behind the main window.
Fixed an issue where dragging a floating dock container or a floating drag preview would attempt to dock with other floating dock containers that were partially or fully obscured by the main window.
Fixed some clazy warnings.
Fixed some comments on the close of private structures.

githubuser0xFFFF and others added 30 commits November 1, 2022 16:11
… DockAreaWidget because it is only required there and it depends on dock area position
githubuser0xFFFF and others added 30 commits December 4, 2023 09:09
If a dockwidget has been manually deleted, the dockmanager
would delete it again when deleting the area in its dtor.
The 'optimal' solution would likely have been changing
CDockWidget::~CDockWidget to add
if (d->DockArea) d->DockArea->removeDockWidget(this);
(before delete d).
However, it is not trivial (for me) to conclude that such
a change would be safe on program shutdown.

Co-authored-by: Thorbjørn Lund Martsum <thorbjorn@luxion.com>
Delete areas later so that that they can be accessed by
(inherited) dock widgets in dtor. Add some QPointer to
prevent crashes.

Hence allow users to do more while dock widgets etc
are being destroyed.
…oatingWidget caused crash when loading a state from XML
Removes an extra `the` in the Readme about the tested Linux versions
…612)

Co-authored-by: Marcus Venturi <marcus.venturi@visu-it.de>
…hat contained a vertical sidebar with many tabs, from shrinking vertically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet