sdk/ide/nativeplatform-eplugin.git
9 years agoVersion up (2.1.104) 45/27745/1
donghyuk.yang [Thu, 18 Sep 2014 13:08:03 +0000 (22:08 +0900)]
Version up (2.1.104)

Change-Id: I29e0391b205ff82a0ac4513b906d98a0b6095011
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoWIZARD: Removed Tizen Project wizard 43/27743/1
donghyuk.yang [Thu, 18 Sep 2014 13:00:43 +0000 (22:00 +0900)]
WIZARD: Removed Tizen Project wizard

Change-Id: Iee188ad1c6774fa73f202068d88aace93f587922
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoMISC : added null check statement(FORWARD_NULL) 21/27721/1
jm.jaemin.kim [Thu, 18 Sep 2014 06:54:01 +0000 (15:54 +0900)]
MISC : added null check statement(FORWARD_NULL)

added null check statement(FORWARD_NULL)

Change-Id: Ib30d69687031d49ec242a7c5d32ba2911139a619
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
9 years agoMISC : added null check statement 00/27600/1
jm.jaemin.kim [Tue, 16 Sep 2014 11:47:14 +0000 (20:47 +0900)]
MISC : added null check statement

added null check statement

Change-Id: I8aeebf84163b22d67f1a121cbb0cd73510438ef4
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
9 years agoMISC: pkg version up (2.1.103) 93/27493/2
jm.jaemin.kim [Mon, 15 Sep 2014 01:43:22 +0000 (10:43 +0900)]
MISC: pkg version up (2.1.103)

Change-Id: Ic8cbd5341bb370a057444a7fb46d65580aeebd90
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
9 years agoPREVENT: Dereference before null check 82/27482/2
jm.jaemin.kim [Sat, 13 Sep 2014 08:08:58 +0000 (17:08 +0900)]
PREVENT: Dereference before null check

added null checking before calling dereference method.

Change-Id: Iffb50272b65aa76c198c2d379b67a867a604dd6f
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
9 years agoVersion up (2.1.102) 93/27093/1
donghyuk.yang [Thu, 4 Sep 2014 10:16:58 +0000 (19:16 +0900)]
Version up (2.1.102)

Change-Id: Id1403d3ac918051125d62394a5d8fd08e4b88154
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoMISC: Removed ptp ui plugin 82/27082/1
donghyuk.yang [Thu, 4 Sep 2014 08:36:07 +0000 (17:36 +0900)]
MISC: Removed ptp ui plugin

It shows error message in preferences page.

Change-Id: Ibf12021f025b6871adec0400caa9dc88265ccfc3
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoLAUNCH: Select SCP or SDB to push package files in windows
donghyuk.yang [Tue, 2 Sep 2014 06:16:12 +0000 (15:16 +0900)]
LAUNCH: Select SCP or SDB to push package files in windows

In windows, target uses scp tool to get package files as default. But,
some targets do not has scp tool. So, IDE supports sdb tool also. Now,
user can select scp or sdb tool to push package files.

Change-Id: I45a377baea3e242d4375ed90208fb030f858885a
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoLAUNCH: Modified local package install command
donghyuk.yang [Tue, 2 Sep 2014 04:08:14 +0000 (13:08 +0900)]
LAUNCH: Modified local package install command

The prev install command has problem when installing older version.
Following command resolves the problem.
$ rpm -Uvh --force <packages>

Change-Id: I3c1a2f68110588f47605c23140b66d76ccbe8f03
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoLAUNCH: Added method for checking packages in remote server.
donghyuk.yang [Tue, 2 Sep 2014 04:06:47 +0000 (13:06 +0900)]
LAUNCH: Added method for checking packages in remote server.

Change-Id: I15c78ef0898d161877181ce0c6ba029a26a7e1b4
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoLAUNCH: Do not include project directory in debugging source container
donghyuk.yang [Tue, 2 Sep 2014 04:02:35 +0000 (13:02 +0900)]
LAUNCH: Do not include project directory in debugging source container

When debugging, mapping source container includes project directory and
rootstrap directory.
The project directory actually is not needed. So, remove it.

Change-Id: I22d4b4ef77e7ce0103d28785da8d26718d77e263
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoINDEX: Set include paths to "CDT User Setting Entries"
donghyuk.yang [Tue, 2 Sep 2014 04:00:20 +0000 (13:00 +0900)]
INDEX: Set include paths to "CDT User Setting Entries"

