On Thursday 12 September 2013 16:08:08 Jan Kundrát wrote:
> On Thursday, 12 September 2013 15:57:37 CEST, Pali Rohár wrote:
> > -allIds.append(node.internalId);
> > +allIds.append(offset+1);
>
> You're mixing ThreadNodeInfo::internalId which is an opaque
> internal identifi
On Thursday 12 September 2013 13:50:41 Jan Kundrát wrote:
> On Thursday, 12 September 2013 13:15:16 CEST, Pali Rohár wrote:
> > What about only changing order of applicationDirPath and
> > PLUGIN_DIR in QCoreApplication::libraryPaths()? So we will
> > have also env QT_PLUGIN_PATH in list?
>
> Why
Hello,
I added advanced mailto: support to trojita and its IPC (for
delivering mailto from other applications/command line to GUI).
Current trojita mailto: implementation in master support only
parsing one email address which is specified after scheme. I tried
to add advanced support as descri
On Friday, 13 September 2013 17:09:01 CEST, Pali Rohár wrote:
mailto:u...@example.org?subject=%3D%3Futf-8%3FQ%3Fcaf%3DC3%3DA9%3F%3D
is badly decoded, and trojita new mail window show subject as:
=?utf-8?Q?caf=C3=A9?=
Just call Imap::decodeRFC2047String().
Jan
--
Trojitá, a fast Qt IMAP e-mai
On Dienstag, 10. September 2013 23:36:13 CEST, Jan Kundrát wrote:
Could be, but IIRC I set that already. I suspect that this
happened because the QFormLayout works on "fixed rows" and is
not designed to "resize stuff that can be resized to better
utilize the space".
Ahhh, the beloved QFormL
On Friday 13 September 2013 17:39:24 Jan Kundrát wrote:
> On Friday, 13 September 2013 17:09:01 CEST, Pali Rohár wrote:
> > mailto:u...@example.org?subject=%3D%3Futf-8%3FQ%3Fcaf%3DC3%3
> > DA9%3F%3D
> >
> > is badly decoded, and trojita new mail window show subject
> > as: =?utf-8?Q?caf=C3=A9?=
>
Fading version, replaces former patch.From 6eaaa2c88459cde9c36c4598a8d6cd83a4070919 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20L=C3=BCbking?=
Date: Sat, 14 Sep 2013 01:03:00 +0200
Subject: [PATCH] cc scrolling
---
src/Gui/ComposeWidget.cpp | 127 ++