tizen 2.4 release accepted/tizen/2.4/mobile/20151029.033132 submit/tizen_2.4/20151028.064158 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Mon, 26 Oct 2015 06:46:28 +0000 (15:46 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Mon, 26 Oct 2015 06:46:28 +0000 (15:46 +0900)
commit4529c0d071ddd3426c02898ef6b536336f10d7c9
treeb5147ba443c5f45c0cd94f9fcd416c6af67f32f3
parent956a950cfbf9ce255433921ef8245d88e1b33230
tizen 2.4 release
556 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
adaptors/base/conditional-wait.cpp [new file with mode: 0644]
adaptors/base/conditional-wait.h [new file with mode: 0644]
adaptors/base/core-event-interface.h [new file with mode: 0644]
adaptors/base/display-connection.cpp [new file with mode: 0644]
adaptors/base/display-connection.h [new file with mode: 0644]
adaptors/base/environment-options.cpp [new file with mode: 0644]
adaptors/base/environment-options.h [new file with mode: 0644]
adaptors/base/environment-variables.h [new file with mode: 0644]
adaptors/base/file.list [new file with mode: 0644]
adaptors/base/frame-time.cpp [new file with mode: 0644]
adaptors/base/frame-time.h [new file with mode: 0644]
adaptors/base/interfaces/adaptor-internal-services.h [new file with mode: 0644]
adaptors/base/interfaces/egl-factory-interface.h [new file with mode: 0644]
adaptors/base/interfaces/performance-interface.h [new file with mode: 0644]
adaptors/base/interfaces/socket-factory-interface.h [new file with mode: 0644]
adaptors/base/interfaces/socket-interface.h [new file with mode: 0644]
adaptors/base/interfaces/timer-interface.h [new file with mode: 0644]
adaptors/base/interfaces/trace-interface.h [new file with mode: 0644]
adaptors/base/interfaces/vsync-monitor-interface.h [new file with mode: 0644]
adaptors/base/interfaces/window-event-interface.h [new file with mode: 0644]
adaptors/base/lifecycle-observer.h [new file with mode: 0644]
adaptors/base/performance-logging/frame-time-stamp.cpp [new file with mode: 0644]
adaptors/base/performance-logging/frame-time-stamp.h [new file with mode: 0644]
adaptors/base/performance-logging/frame-time-stats.cpp [new file with mode: 0644]
adaptors/base/performance-logging/frame-time-stats.h [new file with mode: 0644]
adaptors/base/performance-logging/networking/client-send-data-interface.h [new file with mode: 0644]
adaptors/base/performance-logging/networking/event/automation.cpp [new file with mode: 0644]
adaptors/base/performance-logging/networking/event/automation.h [new file with mode: 0644]
adaptors/base/performance-logging/networking/network-performance-client.cpp [new file with mode: 0644]
adaptors/base/performance-logging/networking/network-performance-client.h [new file with mode: 0644]
adaptors/base/performance-logging/networking/network-performance-protocol.cpp [new file with mode: 0644]
adaptors/base/performance-logging/networking/network-performance-protocol.h [new file with mode: 0644]
adaptors/base/performance-logging/networking/network-performance-server.cpp [new file with mode: 0644]
adaptors/base/performance-logging/networking/network-performance-server.h [new file with mode: 0644]
adaptors/base/performance-logging/performance-interface-factory.cpp [new file with mode: 0644]
adaptors/base/performance-logging/performance-interface-factory.h [new file with mode: 0644]
adaptors/base/performance-logging/performance-marker.cpp [new file with mode: 0644]
adaptors/base/performance-logging/performance-marker.h [new file with mode: 0644]
adaptors/base/performance-logging/performance-server.cpp [new file with mode: 0644]
adaptors/base/performance-logging/performance-server.h [new file with mode: 0644]
adaptors/base/performance-logging/statistics/stat-context-log-interface.h [new file with mode: 0644]
adaptors/base/performance-logging/statistics/stat-context-manager.cpp [new file with mode: 0644]
adaptors/base/performance-logging/statistics/stat-context-manager.h [new file with mode: 0644]
adaptors/base/performance-logging/statistics/stat-context.cpp [new file with mode: 0644]
adaptors/base/performance-logging/statistics/stat-context.h [new file with mode: 0644]
adaptors/base/render-thread.cpp [new file with mode: 0644]
adaptors/base/render-thread.h [new file with mode: 0644]
adaptors/base/thread-controller.cpp [new file with mode: 0644]
adaptors/base/thread-controller.h [new file with mode: 0644]
adaptors/base/thread-synchronization-debug.h [new file with mode: 0644]
adaptors/base/thread-synchronization.cpp [new file with mode: 0644]
adaptors/base/thread-synchronization.h [new file with mode: 0644]
adaptors/base/update-thread.cpp [new file with mode: 0644]
adaptors/base/update-thread.h [new file with mode: 0644]
adaptors/base/vsync-notifier.cpp [new file with mode: 0644]
adaptors/base/vsync-notifier.h [new file with mode: 0644]
adaptors/common/abort-handler.cpp [new file with mode: 0644]
adaptors/common/abort-handler.h [new file with mode: 0644]
adaptors/common/accessibility-adaptor-impl.h [new file with mode: 0644]
adaptors/common/accessibility-gesture-detector.cpp [new file with mode: 0644]
adaptors/common/accessibility-gesture-detector.h [new file with mode: 0644]
adaptors/common/adaptor-impl.cpp [new file with mode: 0644]
adaptors/common/adaptor-impl.h [new file with mode: 0644]
adaptors/common/adaptor.cpp [new file with mode: 0644]
adaptors/common/application-impl.cpp [new file with mode: 0644]
adaptors/common/application-impl.h [new file with mode: 0644]
adaptors/common/bitmap-loader-impl.cpp [new file with mode: 0644]
adaptors/common/bitmap-loader-impl.h [new file with mode: 0644]
adaptors/common/callback-manager.h [new file with mode: 0644]
adaptors/common/clipboard-event-notifier-impl.cpp [new file with mode: 0644]
adaptors/common/clipboard-event-notifier-impl.h [new file with mode: 0644]
adaptors/common/color-controller-impl.cpp [new file with mode: 0644]
adaptors/common/color-controller-impl.h [new file with mode: 0644]
adaptors/common/command-line-options.cpp [new file with mode: 0644]
adaptors/common/command-line-options.h [new file with mode: 0644]
adaptors/common/damage-observer.h [new file with mode: 0644]
adaptors/common/drag-and-drop-detector-impl.cpp [new file with mode: 0644]
adaptors/common/drag-and-drop-detector-impl.h [new file with mode: 0644]
adaptors/common/event-loop/ecore/ecore-callback-manager.cpp [new file with mode: 0644]
adaptors/common/event-loop/ecore/ecore-callback-manager.h [new file with mode: 0644]
adaptors/common/event-loop/ecore/ecore-file-descriptor-monitor.cpp [new file with mode: 0644]
adaptors/common/event-loop/ecore/ecore-timer-impl.cpp [new file with mode: 0644]
adaptors/common/event-loop/lib-uv/uv-callback-manager.cpp [new file with mode: 0644]
adaptors/common/event-loop/lib-uv/uv-callback-manager.h [new file with mode: 0644]
adaptors/common/event-loop/lib-uv/uv-file-descriptor-monitor.cpp [new file with mode: 0644]
adaptors/common/event-loop/lib-uv/uv-timer-impl.cpp [new file with mode: 0644]
adaptors/common/events/event-handler.h [new file with mode: 0644]
adaptors/common/events/gesture-detector.h [new file with mode: 0644]
adaptors/common/events/gesture-manager.cpp [new file with mode: 0644]
adaptors/common/events/gesture-manager.h [new file with mode: 0644]
adaptors/common/events/long-press-gesture-detector.cpp [new file with mode: 0644]
adaptors/common/events/long-press-gesture-detector.h [new file with mode: 0644]
adaptors/common/events/pan-gesture-detector-base.cpp [new file with mode: 0644]
adaptors/common/events/pan-gesture-detector-base.h [new file with mode: 0644]
adaptors/common/events/pan-gesture-detector.cpp [new file with mode: 0644]
adaptors/common/events/pan-gesture-detector.h [new file with mode: 0644]
adaptors/common/events/pinch-gesture-detector.cpp [new file with mode: 0644]
adaptors/common/events/pinch-gesture-detector.h [new file with mode: 0644]
adaptors/common/events/tap-gesture-detector.cpp [new file with mode: 0644]
adaptors/common/events/tap-gesture-detector.h [new file with mode: 0644]
adaptors/common/feedback-player-impl.cpp [new file with mode: 0644]
adaptors/common/feedback-player-impl.h [new file with mode: 0644]
adaptors/common/feedback/feedback-plugin-proxy.cpp [new file with mode: 0644]
adaptors/common/feedback/feedback-plugin-proxy.h [new file with mode: 0644]
adaptors/common/file-descriptor-monitor.h [new file with mode: 0644]
adaptors/common/file.list [new file with mode: 0644]
adaptors/common/framework.h [new file with mode: 0644]
adaptors/common/gl/egl-factory.cpp [new file with mode: 0644]
adaptors/common/gl/egl-factory.h [new file with mode: 0644]
adaptors/common/gl/egl-image-extensions.cpp [new file with mode: 0644]
adaptors/common/gl/egl-image-extensions.h [new file with mode: 0644]
adaptors/common/gl/egl-implementation.h [new file with mode: 0644]
adaptors/common/gl/egl-sync-implementation.cpp [new file with mode: 0644]
adaptors/common/gl/egl-sync-implementation.h [new file with mode: 0644]
adaptors/common/gl/gl-extensions.cpp [new file with mode: 0644]
adaptors/common/gl/gl-extensions.h [new file with mode: 0644]
adaptors/common/gl/gl-implementation.h [new file with mode: 0644]
adaptors/common/gl/gl-proxy-implementation.cpp [new file with mode: 0644]
adaptors/common/gl/gl-proxy-implementation.h [new file with mode: 0644]
adaptors/common/indicator-buffer.cpp [new file with mode: 0644]
adaptors/common/indicator-buffer.h [new file with mode: 0644]
adaptors/common/indicator-impl.cpp [new file with mode: 0644]
adaptors/common/indicator-impl.h [new file with mode: 0644]
adaptors/common/kernel-trace.cpp [new file with mode: 0644]
adaptors/common/kernel-trace.h [new file with mode: 0644]
adaptors/common/key-impl.cpp [new file with mode: 0644]
adaptors/common/key-impl.h [new file with mode: 0644]
adaptors/common/lifecycle-controller-impl.cpp [new file with mode: 0644]
adaptors/common/lifecycle-controller-impl.h [new file with mode: 0644]
adaptors/common/locale-utils.cpp [new file with mode: 0644]
adaptors/common/locale-utils.h [new file with mode: 0644]
adaptors/common/native-bitmap-buffer-impl.cpp [new file with mode: 0644]
adaptors/common/native-bitmap-buffer-impl.h [new file with mode: 0644]
adaptors/common/networking/socket-factory.cpp [new file with mode: 0644]
adaptors/common/networking/socket-factory.h [new file with mode: 0644]
adaptors/common/networking/socket-impl.cpp [new file with mode: 0644]
adaptors/common/networking/socket-impl.h [new file with mode: 0644]
adaptors/common/object-profiler.cpp [new file with mode: 0644]
adaptors/common/object-profiler.h [new file with mode: 0644]
adaptors/common/orientation-impl.cpp [new file with mode: 0644]
adaptors/common/orientation-impl.h [new file with mode: 0644]
adaptors/common/performance-logger-impl.cpp [new file with mode: 0644]
adaptors/common/performance-logger-impl.h [new file with mode: 0644]
adaptors/common/physical-keyboard-impl.cpp [new file with mode: 0644]
adaptors/common/physical-keyboard-impl.h [new file with mode: 0644]
adaptors/common/rotation-observer.h [new file with mode: 0644]
adaptors/common/server-connection.cpp [new file with mode: 0644]
adaptors/common/server-connection.h [new file with mode: 0644]
adaptors/common/shared-file.cpp [new file with mode: 0644]
adaptors/common/shared-file.h [new file with mode: 0644]
adaptors/common/singleton-service-impl.cpp [new file with mode: 0644]
adaptors/common/singleton-service-impl.h [new file with mode: 0644]
adaptors/common/sound-player-impl.cpp [new file with mode: 0644]
adaptors/common/sound-player-impl.h [new file with mode: 0644]
adaptors/common/style-monitor-impl.cpp [new file with mode: 0644]
adaptors/common/style-monitor-impl.h [new file with mode: 0644]
adaptors/common/system-settings.cpp [new file with mode: 0644]
adaptors/common/system-settings.h [new file with mode: 0644]
adaptors/common/system-trace.cpp [new file with mode: 0644]
adaptors/common/system-trace.h [new file with mode: 0644]
adaptors/common/timer-impl.h [new file with mode: 0644]
adaptors/common/trigger-event-factory.cpp [new file with mode: 0644]
adaptors/common/trigger-event.cpp [new file with mode: 0644]
adaptors/common/trigger-event.h [new file with mode: 0644]
adaptors/common/virtual-keyboard-impl.cpp [new file with mode: 0644]
adaptors/common/virtual-keyboard-impl.h [new file with mode: 0644]
adaptors/common/vsync-monitor.h [new file with mode: 0644]
adaptors/common/window-impl.h [new file with mode: 0644]
adaptors/common/window-visibility-observer.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/accessibility-action-handler.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/accessibility-adaptor.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/accessibility-adaptor.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/accessibility-gesture-handler.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/bitmap-loader.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/bitmap-loader.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/bitmap-saver.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/bitmap-saver.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/clipboard-event-notifier.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/clipboard-event-notifier.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/clipboard.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/clipboard.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/color-controller.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/color-controller.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/drag-and-drop-detector.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/drag-and-drop-detector.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/event-feeder.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/event-feeder.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/feedback-player.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/feedback-player.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/feedback-plugin.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/imf-manager.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/imf-manager.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/lifecycle-controller.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/lifecycle-controller.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/orientation.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/orientation.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/performance-logger.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/performance-logger.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/physical-keyboard.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/physical-keyboard.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/render-surface.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/singleton-service.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/singleton-service.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/sound-player.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/sound-player.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/style-monitor.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/style-monitor.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/tilt-sensor.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/tilt-sensor.h [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/virtual-keyboard.cpp [new file with mode: 0644]
adaptors/devel-api/adaptor-framework/virtual-keyboard.h [new file with mode: 0644]
adaptors/devel-api/file.list [new file with mode: 0644]
adaptors/integration-api/adaptor.h [new file with mode: 0644]
adaptors/integration-api/egl-interface.h [new file with mode: 0644]
adaptors/integration-api/file.list [new file with mode: 0644]
adaptors/integration-api/pixmap-render-surface-factory.h [new file with mode: 0644]
adaptors/integration-api/thread-synchronization-interface.h [new file with mode: 0644]
adaptors/integration-api/trigger-event-factory-interface.h [new file with mode: 0644]
adaptors/integration-api/trigger-event-factory.h [new file with mode: 0644]
adaptors/integration-api/trigger-event-interface.h [new file with mode: 0644]
adaptors/integration-api/wayland/ecore-wl-render-surface.h [new file with mode: 0644]
adaptors/integration-api/wayland/ecore-wl-types.h [new file with mode: 0644]
adaptors/integration-api/wayland/pixmap-render-surface.h [new file with mode: 0644]
adaptors/integration-api/x11/ecore-x-render-surface.h [new file with mode: 0644]
adaptors/integration-api/x11/ecore-x-types.h [new file with mode: 0644]
adaptors/integration-api/x11/pixmap-render-surface.h [new file with mode: 0644]
adaptors/mobile/file.list [new file with mode: 0644]
adaptors/mobile/mobile-color-controller-impl.cpp [new file with mode: 0644]
adaptors/mobile/mobile-system-settings.cpp [new file with mode: 0644]
adaptors/mobile/pixmap-render-surface-factory.cpp [new file with mode: 0644]
adaptors/public-api/adaptor-framework/application-configuration.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/application.cpp [new file with mode: 0644]
adaptors/public-api/adaptor-framework/application.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/input-method.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/key.cpp [new file with mode: 0644]
adaptors/public-api/adaptor-framework/key.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/native-image-source.cpp [new file with mode: 0644]
adaptors/public-api/adaptor-framework/native-image-source.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/style-change.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/timer.cpp [new file with mode: 0644]
adaptors/public-api/adaptor-framework/timer.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/tts-player.cpp [new file with mode: 0644]
adaptors/public-api/adaptor-framework/tts-player.h [new file with mode: 0644]
adaptors/public-api/adaptor-framework/window.cpp [new file with mode: 0644]
adaptors/public-api/adaptor-framework/window.h [new file with mode: 0644]
adaptors/public-api/dali-adaptor-version.cpp [new file with mode: 0644]
adaptors/public-api/dali-adaptor-version.h [new file with mode: 0644]
adaptors/public-api/dali.h [new file with mode: 0644]
adaptors/public-api/file.list [new file with mode: 0644]
adaptors/scripts/dalireslog.sh [new file with mode: 0755]
adaptors/scripts/dalireslog.txt [new file with mode: 0644]
adaptors/scripts/parse.rb [new file with mode: 0755]
adaptors/tizen/accessibility-adaptor-impl-tizen.cpp [new file with mode: 0644]
adaptors/tizen/adaptor-impl-tizen.cpp [new file with mode: 0644]
adaptors/tizen/file.list [new file with mode: 0644]
adaptors/tizen/framework-tizen.cpp [new file with mode: 0644]
adaptors/tizen/key-grab.h [new file with mode: 0644]
adaptors/tizen/tilt-sensor-impl-tizen.cpp [new file with mode: 0644]
adaptors/tizen/tilt-sensor-impl.h [new file with mode: 0644]
adaptors/tizen/tts-player-impl-tizen.cpp [new file with mode: 0644]
adaptors/tizen/tts-player-impl.h [new file with mode: 0644]
adaptors/tizen/vsync-monitor-tizen.cpp [new file with mode: 0644]
adaptors/tv/file.list [new file with mode: 0644]
adaptors/tv/key-mapping-tv.cpp [new file with mode: 0644]
adaptors/tv/tv-color-controller-impl.cpp [new file with mode: 0644]
adaptors/tv/tv-render-surface-factory.cpp [new file with mode: 0644]
adaptors/tv/tv-system-settings.cpp [new file with mode: 0644]
adaptors/ubuntu/accessibility-adaptor-impl-ubuntu.cpp [new file with mode: 0644]
adaptors/ubuntu/accessibility-adaptor-impl.h [new file with mode: 0644]
adaptors/ubuntu/adaptor-impl-ubuntu.cpp [new file with mode: 0644]
adaptors/ubuntu/file.list [new file with mode: 0644]
adaptors/ubuntu/framework-ubuntu.cpp [new file with mode: 0644]
adaptors/ubuntu/key-mapping-ubuntu.cpp [new file with mode: 0644]
adaptors/ubuntu/tilt-sensor-impl-ubuntu.cpp [new file with mode: 0644]
adaptors/ubuntu/tilt-sensor-impl.h [new file with mode: 0644]
adaptors/ubuntu/tts-player-impl-ubuntu.cpp [new file with mode: 0644]
adaptors/ubuntu/tts-player-impl.h [new file with mode: 0644]
adaptors/ubuntu/vsync-monitor-ubuntu.cpp [new file with mode: 0644]
adaptors/wayland/accessibility-adaptor-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/clipboard-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/clipboard-impl.h [new file with mode: 0644]
adaptors/wayland/display-connection-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/display-connection-impl.h [new file with mode: 0644]
adaptors/wayland/ecore-wl-render-surface-factory.cpp [new file with mode: 0644]
adaptors/wayland/ecore-wl-render-surface-factory.h [new file with mode: 0644]
adaptors/wayland/ecore-wl-render-surface.cpp [new file with mode: 0644]
adaptors/wayland/ecore_wl_private.h [new file with mode: 0644]
adaptors/wayland/egl-implementation-wl.cpp [new file with mode: 0644]
adaptors/wayland/event-handler-wl.cpp [new file with mode: 0644]
adaptors/wayland/file.list [new file with mode: 0644]
adaptors/wayland/framework-wl.cpp [new file with mode: 0644]
adaptors/wayland/imf-manager-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/imf-manager-impl.h [new file with mode: 0644]
adaptors/wayland/key-grab-wl.cpp [new file with mode: 0644]
adaptors/wayland/key-mapping-wl.cpp [new file with mode: 0644]
adaptors/wayland/keyrouter-client-protocol.h [new file with mode: 0644]
adaptors/wayland/native-image-source-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/native-image-source-impl.h [new file with mode: 0644]
adaptors/wayland/pixmap-render-surface-wl.cpp [new file with mode: 0644]
adaptors/wayland/server-connection-wl.cpp [new file with mode: 0644]
adaptors/wayland/system-settings-wl.cpp [new file with mode: 0644]
adaptors/wayland/tizen-extension-client-protocol.h [new file with mode: 0644]
adaptors/wayland/tizen-policy-client-protocol.h [new file with mode: 0644]
adaptors/wayland/virtual-keyboard-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/window-impl-wl.cpp [new file with mode: 0644]
adaptors/wayland/window-render-surface-wl.cpp [new file with mode: 0644]
adaptors/wayland/window-render-surface.h [new file with mode: 0644]
adaptors/x11/accessibility-adaptor-impl-x.cpp [new file with mode: 0644]
adaptors/x11/clipboard-impl-x.cpp [new file with mode: 0644]
adaptors/x11/clipboard-impl.h [new file with mode: 0644]
adaptors/x11/display-connection-impl-x.cpp [new file with mode: 0644]
adaptors/x11/display-connection-impl.h [new file with mode: 0644]
adaptors/x11/ecore-x-event-handler.cpp [new file with mode: 0644]
adaptors/x11/ecore-x-render-surface-factory.cpp [new file with mode: 0644]
adaptors/x11/ecore-x-render-surface-factory.h [new file with mode: 0644]
adaptors/x11/ecore-x-render-surface.cpp [new file with mode: 0644]
adaptors/x11/ecore-x-window-interface.cpp [new file with mode: 0644]
adaptors/x11/ecore-x-window-interface.h [new file with mode: 0644]
adaptors/x11/egl-implementation-x.cpp [new file with mode: 0644]
adaptors/x11/file.list [new file with mode: 0644]
adaptors/x11/framework-x.cpp [new file with mode: 0644]
adaptors/x11/imf-manager-impl-x.cpp [new file with mode: 0644]
adaptors/x11/imf-manager-impl.h [new file with mode: 0644]
adaptors/x11/key-grab-x.cpp [new file with mode: 0644]
adaptors/x11/key-mapping-x.cpp [new file with mode: 0644]
adaptors/x11/native-image-source-impl-x.cpp [new file with mode: 0644]
adaptors/x11/native-image-source-impl.h [new file with mode: 0644]
adaptors/x11/pixmap-render-surface-x.cpp [new file with mode: 0644]
adaptors/x11/server-connection-x.cpp [new file with mode: 0644]
adaptors/x11/system-settings-x.cpp [new file with mode: 0644]
adaptors/x11/virtual-keyboard-impl-x.cpp [new file with mode: 0644]
adaptors/x11/window-extensions.cpp [new file with mode: 0644]
adaptors/x11/window-extensions.h [new file with mode: 0644]
adaptors/x11/window-impl-x.cpp [new file with mode: 0644]
adaptors/x11/window-render-surface-x.cpp [new file with mode: 0644]
adaptors/x11/window-render-surface.h [new file with mode: 0644]
adaptors/x11/x-event-handler.cpp [new file with mode: 0644]
adaptors/x11/x-events/debug/x-input2-debug.cpp [new file with mode: 0644]
adaptors/x11/x-events/debug/x-input2-debug.h [new file with mode: 0644]
adaptors/x11/x-events/x-event-manager.cpp [new file with mode: 0644]
adaptors/x11/x-events/x-event-manager.h [new file with mode: 0644]
adaptors/x11/x-events/x-input2-device.cpp [new file with mode: 0644]
adaptors/x11/x-events/x-input2-device.h [new file with mode: 0644]
adaptors/x11/x-events/x-input2.cpp [new file with mode: 0644]
adaptors/x11/x-events/x-input2.h [new file with mode: 0644]
automated-tests/.gitignore [new file with mode: 0644]
automated-tests/.gitignore-with-autogenerated-files [new file with mode: 0644]
automated-tests/.gitignore-without-autogenerated-files [new file with mode: 0644]
automated-tests/CMakeLists.txt [new file with mode: 0644]
automated-tests/README.md [new file with mode: 0644]
automated-tests/build.sh [new file with mode: 0755]
automated-tests/coverage.sh [new file with mode: 0755]
automated-tests/execute.sh [new file with mode: 0755]
automated-tests/images/README.md [new file with mode: 0644]
automated-tests/images/error-bits.gif [new file with mode: 0644]
automated-tests/images/error-bits.gif.buffer [new file with mode: 0644]
automated-tests/images/frac.24.bmp [new file with mode: 0644]
automated-tests/images/frac.jpg [new file with mode: 0644]
automated-tests/images/frac.png [new file with mode: 0644]
automated-tests/images/interlaced.gif [new file with mode: 0644]
automated-tests/images/interlaced.gif.buffer [new file with mode: 0644]
automated-tests/images/pattern.gif [new file with mode: 0644]
automated-tests/images/pattern.gif.buffer [new file with mode: 0644]
automated-tests/images/transparency.gif [new file with mode: 0644]
automated-tests/images/transparency.gif.buffer [new file with mode: 0644]
automated-tests/packaging/core-dali-adaptor-tests.spec [new file with mode: 0644]
automated-tests/packaging/core-dali-platform-abstraction-tests.spec [new file with mode: 0644]
automated-tests/scripts/add_all_smack_rule.sh [new file with mode: 0755]
automated-tests/scripts/add_smack_rule.sh [new file with mode: 0755]
automated-tests/scripts/add_style.pl [new file with mode: 0755]
automated-tests/scripts/all_smack.rule [new file with mode: 0644]
automated-tests/scripts/autocompletion.sh [new file with mode: 0755]
automated-tests/scripts/init.sh [new file with mode: 0755]
automated-tests/scripts/retriever.sh [new file with mode: 0755]
automated-tests/scripts/summarize.pl [new file with mode: 0755]
automated-tests/scripts/tcbuild.sh [new file with mode: 0755]
automated-tests/scripts/tcheadgen.sh [new file with mode: 0755]
automated-tests/scripts/tcpackageslistsgen.sh [new file with mode: 0755]
automated-tests/scripts/tctestsgen.sh [new file with mode: 0755]
automated-tests/src/CMakeLists.txt [new file with mode: 0644]
automated-tests/src/common/assert.h [new file with mode: 0644]
automated-tests/src/common/testcase.h [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/CMakeLists.txt [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/image-loaders.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/image-loaders.h [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/tct-dali-adaptor-internal-core.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/utc-ConditionalWait.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/utc-Dali-CommandLineOptions.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/utc-Dali-FontClient.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/utc-Dali-GifLoader.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/utc-Dali-ImageOperations.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/utc-Dali-Lifecycle-Controller.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor-internal/utc-Dali-TiltSensor.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/CMakeLists.txt [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/dali-test-suite-utils.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/dali-test-suite-utils.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-application.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-application.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-gesture-manager.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-gesture-manager.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-gl-abstraction.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-gl-abstraction.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-gl-sync-abstraction.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-gl-sync-abstraction.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-harness.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-harness.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-native-image.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-native-image.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-platform-abstraction.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-platform-abstraction.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-render-controller.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-render-controller.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-touch-utils.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-trace-call-stack.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-trace-call-stack.h [new file with mode: 0644]
automated-tests/src/dali-adaptor/tct-dali-adaptor-core.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-Application.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-Key.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-KeyGrab.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-NativeImageSource.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-SingletonService.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-Timer.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-TtsPlayer.cpp [new file with mode: 0644]
automated-tests/src/dali-adaptor/utc-Dali-Window.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/CMakeLists.txt [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/resource-collector.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/resource-collector.h [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/tct-dali-platform-abstraction-core.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/utc-image-loading-cancel-all-loads.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/utc-image-loading-cancel-some-loads.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/utc-image-loading-common.cpp [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/utc-image-loading-common.h [new file with mode: 0644]
automated-tests/src/dali-platform-abstraction/utc-image-loading-load-completion.cpp [new file with mode: 0644]
automated-tests/style/back_top.png [new file with mode: 0644]
automated-tests/style/blue.jpg [new file with mode: 0644]
automated-tests/style/gray.jpg [new file with mode: 0644]
automated-tests/style/jquery.min.js [new file with mode: 0644]
automated-tests/style/orange.jpg [new file with mode: 0644]
automated-tests/style/popup.js [new file with mode: 0644]
automated-tests/style/red.jpg [new file with mode: 0644]
automated-tests/style/summary.xsl [new file with mode: 0644]
automated-tests/style/testresult.xsl [new file with mode: 0644]
automated-tests/style/tests.css [new file with mode: 0644]
automated-tests/tcbuild [new symlink]
automated-tests/templates/tct-package/README [new file with mode: 0644]
automated-tests/templates/tct-package/inst.sh [new file with mode: 0755]
build/tizen/.gitignore [new file with mode: 0644]
build/tizen/Makefile.am [new file with mode: 0644]
build/tizen/adaptor/Makefile.am [new file with mode: 0644]
build/tizen/adaptor/dali-adaptor-integration.pc.in [new file with mode: 0644]
build/tizen/adaptor/linker-test.cpp [new file with mode: 0644]
build/tizen/configure.ac [new file with mode: 0644]
build/tizen/dali.pc.in [new file with mode: 0644]
build/tizen/plugins/Makefile.am [new file with mode: 0644]
dali-adaptor.manifest [new file with mode: 0644]
doc/dali-adaptor_doc.h [new file with mode: 0644]
packaging/dali-adaptor.spec [new file with mode: 0644]
platform-abstractions/portable/atomics.h [new file with mode: 0644]
platform-abstractions/portable/file-closer.h [new file with mode: 0644]
platform-abstractions/portable/image-operations.cpp [new file with mode: 0644]
platform-abstractions/portable/image-operations.h [new file with mode: 0644]
platform-abstractions/tizen/data-cache/data-compression.cpp [new file with mode: 0644]
platform-abstractions/tizen/data-cache/data-compression.h [new file with mode: 0644]
platform-abstractions/tizen/file.list [new file with mode: 0755]
platform-abstractions/tizen/image-loaders/image-loader-input.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/image-loader.cpp [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/image-loader.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-bmp.cpp [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-bmp.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-gif.cpp [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-gif.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-ico.cpp [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-ico.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-jpeg-turbo.cpp [new file with mode: 0755]
platform-abstractions/tizen/image-loaders/loader-jpeg.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-ktx.cpp [new file with mode: 0755]
platform-abstractions/tizen/image-loaders/loader-ktx.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-png.cpp [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-png.h [new file with mode: 0644]
platform-abstractions/tizen/image-loaders/loader-wbmp.cpp [new file with mode: 0755]
platform-abstractions/tizen/image-loaders/loader-wbmp.h [new file with mode: 0755]
platform-abstractions/tizen/resource-loader/debug/resource-loader-debug.cpp [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/debug/resource-loader-debug.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/image-encoder.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/network/file-download.cpp [new file with mode: 0755]
platform-abstractions/tizen/resource-loader/network/file-download.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/network/http-utils.cpp [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/network/http-utils.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/platform-capabilities.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-bitmap-requester.cpp [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-bitmap-requester.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-loader.cpp [new file with mode: 0755]
platform-abstractions/tizen/resource-loader/resource-loader.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-loading-client.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-requester-base.cpp [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-requester-base.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-thread-base.cpp [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-thread-base.h [new file with mode: 0644]
platform-abstractions/tizen/resource-loader/resource-thread-image.cpp [new file with mode: 0755]
platform-abstractions/tizen/resource-loader/resource-thread-image.h [new file with mode: 0644]
platform-abstractions/tizen/tizen-logging.cpp [new file with mode: 0644]
platform-abstractions/tizen/tizen-logging.h [new file with mode: 0644]
platform-abstractions/tizen/tizen-platform-abstraction.cpp [new file with mode: 0644]
platform-abstractions/tizen/tizen-platform-abstraction.h [new file with mode: 0644]
plugins/dali-feedback.cpp [new file with mode: 0644]
plugins/dali-feedback.h [new file with mode: 0644]
plugins/file.list [new file with mode: 0644]
plugins/sounds/file.list [new file with mode: 0644]
plugins/sounds/touch.wav [new file with mode: 0644]
text/dali/devel-api/text-abstraction/bidirectional-support.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/bidirectional-support.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/font-client.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/font-client.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/font-list.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/font-list.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/font-metrics.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/font-metrics.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/glyph-info.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/glyph-info.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/script.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/script.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/segmentation.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/segmentation.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/shaping.cpp [new file with mode: 0644]
text/dali/devel-api/text-abstraction/shaping.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/text-abstraction-definitions.h [new file with mode: 0644]
text/dali/devel-api/text-abstraction/text-abstraction.h [new file with mode: 0644]
text/dali/internal/libunibreak/AUTHORS [new file with mode: 0644]
text/dali/internal/libunibreak/LICENCE [new file with mode: 0644]
text/dali/internal/libunibreak/README.md [new file with mode: 0644]
text/dali/internal/libunibreak/file.list [new file with mode: 0644]
text/dali/internal/libunibreak/linebreak.c [new file with mode: 0644]
text/dali/internal/libunibreak/linebreak.h [new file with mode: 0644]
text/dali/internal/libunibreak/linebreakdata.c [new file with mode: 0644]
text/dali/internal/libunibreak/linebreakdef.c [new file with mode: 0644]
text/dali/internal/libunibreak/linebreakdef.h [new file with mode: 0644]
text/dali/internal/libunibreak/wordbreak.c [new file with mode: 0644]
text/dali/internal/libunibreak/wordbreak.h [new file with mode: 0644]
text/dali/internal/libunibreak/wordbreakdata.c [new file with mode: 0644]
text/dali/internal/libunibreak/wordbreakdef.h [new file with mode: 0644]
text/dali/internal/text-abstraction/bidirectional-support-impl.cpp [new file with mode: 0644]
text/dali/internal/text-abstraction/bidirectional-support-impl.h [new file with mode: 0644]
text/dali/internal/text-abstraction/font-client-helper.cpp [new file with mode: 0644]
text/dali/internal/text-abstraction/font-client-helper.h [new file with mode: 0644]
text/dali/internal/text-abstraction/font-client-impl.cpp [new file with mode: 0644]
text/dali/internal/text-abstraction/font-client-impl.h [new file with mode: 0644]
text/dali/internal/text-abstraction/font-client-plugin-impl.cpp [new file with mode: 0644]
text/dali/internal/text-abstraction/font-client-plugin-impl.h [new file with mode: 0644]
text/dali/internal/text-abstraction/segmentation-impl.cpp [new file with mode: 0644]
text/dali/internal/text-abstraction/segmentation-impl.h [new file with mode: 0644]
text/dali/internal/text-abstraction/shaping-impl.cpp [new file with mode: 0644]
text/dali/internal/text-abstraction/shaping-impl.h [new file with mode: 0644]
text/file.list [new file with mode: 0644]