summaryrefslogtreecommitdiffstats
path: root/src/gui/messageformview.cpp
Commit message (Collapse)AuthorAgeLines
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* do not call GUI slots directly from non-GUI threadsMichal Kubecek2015-04-15-1/+7
| | | | | | | | | | Direct calls to QObject slots (accessing GUI functions) from non-GUI threads cause QPixmap: It is not safe to use pixmaps outside the GUI thread warnings and (worse) random crashes. These must be rewritten to (queued) signal-slot connections.
* initial checkinMichal Kubecek2015-04-13-0/+159
Check in contents of upstream 1.4.2 tarball, exclude generated files.