Now, "CDT Managed Build Setting Entries" is not working in kepler
version.
So, set include paths to "CDT User Setting Entries" instead of "CDT
Managed Build Setting Entries"

Change-Id: I2e2d03a0ca5dbcdf72a2cdaf55417091153b33a3
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoLAUNCH: Disable "load library symbol" option when debugging platform
donghyuk.yang [Tue, 2 Sep 2014 03:51:55 +0000 (12:51 +0900)]
LAUNCH: Disable "load library symbol" option when debugging platform
library

Enable the option when debugging EFL application, Disable the option
when debugging platform library

Change-Id: I1e8330a9625e508671f86641360db9dec9bab788
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoAdd sbilib to the dependency 96/26896/1
Shihyun.kim [Mon, 1 Sep 2014 03:14:46 +0000 (12:14 +0900)]
Add sbilib to the dependency

Change-Id: Ic6cc03a2c26b8ea6283238069013bf7b76c373fc
Signed-off-by: Shihyun.kim <shihyun.kim@samsung.com>
9 years agoSBILIB : Changed to use the sbilib 18/26718/1
Shihyun.kim [Thu, 28 Aug 2014 08:50:24 +0000 (17:50 +0900)]
SBILIB : Changed to use the sbilib

Change-Id: Icba62534a3cb95b5a6b821c82a3e6fe1816a0b52
Signed-off-by: Shihyun.kim <shihyun.kim@samsung.com>
9 years agoMerge "PREVENT: REMOTE: NULL Pointer Dereference" into mw
DongHee Yang [Sun, 24 Aug 2014 05:32:39 +0000 (22:32 -0700)]
Merge "PREVENT: REMOTE: NULL Pointer Dereference" into mw

9 years agoVersion up (2.1.100) 69/26469/1
donghyuk.yang [Sun, 24 Aug 2014 05:29:02 +0000 (14:29 +0900)]
Version up (2.1.100)

Change-Id: Icc12c54f624a032516516e592c3436a29478d5f3
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoMISC: Applied egit version changes (3.2) and modified package dependencies 68/26468/1
donghyuk.yang [Sun, 24 Aug 2014 05:23:05 +0000 (14:23 +0900)]
MISC: Applied egit version changes (3.2) and modified package dependencies

Egit is upgraded with kepler upgrading. So, egit api is changed and package dependency also is changed.

Change-Id: Idcdcd80c1e03954f554f5a77c347c3dedfd065bb
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoPREVENT: REMOTE: NULL Pointer Dereference 74/26374/1
jm.jaemin.kim [Thu, 21 Aug 2014 08:20:36 +0000 (17:20 +0900)]
PREVENT: REMOTE: NULL Pointer Dereference

the program throws a NULL pointer exception
when it attempts to call the "conn.setAddress(host)" method
so, check statement is added.

Change-Id: Ia0ef4e84ea75efc3a36bb203b1f9cd65c0430e01
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
9 years agoVersion up (2.1.99) 78/26278/1
donghyuk.yang [Wed, 20 Aug 2014 08:34:29 +0000 (17:34 +0900)]
Version up (2.1.99)

Change-Id: Ib779bf5f35c2707252225dba2bc5ca9a1ffea0ee
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoWIZARD: Changed profile name of git platform project 77/26277/1
donghyuk.yang [Wed, 20 Aug 2014 08:26:17 +0000 (17:26 +0900)]
WIZARD: Changed profile name of git platform project

Profile name of git project project is site configuration name. Now,
common plugin checks that profile name is matched with rootstrap name
strictly. So, change profile name of git platform project as real
profile name.

Change-Id: I161747e758766a00468b23ab526557792d8890e1
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoVersion up (2.1.98) 63/25863/1
donghyuk.yang [Mon, 11 Aug 2014 10:24:58 +0000 (19:24 +0900)]
Version up (2.1.98)

Change-Id: I3b8306ba20ae6920a3fe62898af53439548a3648
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
9 years agoDEBUG: Applied toolchain xml name changing 61/25861/1
donghyuk.yang [Mon, 11 Aug 2014 10:22:36 +0000 (19:22 +0900)]
DEBUG: Applied toolchain xml name changing

Remove toolchain version and "obs" string from toolchain name. So, IDE
should not check "obs" string when debugging.

Change-Id: I39760a1e06e78efe4f905a5c87869ce15a39b324
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMISC: version up (2.1.97) 39/24539/1
Gun Kim [Wed, 16 Jul 2014 07:15:45 +0000 (16:15 +0900)]
MISC: version up (2.1.97)

