Summary: | lost a line in backlog | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Modestas Vainius <modax> |
Component: | ircview | Assignee: | argonel <argonel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | hein, konversation-devel |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Modestas Vainius
2010-12-18 01:16:55 UTC
Was this toward the very upper end of the backlog? Konversation pauses its scrollback culling (culling to conform to the user-configured limit) while a view is scrolled up, and then resumes culling when the view is scrolled back down. Obviously it should always cull the oldest lines, but maybe it somehow grabbed the wrong one. Alternatively it may be somehow related to moving the automatic remember line; do you have it enabled? No, this backlog was at the very bottom. The line disappeared (or rather I noticed this) ~ 2 minutes after I posted it. Yes, I have automatic remember line enabled. Git commit cbe876c954b5deaf1a6729b7123d6880df4513ee by eli mackenzie. Committed on 30/09/2011 at 12:41. Pushed by argonel into branch 'master'. Changed method of remember/marker line tracking. Qt 4.7.4 introduces a change to the handling of QTextBlock::userState that makes it unusable for the purposes of tracking which block represents a marker or remember line. Previous versions of Qt also changed or otherwise corrupted the userState value causing the loss of synchronization with the data held in the IRCView itself. Blocks are now tracked via the userData field, which was unmolested in the change made to QTextDocument. Warning: this commit introduces a large volume of debugging output. For more information about the Qt change, see QTBUG-20916. BUG: 210106 CCBUG: 260598 M +1 -1 src/commit.h M +17 -0 src/irc/outputfilter.cpp M +1 -0 src/irc/outputfilter.h M +278 -95 src/viewer/ircview.cpp M +16 -9 src/viewer/ircview.h http://commits.kde.org/konversation/cbe876c954b5deaf1a6729b7123d6880df4513ee Modax, can you still reproduce this? I have not seen it for a while, but TBH, I was not paying much attention. Let's close it. |