Modify file permission & line-end in master
authorJaeHwanLee <jael.lee@samsung.com>
Mon, 14 Jan 2013 07:27:20 +0000 (16:27 +0900)
committerJaeHwanLee <jael.lee@samsung.com>
Mon, 14 Jan 2013 07:27:20 +0000 (16:27 +0900)
Change-Id: I929e74a0f8ffe9ea658b0667256189f948f77ea4
Signed-off-by: JaeHwanLee <jael.lee@samsung.com>
32 files changed:
inc/FShellLiveboxFrame.h
inc/FShellLiveboxManager.h
inc/FShellLiveboxPopup.h
inc/FShellLiveboxProviderInfo.h
inc/FShellLiveboxProviderManager.h
inc/FShellLiveboxView.h
src/FShellLiveboxView.cpp
src/FShellQuickPanelFrame.cpp
src/FShell_LiveboxFrame.h
src/FShell_LiveboxFrameModel.cpp
src/FShell_LiveboxFrameModel.h
src/FShell_LiveboxFramePresenter.cpp
src/FShell_LiveboxFramePresenter.h
src/FShell_LiveboxLayer.h
src/FShell_LiveboxPopup.cpp
src/FShell_LiveboxPopup.h
src/FShell_LiveboxPopupModel.cpp
src/FShell_LiveboxPopupModel.h
src/FShell_LiveboxPopupPresenter.cpp
src/FShell_LiveboxPopupPresenter.h
src/FShell_LiveboxPopupView.cpp
src/FShell_LiveboxPopupView.h
src/FShell_LiveboxPopupViewEvent.cpp
src/FShell_LiveboxPopupViewEvent.h
src/FShell_LiveboxView.cpp
src/FShell_LiveboxViewImpl.cpp
src/FShell_LiveboxViewImpl.h
src/FShell_LiveboxViewManager.cpp
src/FShell_LiveboxViewManager.h
src/FShell_LiveboxViewPresenter.cpp
src/FShell_QuickPanelFrameImpl.cpp
src/core/FShell_NotificationManagerImpl.cpp

index bfc3157..bed4135 100644 (file)
@@ -139,14 +139,14 @@ protected:
 
 private:
        /*
-        * The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.        
+        * The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.
         *
         * @since       2.1
         */
        LiveboxFrame(const LiveboxFrame& rhs);
 
        /*
-        * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.        
+        * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.
         *
         * @since       2.1
         */