Change-Id: I17a68589ca53a2c754943cf6fd27a87a78cf15af
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoLAUNCH: applied common-eplugin's change 03/24003/1
Gun Kim [Mon, 7 Jul 2014 10:29:10 +0000 (19:29 +0900)]
LAUNCH: applied common-eplugin's change

Some methods are added on ITizenNativeProject.java.
So, I applied these.

Change-Id: I2b83854608ee9a54fd27195764b75ca869e993f8
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMISC : Fixed prevent error 50/23850/2
jm.jaemin.kim [Fri, 4 Jul 2014 08:16:02 +0000 (17:16 +0900)]
MISC : Fixed prevent error

major 15
build,command,launch,pkg,pkgmgr,remote and util packages.

Change-Id: I6a0400a6da7ad087cc161931eba5749cf920b2f5
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoMISC : Fixed prevent error 49/23849/2
jm.jaemin.kim [Fri, 4 Jul 2014 08:13:39 +0000 (17:13 +0900)]
MISC : Fixed prevent error

Critical 4 and major 1
RootstrapUtil, SSHUtil, RpmPackageLauncher

Change-Id: I2643bb8d6f8374cccc22e1d7846f6ef078d7fe53
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoMerge branch 'tizen' into mw 06/23606/1
Gun Kim [Mon, 30 Jun 2014 09:06:17 +0000 (18:06 +0900)]
Merge branch 'tizen' into mw

Conflicts:
org.tizen.nativeplatform/src/org/tizen/nativeplatform/PlatformProject.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/command/launcher/RemoteCommandUtil.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/coredump/CoredumpSelectionHandler.java
package/changelog
package/pkginfo.manifest

Change-Id: I7204881051e3b018b01378387e89700b532aafb1
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMISC: version up (2.1.96) 04/23604/1
Gun Kim [Mon, 30 Jun 2014 08:43:12 +0000 (17:43 +0900)]
MISC: version up (2.1.96)

Change-Id: I767ee8734fd569adc33415ffc49021851ba8a596
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMISC: version up (2.1.94) 01/23601/1
Gun Kim [Mon, 30 Jun 2014 08:11:26 +0000 (17:11 +0900)]
MISC: version up (2.1.94)

Change-Id: I5ea8b6e6fac06973051388769b080f7535f3c3cc
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMISC: applied common-eplugin's change 00/23600/1
Gun Kim [Mon, 30 Jun 2014 08:09:59 +0000 (17:09 +0900)]
MISC: applied common-eplugin's change

Change-Id: I8cd5b8c86db23dc9412e03a9e7c76a30806ff104
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoVersion up (2.1.95)
donghyuk.yang [Wed, 18 Jun 2014 08:45:10 +0000 (17:45 +0900)]
Version up (2.1.95)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMISC: Added macos package information
donghyuk.yang [Wed, 18 Jun 2014 08:42:17 +0000 (17:42 +0900)]
MISC: Added macos package information

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoRevert "MISC: applied nativeappcommon's change" 80/22980/1
Gun Kim [Sun, 15 Jun 2014 02:15:53 +0000 (19:15 -0700)]
Revert "MISC: applied nativeappcommon's change"

This reverts commit 5b128b29339559113e58ba3415edcf23e1c3e210.

Change-Id: Idc81596586369cd7dcb03b7362e5fc015ae5b11f

10 years agoMISC: applied nativeappcommon's change 47/22947/2
Gun Kim [Fri, 13 Jun 2014 10:54:32 +0000 (19:54 +0900)]
MISC: applied nativeappcommon's change

Change-Id: Ia4d6305baff48550a95fae1e917900338b957f66
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMerge "BUILD: Replaced user error messages when building without rootstrap." into...
DongHee Yang [Wed, 11 Jun 2014 11:37:55 +0000 (04:37 -0700)]
Merge "BUILD: Replaced user error messages when building without rootstrap." into tizen

10 years agoBUILD: Replaced user error messages when building without rootstrap. 86/22686/2
jm.jaemin.kim [Wed, 11 Jun 2014 08:00:58 +0000 (17:00 +0900)]
BUILD: Replaced user error messages when building without rootstrap.

When a user run project build without connecting remote server NullPointException is displayed.
So added user error messages(There is no remote server...).

