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

« back to all changes in this revision

Viewing changes to setting/nautiluswidget.h

  • 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:
37
37
    void setLanguage();
38
38
    void initConnect();
39
39
    void initData();
 
40
    bool getStatus();
40
41
 
41
42
public slots:
42
43
    void setLocation();
47
48
    void setCacheTimeValue(int value);
48
49
    void setCacheSizeValue(int value);
49
50
 
 
51
    void nautiluswidget_notify_bool(QString key, bool value);
 
52
    void nautiluswidget_notify_int(QString key, int value);
 
53
 
50
54
private:
51
55
    SessionDispatcher *sessionproxy;
 
56
    bool dataOK;
52
57
    QLabel *location_label;
53
58
    QLabel *mount_media_label;
54
59
    QLabel *open_folder_label;
66
71
    QSlider *icon_size_slider;
67
72
    QSlider *cache_time_slider;
68
73
    QSlider *cache_size_slider;
69
 
 
70
74
};
71
75
 
72
76
#endif // NAUTILUSWIDGET_H