SET(SRCS
src/main.c
src/view/view_base.c
- src/view/view_clock.c
- src/view/view_location.c
+ src/view/system/view_clock.c
+ src/view/system/view_location.c
src/view/view_new_network.c
src/common/utils.c
src/common/viewmgr.c
src/layout/layout_info.c
src/layout/layout_voice.c
src/grid/grid_wireless.c
- src/data/data_wireless.c
- src/data/data_wired.c
+ src/data/system/data_wireless.c
+ src/data/system/data_wired.c
src/data/system/settings_clock.c
)
#define __AIR_SETTINGS_DATA_WIRED_H__
#include <net_connection.h>
-#include "datamgr.h"
+#include "common/datamgr.h"
#define NETWORK_ADDRESS_MAX 16
collections {
base_scale: APP_BASE_SCALE;
#include "view/base.edc"
- #include "view/clock.edc"
- #include "view/location.edc"
+ #include "view/system/clock.edc"
+ #include "view/system/location.edc"
#include "layout/picture.edc"
#include "layout/channel.edc"
#include "layout/support.edc"
#include <stdbool.h>
#include "app_debug.h"
-#include "datamgr.h"
+#include "common/datamgr.h"
struct datamgr {
struct data_class *dclass;
*/
#include <app.h>
-#include "gridmgr.h"
+#include "common/gridmgr.h"
#include "app_debug.h"
struct gridmgr {
#include <Eina.h>
#include "app_debug.h"
-#include "inputmgr.h"
+#include "common/inputmgr.h"
#define FBR_SIGNAL_CLICKED "clicked"
#define SIG_REALIZED "realized"
#include <Eina.h>
#include "app_debug.h"
-#include "layoutmgr.h"
+#include "common/layoutmgr.h"
struct _layoutmgr {
Evas_Object *base;
#include <Elementary.h>
-#include "gridmgr.h"
-#include "inputmgr.h"
+#include "common/gridmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
-#include "utils.h"
+#include "common/utils.h"
#include "define.h"
-#include "data/data_wireless.h"
+#include "data/system/data_wireless.h"
struct listmgr {
Evas_Object *parent;
#include <Elementary.h>
-#include "viewmgr.h"
-#include "inputmgr.h"
+#include "common/viewmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
-#include "view_base.h"
-#include "utils.h"
-#include "menumgr.h"
+#include "view/view_base.h"
+#include "common/utils.h"
+#include "common/menumgr.h"
#define MAX_BTN 8
#define MAX_BTN_COL 4
#include <Elementary.h>
-#include "inputmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "app_string.h"
#include "define.h"
#include <Eina.h>
#include "app_debug.h"
-#include "viewmgr.h"
+#include "common/viewmgr.h"
struct viewmgr {
Evas_Object *win;
*/
#include "app_debug.h"
-#include "data/data_wired.h"
+#include "data/system/data_wired.h"
int get_wired_network_status(struct _connection_data *data)
{
#include <Elementary.h>
#include "app_debug.h"
-#include "data/data_wireless.h"
-#include "datamgr.h"
+#include "data/system/data_wireless.h"
+#include "common/datamgr.h"
struct _priv {
Eina_List *list;
#include <Elementary.h>
-#include "gridmgr.h"
+#include "common/gridmgr.h"
#include "app_debug.h"
#include "define.h"
#include "grid.h"
-#include "data/data_wireless.h"
+#include "data/system/data_wireless.h"
static char *_text_get(void *data, Evas_Object *obj, const char *part)
{
#include <Elementary.h>
#include <tv_service_proxy.h>
-#include "viewmgr.h"
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/viewmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "view_base.h"
+#include "common/utils.h"
+#include "view/view_base.h"
enum scan_state {
STATE_INIT,
#include <Elementary.h>
-#include "layoutmgr.h"
+#include "common/layoutmgr.h"
#include "define.h"
#include "layout.h"
#include <Elementary.h>
-#include "viewmgr.h"
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/viewmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
-#include "view_base.h"
+#include "view/view_base.h"
#include "view_new_network.h"
#include "layout.h"
#include "grid.h"
-#include "data/data_wireless.h"
-#include "data/data_wired.h"
-#include "listmgr.h"
-#include "datamgr.h"
-#include "utils.h"
+#include "data/system/data_wireless.h"
+#include "data/system/data_wired.h"
+#include "common/listmgr.h"
+#include "common/datamgr.h"
+#include "common/utils.h"
enum object_type {
EO_BTN_OK = 0,
#include <Elementary.h>
#include <device/display.h>
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "menumgr.h"
+#include "common/utils.h"
+#include "common/menumgr.h"
#define PADDING_X 26
#define PADDING_Y 26
#include <Elementary.h>
-#include "layoutmgr.h"
+#include "common/layoutmgr.h"
#include "define.h"
#include "layout.h"
#include <Elementary.h>
#include <system_info.h>
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "menumgr.h"
+#include "common/utils.h"
+#include "common/menumgr.h"
#define PADDING_X 26
#define PADDING_Y 26
#include <utils_i18n.h>
#include <vconf.h>
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "menumgr.h"
-#include "viewmgr.h"
-#include "view_clock.h"
-#include "view_location.h"
+#include "common/utils.h"
+#include "common/menumgr.h"
+#include "common/viewmgr.h"
+#include "view/system/view_clock.h"
+#include "view/system/view_location.h"
+#include "data/system/settings_clock.h"
#define PADDING_X 26
#define PADDING_Y 26
#include <Elementary.h>
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "menumgr.h"
+#include "common/utils.h"
+#include "common/menumgr.h"
#define PADDING_X 26
#define PADDING_Y 26
#include <app.h>
#include <Elementary.h>
-#include "viewmgr.h"
+#include "common/viewmgr.h"
#include "app_debug.h"
#include "define.h"
-#include "view_base.h"
-#include "view_clock.h"
-#include "view_location.h"
+#include "view/view_base.h"
+#include "view/system/view_clock.h"
+#include "view/system/view_location.h"
#include <system_settings.h>
#include <Elementary.h>
#include <time.h>
-#include "viewmgr.h"
-#include "inputmgr.h"
+#include "common/viewmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "define.h"
-#include "utils.h"
-#include "view_clock.h"
+#include "common/utils.h"
+#include "view/system/view_clock.h"
#include "data/system/settings_clock.h"
#include "app_string.h"
#include <system_settings.h>
#include <utils_i18n.h>
-#include "viewmgr.h"
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/viewmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "app_string.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "view_base.h"
+#include "common/utils.h"
+#include "view/view_base.h"
struct _priv {
#include <app.h>
#include <Elementary.h>
-#include "viewmgr.h"
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/viewmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "app_string.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "view_base.h"
+#include "common/utils.h"
+#include "view/view_base.h"
struct _priv {
Evas_Object *win;
#include <app.h>
#include <Elementary.h>
-#include "viewmgr.h"
-#include "layoutmgr.h"
-#include "inputmgr.h"
+#include "common/viewmgr.h"
+#include "common/layoutmgr.h"
+#include "common/inputmgr.h"
#include "app_debug.h"
#include "app_string.h"
#include "define.h"
#include "layout.h"
-#include "utils.h"
-#include "view_base.h"
+#include "common/utils.h"
+#include "view/view_base.h"
#include "view_new_network.h"
#include "layout/network.h"
-#include "data/data_wired.h"
+#include "data/system/data_wired.h"
#define SIG_ITEM_FOCUSED "item,focused"
#define SIG_ITEM_UNFOCUSED "item,unfocused"