Summary: | session tabs on the left or right side | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Thorsten Holtkaemper <openpub> |
Component: | tabbar | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | CC: | aaronw, adaptee, andrius, derick |
Priority: | NOR | ||
Version: | 1.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 54194 | ||
Bug Blocks: |
Description
Thorsten Holtkaemper
2004-02-04 16:00:15 UTC
*** Bug 81275 has been marked as a duplicate of this bug. *** Reading the QT docs 3.3 it appears that the tab position has only 2 options: QTabWidget::Top - above the pages QTabWidget::Bottom - below the pages Not sure if qt or kde/konsole changed for kde 3.2.0. *** Bug 92359 has been marked as a duplicate of this bug. *** I complained about this a few weeks ago, and it was pointed out that this was because they switched to QTTabWidget to handle the tabs. I don't understand why really. The old method of handling the tabs worked great and didn't hamper their placement. QTTabWidget is a serious handicap to such a fine program as Konsole. So here comes the classic saying, if it ain't broken, don't fix it. Why dump the old tabs system which was working a lot better than what replaced it. does qt4 help out with this bug in anyway? I looked into this and I believe it does. QT4 now supports tab widgets on the sides as well as the top and bottom. Yes Qt4 does... they must have added it later after the previews... I can't get Qt4/0KDE4 to compile yet... I wonder what tabs on the side look like... QTabWidget::North 0 The tabs are drawn above the pages. QTabWidget::South 1 The tabs are drawn below the pages. QTabWidget::West 2 The tabs are drawn to the left of the pages. QTabWidget::East 3 The tabs are drawn to the right of the pages. Being able to put the tabs on the left (or right?) is especially useful when you are supporting a large number of connections into other machines, don't bother with icons, and just use text to identify each window. Trying to do this with tabs on top or bottom is pretty pointless. I would think it will be in KDE4.0. Currently KDE4/kdelibs is not working well enough to bother trying to add this feature. > QTabWidget::West 2 The tabs are drawn to the left of the pages.
> QTabWidget::East 3 The tabs are drawn to the right of the pages.
These values for the tab shape cause the tabs to be rendered with vertical text which is difficult to read. I won't be implementing that, although there is a possibility for a vertical list (like Kate) in future which could facilitate a very large number of sessions open at once - although the items would still have to be called tabs since that is a word used frequently in the user interface and documentation.
I think this depends upon bug #54194 Until this is allowed in Qt/KDE, this won't happen easily. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |