sdk/ide/common-eplugin.git
10 years agoBUILD: fix the IOException when build projects using BuildProcess 69/13369/2
Jihoon Song [Wed, 4 Dec 2013 01:54:16 +0000 (10:54 +0900)]
BUILD: fix the IOException when build projects using BuildProcess

Sometimes, IOException with the 'a resource is not file' message is occurred.
Dependency management bugs are fixed.

Change-Id: Iecd0268520411a83faa990c60223ba9e34715c1a
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
10 years agoMISC: Removed unused imports and added some test cases for 88/13388/1
kh5325.kim [Wed, 4 Dec 2013 12:09:57 +0000 (21:09 +0900)]
MISC: Removed unused imports and added some test cases for
FilenameUtilTest

Removed unused imports and added some test cases for FilenameUtilTest.

Change-Id: I708df2d27a683de429b07924ee5265c2e9f77b72
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "UNITTEST: Added unit test about FilenameUtil#hasExtension(String,String) metho...
Kangho Kim [Wed, 4 Dec 2013 12:01:46 +0000 (04:01 -0800)]
Merge "UNITTEST: Added unit test about FilenameUtil#hasExtension(String,String) method." into tizen

10 years agoMerge "MISC: change tabs to white space characters" into tizen
Kangho Kim [Wed, 4 Dec 2013 11:59:53 +0000 (03:59 -0800)]
Merge "MISC: change tabs to white space characters" into tizen

10 years agoMISC: Refined launch messages for project not found and class javadoc for 87/13387/1
kh5325.kim [Wed, 4 Dec 2013 11:48:02 +0000 (20:48 +0900)]
MISC: Refined launch messages for project not found and class javadoc for
BrowserWrapper

Refined launch messages for project not found and class javadoc for
BrowserWrapper.

Change-Id: I91bafc42c980ad7076e777a172716bb027b1327c
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge changes Ib5021f14,Ie70439e2 into tizen
Kangho Kim [Wed, 4 Dec 2013 11:24:18 +0000 (03:24 -0800)]
Merge changes Ib5021f14,Ie70439e2 into tizen

* changes:
  LAUNCH: Added multi launch listener for handling.
  LAUNCH: Added launch message and launch util.

10 years agoCOMMON: Added BrowserWrapper 83/13383/3
changhyun1.lee [Wed, 4 Dec 2013 10:48:13 +0000 (19:48 +0900)]
COMMON: Added BrowserWrapper

 SWT Browser wrapper

Change-Id: I02048a1b0b59960d06b88cb2b17f566776568b03
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoLAUNCH: Added multi launch listener for handling. 13/13313/4
Taeyoung Son [Tue, 3 Dec 2013 08:49:07 +0000 (17:49 +0900)]
LAUNCH: Added multi launch listener for handling.

When you launch application twice to same device quickly, second launch will be set value "launched already".

Change-Id: Ib5021f1420bb755904ce9f01ed7866035efacd36
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoLAUNCH: Added launch message and launch util. 72/13372/3
Taeyoung Son [Wed, 4 Dec 2013 09:03:28 +0000 (18:03 +0900)]
LAUNCH: Added launch message and launch util.

Added launch message: PROJECT_NOT_FOUND
Added launch util: LaunchUtil#getDevice(ILaunchConfiguration)

Change-Id: Ie70439e22dfe6c43703a1c6aa5cae087d784e9a6
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMISC: change tabs to white space characters 68/13368/1
Jihoon Song [Wed, 4 Dec 2013 01:53:25 +0000 (10:53 +0900)]
MISC: change tabs to white space characters

Change-Id: I61f76785ec219942f49181253b2e79b04c61a73b
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
10 years agoMerge "SDBLIB: APP: Added hashCode method." into tizen
Kangho Kim [Wed, 4 Dec 2013 04:43:50 +0000 (20:43 -0800)]
Merge "SDBLIB: APP: Added hashCode method." into tizen

10 years agoSDBLIB: APP: Added hashCode method. 48/13348/1
Taeyoung Son [Wed, 4 Dec 2013 02:27:53 +0000 (11:27 +0900)]
SDBLIB: APP: Added hashCode method.

Because of implemented equals() method, hashCode() must be implemented.

Change-Id: I96104a430a62bb067d2ccab2a9b6ac8262e0dcb3
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMerge "COMMAND: COMMANDBAR: Updated howdoi library" into tizen
kh5325.kim [Tue, 3 Dec 2013 14:42:13 +0000 (06:42 -0800)]
Merge "COMMAND: COMMANDBAR: Updated howdoi library" into tizen

