QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 350 forks source link

[enhancement request] Add option of tab groups #2565

Open andr222 opened 6 years ago

andr222 commented 6 years ago

Propose option of organising tabs in groups :

Rational : If more than a few tabs are open, often related tabs are separated by other tabs. Groups, with options of moving tabs, are an easy way to better organise tabs with minimal effort.

nowrep commented 6 years ago

I don't really understand what you mean at all, sorry.

ghost commented 6 years ago

@nowrep this feature comes from opera presto. https://www.youtube.com/watch?v=-lFqxc8zmE8

Martii commented 6 years ago

Interesting feature... never tried that in Opera. A little stronger distinction might be needed visually to delineate group visibility though.

nowrep commented 6 years ago

Not really possible with main tab bar without using completely custom one that is not drawn by Qt style. In fact main tab bar is now feature-complete.

Tab grouping can be easily implemented into Vertical Tabs plugin, it would be similar to Tree view, but only top-level tabs could have children and sorting/grouping would be only manual.