Bug 388268 - Ability to change order of document/project tabs
Summary: Ability to change order of document/project tabs
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (other bugs)
Version First Reported In: 3.3.2
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-27 04:10 UTC by Isaac Zuniga
Modified: 2017-12-28 17:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!