10 years agoCOMMAND: COMMANDBAR: Updated howdoi library 30/13330/1
kh5325.kim [Tue, 3 Dec 2013 14:39:49 +0000 (23:39 +0900)]
COMMAND: COMMANDBAR: Updated howdoi library

Implemented getVisiting() in TizenHandler.

Change-Id: I925e402eec4693389d8c8a627feae253474bb973
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "COMMON: add SdbCommand constructor for cli." into tizen
Kangho Kim [Tue, 3 Dec 2013 12:59:26 +0000 (04:59 -0800)]
Merge "COMMON: add SdbCommand constructor for cli." into tizen

10 years agoCOMMON: COMMANDBAR: Added git command 27/13327/1
kh5325.kim [Tue, 3 Dec 2013 11:31:59 +0000 (20:31 +0900)]
COMMON: COMMANDBAR: Added git command

Supports for the git command using jgit-cli.
It runs the git command for the selected resource.

Change-Id: Ib63b061d234fd2d989d574a5fa08ebfb41671f80
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoCOMMON: add SdbCommand constructor for cli. 81/13281/1
hyunsik.noh [Tue, 3 Dec 2013 02:23:41 +0000 (11:23 +0900)]
COMMON: add SdbCommand constructor for cli.

Change-Id: I11851863368f9a5dbbdd549711eb07f279b10e45
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
10 years agoUNITTEST: Added unit test about FilenameUtil#hasExtension(String,String) method. 80/13280/1
Taeyoung Son [Tue, 3 Dec 2013 02:03:51 +0000 (11:03 +0900)]
UNITTEST: Added unit test about FilenameUtil#hasExtension(String,String) method.

Added unit test about FilenameUtil#hasExtension(String,String) method.

Change-Id: I15c9809c45aadf5b9ea305f72ea2c1495d83ca26
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMerge "LAUNCH: Add method to launch debug-attach through smart launch" into tizen
Kangho Kim [Mon, 2 Dec 2013 11:10:18 +0000 (03:10 -0800)]
Merge "LAUNCH: Add method to launch debug-attach through smart launch" into tizen

10 years agoMISC: Fixed NPE in ApplicationMonitor. 95/13195/4
Taeyoung Son [Fri, 29 Nov 2013 05:31:33 +0000 (14:31 +0900)]
MISC: Fixed NPE in ApplicationMonitor.

fixed NPE in ApplicationMonitor.

Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
Change-Id: I05527b91ea86e151127765f6c287ee7c3dcdc3df

10 years agoLAUNCH: Add method to launch debug-attach through smart launch 58/13158/2
hyunsik.noh [Thu, 28 Nov 2013 12:04:30 +0000 (21:04 +0900)]
LAUNCH: Add method to launch debug-attach through smart launch

Add method to launch debug-attach called by DebugHybridAppListener

Change-Id: I5df7f398002e56b00d17841301bb8ee77355ee5d
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
10 years agoMISC: package version up (2.1.117) - Weekly update 94/13194/1
kh5325.kim [Fri, 29 Nov 2013 05:20:16 +0000 (14:20 +0900)]
MISC: package version up (2.1.117) - Weekly update

Weekly update for the packaging.

Change-Id: Ib5b22a0688801cce87657a8eddae2ecab0f922cb
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "SDBLIB: Added application monitor." into tizen
Kangho Kim [Thu, 28 Nov 2013 02:41:00 +0000 (18:41 -0800)]
Merge "SDBLIB: Added application monitor." into tizen

10 years agoMISC: Added a guard condition for setting a variable 82/13082/2
kh5325.kim [Thu, 28 Nov 2013 02:33:08 +0000 (11:33 +0900)]
MISC: Added a guard condition for setting a variable

Added a guard condition for setting a variable consoleName.

Change-Id: I7647ad682b64b073e91cf90710b599ef1f91eb11
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoSDBLIB: Added application monitor. 38/12538/17
Taeyoung Son [Mon, 18 Nov 2013 13:43:56 +0000 (22:43 +0900)]
SDBLIB: Added application monitor.

For managing the target's applications, SmartDevelopmentBridge run ApplicationMonitor.
When IApplicationChangeListener added, ApplicationMonitor will check listener's application.

Change-Id: I3e5d1103a351125c53e936650928664ab2f36f25
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMerge "MISC: VERRARI: Added NPE check." into tizen
Kangho Kim [Wed, 27 Nov 2013 06:43:46 +0000 (22:43 -0800)]
Merge "MISC: VERRARI: Added NPE check." into tizen

