Update change log and spec for wrt-plugins-tizen_0.4.9
authorDongjin Choi <milkelf.choi@samsung.com>
Wed, 20 Mar 2013 11:18:42 +0000 (20:18 +0900)
committerDongjin Choi <milkelf.choi@samsung.com>
Wed, 20 Mar 2013 11:36:26 +0000 (20:36 +0900)
commitf2ee2dd2343dba89a98c4a8d98fcc4d6d015ef35
tree9a8551913dd670c81c1c3b15d645d712319a6077
parentd1442c151c8ff1bf6fa1954557e309ea7cb53ee9
Update change log and spec for wrt-plugins-tizen_0.4.9

[Issue#] N/A
[Problem] Platform api changed, thus build break happens.
[Cause] Platform sync-agent api changes.
[Solution] Adapt to the changes anf fix bugs.

[Issue#] N/A
[Problem] [Common] Refactoring CMakeLists.txt files
[Cause] N/A
[Solution]  * Did refactoring package dependancies between modules and impls
 * Removed dependancies to unused modules
 * Fixed bugs on cmake scripts
   * PKG_SEARCH_MODULE -> PKG_CHECK_MODULES
 * Realigned CMakeLists.txt

[Issue#] crashed application when content change listener is registered.
[Problem] memory overwrite
[Cause] unavailable variable used
[Solution] remove the unavailable varibable

[Issue#] N/A
[Problem] Several functions in Converter class don't work properly.
[Solution] Switched functions of Converter class to static functions of JSUtil.
[SCMRequest] N/A

[Issue#] N/A
[Problem] [Common] StandaloneConsole fix prevent issue
[Cause] N/A
[Solution] N/A

[Issue#] N/A
[Problem] [Contact] update precondition contact application due to changing platform policy
[Cause] N/A
[Solution] N/A

[Issue#] #DCM-951
[Problem] Information obtained is different on help information if API [tizen.time.getTimeFormat] is call called.
[Cause] If region is Japanese, apK:m:s is returned. 'K' is not defined in API reference.
[Solution] 'K' will be changed to 'h'

[Issue#] N/A
[Problem] Cannot find a parent calendar event of a recurring instances when using start/end date range filter.
[Cause] Platform filter does not support such an operation.
[Solution] Use multiple filters for a recurring event search and merge the results.

[Issue#] #DCM-976
[Problem] UTC time is unacquirable using Web Device API [tizen.time.toUTC]
[Cause] When calling toUTC() or toLocaltimezone() twice or more, timezone is changed but another value isn't changed. It is ICU issue.
[Solution] Changed the code to make new TZDate with getTime() value and timezone.

[Issue#] N/A
[Problem] Not enough TCs for smack rule extraction.
[Cause] Skipped some functions.
[Solution] Cover all functions for each privilege.

[Issue#] TDIS-4674
[Problem] logoURI is missing
[Cause] internal bug
[Solution] modify code

[Issue#] N/A
[Problem] Notification UnitTC Coverage is poor
[Cause] N/A
[Solution] enhance coverage & appended TC

[SCMRequest] N/A

Conflicts:

packaging/wrt-plugins-tizen.spec
99 files changed:
packaging/wrt-plugins-tizen.spec
packaging/wrt-plugins-tizen.spec.orig [new file with mode: 0755]
src/Alarm/CMakeLists.txt
src/Application/CMakeLists.txt
src/Bluetooth/BluetoothCBManager.cpp
src/Bluetooth/BluetoothConverter.cpp
src/Bluetooth/BluetoothServiceHandlerManager.cpp
src/Bluetooth/BluetoothServiceHandlerManager.h
src/Bluetooth/CMakeLists.txt
src/Bluetooth/IBluetoothServiceHandlerManager.h
src/Bluetooth/JSBluetoothClass.cpp
src/Bluetooth/JSBluetoothServiceHandler.cpp
src/Bluetooth/JSBluetoothServiceHandler.h
src/Bluetooth/JSBluetoothSocket.cpp
src/Bluetooth/JSBluetoothSocket.h
src/Bookmark/BookmarkManager.cpp
src/Bookmark/CMakeLists.txt
src/Bookmark/JSBookmarkManager.cpp
src/CMakeLists.txt
src/Calendar/CMakeLists.txt
src/Calendar/Calendar.cpp
src/Calendar/CalendarFilter.cpp
src/Calendar/CalendarFilter.h
src/Callhistory/CMakeLists.txt
src/Callhistory/CallHistory.cpp
src/Callhistory/CallHistory.h
src/Callhistory/ICallHistory.h
src/Callhistory/JSCallHistory.cpp
src/Common/CMakeLists.txt [changed mode: 0755->0644]
src/Common/StandaloneConsole/StandaloneConsole.cpp
src/Contact/CMakeLists.txt
src/Contact/Contact.cpp
src/Contact/Contact.h
src/Contact/ContactAddress.cpp
src/Contact/ContactAddress.h
src/Contact/ContactConverter.cpp
src/Contact/ContactEmailAddress.cpp
src/Contact/ContactEmailAddress.h
src/Contact/ContactName.cpp
src/Contact/ContactName.h
src/Contact/ContactObjectA2PConverter.cpp
src/Contact/ContactPhoneNumber.cpp
src/Contact/ContactPhoneNumber.h
src/Contact/JSAddressBook.cpp
src/Contact/JSContact.cpp
src/Contact/JSContactAddress.cpp
src/Contact/JSContactEmailAddress.cpp
src/Contact/JSContactName.cpp
src/Contact/JSContactOrganization.cpp
src/Contact/JSContactPhoneNumber.cpp
src/Content/CMakeLists.txt
src/Content/ContentFilterValidator.cpp
src/Content/ContentListener.cpp
src/Content/ContentManager.cpp
src/Content/ContentMedia.h
src/Content/ContentSearchVisitor.cpp
src/Content/IContentManager.cpp
src/Content/JSContent.cpp
src/Content/JSContent.h
src/DataControl/CMakeLists.txt
src/DataSync/DataSyncConverter.cpp
src/DataSync/DataSyncConverter.h
src/DataSync/DataSyncManager.cpp
src/DataSync/JSDataSyncManager.cpp
src/Download/CMakeLists.txt
src/Filesystem/CMakeLists.txt
src/Log/CMakeLists.txt
src/MessagePort/CMakeLists.txt
src/MessagePort/config.xml
src/Messaging/CMakeLists.txt
src/NFC/CMakeLists.txt
src/NetworkBearerSelection/CMakeLists.txt
src/Notification/CMakeLists.txt
src/Notification/INotification.h
src/Notification/JSNotificationLineArray.cpp
src/Notification/JSNotificationManager.cpp
src/Notification/JSStatusNotification.cpp
src/Notification/JSStatusNotification.h
src/Notification/JSStringArray.cpp
src/Notification/NotificationConverter.cpp
src/Notification/NotificationConverter.h
src/Notification/NotificationManager.cpp
src/Notification/StatusNotification.cpp
src/Notification/plugin_initializer.cpp
src/Package/CMakeLists.txt
src/Power/CMakeLists.txt
src/Push/CMakeLists.txt
src/Push/PushManager.cpp
src/Push/PushManager.h
src/SecureElement/CMakeLists.txt
src/SystemSetting/CMakeLists.txt [changed mode: 0755->0644]
src/Systeminfo/CMakeLists.txt
src/TimeUtil/CMakeLists.txt
src/TimeUtil/JSTZDate.cpp
src/TimeUtil/TZDate.cpp
src/TimeUtil/TZDate.h
src/TimeUtil/TimeUtil.cpp
src/TimeUtil/TimeUtilConverter.cpp
src/Tizen/CMakeLists.txt