Summary: | plasmaengineexplorer scroll problem when viewing last entry in list | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Roman Fietze <kde> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
explorer window after an update of selected data source
Proposed patch to cure the problem |
Description
Roman Fietze
2009-11-07 21:05:23 UTC
Created attachment 38162 [details]
explorer window after an update of selected data source
Created attachment 38242 [details]
Proposed patch to cure the problem
The bad scroll operation seems to be caused by first removing all items, then adding them again.
I'm almost totally new to Qt/KDE programming, so there might be a better solution than what I did.
could you submitt the patch to reviewboard.kde.org ? thank you (In reply to comment #3) > could you submitt the patch to reviewboard.kde.org ? thank you The documentation says: General Workflow: ... If they’re ready for it to go in: Submit your change to the repository. I cannot do that, I do not have write access to the repos, and I don't know if that really would make sense, esp. when I think of the small amount of patches I will be able to supply at all. So, what shall I do with the review results? as i said, please submit your patch to reviewboard.kde.org and state that you don't have a svn access, so that if the patch is commited, someone else can commit it. thank you SVN commit 1050140 by aseigo: better updating of entries; patch by Roman Fietze BUG:213594 M +7 -5 engineexplorer.cpp M +1 -1 engineexplorer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1050140 |