10 years agoMerge "SDB: Add test case for install add failure test case for sdb install 1. wrong...
Yoonki Park [Wed, 27 Nov 2013 06:27:11 +0000 (22:27 -0800)]
Merge "SDB: Add test case for install add failure test case for sdb install  1. wrong package type  2. package file does not exist also, make a method which can parse standard error" into tizen

10 years agoSDB: Add test case for install 84/12684/6
ho.namkoong [Thu, 21 Nov 2013 07:17:09 +0000 (16:17 +0900)]
SDB: Add test case for install
add failure test case for sdb install
 1. wrong package type
 2. package file does not exist
also, make a method which can parse standard error

Change-Id: I14b1fee6f20e280b85308b19f097801ec562afd9
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
10 years agoCOMMON: Fixed build error 37/13037/1
changhyun1.lee [Wed, 27 Nov 2013 06:22:06 +0000 (15:22 +0900)]
COMMON: Fixed build error

 fixed unit test build error

Change-Id: Ie21b4b2593f3e1f6745a9b7189be6f14335ec72f
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoMISC: VERRARI: Added NPE check. 68/12968/2
Taeyoung Son [Wed, 27 Nov 2013 04:29:26 +0000 (13:29 +0900)]
MISC: VERRARI: Added NPE check.

Description (Issue: N_SE-12345)

Change-Id: I8f1e3c3bf39df7abd4b880d41d772f261892167b
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMISC: Refined common Preferences label 26/12926/1
kh5325.kim [Tue, 26 Nov 2013 05:49:15 +0000 (14:49 +0900)]
MISC: Refined common Preferences label

Refined logging Preferences description.
Refactored variable names for the Preferences page.

Change-Id: I35a6c9a03e5591e133127f22fb9fc98484808b39
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMISC: Added sdb's timeout exeception message. 52/12552/8
Taeyoung Son [Tue, 19 Nov 2013 02:44:46 +0000 (11:44 +0900)]
MISC: Added sdb's timeout exeception message.

if sdb timeout exception occurred, it will show retry message. (Issue: N_SE-57665)

Change-Id: Ibe2dfdad70000cdcefa29151dd28ea66c49182b6
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMISC: package version up (2.1.116) - Weekly update 41/12741/1
kh5325.kim [Fri, 22 Nov 2013 04:31:50 +0000 (13:31 +0900)]
MISC: package version up (2.1.116) - Weekly update

Weekly update for the packaging.

Change-Id: Ib11ac04b4a3c7af730e9ac375bf61f892c93a81d
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "TOOLS: show error dialog box when user executes emulator manager which is...
bonyong lee [Fri, 22 Nov 2013 01:25:54 +0000 (17:25 -0800)]
Merge "TOOLS: show error dialog box when user executes emulator manager which is not installed properly in Connection Explorer." into tizen

10 years agoMerge "COMMON: fixed to get a invalid platform version" into tizen
bonyong lee [Fri, 22 Nov 2013 01:25:02 +0000 (17:25 -0800)]
Merge "COMMON: fixed to get a invalid platform version" into tizen

10 years agoMerge "TOOLS: Removed the unused code." into tizen
bonyong lee [Fri, 22 Nov 2013 01:24:21 +0000 (17:24 -0800)]
Merge "TOOLS: Removed the unused code." into tizen

10 years agoCOMMON: Fix unexpected action in trySleep 32/12732/1
Bon-Yong Lee [Fri, 22 Nov 2013 01:17:14 +0000 (10:17 +0900)]
COMMON: Fix unexpected action in trySleep

In old-version windows, sleep is implemented to using tick. The tick is
not enough to millisecond-scale. It depends on various elements like
machine computing power, os environment variable or context situation.
Add logic for confirmation to verify user argument, inverval to sleep,
to be passed.

Change-Id: Ifbaaad2db3bfc6350b999ce296dc54147378ef2b
Signed-off-by: Bon-Yong Lee <bonyong.lee@samsung.com>
10 years agoCOMMON: fixed to get a invalid platform version 08/12708/1
Gun Kim [Thu, 21 Nov 2013 10:44:10 +0000 (19:44 +0900)]
COMMON: fixed to get a invalid platform version

Sometimes the SDB send invalid platform information to IDE.
In this case, ODI logic generates a exception. So, the IDE can't execute Connection Explorer.
This commit improves to check whether the platform information is valid or not.

