~jakuje/wallpaper-changer/require-cmath

« back to all changes in this revision

Viewing changes to src/tools/nonguimanager.cpp

  • Committer: Leon
  • Date: 2015-08-25 14:34:01 UTC
  • Revision ID: leon.vitanos@gmail.com-20150825143401-1sosse0ne8ul1nad
1. Fixed live earth not showing notifications, and time in wallpaper clock notification is now shown properly
2. Tray icon now has a tooltip saying
Wallch
Wallpaper changer
3. Le point dialog is now resizable
4. (Windows) Removed wallch.rc file as it is not needed from qt5 and after
Added properties for the exe file, eg "Mellori Studio" as the company of Wallch
Screenshots: http://i.imgur.com/II0MYMQ.png, http://i.imgur.com/nHCOAgZ.png

Show diffs side-by-side

added added

removed removed

Lines of Context:
1036
1036
    connect(trayIcon_, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), this, SLOT(trayActivatedActions(QSystemTrayIcon::ActivationReason)));
1037
1037
    trayIcon_->installEventFilter(this);
1038
1038
    trayIcon_->setIcon(QIcon(":/images/wallch.png"));
 
1039
    trayIcon_->setToolTip("Wallch\nWallpaper changer");
1039
1040
    trayIcon_->show();
1040
1041
}
1041
1042