Very simple, I'm not sure if this is something currently in development, but it would be cool if we could drag and drop our document/project tabs (if more than one project is open simultaneously) so we can organize them in the order we wish. Here's a video showing an example of what I mean with the ability to drag and drop docker tabs to put them in the order we wish: https://drive.google.com/file/d/12F1ZC2Y5pAxtGXse6Nwo-kvHbuJBolfA/view?usp=sharing Is it possible we could get something like that done for the project/document tabs as well? Currently, they lack that functionality.
Git commit b37324dc77e41c02f6eec97742d6894d169f7ae7 by Boudewijn Rempt. Committed on 27/12/2017 at 20:51. Pushed by rempt into branch 'master'. Make the MDI area tabs movable M +1 -0 libs/ui/KisMainWindow.cpp https://commits.kde.org/krita/b37324dc77e41c02f6eec97742d6894d169f7ae7
Fortunately, that's part of Qt's QMdiArea/QTabBar class, so that wasn't very hard :-)
(In reply to Boudewijn Rempt from comment #2) > Fortunately, that's part of Qt's QMdiArea/QTabBar class, so that wasn't very > hard :-) Wow really? I'm glad I reported this then because I didn't know that was a simple fix. Thanks for the help!