Change-Id: I5b2ee021cd3e37b291d7130cc57ca4c3d414c4ae
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoMISC: applied to change ITizenProject.java in common-eplugin 31/22131/1
Gun Kim [Tue, 13 May 2014 04:49:35 +0000 (13:49 +0900)]
MISC: applied to change ITizenProject.java in common-eplugin

applied to change ITizenProject.java in common-eplugin

Change-Id: Ica94400e82bf4d22b808e0314974306050ee2fa6
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMerge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen
donghyuk.yang [Wed, 21 May 2014 14:50:11 +0000 (23:50 +0900)]
Merge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen

10 years agoVersion up (2.1.94)
donghyuk.yang [Wed, 21 May 2014 14:49:50 +0000 (23:49 +0900)]
Version up (2.1.94)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoREMOTE: CONN: Check user home directory
donghyuk.yang [Wed, 21 May 2014 14:45:40 +0000 (23:45 +0900)]
REMOTE: CONN: Check user home directory

Check user home directory. Cancel connection if user home directory does
not exist.

Change-Id: I5be3d9569ea264e437e6441d44b06daa3e4aa726
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge "BUILD : When running a project, Validate architecture of rpm-files" into tizen
DongHee Yang [Wed, 21 May 2014 08:29:14 +0000 (01:29 -0700)]
Merge "BUILD : When running a project, Validate architecture of rpm-files" into tizen

10 years agoVersion up (2.1.93)
donghyuk.yang [Mon, 19 May 2014 08:53:35 +0000 (17:53 +0900)]
Version up (2.1.93)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: COREDUMP: Do not synchronize debug files when coredump debugging.
donghyuk.yang [Sat, 17 May 2014 15:02:29 +0000 (00:02 +0900)]
DEBUG: COREDUMP: Do not synchronize debug files when coredump debugging.

User do not need to set a rootstrap before coredump debugging. So,
synchronizing debug files also is not needed.

Change-Id: I0f482ae4a5fb0a2977ace4e61c88045fb840283b
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: COREDUMP: Supported to manage repositories on launch wizard when
donghyuk.yang [Sat, 17 May 2014 14:40:32 +0000 (23:40 +0900)]
DEBUG: COREDUMP: Supported to manage repositories on launch wizard when
coredump debugging.

User can manage repositories on launch wizard when creating a new
rootstrap of coredump debugging.

Change-Id: I81e4368c6549f918b6b18041b818421685a14c2b
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: Supported coredump debugging on windows.
donghyuk.yang [Sat, 17 May 2014 12:43:05 +0000 (21:43 +0900)]
DEBUG: Supported coredump debugging on windows.

Coredump debugging is supported on windows. User can uses not only
remote .core/.cs files but also local .core/.cs files.

Change-Id: Ic6483c55a8cfe57b50c9cb6c6585eac1959934b1
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMISC: Replace private method to public static method
jm.jaemin.kim [Thu, 15 May 2014 06:34:38 +0000 (15:34 +0900)]
MISC: Replace private method to public static method

Some methods move from GBSBuildResultProcessor to PackageUtil
It allows other modules call them
(getRemoteRpmFiles,getRpmFiles,getRemoteXmlFiles,getXmlFiles)

Change-Id: I4bf8daa9bdbdd4e12495c16006a58fe497997edc
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoDEBUG: Show error dialog if gdbserver file copy is failed.
donghyuk.yang [Tue, 13 May 2014 02:01:10 +0000 (11:01 +0900)]
DEBUG: Show error dialog if gdbserver file copy is failed.

gdbserver file copy sometimes is failed because emulator launching is
not completed. In this case, IDE shows error dialog.

Change-Id: I8054846efc67c119f65c7819d012b5df81ccfd20
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoBUILD : When running a project, Validate architecture of rpm-files 47/21347/1
jm.jaemin.kim [Mon, 19 May 2014 07:31:59 +0000 (16:31 +0900)]
BUILD : When running a project, Validate architecture of rpm-files

There has been a problem that a project is run
as the Invalid architecture of rpm-files, so that was verified.

Change-Id: I6b78c3ea226f2b5b2fc8fb61e388a52ee2464e71
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoVersion up (2.1.93)
donghyuk.yang [Sun, 18 May 2014 02:31:35 +0000 (11:31 +0900)]
Version up (2.1.93)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: COREDUMP: Do not synchronize debug files when coredump debugging.
donghyuk.yang [Sat, 17 May 2014 15:02:29 +0000 (00:02 +0900)]
DEBUG: COREDUMP: Do not synchronize debug files when coredump debugging.