Change-Id: I338a142e7d4fc804ff73cbe76a61affe574ddeeb
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoTOOLS: show error dialog box when user executes emulator manager which is not install... 09/12709/1
shingil.kang [Thu, 21 Nov 2013 10:48:10 +0000 (19:48 +0900)]
TOOLS: show error dialog box when user executes emulator manager which is not installed properly in Connection Explorer.

There is no action when user executes emulator manager which is not installed properly.
Therefore, added to the module which show error dialog box.

Change-Id: I9f2a437b3c1ded521aff387debb5709844dc97a1
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoTOOLS: Removed the unused code. 06/12706/1
shingil.kang [Thu, 21 Nov 2013 09:59:43 +0000 (18:59 +0900)]
TOOLS: Removed the unused code.

Removed the code related to setting log preference because it is not used.

Change-Id: Id991b8bc4b1f8efa335ea72329879940aedd1e74
Signed-off-by: shingil.kang <shingil.kang@samsung.com>
10 years agoCOMMON: PREFERENCES: Changed id for the sdb preferences 81/12681/1
kh5325.kim [Thu, 21 Nov 2013 06:44:53 +0000 (15:44 +0900)]
COMMON: PREFERENCES: Changed id for the sdb preferences

Changed id for the sdb preferences. "sdb" -> "tools.sdb".

Change-Id: I00b945ac38dc29f60eb7ac64f614a3deb1bbd00c
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge changes Ibf284490,Iae374d3c into tizen
Kangho Kim [Thu, 21 Nov 2013 06:39:09 +0000 (22:39 -0800)]
Merge changes Ibf284490,Iae374d3c into tizen

* changes:
  COMMON: PREFERENCES: Refined preference description on connection explorer
  COMMON: PREFERENCES: Added SDB preferences page

10 years agoCOMMON: PREFERENCES: Refined preference description on connection explorer 40/12640/3
yoonki.park [Wed, 20 Nov 2013 14:11:46 +0000 (23:11 +0900)]
COMMON: PREFERENCES: Refined preference description on connection explorer

Change-Id: Ibf284490e761650f1744e6eb302de4b502110742
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
10 years agoCOMMON: PREFERENCES: Added SDB preferences page 38/12638/4
yoonki.park [Wed, 20 Nov 2013 13:51:11 +0000 (22:51 +0900)]
COMMON: PREFERENCES: Added SDB preferences page

Added sdb preference page

Signed-off-by: yoonki.park <yoonki.park@samsung.com>
Change-Id: Iae374d3c2b50337d042a7b53ba5cf9167043df57

10 years agoCOMMON: COMMANDBAR: Added grepcode search functionality 58/12658/1
kh5325.kim [Thu, 21 Nov 2013 03:12:10 +0000 (12:12 +0900)]
COMMON: COMMANDBAR: Added grepcode search functionality

Enhanced query command to support java search.
If user queries like 'query AbstractUIPlugin.java', Command Bar tries to
find first it from http://grepcode.com.

Change-Id: I1d70fb3fb7ef37740a7fbbd73401f728f9fce537
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoCOMMON: PREFERENCES: Refined Tizen IDE Preferences 30/12630/1
kh5325.kim [Wed, 20 Nov 2013 10:13:02 +0000 (19:13 +0900)]
COMMON: PREFERENCES: Refined Tizen IDE Preferences

Added [Apperance] category and removed [Wizard category]: Tip of the day and gradient in Wizard.
Added [Logging] category: moved from root.
Merged SDK path and update into SDK information.

Weekly update for the packaging.

Change-Id: I09bef9b34b198db3f113ee3043ea4478d35d488c
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoCOMMON: Added platform support check function 11/12611/2
changhyun1.lee [Wed, 20 Nov 2013 04:55:09 +0000 (13:55 +0900)]
COMMON: Added platform support check function

 Added installed platform check

Change-Id: Id3be1f350b41257f2f3a34ce90507be49389a877
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoMerge "EXPLORER: modified a way to display packages icon" into tizen
Kangho Kim [Wed, 20 Nov 2013 02:32:31 +0000 (18:32 -0800)]
Merge "EXPLORER: modified a way to display packages icon" into tizen

10 years agoEXPLORER: modified a way to display packages icon 57/12557/3
Gun Kim [Tue, 19 Nov 2013 04:49:07 +0000 (13:49 +0900)]
EXPLORER: modified a way to display packages icon

You can see wrong packages icon when the user refresh a project.
This commit fixed it.

