merge from 2.4 , block compile error 65/41065/4 accepted/tizen/mobile/20150623.052942 submit/tizen_mobile/20150623.021839
authorhoejoo lee <hoejoo.lee@samsung.com>
Thu, 11 Jun 2015 05:48:48 +0000 (14:48 +0900)
committerhoejoo lee <hoejoo.lee@samsung.com>
Fri, 12 Jun 2015 07:29:32 +0000 (16:29 +0900)
commitf0f2a70519e109c7999adc84036d98dc13269d7e
tree03c73e5e1b80310277af5dab7c6f5dc7a84e43d7
parent783b89c3d7b9270781c2bd3e1196c1f49d0e3809
merge from 2.4 , block compile error

Change-Id: I2408a20ba7ce2de87ec104341cdb6cb2923017e8
559 files changed:
CMakeLists.txt
LICENSE [new file with mode: 0644]
LICENSE.Flora [deleted file]
NOTICE
daemon/accessibility.c [new file with mode: 0644]
daemon/accessibility.h [new file with mode: 0644]
daemon/common.c
daemon/common.h
daemon/common_uic.c [new file with mode: 0644]
daemon/common_uic.h [new file with mode: 0644]
daemon/common_uic_x11.c [new file with mode: 0644]
daemon/datetime/datetime.c [new file with mode: 0644]
daemon/datetime/datetime.h [new file with mode: 0644]
daemon/datetime/util-time.c [new file with mode: 0644]
daemon/datetime/util-time.h [new file with mode: 0644]
daemon/dbus_utility.c [new file with mode: 0644]
daemon/dbus_utility.h [new file with mode: 0644]
daemon/device/brightness.c
daemon/handler_controller.c [new file with mode: 0644]
daemon/handler_controller.h [new file with mode: 0644]
daemon/idletxt/idletxt.c [deleted file]
daemon/list_util.c
daemon/list_util.h
daemon/media.c
daemon/media.h
daemon/minictrl/minictrl.c
daemon/minictrl/minictrl.h [new file with mode: 0644]
daemon/modules.c
daemon/modules.h
daemon/notifications/activenoti.c [new file with mode: 0644]
daemon/notifications/animated_image.c
daemon/notifications/animated_image.h
daemon/notifications/noti.c
daemon/notifications/noti.h
daemon/notifications/noti_box.c
daemon/notifications/noti_box.h
daemon/notifications/noti_gridbox.c
daemon/notifications/noti_gridbox.h
daemon/notifications/noti_list_item.c
daemon/notifications/noti_list_item.h
daemon/notifications/noti_listbox.c
daemon/notifications/noti_listbox.h
daemon/notifications/noti_node.c
daemon/notifications/noti_node.h
daemon/notifications/noti_section.c
daemon/notifications/noti_section.h
daemon/notifications/noti_util.c
daemon/notifications/noti_util.h
daemon/notifications/noti_view.c [new file with mode: 0644]
daemon/notifications/noti_view.h [new file with mode: 0644]
daemon/notifications/noti_view_boxtype.c [new file with mode: 0644]
daemon/notifications/noti_view_listype.c [new file with mode: 0644]
daemon/notifications/noti_view_ongoing.c [new file with mode: 0644]
daemon/notifications/noti_win.c
daemon/notifications/noti_win.h
daemon/notifications/noti_win_x11.c [new file with mode: 0644]
daemon/notifications/status_msg.c [deleted file]
daemon/notifications/ticker.c [deleted file]
daemon/page/page_base.c [new file with mode: 0644]
daemon/page/page_base.h [new file with mode: 0644]
daemon/page/page_edit.c [new file with mode: 0644]
daemon/page/page_edit.h [new file with mode: 0644]
daemon/page/page_setting_all.c [new file with mode: 0644]
daemon/page/page_setting_all.h [new file with mode: 0644]
daemon/page/pager.c [new file with mode: 0644]
daemon/page/pager.h [new file with mode: 0644]
daemon/page/pager_common.c [new file with mode: 0644]
daemon/page/pager_common.h [new file with mode: 0644]
daemon/page/pager_common_x11.c [new file with mode: 0644]
daemon/preference.c [new file with mode: 0644]
daemon/preference.h [new file with mode: 0644]
daemon/quickpanel-ui.c
daemon/quickpanel-ui.h
daemon/quickpanel-ui_x11.c [new file with mode: 0644]
daemon/service/animated_icon.c [new file with mode: 0644]
daemon/service/animated_icon.h [new file with mode: 0644]
daemon/service/configuration.c [new file with mode: 0644]
daemon/service/configuration.h [new file with mode: 0644]
daemon/service/emergency_mode.c [new file with mode: 0644]
daemon/service/emergency_mode.h [new file with mode: 0644]
daemon/service/keyboard.c [new file with mode: 0644]
daemon/service/keyboard.h [new file with mode: 0644]
daemon/service/keyboard_x.c [new file with mode: 0644]
daemon/service/keyboard_x.h [new file with mode: 0644]
daemon/service/keyboard_x_x11.c [new file with mode: 0644]
daemon/service/noti_led.c
daemon/service/noti_led.h
daemon/service/reminder.c [new file with mode: 0644]
daemon/service/reminder.h [new file with mode: 0644]
daemon/service/smart_alert.c [new file with mode: 0644]
daemon/service/smart_alert.h [new file with mode: 0644]
daemon/service/uninstall.c [new file with mode: 0644]
daemon/service/uninstall.h [new file with mode: 0644]
daemon/settings/modules/assistive_light.c [new file with mode: 0644]
daemon/settings/modules/bluetooth.c [new file with mode: 0644]
daemon/settings/modules/flightmode.c [new file with mode: 0644]
daemon/settings/modules/gps.c [new file with mode: 0644]
daemon/settings/modules/mobile_data.c [new file with mode: 0644]
daemon/settings/modules/rotate-lock.c [new file with mode: 0644]
daemon/settings/modules/sound-profile.c [new file with mode: 0644]
daemon/settings/modules/tethering.c [new file with mode: 0644]
daemon/settings/modules/ultra_power_saving.c [new file with mode: 0644]
daemon/settings/modules/wifi.c [new file with mode: 0644]
daemon/settings/setting_module_api.c [new file with mode: 0644]
daemon/settings/setting_module_api.h [new file with mode: 0644]
daemon/settings/setting_utils.c [new file with mode: 0644]
daemon/settings/setting_utils.h [new file with mode: 0644]
daemon/settings/setting_utils_x11.c [new file with mode: 0644]
daemon/settings/settings.c [new file with mode: 0644]
daemon/settings/settings.h [new file with mode: 0644]
daemon/settings/settings_gridbox.c [new file with mode: 0644]
daemon/settings/settings_gridbox.h [new file with mode: 0644]
daemon/settings/settings_icon_common.c [new file with mode: 0644]
daemon/settings/settings_icon_common.h [new file with mode: 0644]
daemon/settings/settings_ipc.c [new file with mode: 0644]
daemon/settings/settings_ipc.h [new file with mode: 0644]
daemon/settings/settings_view_all.c [new file with mode: 0644]
daemon/settings/settings_view_all.h [new file with mode: 0644]
daemon/settings/settings_view_featured.c [new file with mode: 0644]
daemon/settings/settings_view_featured.h [new file with mode: 0644]
daemon/sim_controller.c [new file with mode: 0644]
daemon/sim_controller.h [new file with mode: 0644]
daemon/vi/vi_manager.c [new file with mode: 0644]
daemon/vi/vi_manager.h [new file with mode: 0644]
data/CMakeLists.txt
data/color_classes.edc [new file with mode: 0644]
data/images/B31_help_tap_1_default.png [new file with mode: 0644]
data/images/B32_help_start_right_01.png [new file with mode: 0644]
data/images/B32_help_start_right_02.png [new file with mode: 0644]
data/images/B32_help_start_right_03.png [new file with mode: 0644]
data/images/B32_help_start_right_04.png [new file with mode: 0644]
data/images/B32_notification_tray_effect_bg_01.png [new file with mode: 0644]
data/images/B32_notification_tray_effect_l_bg.png [new file with mode: 0644]
data/images/bg_press.#.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_00.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_01.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_02.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_03.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_04.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_05.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_06.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_07.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_08.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_09.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_10.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_11.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_12.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_13.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_14.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_15.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_16.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_17.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_18.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_19.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_20.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_21.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_22.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_23.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_24.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_25.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_26.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_27.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_28.png [new file with mode: 0644]
data/images/core_activity_Indicator_medium_29.png [new file with mode: 0644]
data/images/core_icon_badge_container.#.png [new file with mode: 0644]
data/images/core_list_button_bg.#.png [new file with mode: 0644]
data/images/core_probress_bar.#.png [new file with mode: 0644]
data/images/core_probress_bar.png [new file with mode: 0644]
data/images/core_probressbar_bg.#.png [new file with mode: 0644]
data/images/core_progress_bar.#.png [new file with mode: 0644]
data/images/core_progress_bar.png [new file with mode: 0644]
data/images/core_progressbar_bg.#.png [new file with mode: 0644]
data/images/core_progressbar_bg.png [new file with mode: 0644]
data/images/core_slider_center_point_bg.png [new file with mode: 0644]
data/images/core_slider_handle_normal.png [new file with mode: 0644]
data/images/core_slider_handle_press.png [new file with mode: 0644]
data/images/core_theme_bg_01.png [new file with mode: 0644]
data/images/handler_bg.#.png [new file with mode: 0644]
data/images/handler_bg_ef.#.png [new file with mode: 0644]
data/images/handler_btn.png [new file with mode: 0644]
data/images/handler_btn_02.png [new file with mode: 0644]
data/images/icon_arrow_down.png [new file with mode: 0644]
data/images/icon_arrow_up.png [new file with mode: 0644]
data/images/icon_bg.png [new file with mode: 0644]
data/images/icon_bg_press.png [new file with mode: 0644]
data/images/icon_bg_small.png [new file with mode: 0644]
data/images/icon_edit.png [new file with mode: 0644]
data/images/icon_indicator_setting.png [new file with mode: 0644]
data/images/icon_search.png [new file with mode: 0644]
data/images/icon_settings.png [new file with mode: 0644]
data/images/line_indicator_divider.png [new file with mode: 0644]
data/images/quick_btn_close_white_dim.png [new file with mode: 0644]
data/images/quick_btn_close_white_nor.png [new file with mode: 0644]
data/images/quick_btn_close_white_press.png [new file with mode: 0644]
data/images/quick_button_each_bg.png [new file with mode: 0644]
data/images/quick_button_each_bg_land.png [new file with mode: 0644]
data/images/quick_button_each_ef.png [new file with mode: 0644]
data/images/quick_button_each_ef_land.png [new file with mode: 0644]
data/images/quick_button_over.png [new file with mode: 0644]
data/images/quick_button_over_land.png [new file with mode: 0644]
data/images/quick_handle.png [new file with mode: 0644]
data/images/quick_icon_brightness.png [new file with mode: 0644]
data/images/quick_icon_brightness_00.png [new file with mode: 0644]
data/images/quick_icon_brightness_01.png [new file with mode: 0644]
data/images/quick_icon_brightness_02.png [new file with mode: 0644]
data/images/quick_icon_brightness_03.png [new file with mode: 0644]
data/images/quick_icon_brightness_04.png [new file with mode: 0644]
data/images/quick_icon_brightness_05.png [new file with mode: 0644]
data/images/quick_icon_brightness_06.png [new file with mode: 0644]
data/images/quick_icon_brightness_07.png [new file with mode: 0644]
data/images/quick_icon_brightness_08.png [new file with mode: 0644]
data/images/quick_icon_brightness_09.png [new file with mode: 0644]
data/images/quick_icon_brightness_10.png [new file with mode: 0644]
data/images/quick_icon_brightness_11.png [new file with mode: 0644]
data/images/quick_menu_divide.png [new file with mode: 0644]
data/images/quick_menu_divide_highlight.png [new file with mode: 0644]
data/images/quick_menu_touch.png [new file with mode: 0644]
data/images/quick_standard_btn_focus.9.png [new file with mode: 0644]
data/images/quick_standard_btn_nor.9.png [new file with mode: 0644]
data/images/quick_standard_btn_nor.png [new file with mode: 0644]
data/images/quick_standard_btn_press.9.png [new file with mode: 0644]
data/images/toggle_mw_bg_nor.png [new file with mode: 0644]
data/images/toggle_mw_bg_touch.png [new file with mode: 0644]
data/images_icon/Q02_Notification_brightness.png [moved from data/icons/Q02_Notification_brightness.png with 100% similarity, mode: 0644]
data/images_icon/Q02_Notification_multi_window.png [new file with mode: 0644]
data/images_icon/Q02_Notification_update.png [new file with mode: 0644]
data/images_icon/btn_mw_circlization_dim.png [new file with mode: 0644]
data/images_icon/btn_mw_circlization_nor.png [new file with mode: 0644]
data/images_icon/btn_mw_circlization_press.png [new file with mode: 0644]
data/images_icon/btn_mw_close_nor.png [new file with mode: 0644]
data/images_icon/btn_mw_close_press.png [new file with mode: 0644]
data/images_icon/btn_mw_squarization_dim.png [new file with mode: 0644]
data/images_icon/btn_mw_squarization_nor.png [new file with mode: 0644]
data/images_icon/btn_mw_squarization_press.png [new file with mode: 0644]
data/images_icon/noti_download_01.png [new file with mode: 0644]
data/images_icon/noti_download_02.png [new file with mode: 0644]
data/images_icon/noti_download_03.png [new file with mode: 0644]
data/images_icon/noti_download_04.png [new file with mode: 0644]
data/images_icon/noti_download_05.png [new file with mode: 0644]
data/images_icon/noti_download_complete.png [new file with mode: 0644]
data/images_icon/noti_install_01.png [new file with mode: 0644]
data/images_icon/noti_install_02.png [new file with mode: 0644]
data/images_icon/noti_install_03.png [new file with mode: 0644]
data/images_icon/noti_install_04.png [new file with mode: 0644]
data/images_icon/noti_install_05.png [new file with mode: 0644]
data/images_icon/noti_install_complete.png [new file with mode: 0644]
data/images_icon/noti_upload_01.png [new file with mode: 0644]
data/images_icon/noti_upload_02.png [new file with mode: 0644]
data/images_icon/noti_upload_03.png [new file with mode: 0644]
data/images_icon/noti_upload_04.png [new file with mode: 0644]
data/images_icon/noti_upload_05.png [new file with mode: 0644]
data/images_icon/noti_upload_complete.png [new file with mode: 0644]
data/images_icon/quick_button_icon_bg.png [new file with mode: 0644]
data/images_icon/quick_icon_allshare.png [new file with mode: 0644]
data/images_icon/quick_icon_auto_rotate.png [new file with mode: 0644]
data/images_icon/quick_icon_blocking_mode.png [new file with mode: 0644]
data/images_icon/quick_icon_bluetooth.png [new file with mode: 0644]
data/images_icon/quick_icon_command.png [new file with mode: 0644]
data/images_icon/quick_icon_downloadbooster_off.png [new file with mode: 0644]
data/images_icon/quick_icon_driving.png [new file with mode: 0644]
data/images_icon/quick_icon_flightmode.png [new file with mode: 0644]
data/images_icon/quick_icon_glovemode.png [new file with mode: 0644]
data/images_icon/quick_icon_gps.png [new file with mode: 0644]
data/images_icon/quick_icon_location.png [new file with mode: 0644]
data/images_icon/quick_icon_mirroring.png [new file with mode: 0644]
data/images_icon/quick_icon_mobile_data.png [new file with mode: 0644]
data/images_icon/quick_icon_multi_window.png [new file with mode: 0644]
data/images_icon/quick_icon_nfc.png [new file with mode: 0644]
data/images_icon/quick_icon_personal_mode.png [new file with mode: 0644]
data/images_icon/quick_icon_power_saving.png [new file with mode: 0644]
data/images_icon/quick_icon_private_mode.png [new file with mode: 0644]
data/images_icon/quick_icon_ready_to_share.png [new file with mode: 0644]
data/images_icon/quick_icon_sbeam.png [new file with mode: 0644]
data/images_icon/quick_icon_sf_vf.png [new file with mode: 0644]
data/images_icon/quick_icon_sf_vn.png [new file with mode: 0644]
data/images_icon/quick_icon_smart_stay.png [new file with mode: 0644]
data/images_icon/quick_icon_sn_vf.png [new file with mode: 0644]
data/images_icon/quick_icon_sn_vn.png [new file with mode: 0644]
data/images_icon/quick_icon_sync.png [new file with mode: 0644]
data/images_icon/quick_icon_torch.png [new file with mode: 0644]
data/images_icon/quick_icon_ultra_power_saving.png [new file with mode: 0644]
data/images_icon/quick_icon_wifi.png [new file with mode: 0644]
data/images_icon/quick_icon_wifi_tethering.png [new file with mode: 0644]
data/images_icon/quick_standard_btn_nor.png [moved from data/icons/quick_standard_btn_nor.png with 100% similarity, mode: 0644]
data/images_icon/quick_standard_btn_press.png [moved from data/icons/quick_standard_btn_press.png with 100% similarity, mode: 0644]
data/images_icon/toggle_mw_hide_nor.png [new file with mode: 0644]
data/images_icon/toggle_mw_hide_press.png [new file with mode: 0644]
data/images_icon/toggle_mw_show_nor.png [new file with mode: 0644]
data/images_icon/toggle_mw_show_press.png [new file with mode: 0644]
data/images_noti_icons/Account/noti_account_samsung.png [new file with mode: 0644]
data/images_noti_icons/Account/noti_account_tizen.png [new file with mode: 0644]
data/images_noti_icons/Bluetooth/noti_bluetooth.png [new file with mode: 0644]
data/images_noti_icons/Bluetooth/noti_bluetooth_activated.png [new file with mode: 0644]
data/images_noti_icons/Bluetooth/noti_bluetooth_fail.png [new file with mode: 0644]
data/images_noti_icons/Bluetooth/noti_bluetooth_not_connected.png [new file with mode: 0644]
data/images_noti_icons/Calendar/noti_calendar.png [new file with mode: 0644]
data/images_noti_icons/Calendar/noti_calendar_alarm.png [new file with mode: 0644]
data/images_noti_icons/Clock/noti_clock_snooze.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_download_01.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_download_02.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_download_03.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_download_04.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_download_05.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_download_complete.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_download_failed.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_syncing.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_upload_01.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_upload_02.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_upload_03.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_upload_04.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_upload_05.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_upload_complete.png [new file with mode: 0644]
data/images_noti_icons/Common/noti_upload_failed.png [new file with mode: 0644]
data/images_noti_icons/Contact/noti_contact_default.png [new file with mode: 0644]
data/images_noti_icons/Drop box/moti_dropbox.png [new file with mode: 0644]
data/images_noti_icons/E-mail/noti_email.png [new file with mode: 0644]
data/images_noti_icons/E-mail/noti_email_delivery_report.png [new file with mode: 0644]
data/images_noti_icons/E-mail/noti_email_read_report.png [new file with mode: 0644]
data/images_noti_icons/E-mail/noti_email_scheduled.png [new file with mode: 0644]
data/images_noti_icons/E-mail/noti_email_sent.png [new file with mode: 0644]
data/images_noti_icons/Etc/Icon_tethering_unknown_usb_fail.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_accessory_connected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_all_connected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_auto_rejected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_backup.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_battery_charge.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_battery_loading.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_bluetooth_download.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_camera_connected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_chat.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_data_usage_warning.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_desktop_mode.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_dormant_mode.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_download_booster.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_ecb_mode.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_error.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_firewall_activated.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_fm_radio.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_fota.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_fota_completion.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_fota_postpone.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_gqs_on.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_gqs_searching.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_im.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_install_01.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_install_02.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_install_03.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_install_04.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_install_05.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_install_complete.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_install_failed.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_keyboard.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_keyboard_connected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_mms_delivery_report.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_mms_failed.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_mms_problem.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_multi_email.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_multi_window.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_multiple_devices_connected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_near_by_device.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_no_sim_full.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_print.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_print_waiting.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_rcs_chat.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_rcs_file_transfer.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_safe_mode.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_screen_recorder.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_screen_recorder_dim.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sd_card.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sd_card_decryption.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sd_card_encryption.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sd_card_encryption_error.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sd_card_error.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sd_card_prepare.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sd_card_removed.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_shareshot_receive.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_shareshot_receive_problem.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_shareshot_send.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_shareshot_send_problem.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_side_sync.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sim_toolkit.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_smart_stay.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_smemo_sync.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_spen.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_sync_error.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_tethering_usb_fail.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_tty_mode.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_tv.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_updated_complete.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_updated_failed.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_usb_connected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_usb_fail.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_usb_mass_storage_connected.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_usb_unknown_fail.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_video.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_voice_mail.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_voice_mail_01.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_voice_mail_02.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_voice_mail_03.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_voice_memo.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_voice_recorder_paused.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_voice_recorder_play.png [new file with mode: 0644]
data/images_noti_icons/Etc/noti_wifi_translate.png [new file with mode: 0644]
data/images_noti_icons/FOTA/noti_fota.png [new file with mode: 0644]
data/images_noti_icons/FOTA/noti_fota_completion.png [new file with mode: 0644]
data/images_noti_icons/FOTA/noti_fota_diagmon.png [new file with mode: 0644]
data/images_noti_icons/FOTA/noti_fota_diagmon_completion.png [new file with mode: 0644]
data/images_noti_icons/FOTA/noti_fota_postpone.png [new file with mode: 0644]
data/images_noti_icons/Facebook/noti_facebook.png [new file with mode: 0644]
data/images_noti_icons/Facebook/noti_facebook_female_default.png [new file with mode: 0644]
data/images_noti_icons/Facebook/noti_facebook_male_default.png [new file with mode: 0644]
data/images_noti_icons/Find my mobile/noti_FMM_call_log.png [new file with mode: 0644]
data/images_noti_icons/Find my mobile/noti_FMM_device_located.png [new file with mode: 0644]
data/images_noti_icons/Find my mobile/noti_FMM_device_unlocked.png [new file with mode: 0644]
data/images_noti_icons/Gallery/noti_gallery_image.png [new file with mode: 0644]
data/images_noti_icons/Gallery/noti_gallery_image_error.png [new file with mode: 0644]
data/images_noti_icons/Internet/noti_internet_flightmode.png [new file with mode: 0644]
data/images_noti_icons/Lock screen/noti_message.png [new file with mode: 0644]
data/images_noti_icons/Lock screen/noti_missed_call.png [new file with mode: 0644]
data/images_noti_icons/Low battery&charge/noti_battery_fully_charging.png [new file with mode: 0644]
data/images_noti_icons/Low battery&charge/noti_charging_battery_low.png [new file with mode: 0644]
data/images_noti_icons/Low battery&charge/noti_charging_cable_disconnected.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_OTA.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_cb-msg.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_delivery_report.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_failed.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_mms_failed.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_mms_problem.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_read_report.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_reply.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_scheduled.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_sending.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_message_sim-card.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_mms.png [new file with mode: 0644]
data/images_noti_icons/Message/noti_voice_mail.png [new file with mode: 0644]
data/images_noti_icons/Multi SIM/noti_no_sim.png [new file with mode: 0644]
data/images_noti_icons/Multi SIM/noti_sim_full.png [new file with mode: 0644]
data/images_noti_icons/Patterns/noti_cooling_down.png [new file with mode: 0644]
data/images_noti_icons/Patterns/noti_screen_captured.png [new file with mode: 0644]
data/images_noti_icons/Private mode/noti_private_mode.png [new file with mode: 0644]
data/images_noti_icons/Send help messages/noti_icon_emergency.png [new file with mode: 0644]
data/images_noti_icons/Send help messages/noti_send_emergency_msg.png [new file with mode: 0644]
data/images_noti_icons/Share with contents/noti_icon_Id_default.png [new file with mode: 0644]
data/images_noti_icons/Tethering/noti_tethering.png [new file with mode: 0644]
data/images_noti_icons/Tethering/noti_tethering_all.png [new file with mode: 0644]
data/images_noti_icons/Tethering/noti_tethering_bt.png [new file with mode: 0644]
data/images_noti_icons/Tethering/noti_tethering_usb.png [new file with mode: 0644]
data/images_noti_icons/Tethering/noti_tethering_wifi.png [new file with mode: 0644]
data/images_noti_icons/Tizen store/noti_tizen_store.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_availablility_check1.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_direct.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_direct_auto_off.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_in_range.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_network_available.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_no_detected.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_no_sign.png [new file with mode: 0644]
data/images_noti_icons/Wi-Fi/noti_wifi_translate.png [new file with mode: 0644]
data/quickpanel [new file with mode: 0644]
data/quickpanel.edc
data/quickpanel.png [deleted file]
data/quickpanel.sh.in [new file with mode: 0644]
data/quickpanel.xml.in
data/quickpanel_activenoti.edc [new file with mode: 0644]
data/quickpanel_animated_icon.edc [new file with mode: 0644]
data/quickpanel_brightness.edc
data/quickpanel_datetime.edc [new file with mode: 0644]
data/quickpanel_def.h
data/quickpanel_images.edc [new file with mode: 0644]
data/quickpanel_listbox.edc
data/quickpanel_listitem_noti.edc [new file with mode: 0644]
data/quickpanel_listitem_noti_legacy.edc [new file with mode: 0644]
data/quickpanel_listitem_ongoing.edc [new file with mode: 0644]
data/quickpanel_minictrl.edc
data/quickpanel_noti_section.edc
data/quickpanel_notibox.edc
data/quickpanel_page_edit.edc [new file with mode: 0644]
data/quickpanel_page_setting_all.edc [new file with mode: 0644]
data/quickpanel_setting.edc [new file with mode: 0644]
data/quickpanel_spn.edc [deleted file]
data/quickpanel_textblock_slide_style.edc [new file with mode: 0644]
data/quickpanel_theme.edc
data/quickpanel_theme_element.edc [deleted file]
data/quickpanel_theme_progressbar.edc [new file with mode: 0644]
data/quickpanel_theme_slider.edc [new file with mode: 0644]
data/sip.wav [deleted file]
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/org.tizen.quickpanel.install.in [deleted file]
debian/org.tizen.quickpanel.postinst.in [deleted file]
debian/rules [deleted file]
icons/settings_noti_panel.png [new file with mode: 0644]
org.tizen.quickpanel.efl [new file with mode: 0644]
org.tizen.quickpanel.manifest [new file with mode: 0644]
packaging/org.tizen.quickpanel.changes [deleted file]
packaging/org.tizen.quickpanel.manifest [deleted file]
packaging/org.tizen.quickpanel.spec
packaging/quickpanel-system.service [new file with mode: 0644]
packaging/quickpanel.service [deleted file]
po/CMakeLists.txt
po/ar.po
po/az.po
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de.po [new file with mode: 0644]
po/de_DE.po [deleted file]
po/el_GR.po
po/en.po
po/en_PH.po
po/en_US.po
po/es_ES.po
po/es_MX.po [deleted file]
po/es_US.po [new file with mode: 0644]
po/et.po
po/eu.po
po/fi.po
po/fr.po [new file with mode: 0644]
po/fr_CA.po
po/fr_FR.po [deleted file]
po/ga.po
po/gl.po
po/hi.po
po/hr.po
po/hu.po
po/hy.po
po/is.po
po/it_IT.po
po/ja_JP.po
po/ka.po
po/kk.po
po/ko_KR.po
po/lt.po
po/lv.po
po/mk.po
po/nb.po
po/nl.po [new file with mode: 0644]
po/nl_NL.po [deleted file]
po/pl.po
po/pt_BR.po
po/pt_PT.po
po/ro.po
po/ru_RU.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr_TR.po
po/uk.po
po/uz.po
po/zh_CN.po
po/zh_HK.po
po/zh_SG.po [deleted file]
po/zh_TW.po
test/quickpanel_debug_util.c
test/quickpanel_debug_util.h