[Konversation-devel] [Bug 260598] lost a line in backlog

Eli MacKenzie argonel at gmail.com
Fri Sep 30 10:49:01 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=260598





--- Comment #3 from Eli MacKenzie <argonel gmail com>  2011-09-30 10:49:01 ---
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

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Konversation-devel mailing list