Bug 347094 - [REGRESSION] konsole doesn't allow to re-arrange tabs
Summary: [REGRESSION] konsole doesn't allow to re-arrange tabs
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (show other bugs)
Version: 15.04.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
: 347809 351925 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-03 11:28 UTC by Stefan Becker
Modified: 2015-08-29 15:25 UTC (History)
12 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Becker 2015-05-03 11:28:04 UTC
In KDE4 it was possible to rearrange tabs by moving them around or to the tab bar of another konsole window.

Reproducible: Always

Steps to Reproduce:
1. open konsole
2. open 2nd tab (opens right of 1st tab)
3. try to move 2nd tab to left of 1st tab

Actual Results:  
Not possible to move tabs

Expected Results:  
Should be able to re-arrange tabs
Comment 1 Salah Gherdaoui 2015-05-04 12:11:20 UTC
Confirming that I am running into the same problem on Arch Linux with 15.04.0-1 (always reproducible)
Downgrading to 14.12.3-1 fixes the issue.
Comment 2 Denis 2015-05-06 12:05:02 UTC
same in Kubuntu 15.04
Comment 3 Kurt Hindenburg 2015-05-10 14:51:41 UTC
Yes, this was done when I ported KTabBar to QTabBar - eventually I'll get around to re-adding this
Comment 4 Burkhard Lück 2015-05-17 08:17:57 UTC
*** Bug 347809 has been marked as a duplicate of this bug. ***
Comment 5 Peter Wu 2015-05-26 22:32:04 UTC
You can actually move tabs *in the same window* with Ctrl+Shift+Arrow Left/Right. You unfortunately cannot drag tabs into others which is a usability regression from pre-KF5.
Comment 6 Salah Gherdaoui 2015-07-13 05:45:38 UTC
Hello, when can we expect a fix for this ?
Comment 7 Kurt Hindenburg 2015-07-21 13:41:03 UTC
Please use the shortcuts until I can fix the mouse DND
Comment 8 Serge Roussak 2015-07-21 13:45:59 UTC
(In reply to Kurt Hindenburg from comment #7)
> Please use the shortcuts until I can fix the mouse DND

Could you please give me some instructions in general terms where and what to do and probably I could do it?
Comment 9 Peter Wu 2015-07-21 13:47:35 UTC
(In reply to Serge Roussak from comment #8)
> (In reply to Kurt Hindenburg from comment #7)
> > Please use the shortcuts until I can fix the mouse DND
> 
> Could you please give me some instructions in general terms where and what
> to do and probably I could do it?

Ctrl-Shift-Arrow Left/Right

Unfortunately that does not allow you to attach tabs to an existing window (you can only detach tabs).
Comment 10 Serge Roussak 2015-07-21 13:53:45 UTC
(In reply to peter from comment #9)
> Ctrl-Shift-Arrow Left/Right
> 
> Unfortunately that does not allow you to attach tabs to an existing window
> (you can only detach tabs).

I see this, but I mean may I ask to give me some instructions (or URL'es to they) which could help me to fix this issue by myself (in C++)?
Comment 11 Kurt Hindenburg 2015-08-17 13:16:18 UTC
Git commit a9bac171f77982c6c20a437bc94b43e8ef863a87 by Kurt Hindenburg.
Committed on 17/08/2015 at 13:13.
Pushed by hindenburg into branch 'master'.

Restore movable tabs

Using the mouse, the tabs are movable again.  Also this allow for dnd
outside of current window to create a new window.

Thanks to David Edmundson david davidedmundson co uk for patch.
Related: bug 348057
REVIEW: 124739

M  +1    -3    src/ViewContainer.cpp
M  +27   -0    src/ViewContainerTabBar.cpp
M  +9    -4    src/ViewContainerTabBar.h

http://commits.kde.org/konsole/a9bac171f77982c6c20a437bc94b43e8ef863a87
Comment 12 Kurt Hindenburg 2015-08-20 02:17:40 UTC
Git commit 17b0fb74cb8df7b87d47ded651d686045880387c by Kurt Hindenburg.
Committed on 20/08/2015 at 02:14.
Pushed by hindenburg into branch 'Applications/15.08'.

Restore movable tabs

Using the mouse, the tabs are movable again.  Also this allow for dnd
outside of current window to create a new window.

Thanks to David Edmundson david davidedmundson co uk for patch.
Related: bug 348057
REVIEW: 124739
(cherry picked from commit a9bac171f77982c6c20a437bc94b43e8ef863a87)

M  +1    -3    src/ViewContainer.cpp
M  +27   -0    src/ViewContainerTabBar.cpp
M  +9    -4    src/ViewContainerTabBar.h

http://commits.kde.org/konsole/17b0fb74cb8df7b87d47ded651d686045880387c
Comment 13 Jérôme Pigeot 2015-08-29 15:25:01 UTC
*** Bug 351925 has been marked as a duplicate of this bug. ***