User do not need to set a rootstrap before coredump debugging. So,
synchronizing debug files also is not needed.

Change-Id: I0f482ae4a5fb0a2977ace4e61c88045fb840283b
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: COREDUMP: Supported to manage repositories on launch wizard when
donghyuk.yang [Sat, 17 May 2014 14:40:32 +0000 (23:40 +0900)]
DEBUG: COREDUMP: Supported to manage repositories on launch wizard when
coredump debugging.

User can manage repositories on launch wizard when creating a new
rootstrap of coredump debugging.

Change-Id: I81e4368c6549f918b6b18041b818421685a14c2b
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen
donghyuk.yang [Sat, 17 May 2014 12:43:31 +0000 (21:43 +0900)]
Merge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen

10 years agoDEBUG: Supported coredump debugging on windows.
donghyuk.yang [Sat, 17 May 2014 12:43:05 +0000 (21:43 +0900)]
DEBUG: Supported coredump debugging on windows.

Coredump debugging is supported on windows. User can uses not only
remote .core/.cs files but also local .core/.cs files.

Change-Id: Ic6483c55a8cfe57b50c9cb6c6585eac1959934b1
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMISC: Replace private method to public static method 08/21108/1
jm.jaemin.kim [Thu, 15 May 2014 06:34:38 +0000 (15:34 +0900)]
MISC: Replace private method to public static method

Some methods move from GBSBuildResultProcessor to PackageUtil
It allows other modules call them
(getRemoteRpmFiles,getRpmFiles,getRemoteXmlFiles,getXmlFiles)

Change-Id: I4bf8daa9bdbdd4e12495c16006a58fe497997edc
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoMISC: package version up(2.1.92) 07/20807/1
Taeyoung Son [Tue, 13 May 2014 05:06:30 +0000 (14:06 +0900)]
MISC: package version up(2.1.92)

package version up(2.1.92)

Change-Id: Id5e6cefda413cb27f754c4b38d514eb323b9d08e
Signed-off-by: Taeyoung Son <taeyoung2.son@samsung.com>
10 years agoMISC: applied to change ITizenProject.java in common-eplugin 02/20802/1
Gun Kim [Tue, 13 May 2014 04:49:35 +0000 (13:49 +0900)]
MISC: applied to change ITizenProject.java in common-eplugin

applied to change ITizenProject.java in common-eplugin

Change-Id: Ica94400e82bf4d22b808e0314974306050ee2fa6
Signed-off-by: Gun Kim <gune.kim@samsung.com>
10 years agoMerge "Merge branch 'tizen' into mw" into mw
DongHee Yang [Tue, 13 May 2014 02:12:15 +0000 (19:12 -0700)]
Merge "Merge branch 'tizen' into mw" into mw

10 years agoVersion up (2.1.92)
donghyuk.yang [Tue, 13 May 2014 02:05:33 +0000 (11:05 +0900)]
Version up (2.1.92)

Change-Id: Ib3e1f1d55bc1b6581a195bd3a58b85d10c1dd512
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: Show error dialog if gdbserver file copy is failed.
donghyuk.yang [Tue, 13 May 2014 02:01:10 +0000 (11:01 +0900)]
DEBUG: Show error dialog if gdbserver file copy is failed.

gdbserver file copy sometimes is failed because emulator launching is
not completed. In this case, IDE shows error dialog.

Change-Id: I8054846efc67c119f65c7819d012b5df81ccfd20
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge branch 'tizen' into mw 82/20782/1
jm.jaemin.kim [Tue, 13 May 2014 01:27:15 +0000 (10:27 +0900)]
Merge branch 'tizen' into mw

Change-Id: I0410d03ebb40865557c10bca4b13779c4737a0c1
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoMerge branch 'tizen' into mw
donghyuk.yang [Tue, 13 May 2014 01:05:08 +0000 (10:05 +0900)]
Merge branch 'tizen' into mw

10 years agoVersion up (2.1.91)
donghyuk.yang [Mon, 12 May 2014 13:49:56 +0000 (22:49 +0900)]
Version up (2.1.91)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen
donghyuk.yang [Mon, 12 May 2014 13:47:29 +0000 (22:47 +0900)]
Merge branch 'tizen' of review.tizen.org:sdk/ide/nativeplatform-eplugin into tizen

10 years agoDEBUG: Use SDB forwarding if target is remote emulator.
donghyuk.yang [Mon, 12 May 2014 13:47:22 +0000 (22:47 +0900)]
DEBUG: Use SDB forwarding if target is remote emulator.

