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

« back to all changes in this revision

Viewing changes to component/utils.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:
64
64
    BUTTON_SCALED,
65
65
}BUTTONSTATUS;
66
66
 
 
67
typedef enum{
 
68
    HOMEPAGE,
 
69
    CLEANPAGE,
 
70
    INFOPAGE,
 
71
    SETTINGPAGE,
 
72
    BOXPAGE,
 
73
}PAGESTATUS;
 
74
 
67
75
#endif // UTILS_H