[Title] Added Notification Dialog Widget
authorchanghyun1.lee <changhyun1.lee@samsung.com>
Fri, 30 Sep 2011 04:49:36 +0000 (13:49 +0900)
committerchanghyun1.lee <changhyun1.lee@samsung.com>
Fri, 7 Oct 2011 09:23:39 +0000 (18:23 +0900)
commit60a7df7c1a344291a6091c16a1ce837534796d1c
treeaa9b7fe84d620b584c968d7bbb83dd56b24316e4
parentac4cadfa3b24379c6f95a667d80406f7404537fe
[Title] Added Notification Dialog Widget
[Type] Enhancement
[Module] common.swt.notifierdialog
[Priority]
[CQ#]
[Redmine#] 1042
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I40ee8940deb8419aaa164a9b1d82eac6419cb01d
25 files changed:
com.samsung.slp.common/META-INF/MANIFEST.MF
com.samsung.slp.common/about.html [new file with mode: 0644]
com.samsung.slp.common/about_files/epl-v10.html [new file with mode: 0644]
com.samsung.slp.common/build.properties
com.samsung.slp.common/icons/connected.png [new file with mode: 0644]
com.samsung.slp.common/icons/connecting.png [new file with mode: 0644]
com.samsung.slp.common/icons/delete.png [new file with mode: 0644]
com.samsung.slp.common/icons/disconnected.png [new file with mode: 0644]
com.samsung.slp.common/icons/error.png [new file with mode: 0644]
com.samsung.slp.common/icons/folder.png [new file with mode: 0644]
com.samsung.slp.common/icons/hint.png [new file with mode: 0644]
com.samsung.slp.common/icons/info.png [new file with mode: 0644]
com.samsung.slp.common/icons/library.png [new file with mode: 0644]
com.samsung.slp.common/icons/ok.png [new file with mode: 0644]
com.samsung.slp.common/icons/printer.png [new file with mode: 0644]
com.samsung.slp.common/icons/star.png [new file with mode: 0644]
com.samsung.slp.common/icons/terminated.png [new file with mode: 0644]
com.samsung.slp.common/icons/warn.png [new file with mode: 0644]
com.samsung.slp.common/icons/warn2.png [new file with mode: 0644]
com.samsung.slp.common/src/com/samsung/slp/common/cache/ColorCache.java [new file with mode: 0644]
com.samsung.slp.common/src/com/samsung/slp/common/cache/FontCache.java [new file with mode: 0644]
com.samsung.slp.common/src/com/samsung/slp/common/cache/ImageCache.java [new file with mode: 0644]
com.samsung.slp.common/src/com/samsung/slp/common/util/NotificationDialog.java [deleted file]
com.samsung.slp.common/src/com/samsung/slp/common/util/NotificationType.java [new file with mode: 0644]
com.samsung.slp.common/src/com/samsung/slp/common/util/NotifierDialog.java [new file with mode: 0644]