On Mittwoch, 10. Oktober 2012 15:54:18 CEST Jan Kundrát wrote:
> ./ui_ComposeWidget.h:113:19: error: no member named 'setBuddy' in
> 'QGroupBox'
> groupBox->setBuddy("subject");
> ~~~~~~~~ ^
>
> Fixed manually, the patch is in.
Yes, got that as well (comes from a merge conflict), i guess i forgot or failed
to update the patch (what means that some 0001-yaddayaddayadda is now
"somewhere" on my HDD ;-)
> Just open the composer, add a file attachment and click & drag it
> below, so that it is about to be added once more. Upon mouse release,
> I hit this assert:
>
> ASSERT: "stream.atEnd()" in file
> ../../../../trojita/src/Imap/Model/MessageComposer.cpp, line 108
I don't get the assert, but run into
qDebug() << "drag-and-drop: mailbox not found";
Random guess is that the stream contains a false sectionmark and my very first
random guess for the reason would be
stream.setVersion(QDataStream::Qt_4_6);
in ../../../../trojita/src/Imap/Model/MsgListModel.cpp, line 335
But can't test (since i didn't hit the assert)
Cheers,
Thomas
PS: need to be more careful about the ctrl+enter sending, enter + ctrl+v seems
to cause it as well...