Change-Id: Ia3e8d28df4cdd3aa69d237c23098841b86487bd4
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMISC: Added a guard for the shared variable 06/12606/1
kh5325.kim [Wed, 20 Nov 2013 01:21:36 +0000 (10:21 +0900)]
MISC: Added a guard for the shared variable

Added a guard for the shared variable.

Change-Id: I5d2d258f916d204cf804ef385b6b2df40c0af380
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoCOMMON: COMMANDBAR: Fixed to hide popup for empty custom content. Renamed 95/12595/1
kh5325.kim [Tue, 19 Nov 2013 13:57:28 +0000 (22:57 +0900)]
COMMON: COMMANDBAR: Fixed to hide popup for empty custom content. Renamed
class.

Fixed to hide popup when there are no custom contents.
Renamed mis-spelld class HyperlinkPatternMatchLinstener.

Change-Id: I98a39b47cac99c8dd6d5115cb0f214ce486c02e9
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoTEST: Fix Test case script 67/12567/2
Bon-Yong Lee [Tue, 19 Nov 2013 07:30:34 +0000 (16:30 +0900)]
TEST: Fix Test case script

Because of adding IVI emulator image, emulator base image specification
by index not working. Convert to using base image name by -p option

Change-Id: I2df936ec175a8a639bec150374d1f9495227f369
Signed-off-by: Bon-Yong Lee <bonyong.lee@samsung.com>
10 years agoMerge "MISC: Prevented null pointer dereferences" into tizen
kh5325.kim [Tue, 19 Nov 2013 01:51:41 +0000 (17:51 -0800)]
Merge "MISC: Prevented null pointer dereferences" into tizen

10 years agoMISC: Prevented null pointer dereferences 51/12551/1
kh5325.kim [Tue, 19 Nov 2013 01:50:48 +0000 (10:50 +0900)]
MISC: Prevented null pointer dereferences

Prevented null pointer dereferences.

Change-Id: I40f463d65653e37f5656e8560b9fdfda75bf274a
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoCOMMON: Fix Unit test 49/12549/1
Bon-Yong Lee [Tue, 19 Nov 2013 01:47:32 +0000 (10:47 +0900)]
COMMON: Fix Unit test

Convert in-container testing( network ) to out-of-container testing

Change-Id: I5b1590c5db0b7a0d6c6ae4579426055e8e14fce1
Signed-off-by: Bon-Yong Lee <bonyong.lee@samsung.com>
10 years agoCOMMON: Fixed decorator label 35/12535/1
changhyun1.lee [Mon, 18 Nov 2013 12:23:56 +0000 (21:23 +0900)]
COMMON: Fixed decorator label

 Added "Tizen" prefix.

Change-Id: I4bd3a7084660c1b870ba51f4fcf867afcd8af7fe
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoMISC: Aligned indentation 00/12500/1
kh5325.kim [Sat, 16 Nov 2013 04:27:07 +0000 (13:27 +0900)]
MISC: Aligned indentation

Aligned indentation.

Change-Id: I8772ff9dd492e4f5bb9f1a3c67b4091ad09cf583
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "EXPLORER: Refine the logic for the cache and resourceChange" into tizen
Kangho Kim [Fri, 15 Nov 2013 08:58:48 +0000 (00:58 -0800)]
Merge "EXPLORER: Refine the logic for the cache and resourceChange" into tizen

10 years agoEXPLORER: Refine the logic for the cache and resourceChange 43/12443/4
changhyun1.lee [Fri, 15 Nov 2013 06:37:22 +0000 (15:37 +0900)]
EXPLORER: Refine the logic for the cache and resourceChange

 Refine for duplicated add image

Change-Id: I11462c71acdfe35f22f2743eb067828a2fb1c91e
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoMISC: Refined error message for getting profile information 50/12450/1
kh5325.kim [Fri, 15 Nov 2013 08:19:15 +0000 (17:19 +0900)]
MISC: Refined error message for getting profile information

Refined error message for getting profile information.

Change-Id: I97c8cbdd3ea3ed33601e7db3da5b933f03063737
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "MISC: package version up (2.1.114) - Weekly update" into tizen
kh5325.kim [Fri, 15 Nov 2013 05:23:10 +0000 (21:23 -0800)]
Merge "MISC: package version up (2.1.114) - Weekly update" into tizen

10 years agoMISC: package version up (2.1.114) - Weekly update 35/12435/1
kh5325.kim [Fri, 15 Nov 2013 05:21:29 +0000 (14:21 +0900)]
MISC: package version up (2.1.114) - Weekly update

Weekly update for the packaging.

