summaryrefslogtreecommitdiffstats
path: root/src/gui/freedesksystray.cpp
Commit message (Collapse)AuthorAgeLines
* Qt4 port step 10: minor X11 related fixesMichal Kubecek2015-04-15-2/+3
|
* Qt4 port step 7: drop unused methodMichal Kubecek2015-04-15-19/+0
| | | | | This method would require some work to port but it's not used anyway so just drop it instead.
* Qt4 port step 6: QPixmap::fromMimeSource cleanupMichal Kubecek2015-04-15-1/+2
| | | | | Convert remaining uses of QPixmap::fromMimeSource() to qPixmapFromMimeSource (will be rewritten to native Qt4 resources later).
* Qt4 port step 5: type safetyMichal Kubecek2015-04-15-1/+2
| | | | Fix various type check errors.
* Qt4 port step 2: apply qt3toqt4Michal Kubecek2015-04-15-5/+10
|
* initial checkinMichal Kubecek2015-04-13-0/+165
Check in contents of upstream 1.4.2 tarball, exclude generated files.