~ubuntu-branches/ubuntu/utopic/youker-assistant/utopic-proposed

« back to all changes in this revision

Viewing changes to src/src.pro

  • Committer: Package Import Robot
  • Author(s): Kobe Lee (kylinkobe)
  • Date: 2013-09-18 16:22:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130918162214-6nqyjyf3cd3ynqky
Tags: 0.2.1-0ubuntu1
* Modify the mouse events of MonitorBall.
* Add reset button for clear pages.
* Add policykit for apt clear in sudodbus.
* Fixed the bug about software status and add masklayer.
* Rewrite the code of system information.
* Add some signals and slots.
* Fixed the bug about Software signals(LP: #1226389).
* Modify KThread and add base.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
INSTALLS += inst1 \
15
15
    inst2 \
16
16
    target
17
 
LIBS += -lfcitx-qt -lfcitx-config -lfcitx-utils -Wno-write-strings
 
17
LIBS += -lfcitx-qt -lfcitx-config -lfcitx-utils
18
18
 
19
19
# Additional import path used to resolve QML modules in Creator's code model
20
20
#QML_IMPORT_PATH =
24
24
    quibo.h \
25
25
    systemdispatcher.h \
26
26
    sessiondispatcher.h \
 
27
    sudodispatcher.h \
27
28
    authdialog.h \
28
29
    modaldialog.h \
29
30
    warningdialog.h \
30
31
    messagedialog.h \
 
32
    updatedialog.h \
31
33
    qmlaudio.h \
32
34
    qrangemodel.h \
33
35
    qrangemodel_p.h \
36
38
    qtmenu.h \
37
39
    qtmenuitem.h \
38
40
    qtoplevelwindow.h \
39
 
    restartdialog.h \
40
41
    qcursorarea.h \
41
42
    qtooltiparea.h \
42
43
    qtmenubar.h \
53
54
    qtkeytrans.h \
54
55
    qtkeytransdata.h \
55
56
    fcitxwarndialog.h \
56
 
    handler.h \
57
 
    KThread.h
 
57
    KThread.h \
 
58
    suspensionframe.h \
 
59
    progressdialog.h \
 
60
    alertdialog.h \
 
61
    toolkits.h
58
62
 
59
63
SOURCES += main.cpp \
60
64
    youker-application.cpp \
61
65
    quibo.cpp \
62
66
    systemdispatcher.cpp \
63
67
    sessiondispatcher.cpp \
 
68
    sudodispatcher.cpp \
64
69
    authdialog.cpp \
65
70
    authdialog_event.cpp \
66
71
    modaldialog.cpp \
67
72
    warningdialog.cpp \
68
73
    messagedialog.cpp \
 
74
    updatedialog.cpp \
69
75
    qmlaudio.cpp \
70
76
    qrangemodel.cpp \
71
77
    qstyleitem.cpp \
73
79
    qtmenu.cpp \
74
80
    qtmenuitem.cpp \
75
81
    qtoplevelwindow.cpp \
76
 
    restartdialog.cpp \
77
82
    qcursorarea.cpp \
78
83
    qtooltiparea.cpp \
79
84
    qtmenubar.cpp \
89
94
    fcitxcfgwizard.cpp \
90
95
    qtkeytrans.cpp \
91
96
    fcitxwarndialog.cpp \
92
 
    KThread.cpp
 
97
    KThread.cpp \
 
98
    suspensionframe.cpp \
 
99
    progressdialog.cpp \
 
100
    alertdialog.cpp \
 
101
    toolkits.cpp
93
102
RESOURCES += pixmap.qrc
94
103
 
95
104
FORMS += \
98
107
    modaldialog.ui \
99
108
    warningdialog.ui \
100
109
    messagedialog.ui \
101
 
    restartdialog.ui \
 
110
    updatedialog.ui \
102
111
    tray.ui \
103
112
    fcitxwarndialog.ui \
104
 
    monitorball.ui \
105
 
    suspensionframe.ui
 
113
    suspensionframe.ui \
 
114
    progressdialog.ui \
 
115
    alertdialog.ui