Change-Id: Ia5b7bcb1d116c0f57a2e412663007b8ed0e9cc29
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoEXPLORER: Added image file thumbnail in Project Explorer and Package Explorer 95/12395/6
changhyun1.lee [Thu, 14 Nov 2013 11:28:14 +0000 (20:28 +0900)]
EXPLORER: Added image file thumbnail in Project Explorer and Package Explorer

 image file thumbnail in Project Explorer

Change-Id: I731591d94b514859513dfc66c10c468115e30cd1
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoMerge "LAUNCH: Aligned messages with web and native" into tizen
kh5325.kim [Thu, 14 Nov 2013 08:44:06 +0000 (00:44 -0800)]
Merge "LAUNCH: Aligned messages with web and native" into tizen

10 years agoLAUNCH: Aligned messages with web and native 79/12379/1
kh5325.kim [Thu, 14 Nov 2013 08:42:23 +0000 (17:42 +0900)]
LAUNCH: Aligned messages with web and native

Added messages for successful uninstalled package.

Change-Id: I2f3f8bfa7110f361296f94d3730e9887c2c5842c
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "MISC: Modified indentation to spaces." into tizen
Kangho Kim [Thu, 14 Nov 2013 08:18:51 +0000 (00:18 -0800)]
Merge "MISC: Modified indentation to spaces." into tizen

10 years agoMerge "SDB: TEST: add test case for sdb pull add sdb pull test case when pull destina...
Kangho Kim [Thu, 14 Nov 2013 08:18:22 +0000 (00:18 -0800)]
Merge "SDB: TEST: add test case for sdb pull add sdb pull test case when pull destination contains drive like c:\" into tizen

10 years agoMISC: Modified indentation to spaces. 74/12374/1
Taeyoung Son [Thu, 14 Nov 2013 06:55:54 +0000 (15:55 +0900)]
MISC: Modified indentation to spaces.

Modified tab to space.

Change-Id: Ic7ccd677111571b99238fbac5c1e52d2a1e986d7
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMerge "BUILD: fix a prevent issue" into tizen
Kangho Kim [Thu, 14 Nov 2013 02:46:01 +0000 (18:46 -0800)]
Merge "BUILD: fix a prevent issue" into tizen

10 years agoMerge "MISC: Prevented null pointer dereferences" into tizen
kh5325.kim [Thu, 14 Nov 2013 02:30:18 +0000 (18:30 -0800)]
Merge "MISC: Prevented null pointer dereferences" into tizen

10 years agoMISC: Prevented null pointer dereferences 53/12353/1
kh5325.kim [Thu, 14 Nov 2013 02:29:24 +0000 (11:29 +0900)]
MISC: Prevented null pointer dereferences

Prevented null pointer dereferences.

Change-Id: Icb5511e87e92f053ae7bb7db7967309c45cce597
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoSDB: TEST: add test case for sdb pull 44/12344/2
ho.namkoong [Wed, 13 Nov 2013 11:44:07 +0000 (20:44 +0900)]
SDB: TEST: add test case for sdb pull
add sdb pull test case when pull destination contains drive like c:\

Change-Id: I98bda018a05575829131f798ed8f0d568adaadbc
Signed-off-by: ho.namkoong <ho.namkoong@samsung.com>
10 years agoMerge "LAUNCH: Aligned messages with web and native" into tizen
kh5325.kim [Wed, 13 Nov 2013 10:35:32 +0000 (02:35 -0800)]
Merge "LAUNCH: Aligned messages with web and native" into tizen

10 years agoLAUNCH: Aligned messages with web and native 36/12336/1
kh5325.kim [Wed, 13 Nov 2013 10:32:53 +0000 (19:32 +0900)]
LAUNCH: Aligned messages with web and native

Adds RDS on/off information.
Makes compact for the application information.

Change-Id: I95d91b723746d026e478ffe776caeb4421999ff6
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMISC: Added GIT logo icon
donghyuk.yang [Wed, 13 Nov 2013 07:31:53 +0000 (16:31 +0900)]
MISC: Added GIT logo icon

The platform project wizard includes "GIT" tab. The icon is on the tab.

Change-Id: Icc56fd43f01b19814c3825073198ea4fffea1b69
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoBUILD: fix a prevent issue 54/12254/1
Jihoon Song [Wed, 13 Nov 2013 05:47:11 +0000 (14:47 +0900)]
BUILD: fix a prevent issue

'Incorrect definition of Serializable class' defect.
transient modifier is added to the builder attribute.