Gdb client connect to target directly if device is connected by IP
address. Gdb client connect to target for SDB forwarding in other case

Change-Id: If35a42e19036caa296eb525f50331ff05c540305
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: Remove PTP debug plugins
donghyuk.yang [Mon, 12 May 2014 13:36:51 +0000 (22:36 +0900)]
DEBUG: Remove PTP debug plugins

This plugin is not used

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.90) 96/20696/1
jm.jaemin.kim [Mon, 12 May 2014 06:43:45 +0000 (15:43 +0900)]
Version up (2.1.90)

Change-Id: Iec5b115e71180c7d965cee261c0de9cf6bc0482e
Signed-off-by: jm.jaemin.kim <jm.jaemin.kim@samsung.com>
10 years agoVIEW: ROOTSTRAP: Added host ip text control to remote connection dialog.
donghyuk.yang [Mon, 12 May 2014 05:38:10 +0000 (14:38 +0900)]
VIEW: ROOTSTRAP: Added host ip text control to remote connection dialog.

If host has multiple IP address, user should set an IP address. The ip
address is used by gdb when debugging a platform project on windows.

Change-Id: I2272c1fa6e07884f4dd7e94a38ce1fcb4da499d6
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: Modified sleep time when starting gdb.
donghyuk.yang [Mon, 12 May 2014 05:26:18 +0000 (14:26 +0900)]
DEBUG: Modified sleep time when starting gdb.

In ubuntu, sleep time is 1 second as default. but in windows, sleep time
should be more than 2 second.

Change-Id: I2ce6dfdb183fc958e678bcbbae1caf8175822a97
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoLAUNCH: Check .rpm and .xml files before launching a project
donghyuk.yang [Mon, 12 May 2014 05:25:12 +0000 (14:25 +0900)]
LAUNCH: Check .rpm and .xml files before launching a project

Package files(.rpm) and info files(.xml) should exist when launching a
platform project. Launch shortcut and delegate check files before
launching.

Change-Id: Icd86b0b08b332b850d867f6dab11a6db77e53ff7
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.89) 52/20652/1
donghyuk.yang [Sun, 11 May 2014 08:12:17 +0000 (17:12 +0900)]
Version up (2.1.89)

Change-Id: Ib201213b96f0c52153b244b72398cc1e8172ee12
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge "GIT: Uses egit timeout information" into tizen
DongHee Yang [Sun, 11 May 2014 06:48:19 +0000 (23:48 -0700)]
Merge "GIT: Uses egit timeout information" into tizen

10 years agoGIT: Uses egit timeout information 47/20647/1
donghyuk.yang [Sun, 11 May 2014 06:46:15 +0000 (15:46 +0900)]
GIT: Uses egit timeout information

org.eclipse.egit.ui.UIPreferences.REMOTE_CONNECTION_TIMEOUT

Change-Id: Ib543364a472d6212c85aec004c4e8c4d46f6190e
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Shows why you insert ssh private and public key in 46/20646/1
donghyuk.yang [Sun, 11 May 2014 06:41:29 +0000 (15:41 +0900)]
VIEW: ROOTSTRAP: Shows why you insert ssh private and public key in
connection dialog.

Change-Id: I2bf3f78d5fb91675eab8add75f37cd7b9f0fdd39
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Shows connection error in Error log view. 45/20645/1
donghyuk.yang [Sun, 11 May 2014 06:40:10 +0000 (15:40 +0900)]
VIEW: ROOTSTRAP: Shows connection error in Error log view.

Change-Id: Ib157462feffd7ad247feca752ce307cb896a0985
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Verify sudo password when connecting remote server 41/20641/1
donghyuk.yang [Sun, 11 May 2014 04:39:05 +0000 (13:39 +0900)]
VIEW: ROOTSTRAP: Verify sudo password when connecting remote server

Verify sudo password if user inserts password when connecting remote
server. If user click cancel button, connecting will be canceled.

Change-Id: Ib549c1bce90180f0b1fbb59098911e60fc49eb3c
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoPREF: Added preference pages (Build server, Device, Rootstrap) 40/20640/1
donghyuk.yang [Sun, 11 May 2014 02:46:44 +0000 (11:46 +0900)]
PREF: Added preference pages (Build server, Device, Rootstrap)

Build server: build server configuration such as ssh, environment,
command.. (supported only on windows)
Device: Remote, local and efl package command configuration.
Rootstrap: Remote and local package command configuration.