index 0de8a8b..9cb4199 100644 (file)
@@ -50,7 +50,7 @@ class _OSP_EXPORT_ LiveboxManager
        : public Tizen::Base::Object
 {
 public:
-       
+
        /**
         * Gets the Livebox manager instance.
         *
index d930c1a..c40cdd6 100644 (file)
@@ -139,14 +139,14 @@ protected:
 
 private:
        /*
-        * The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.        
+        * The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.
         *
         * @since       2.1
         */
        LiveboxPopup(const LiveboxPopup& rhs);
 
        /*
-        * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.        
+        * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.
         *
         * @since       2.1
         */
index 7afb7e5..82aad59 100644 (file)
@@ -183,7 +183,7 @@ private:
        // The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.
        //
        // @since       2.1
-       // 
+       //
        //
        LiveboxProviderInfo& operator =(const LiveboxProviderInfo& rhs);
 
index 1b75c75..999ec54 100644 (file)
@@ -50,7 +50,7 @@ class _OSP_EXPORT_ LiveboxProviderManager
        : public Tizen::Base::Object
 {
 public:
-       
+
        /**
         * Gets the Livebox manager instance.
         *
index 6d060df..eae76bd 100644 (file)
@@ -155,14 +155,14 @@ protected:
 
 private:
        /*
-        * The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.        
+        * The implementation of this copy constructor is intentionally blank and declared as private to prohibit copying of objects.
         *
         * @since       2.1
         */
        LiveboxView(const LiveboxView& rhs);
 
        /*
-        * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.        
+        * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.
         *
         * @since       2.1
         */
index 74bb182..507c2c9 100644 (file)
@@ -31,7 +31,7 @@ using namespace Tizen::App;
 using namespace Tizen::Base;
 using namespace Tizen::Graphics;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 LiveboxView::LiveboxView(void)
index 8bfda4f..984df6b 100644 (file)
@@ -125,7 +125,7 @@ QuickPanelFrame::AddOrientationEventListener(IOrientationEventListener& listener
 {
        _QuickPanelFrameImpl* pImpl = _QuickPanelFrameImpl::GetInstance(*this);
        SysAssertf(pImpl != null, "Not yet constructed. Construct() should be called before use.");
-               
+
        result r  = pImpl->AddOrientationEventListener(listener);
        SysTryReturn(NID_UI_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
 
@@ -137,7 +137,7 @@ QuickPanelFrame::RemoveOrientationEventListener(IOrientationEventListener& liste
 {
        _QuickPanelFrameImpl* pImpl = _QuickPanelFrameImpl::GetInstance(*this);
        SysAssertf(pImpl != null, "Not yet constructed. Construct() should be called before use.");
-               
+
        result r  = pImpl->RemoveOrientationEventListener(listener);
        SysTryReturn(NID_UI_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
 
@@ -149,7 +149,7 @@ QuickPanelFrame::SetHeight(int height)
 {
        _QuickPanelFrameImpl* pImpl = _QuickPanelFrameImpl::GetInstance(*this);
        SysAssertf(pImpl != null, "Not yet constructed. Construct() should be called before use.");
-               
+
        result r  = pImpl->SetHeight(height);
        SysTryReturn(NID_UI_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
 
index 3553577..c9e7268 100644 (file)
@@ -65,7 +65,7 @@ protected:
 private:
        _LiveboxFrame(const _LiveboxFrame& rhs);
        _LiveboxFrame& operator =(const _LiveboxFrame&  rhs);
-       
+
        result SetLayerShowState(bool showState);
        result SetLayerBounds(const Tizen::Graphics::Rectangle& bounds);
 
@@ -78,7 +78,7 @@ private:
        virtual void OnDraw(void);
 
 private:
-       std::unique_ptr<_LiveboxFramePresenter> __pLiveboxFramePresenter; 
+       std::unique_ptr<_LiveboxFramePresenter> __pLiveboxFramePresenter;
 #if defined(MULTI_WINDOW)
        _LiveboxLayer* __pLiveboxLayer;
 #else // MULTI_WINDOW
index 52f2bbd..6d4d65a 100644 (file)
@@ -24,7 +24,7 @@
 
 using namespace Tizen::Base;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 _LiveboxFrameModel::_LiveboxFrameModel(void)
index ffdb0a3..e799679 100644 (file)
@@ -26,7 +26,7 @@
 #include <FBaseObject.h>
 #include <FBaseString.h>
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 class _LiveboxFrameModel
index 832353a..c409502 100644 (file)
@@ -28,7 +28,7 @@
 using namespace Tizen::Base;
 using namespace Tizen::Graphics;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 _LiveboxFramePresenter::_LiveboxFramePresenter(const _LiveboxFrame& liveboxFrame)
index ca52f41..d49b447 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <unique_ptr.h>
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 class _LiveboxFrame;
index 73b5ab5..f8538e1 100644 (file)
@@ -51,7 +51,7 @@ public:
        virtual ~_LiveboxLayer(void);
 
        virtual result OnConstructed(void);
-       
+
        result SetProviderId(const Tizen::Base::String& providerId);
        Tizen::Base::String GetProviderId(void) const;
        int GetPixmapId(void) const;
@@ -67,7 +67,7 @@ public:
        virtual result Sync(const Tizen::Graphics::Dimension& size);
        virtual void ReleasePixmap(void);
        virtual int OnTouchEventRecevied(int eventType, double timestamp, double x, double y);
-       
+
 private:
        _LiveboxLayer(const _LiveboxLayer& rhs);
        _LiveboxLayer& operator =(const _LiveboxLayer&  rhs);
index 1d86535..0034aee 100644 (file)
@@ -54,7 +54,7 @@ class _LiveboxPopupLayer
 public:
        _LiveboxPopupLayer(const Dimension& size);
        virtual ~_LiveboxPopupLayer(void);
-       
+
 private:
        _LiveboxPopupLayer(const _LiveboxPopupLayer& rhs);
        _LiveboxPopupLayer& operator =(const _LiveboxPopupLayer&  rhs);
index 960ced2..3667a6a 100644 (file)
@@ -65,7 +65,7 @@ protected:
 private:
        _LiveboxPopup(const _LiveboxPopup& rhs);
        _LiveboxPopup& operator =(const _LiveboxPopup&  rhs);
-       
+
        result SetLayerShowState(bool showState);
        result SetLayerBounds(const Tizen::Graphics::Rectangle& bounds);
 
index 83326a6..5f764a3 100644 (file)
@@ -24,7 +24,7 @@
 
 using namespace Tizen::Base;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 _LiveboxPopupModel::_LiveboxPopupModel(void)
index d3359cd..01efc91 100644 (file)
@@ -26,7 +26,7 @@
 #include <FBaseObject.h>
 #include <FBaseString.h>
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 class _LiveboxPopupModel
index def94ae..526b988 100644 (file)
@@ -28,7 +28,7 @@
 using namespace Tizen::Base;
 using namespace Tizen::Graphics;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 _LiveboxPopupPresenter::_LiveboxPopupPresenter(const _LiveboxPopup& liveBoxPopup)
index eb45d2d..f8238fa 100644 (file)
@@ -26,7 +26,7 @@
 #include <unique_ptr.h>
 #include <FBaseString.h>
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 class _LiveboxPopup;
index 07b1b95..f8f4dc5 100644 (file)
@@ -316,7 +316,7 @@ _LiveboxPopupView::OnDeactivated(void)
 
 bool
 _LiveboxPopupView::OnTouchPressed(const _Control& source, const _TouchInfo& touchInfo)
-{      
+{
        double x = 0.0f;
        double y = 0.0f;
 
index a0ef317..7d09361 100644 (file)
@@ -98,7 +98,7 @@ private:
        virtual void OnVisualElementAnimationFinished(const Tizen::Ui::Animations::VisualElementAnimation& animation, const Tizen::Base::String& keyName, Tizen::Ui::Animations::VisualElement& target, bool completedNormally);
        virtual void OnVisualElementAnimationRepeated(const Tizen::Ui::Animations::VisualElementAnimation& animation, const Tizen::Base::String& keyName, Tizen::Ui::Animations::VisualElement& target, long currentRepeatCount);
        virtual void OnDraw(void);
-       
+
        void OnLiveboxUpdated(const Tizen::Graphics::Bitmap& bitmap, const Tizen::Graphics::Dimension& size);
        void OnLiveboxUpdated(int pixmap);
 
index 32e647d..5fdba32 100644 (file)
@@ -29,7 +29,7 @@ using namespace Tizen::Base;
 using namespace Tizen::Base::Runtime;
 using namespace Tizen::Ui;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 class _LiveboxPopupEventArg
index 965bd6a..c0257a7 100644 (file)
@@ -31,7 +31,7 @@ class _Control;
 }} // Tizen::Ui
 
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 class _LiveboxPopupViewEvent
index 4384476..76d0089 100644 (file)
@@ -49,7 +49,7 @@ using namespace Tizen::Ui::Controls;
 using namespace Tizen::Ui::Animations;
 using namespace Tizen::Media;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 const int ANIMATION_DURATION = 150;
@@ -336,7 +336,7 @@ _LiveboxView::OnTouchPressed(const _Control& source, const _TouchInfo& touchInfo
                double x = 0.0f;
                double y = 0.0f;
                GetTouchPostion(touchInfo.GetCurrentPosition(), x, y);
-               
+
                livebox_content_event(__pLivebox, LB_MOUSE_DOWN, x, y);
        }
 
@@ -380,7 +380,7 @@ _LiveboxView::OnTouchMoved(const _Control& source, const _TouchInfo& touchInfo)
                double x = 0.0f;
                double y = 0.0f;
                GetTouchPostion(touchInfo.GetCurrentPosition(), x, y);
-               
+
                livebox_content_event(__pLivebox, LB_MOUSE_MOVE, x, y);
        }
 
index 7c7fd5e..1a70ce1 100644 (file)
@@ -27,7 +27,7 @@ using namespace Tizen::App;
 using namespace Tizen::Base;
 using namespace Tizen::Graphics;
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 const _LiveboxViewImpl*
index 1be3890..df91529 100644 (file)
@@ -32,7 +32,7 @@ namespace Tizen { namespace Graphics
 class Point;
 }}
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 class _LiveboxViewImpl
index 5010b0e..810cf1c 100644 (file)
@@ -311,7 +311,7 @@ namespace Tizen { namespace Graphics
 result _CreateCoordinateTransformer(_ICoordinateSystemTransformer*&, _LogicalResolution, _BaseScreenSize, _PhysicalResolution, _BaseScreenSize);
 } } // Tizen::Graphics
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 
 const int LIVEBOX_SIZE_1 = 175;
@@ -358,7 +358,7 @@ _LiveboxViewManager::AddLiveboxView(_LiveboxView* pLiveboxView, const String& us
        const char* pCategory = "default";
        double period = 1.0f;
        int sizeType = GetLiveboxSizeType(pLiveboxView->GetSize());
-       
+
        livebox* pLivebox = livebox_add_with_size(pLiveboxId.get(), pContent.get(), pCluster, pCategory, period, sizeType, OnLiveboxAdded, this);
        SysTryReturn(NID_UI_CTRL, pLivebox, null, E_OUT_OF_MEMORY, "[E_OUT_OF_MEMORY] Memory is insufficient.");
 
@@ -728,7 +728,7 @@ int
 _LiveboxViewManager::OnLiveboxEventReceived(livebox* pLivebox, livebox_event_type eventType, void* pData)
 {
        SysTryReturn(NID_UI_CTRL, pLivebox, EXIT_SUCCESS, E_INVALID_ARG, "[E_INVALID_ARG] The argument is invalid.");
-       
+
        _LiveboxViewManager* pLiveboxViewManager = static_cast<_LiveboxViewManager*>(pData);
        SysTryReturn(NID_UI_CTRL, pLiveboxViewManager, EXIT_SUCCESS, E_INVALID_ARG, "[E_INVALID_ARG] The argument is invalid.");
 
index cbce642..4aeee55 100644 (file)
@@ -46,7 +46,7 @@ class Dimension;
 class _ICoordinateSystemTransformer;
 }} // Tizen::Graphics
 
-namespace Tizen { namespace Shell 
+namespace Tizen { namespace Shell
 {
 class _LiveboxView;
 
index 053c7c3..e20053e 100644 (file)
@@ -125,7 +125,7 @@ _LiveboxViewPresenter::Draw(void)
        Dimension liveboxSize = __pLiveboxView->GetSize();
        int bitmapWidth = pBitmap->GetWidth();
        int bitmapHeight = pBitmap->GetHeight();
-       
+
        Point point(0, 0);
 
        if (!updated)
index 7073248..312dffe 100644 (file)
@@ -327,7 +327,7 @@ OrientationStatus
 _QuickPanelFrameImpl::ConvertToOrientationStatus(_ControlRotation rotation)
 {
        OrientationStatus status = ORIENTATION_STATUS_NONE;
-       
+
        switch (rotation)
        {
        case _CONTROL_ROTATION_0:
@@ -349,7 +349,7 @@ _QuickPanelFrameImpl::ConvertToOrientationStatus(_ControlRotation rotation)
        default:
                break;
        }
-       
+
        return status;
 }
 
@@ -358,7 +358,7 @@ _QuickPanelFrameImpl::RotateScreen(_ControlRotation rotation)
 {
        _EcoreEvas* pEcoreEvas = GetEcoreEvasMgr()->GetEcoreEvas();
        SysAssert(pEcoreEvas);
-       
+
        _Window* pRootWindow = GetCore().GetRootWindow();
        if (pRootWindow)
        {
@@ -520,4 +520,4 @@ namespace Tizen { namespace Ui { namespace Controls
 static  _QuickPanelFrameRegister QuickPanelFrameRegisterToUiBuilder;
 
 } } } // Tizen::Ui::Control
+
index 3721a41..2b798a7 100644 (file)
@@ -212,7 +212,7 @@ _NotificationManagerImpl::NotifyImpl(const String& messageText, int badgeNumber,
                pKb = arg.GetBundle();
                service_create_request(pKb, &svc);
                service_set_package(svc, pkgname);
-               
+
                if (service_to_bundle(svc, &service_data) == SERVICE_ERROR_NONE)
                {
                         notification_set_property(core, 0);
@@ -303,7 +303,7 @@ _NotificationManagerImpl::NotifyImpl(const AppId& appId, const String& messageTe
                pKb = arg.GetBundle();
                service_create_request(pKb, &svc);
                service_set_app_id(svc, buffer);
-               
+
                if (service_to_bundle(svc, &service_data) == SERVICE_ERROR_NONE)
                {
                         notification_set_property(core, 0);