~jakuje/wallpaper-changer/require-cmath

« back to all changes in this revision

Viewing changes to wallch.pro

  • 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:
1
 
DEFINES += "APP_VERSION=4.213"
 
1
DEFINES += "APP_VERSION=4.214"
2
2
 
3
3
TEMPLATE = app
4
4
TARGET = wallch
11
11
 
12
12
win32 {
13
13
    QT += gui-private
14
 
    RC_FILE = data/win-icon/wallch.rc
 
14
    RC_ICONS += data/win-icon/wallch.ico
 
15
    VERSION = 4.214
 
16
    QMAKE_TARGET_COMPANY = "Mellori Studio"
 
17
    QMAKE_TARGET_PRODUCT = "Wallch"
 
18
    QMAKE_TARGET_DESCRIPTION = "Wallch"
 
19
    QMAKE_TARGET_COPYRIGHT = "GNU General Public License"
15
20
} else {
16
21
    CONFIG += link_pkgconfig
17
22
    PKGCONFIG += unity libnotify libexif gtk+-2.0