Change-Id: Ib956a80a38ae63bf32fb8971f15969d2efe5e815
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Modified error message for rootstrap creation. 42/20542/1
donghyuk.yang [Fri, 9 May 2014 05:24:46 +0000 (14:24 +0900)]
VIEW: ROOTSTRAP: Modified error message for rootstrap creation.

Do not show exception string.

Change-Id: If729f81d959340b3ff84dec2ebab9e212c20894a
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Show pretty message if URL is invalid when creating 89/20489/1
donghyuk.yang [Thu, 8 May 2014 06:54:29 +0000 (15:54 +0900)]
VIEW: ROOTSTRAP: Show pretty message if URL is invalid when creating
rootstrap.

User insert snapshot URL when create rootstrap. IDE has shown rare
exception message if the URL is invalid. Now, IDE shows pretty message.

Change-Id: Ieae79a454aa582fe05f007dd1d0ac2930776be59
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Check to lost SSH connection before view action on 83/20483/1
donghyuk.yang [Thu, 8 May 2014 06:28:43 +0000 (15:28 +0900)]
VIEW: ROOTSTRAP: Check to lost SSH connection before view action on
windows.

If SSH connection is closed unfortunately, show error message and
disconnect connection.

Change-Id: I75465a6ba48a789236bf54809d131fd20efead02
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge branch 'supportwin' into tizen 10/20410/1
donghyuk.yang [Wed, 7 May 2014 02:02:24 +0000 (11:02 +0900)]
Merge branch 'supportwin' into tizen

Conflicts:
org.tizen.nativeplatform/META-INF/MANIFEST.MF
org.tizen.nativeplatform/src/org/tizen/nativeplatform/launch/LaunchConfigurationProcessor.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/pkg/commander/deb/DebCommanderHost.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/pkg/commander/rpm/RpmCommanderDevice.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/rds/RpmRapidDeployer.java
org.tizen.nativeplatform/src/org/tizen/nativeplatform/util/PlatformLaunchUtil.java
package/changelog
package/pkginfo.manifest

Change-Id: I891dc62b7989d6d1bdd4131709715d04aca754a7
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.88) supportwin
donghyuk.yang [Wed, 7 May 2014 00:34:58 +0000 (09:34 +0900)]
Version up (2.1.88)

Change-Id: I6bdcfae653d6fa6bf1468023910a1cf423da99f1
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoSYNC: Remove rsync "--delete" option when synchronizing workspace. 08/20408/1
donghyuk.yang [Wed, 7 May 2014 00:33:39 +0000 (09:33 +0900)]
SYNC: Remove rsync "--delete" option when synchronizing workspace.

GBS incremental option is not working because of "--delete" option.

Change-Id: Ife793ff920f8921714d5f878ce3dab2c1997db31
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.87)
donghyuk.yang [Tue, 6 May 2014 16:14:49 +0000 (01:14 +0900)]
Version up (2.1.87)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge "LAUNCH: Install app packages and other packages separately in case of EFL...
DongHee Yang [Tue, 6 May 2014 16:10:26 +0000 (09:10 -0700)]
Merge "LAUNCH: Install app packages and other packages separately in case of EFL application project." into supportwin

10 years agoLAUNCH: Install app packages and other packages separately in case of 91/20391/1
donghyuk.yang [Tue, 6 May 2014 16:02:14 +0000 (01:02 +0900)]
LAUNCH: Install app packages and other packages separately in case of
EFL application project.

Application packages are installed with PKGCMD tool and other packages
are installed with RPM tool.

Change-Id: Idcafd8b141ac1bf4dedc37765d1cf1fb4e8aa0b2
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.86)
donghyuk.yang [Tue, 6 May 2014 12:27:02 +0000 (21:27 +0900)]
Version up (2.1.86)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoDEBUG: Connect device ip address directly when debugging a platform 87/20387/1
donghyuk.yang [Tue, 6 May 2014 12:23:42 +0000 (21:23 +0900)]
DEBUG: Connect device ip address directly when debugging a platform
project on device.

If user uses emulator, GDB will connect to server using host IP.
If user uses device, GDB will connect to server using device IP
directly.

Change-Id: Ic96781dae724c6000c8d94a2386760c3acd7d990
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Do not support to use local repository on windows. 72/20372/1
donghyuk.yang [Tue, 6 May 2014 04:38:48 +0000 (13:38 +0900)]
VIEW: ROOTSTRAP: Do not support to use local repository on windows.

