summaryrefslogtreecommitdiffstats
path: root/src/gui/messageform.ui.h
Commit message (Collapse)AuthorAgeLines
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-623/+0
| | | | from outside the main thread)
* Qt4 port step 9: replace getWFlags() / setWFlags()Michal Kubecek2015-04-15-1/+1
| | | | Use windowFlags() and setWindowFlags() instead.
* Qt4 port step 6: QPixmap::fromMimeSource cleanupMichal Kubecek2015-04-15-2/+2
| | | | | Convert remaining uses of QPixmap::fromMimeSource() to qPixmapFromMimeSource (will be rewritten to native Qt4 resources later).
* Qt4 port step 2: apply qt3toqt4Michal Kubecek2015-04-15-15/+22
|
* initial checkinMichal Kubecek2015-04-13-0/+616
Check in contents of upstream 1.4.2 tarball, exclude generated files.