Bug 388268

Summary: Ability to change order of document/project tabs
Product: [Applications] krita Reporter: Isaac Zuniga <isaaczuniga>
Component: UsabilityAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: halla
Priority: NOR    
Version First Reported In: 3.3.2   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Isaac Zuniga 2017-12-27 04:10:13 UTC
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.
Comment 1 Halla Rempt 2017-12-27 20:52:12 UTC
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
Comment 2 Halla Rempt 2017-12-27 20:52:40 UTC
Fortunately, that's part of Qt's QMdiArea/QTabBar class, so that wasn't very hard :-)
Comment 3 Isaac Zuniga 2017-12-28 17:48:32 UTC
(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!