Summary: | (Windows) Places/Info Panels can't be moved if separated | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Travis G <rabidsquirrel> |
Component: | panels: places | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | major | CC: | andriusmao |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Travis G
2013-07-13 01:42:33 UTC
Thanks for the bug report! I'm not aware of anything unusual about our handling of the panels - basically, they are just QDockWidgets, so I assume that the problem must be in Qt. If you know other Qt/KDE apps where the handling of QDockWidgets works fine on Windows, feel free to reopen. I can't really help more with this, sorry. I'm not aware of any Dolphin developer who works on a non-Linux system, so we can't really provide much support for Windows/Mac problems. *** Bug 322812 has been marked as a duplicate of this bug. *** Just for the record, if you want to make the panels work again, you have to delete Dolphin's configuration file, in which the positions of the panels are stored. It's called "dolphinrc" on Linux and is stored in the .kde/share/config in the user's home directory. That might be different on Windows though, I don't know. I think we might just remove the possibility to move panels out of the window in the future. IMHO, this feature is not extremely useful, but it causes lots of trouble. Git commit 5583fc635b1bfc96c096bce6c4fa2c28df4d279f by Frank Reininghaus. Committed on 29/07/2013 at 21:22. Pushed by freininghaus into branch 'master'. Do not allow that panels are dragged out of the main window This feature might have been useful in some cases, but it's most likely not useful enough to justify that we accept the bugs that it causes. Even though some of these bugs are not Dolphin's fault at all, they cause serious problems for users in some cases. I'm pushing this commit to master only because I prefer to not push such behavior changes to 4.11 at this point of the release cycle. Related: bug 288629, bug 322812 FIXED-IN: 4.12.0 REVIEW: 111692 M +11 -3 dolphin/src/dolphindockwidget.cpp http://commits.kde.org/kde-baseapps/5583fc635b1bfc96c096bce6c4fa2c28df4d279f |