Hide controls which related with local repository. On windows, local
repository is not supported yet.

Change-Id: Ie668b2f6fa5440302bd1755cc9754dbff03f65e8
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVersion up (2.1.85)
donghyuk.yang [Tue, 6 May 2014 02:16:45 +0000 (11:16 +0900)]
Version up (2.1.85)

Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge "VIEW: ROOTSTRAP: Supported to open debug source in ubuntu." into supportwin
DongHee Yang [Tue, 6 May 2014 02:11:41 +0000 (19:11 -0700)]
Merge "VIEW: ROOTSTRAP: Supported to open debug source in ubuntu." into supportwin

10 years agoVIEW: ROOTSTRAP: Supported to open debug source in ubuntu. 70/20370/1
donghyuk.yang [Tue, 6 May 2014 02:10:31 +0000 (11:10 +0900)]
VIEW: ROOTSTRAP: Supported to open debug source in ubuntu.

User can open installed debug source using "Open Debug Source" menu in
rootstrap view. File dialog will show file list in
{rootstrap_path}/usr/src/debug path.

Change-Id: Ia9d46bd70c5c38cd8afcfa1389242f4bf403b268
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Set "Generate rootstrap immediately" button as default 65/20365/1
donghyuk.yang [Mon, 5 May 2014 13:53:18 +0000 (22:53 +0900)]
VIEW: ROOTSTRAP: Set "Generate rootstrap immediately" button as default

Change-Id: I3dc8f12b73b0ef4af8388dc4362488666f6b2873
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoROOTSTRAP: Supported to add extra repositories when rootstrap creation. 61/20361/1
donghyuk.yang [Mon, 5 May 2014 13:20:42 +0000 (22:20 +0900)]
ROOTSTRAP: Supported to add extra repositories when rootstrap creation.

User can add extra repositories and order it when creating a new
rootstrap. It is supported only in Package Manager before. Now, It also
is supported in rootstrap creation dialog.

Change-Id: I5493bf964a4e667a7a367a45d62c70e25fe839f8
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoSYNC: Asks user about synchronization include & debug files between 58/20358/1
donghyuk.yang [Mon, 5 May 2014 10:14:23 +0000 (19:14 +0900)]
SYNC: Asks user about synchronization include & debug files between
remote server and local.

- If include files are changed after building a project, IDE asks user
to synchronize include files. If debug files are changed before
debugging, IDE also asks user to synchronize debug files.
- Exclude "include/boost" directory when synchronizing include files
because the directory has so many files.

Change-Id: Ia515f7814fd8062c263a38029721cda760ce05bd
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoLAUNCH: Install packages to rootstrap and device using multi threads 54/20354/1
donghyuk.yang [Mon, 5 May 2014 06:45:51 +0000 (15:45 +0900)]
LAUNCH: Install packages to rootstrap and device using multi threads

IDE installs packages to rootstrap and device using multi threads. It
can improve launch speed.

Change-Id: Ia1723bfdfd22d5ed1375d8af559fa170fcb15a7b
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoMerge "BUILD: Get package information as a RPM command." into supportwin
DongHee Yang [Mon, 5 May 2014 02:18:29 +0000 (19:18 -0700)]
Merge "BUILD: Get package information as a RPM command." into supportwin

10 years agoBUILD: Get package information as a RPM command. 53/20353/1
donghyuk.yang [Mon, 5 May 2014 01:09:33 +0000 (10:09 +0900)]
BUILD: Get package information as a RPM command.

IDE executes a few RPM commands to get package information before. Now,
IDE executes a RPMcommand to get it. It effects performance.

Change-Id: Ib6a42059abe6634c54710552f88bc29bb893f63a
Signed-off-by: donghyuk.yang <donghyuk.yang@samsung.com>
10 years agoVIEW: ROOTSTRAP: Supported to open debug source in rootstrap view.
donghyuk,yang [Sun, 4 May 2014 15:16:12 +0000 (00:16 +0900)]
VIEW: ROOTSTRAP: Supported to open debug source in rootstrap view.

User can open debug sources in rootstrap view for debugging platform
source. User can open sources after installing debug packages in
Package Manager. Editor shows a selected source and user can set
break-point in a editor.

Change-Id: I4b879ebfbf6b29c09d2ef6ae840ece48913aef7f
Signed-off-by: donghyuk,yang <donghyuk.yang@samsung.com>