Summary: | cannot change between tabs on scrolling on them (scroll wheel) | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | alex <alexzeze> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
alex
2008-04-09 11:01:50 UTC
probably insulting people won't help on this one. Specialy since the plasma people have nothing todo with the tabs in a about dialog. So, you are very rude and not informed. But i support your request. > This however has been implemented in Gnome for a long time and is what I use > to assess the progress of KDE. an interesting choice of metrics to base an assessment on. > Ironically, this functionality has been implemented in some KDE apps like > amarok (in the edit track information dialog), and in Konsole's tabs. This > begs the question, cant the tab widgets be implemented using the code in > amarok (which can change tabs on scroll wheel?). no. > If you want confirmation of what I mean, go to any KDE app and go to the help > -> about dialog. wtf does this have to do with plasma? answer: nothing. > the plasma guys are too arrogant to incorporate code from another project. when you join the reality the rest of us live in, feel free to come back and engage in civil discourse. What do you mean it has nothing to do with plasma! Then why is the tracker grouping plasma and widgets together? Last time I checked, tabs were widgets. Its not my fault the tracker pple dont know the difference btn widgets and plasma (now you can imagine how confused we are), I just filed a wishlist using your "brilliant" wizardry. Anyhowz, pragmatics aside, this is a valid complaint and i'd wish you to point me in the right direction (be it a forum or how I can start working on repairing this tab widget) if this isnt plasma's area. I love KDE and i'd really hate for pple not to see a big difference in KDE4. Thanks tho. "Aaron J.Seigo" <aseigo@kde.org> wrote: ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter. You are a voter for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=160605 aseigo kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID ------- Additional Comments From aseigo kde org 2008-04-09 11:44 ------- > This however has been implemented in Gnome for a long time and is what I use > to assess the progress of KDE. an interesting choice of metrics to base an assessment on. > Ironically, this functionality has been implemented in some KDE apps like > amarok (in the edit track information dialog), and in Konsole's tabs. This > begs the question, cant the tab widgets be implemented using the code in > amarok (which can change tabs on scroll wheel?). no. > If you want confirmation of what I mean, go to any KDE app and go to the help > -> about dialog. wtf does this have to do with plasma? answer: nothing. > the plasma guys are too arrogant to incorporate code from another project. when you join the reality the rest of us live in, feel free to come back and engage in civil discourse. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com What do you mean it has nothing to do with plasma! Then why is the tracker grouping plasma and widgets together? Last time I checked, tabs were widgets. Its not my fault the tracker pple dont know the difference btn widgets and plasma (now you can imagine how confused we are), I just filed a wishlist using your "brilliant" wizardry.<br><br>Anyhowz, pragmatics aside, this is a valid complaint and i'd wish you to point me in the right direction (be it a forum or how I can start working on repairing this tab widget) if this isnt plasma's area. I love KDE and i'd really hate for pple not to see a big difference in KDE4.<br><br>Thanks tho.<br><br><b><i>"Aaron J.Seigo" <aseigo@kde.org></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> ------- You are receiving this mail because: -------<br>You reported the bug, or are watching the reporter.<br>You are a voter for the bug, or are watching someone who is.<br> <br>http://bugs.kde.org/show_bug.cgi?id=160605 <br>aseigo kde org changed:<br><br> What |Removed |Added<br>----------------------------------------------------------------------------<br> Status|UNCONFIRMED |RESOLVED<br> Resolution| |INVALID<br><br><br><br>------- Additional Comments From aseigo kde org 2008-04-09 11:44 -------<br>> This however has been implemented in Gnome for a long time and is what I use <br>> to assess the progress of KDE.<br><br>an interesting choice of metrics to base an assessment on.<br><br>> Ironically, this functionality has been implemented in some KDE apps like <br>> amarok (in the edit track information dialog), and in Konsole's tabs. This <br>> begs the question, cant the tab widgets be implemented using the code in <br>> amarok (which can change tabs on scroll wheel?).<br><br>no.<br><br>> If you want confirmation of what I mean, go to any KDE app and go to the help <br>> -> about dialog. <br><br>wtf does this have to do with plasma? answer: nothing.<br><br>> the plasma guys are too arrogant to incorporate code from another project. <br><br>when you join the reality the rest of us live in, feel free to come back and engage in civil discourse.<br></blockquote><br><p> __________________________________________________<br>Do You Yahoo!?<br>Tired of spam? Yahoo! Mail has the best spam protection around <br>http://mail.yahoo.com > tabs were widgets QWidgets, not plasma add-ons. > i'd wish you to point me in the right direction KTabWidget already implements wheel scrolling; so places that QTabWidget is used instead need to be swapped over to a KTabWidget. the about dialogs are in kdelibs/kdeui/dialogs/kabout*dialog.cpp. there's also KPagedDialog which uses tabs as well via KPageTabbedView in kdelibs/kdeui/paged/kpageview_p.cpp. adding scroll wheel movement to KTabWidget and then using KTabWidget in those dialogs would likely do the trick. |