Change-Id: I24a678b2f34efa841714fd2c4ffc6e8ff3946227
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
10 years agoMISC: Removed unnecessary instanceof check 50/12250/1
kh5325.kim [Wed, 13 Nov 2013 05:02:16 +0000 (14:02 +0900)]
MISC: Removed unnecessary instanceof check

Removed unnecessary instanceof check.

Change-Id: I584cdc1bdf9fbe3032f8a822505246c83075d5b4
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMISC: Prevented null pointer dereferences 43/12243/1
kh5325.kim [Wed, 13 Nov 2013 03:22:53 +0000 (12:22 +0900)]
MISC: Prevented null pointer dereferences

Prevented null pointer dereferences.

Change-Id: I8921477cb49cbe2834949eb927dac87b907265aa
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "COMMON: Changed Connection Explorer console title and labels for pull" into...
kh5325.kim [Tue, 12 Nov 2013 13:49:59 +0000 (05:49 -0800)]
Merge "COMMON: Changed Connection Explorer console title and labels for pull" into tizen

10 years agoCOMMON: Changed Connection Explorer console title and labels for pull 87/12087/2
kh5325.kim [Tue, 12 Nov 2013 13:40:22 +0000 (22:40 +0900)]
COMMON: Changed Connection Explorer console title and labels for pull

Changed console title to "Connection Explorer".
Changed lables "Pull the selected content" to "Pull the file".

Change-Id: I5571b9dfe1bb8437d4538583f9d1beeb24f881a7
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "LAUNCH: Aligned messages with web and native" into tizen
kh5325.kim [Tue, 12 Nov 2013 12:49:01 +0000 (04:49 -0800)]
Merge "LAUNCH: Aligned messages with web and native" into tizen

10 years agoLAUNCH: Aligned messages with web and native 75/12075/1
kh5325.kim [Tue, 12 Nov 2013 12:47:40 +0000 (21:47 +0900)]
LAUNCH: Aligned messages with web and native

Aligns messages between web and native launch.
Removes user-unfriendly messages.

Change-Id: I2a7caf10cea4ee3744936355a2e0adf98c702830
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMerge "MISC: Modified indentation from tab to spaces." into tizen
Kangho Kim [Tue, 12 Nov 2013 06:17:29 +0000 (22:17 -0800)]
Merge "MISC: Modified indentation from tab to spaces." into tizen

10 years agoMerge "COMMON: UTIL: Added FilenameUtil.hasExtension" into tizen
Kangho Kim [Tue, 12 Nov 2013 06:17:05 +0000 (22:17 -0800)]
Merge "COMMON: UTIL: Added FilenameUtil.hasExtension" into tizen

10 years agoMISC: Modified indentation from tab to spaces. 56/12056/1
Taeyoung Son [Tue, 12 Nov 2013 06:13:50 +0000 (15:13 +0900)]
MISC: Modified indentation from tab to spaces.

Modified indentation from tab to spaces.

Change-Id: I512db82fcf39488ebe7584b720a6769d9a3f3f2d
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoCOMMON: UTIL: Added FilenameUtil.hasExtension 55/11955/3
Taeyoung Son [Fri, 8 Nov 2013 07:59:35 +0000 (16:59 +0900)]
COMMON: UTIL: Added FilenameUtil.hasExtension

Added FilenameUtil.hasExtension

Change-Id: Ic1c38d1a33081991b0ea68fa784b7a79bc30a93c
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoLAUNCH: Aligned messages with web and native 47/12047/1
kh5325.kim [Tue, 12 Nov 2013 04:22:05 +0000 (13:22 +0900)]
LAUNCH: Aligned messages with web and native

Aligns messages between web and native launch.
Removes user-unfriendly messages.

Change-Id: Ifbb5c21e17871e4beb72a21fcd61ad8e01084088
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoLAUNCH: Aligned messages with web and native 88/11988/1
kh5325.kim [Sat, 9 Nov 2013 06:46:40 +0000 (15:46 +0900)]
LAUNCH: Aligned messages with web and native

Aligns messages between web and native launch.
Removes user-unfriendly messages.

Change-Id: I0c2d5316d12020f93278bf20697065e1abecfbe0
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoCOMMON: modified on-demand install for supporting multi profile. 78/11878/4
Gun Kim [Thu, 7 Nov 2013 05:22:24 +0000 (14:22 +0900)]
COMMON: modified on-demand install for supporting multi profile.

The ODI installed ODI packages irrespective of target's profile.
This commit fixed it. ODI will install package which match the target's profile.
If you can't find the package matched, ODI will install package which is located in common directory.

