~ubuntu-branches/ubuntu/wily/youker-assistant/wily

« back to all changes in this revision

Viewing changes to mainui/mainui.pro

  • Committer: Package Import Robot
  • Author(s): Kobe Lee (kylinkobe)
  • Date: 2015-07-24 15:44:32 UTC
  • mfrom: (1.1.14) (15.1.1 wily-proposed)
  • Revision ID: package-import@ubuntu.com-20150724154432-bvd3wz7qbbqcchwe
Tags: 2.0.3-0ubuntu1
* Deal with situation when the scanning garbage is empty.
* Display hardware manufacturer logo.
* Add Gio.Settings notify for Unity and Mate settings.
* Make interface switching more smoothly.
* Adjust the layout of interface.
* Beautify skin center, menu, info module and setting module.
* Rewrite skin center, aboutdialog and animation.
* Add upgrade function.
* Delete debug logs and command history.
* Rewrite camera module and replace pygame with opencv.
* Make dash blur experimental normal(LP: #1430118).
* Modify custom skin filter(LP: #1475074).
* Modify cleanerdetailwidget.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
TEMPLATE = app
14
14
CONFIG += qt \
15
15
    warn_on \
16
 
    release
 
16
    release \
 
17
    link_pkgconfig
 
18
PKGCONFIG += opencv
17
19
INCLUDEPATH += .
18
20
 
19
21
include(../qtsingleapplication/src/qtsingleapplication.pri)
55
57
inst1.path = /usr/share/pixmaps
56
58
inst2.files += ../youker-assistant.desktop
57
59
inst2.path = /usr/share/applications
 
60
inst3.files += res/default/
 
61
inst3.path = /var/lib/youker-assistant-daemon/
 
62
inst4.files += res/custom/
 
63
inst4.path = /var/lib/youker-assistant-daemon/
58
64
target.source += $$TARGET
59
65
target.path = /usr/bin
60
66
INSTALLS += inst1 \
61
67
    inst2 \
 
68
    inst3 \
 
69
    inst4 \
62
70
    target
63
71
 
64
72
SOURCES += main.cpp\
103
111
    ../setting/iconwidget.cpp \
104
112
    ../setting/mousewidget.cpp \
105
113
    ../setting/voicewidget.cpp \
106
 
    ../setting/animationwidget.cpp \
 
114
#    ../setting/animationwidget.cpp \
107
115
    ../setting/launcherwidget.cpp \
108
116
    ../setting/panelwidget.cpp \
109
117
    ../setting/windowwidget.cpp \
110
118
    ../setting/fontwidget.cpp \
111
119
    ../setting/touchpadwidget.cpp \
112
 
    ../setting/deadpixelwidget.cpp \
 
120
#    ../setting/deadpixelwidget.cpp \
 
121
    ../setting/conservewidget.cpp \
113
122
    ../setting/nautiluswidget.cpp \
114
123
    ../component/scrollwidget.cpp \
115
124
    ../component/agentlistitem.cpp \
140
149
    ../component/cleangroup.cpp \
141
150
    ../component/cleanbutton.cpp \
142
151
    ../component/cleansubgroup.cpp \
143
 
    ../component/cleansubbutton.cpp
 
152
    ../component/cleansubbutton.cpp \
 
153
    ../component/cardwidget.cpp \
 
154
    ../component/itemcard.cpp \
 
155
    upgradedialog.cpp \
 
156
    ../component/normalwidget.cpp \
 
157
    ../component/normalcard.cpp \
 
158
    shadowwidget.cpp
144
159
 
145
160
HEADERS  += mainwindow.h \
146
161
    titlewidget.h \
185
200
    ../setting/iconwidget.h \
186
201
    ../setting/mousewidget.h \
187
202
    ../setting/voicewidget.h \
188
 
    ../setting/animationwidget.h \
 
203
#    ../setting/animationwidget.h \
189
204
    ../setting/launcherwidget.h \
190
205
    ../setting/panelwidget.h \
191
206
    ../setting/windowwidget.h \
192
207
    ../setting/fontwidget.h \
193
208
    ../setting/touchpadwidget.h \
194
 
    ../setting/deadpixelwidget.h \
 
209
#    ../setting/deadpixelwidget.h \
 
210
    ../setting/conservewidget.h \
195
211
    ../setting/nautiluswidget.h \
196
212
    ../component/scrollwidget.h \
197
213
    ../component/agentlistitem.h \
222
238
    ../component/cleangroup.h \
223
239
    ../component/cleanbutton.h \
224
240
    ../component/cleansubgroup.h \
225
 
    ../component/cleansubbutton.h
 
241
    ../component/cleansubbutton.h \
 
242
    ../component/cardwidget.h \
 
243
    ../component/itemcard.h \
 
244
    upgradedialog.h \
 
245
    ../component/normalwidget.h \
 
246
    ../component/normalcard.h \
 
247
    shadowwidget.h
226
248
 
227
 
FORMS    += mainwindow.ui \
 
249
FORMS    += \
228
250
    ../component/quibo.ui \
229
251
    ../component/alertdialog.ui \
230
252
    autostartwidget.ui \
231
 
    aboutdialog.ui \
 
253
#    aboutdialog.ui \
232
254
    ../cleaner/cleanlistwidget.ui \
233
 
    ../cleaner/cleanerdetailwidget.ui
 
255
    ../cleaner/cleanerdetailwidget.ui \
 
256
    ../component/itemcard.ui \
 
257
    ../component/normalcard.ui
234
258
 
235
259
RESOURCES += \
236
260
    img.qrc