Change-Id: I79c99845d906f5cdde0e9b46704be72b8490a107
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMerge "LOG: Added log about removing file method(StandardFileHandler)" into tizen
Kangho Kim [Fri, 8 Nov 2013 10:09:43 +0000 (02:09 -0800)]
Merge "LOG: Added log about removing file method(StandardFileHandler)" into tizen

10 years agoLOG: Added log about removing file method(StandardFileHandler) 41/11841/3
Taeyoung Son [Thu, 24 Oct 2013 06:58:32 +0000 (15:58 +0900)]
LOG: Added log about removing file method(StandardFileHandler)

Added log about removing file method(StandardFileHandler)

Change-Id: Ifae2ec7c16c8926fe2d7d304b6711261c4c1296a
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoCOMMON: Fix command to get process list 45/11945/1
hyunsik.noh [Fri, 8 Nov 2013 05:52:36 +0000 (14:52 +0900)]
COMMON: Fix command to get process list

The "|" has removed from command to get process list.

Change-Id: Ib9c0a0ca74f6fac93da9ee0ef49fc2e9a5c69d08
Signed-off-by: hyunsik.noh <hyunsik.noh@samsung.com>
10 years agoCOMMON: Fix potential bugs as prevent 14/11914/1
Bon-Yong Lee [Fri, 8 Nov 2013 01:28:33 +0000 (10:28 +0900)]
COMMON: Fix potential bugs as prevent

Fix the followings:
Resource leak, inner class declaration warning and Unboxing without null-check

Change-Id: I08ed4d5a2d8c72d0d3d49fa253ae5f8492c60e36
Signed-off-by: Bon-Yong Lee <bonyong.lee@samsung.com>
10 years agoMerge "BUILD: Modified HashSet to LinkedHashSet" into tizen
Kangho Kim [Thu, 7 Nov 2013 13:05:47 +0000 (05:05 -0800)]
Merge "BUILD: Modified HashSet to LinkedHashSet" into tizen

10 years agoMISC: Code cleaning. Removed unnecessary instanceof check. 03/11903/1
kh5325.kim [Thu, 7 Nov 2013 12:55:46 +0000 (21:55 +0900)]
MISC: Code cleaning. Removed unnecessary instanceof check.

Removed unnecessary instanceof check.
Added instanceof check before casting.

Change-Id: Ia34bf353a3a24c0600bb6f8ec584ce8c4cd482af
Signed-off-by: kh5325.kim <kh5325.kim@samsung.com>
10 years agoMISC: package version up (2.1.113) 90/11890/1
changhyun1.lee [Thu, 7 Nov 2013 09:08:26 +0000 (18:08 +0900)]
MISC: package version up (2.1.113)

 update for the packaging.

Change-Id: I9f2e66c2697864a62dac0571d20335443542afd9
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoMerge "COMMON: UTIL: Fixed exception for "numbers of source Raster bands and source...
Harry Hyeongseok Heo [Thu, 7 Nov 2013 08:10:02 +0000 (00:10 -0800)]
Merge "COMMON: UTIL: Fixed exception for "numbers of source Raster bands and source color space components do not match"" into tizen

10 years agoCOMMON: UTIL: Fixed exception for "numbers of source Raster bands and source color... 37/11837/6
changhyun1.lee [Wed, 6 Nov 2013 06:46:00 +0000 (15:46 +0900)]
COMMON: UTIL: Fixed exception for "numbers of source Raster bands and source color space components do not match"

 ImageIO.read() is not implementation for gray-scale of image.
 work around that retries the load as 'BufferedImage.TYPE_BYTE_GRAY' if it fails the main load.

Change-Id: I6e07087102cbc7821af7b9180c5e78d7039de902
Signed-off-by: changhyun1.lee <changhyun1.lee@samsung.com>
10 years agoSIGN: replace tab to space characters 74/11874/2
Jihoon Song [Thu, 7 Nov 2013 05:12:40 +0000 (14:12 +0900)]
SIGN: replace tab to space characters

Change-Id: I2594860adcc11cf556293b145c8ece591219d232
Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
10 years agoBUILD: Modified HashSet to LinkedHashSet 40/11840/2
Taeyoung Son [Wed, 23 Oct 2013 08:57:55 +0000 (17:57 +0900)]
BUILD: Modified HashSet to LinkedHashSet

Modified HashSet to ArrayList

Change-Id: Id322d5e4ae4ba2176cb94150b0e9f1a1e8857c40
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>