jaeyong lee [Tue, 22 Mar 2016 08:16:02 +0000 (17:16 +0900)]
[SRADA-209] Fixed issue (can't make floating memory info ui at heap, process memory chart)
Change-Id: Ic229c0e54bd870b2fdaac1a2bb6bfb220631851f
jaeyong lee [Mon, 21 Mar 2016 05:18:21 +0000 (14:18 +0900)]
[SRADA-209] Implement memory chart ui
Change-Id: Iba144c0f0f321dc7c4e5c0af9bd2b7842ae1cc24
ggh1933.go [Mon, 21 Mar 2016 07:58:07 +0000 (16:58 +0900)]
[SRADA-243]When StopTrace, delete ProgressBar popup
- progressBar don't need for StopTrace.
- When StopTrace, progressBar make "NullPointException" sometimes.. so Better delete that.
Change-Id: I66f09b68e18fd9240664444ace33e85f0eed080a
dongkyu6 lee [Mon, 21 Mar 2016 05:26:55 +0000 (14:26 +0900)]
Merge "[SRADA-242]Disable forced to change Page, when Start or Stop" into ui_enhancement
ggh1933.go [Mon, 21 Mar 2016 01:12:08 +0000 (10:12 +0900)]
[SRADA-242]Disable forced to change Page, when Start or Stop
- When Start or Stop, DA force to change current page to TimeLine or Summary page.
- this commit disable forcing changing page.User don't want to change page forced..
Change-Id: I2f669040749303eafeb136b67cf2b896cd3d6162
dongkyu6 lee [Mon, 21 Mar 2016 03:02:19 +0000 (12:02 +0900)]
[SRADA-226] Fixed issue (can't sometimes connect device)
- It is intialize issue about DeviceManager in thread.
- Put DeviceManager.init() out from thread.
Change-Id: I6e9d7930a3ac423ad9e8a0c6236b4d0231703888
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
dongkyu6 lee [Fri, 18 Mar 2016 05:21:56 +0000 (14:21 +0900)]
Merge "[SRADA-177] Modified DB and table" into ui_enhancement
dongkyu6 lee [Fri, 18 Mar 2016 05:12:16 +0000 (14:12 +0900)]
Merge "[SRADA-203]When StopTrace, quickly shows the result data" into ui_enhancement
ggh1933.go [Thu, 17 Mar 2016 09:25:18 +0000 (18:25 +0900)]
[SRADA-203]When StopTrace, quickly shows the result data
- Make Thread running, when "stopNormal" progress
- thread.join take long times in stopNormal
- ToolBar disabled, while Datathreads join completed.
- Thread Progress changed.
- "stopForce" make Thread running too.
- change Boolean type and make synchronized "stopThreadCompleted" used each thread.
Change-Id: I26436c72b41088ce43745b32e7412a9199ea2887
dongkyu6 lee [Thu, 17 Mar 2016 02:03:37 +0000 (11:03 +0900)]
[SRADA-177] Modified DB and table
- add function "extractDataFromResultSet" in DB
- Modifed query in MemoryDataManager
- MemoryAllocationTraceTable can be displayed data
- MemoryStatisticsTable can be displayed data
- Fixed "null point exceptions"
Change-Id: I80842a0bf8f28ad70649798c3a5dd960a0dade24
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
dongkyu6 lee [Wed, 16 Mar 2016 23:29:56 +0000 (08:29 +0900)]
Merge "[SRADA-211]Horizontal Scroll Key short-cut 1. Changing from if to switch on TimeLineChartKeyListener 2. Adding 'a' and 'd' for Horizontal Scrolling 3. Adding 'q' and 'e' move start or end on timeline 4. double changeScroll = (120 / Math.pow(2, zoom_val)) - Fomula for Visible timeLine's width, Depending on changing of zoom_index" into ui_enhancement
dongkyu6 lee [Wed, 16 Mar 2016 23:29:51 +0000 (08:29 +0900)]
Merge "[SRADA-136] Add supported device checker" into ui_enhancement
ggh1933.go [Wed, 16 Mar 2016 08:57:17 +0000 (17:57 +0900)]
[SRADA-211]Horizontal Scroll Key short-cut
1. Changing from if to switch on TimeLineChartKeyListener
2. Adding 'a' and 'd' for Horizontal Scrolling
3. Adding 'q' and 'e' move start or end on timeline
4. double changeScroll = (120 / Math.pow(2, zoom_val))
- Fomula for Visible timeLine's width, Depending on changing of zoom_index
# patch 1 : After change scale, update changed zoomIndex to zoom_val.
Change-Id: Ie3d4d2119d422c386d4b00bf6e5e3654231d6701
joon.c.baek [Thu, 10 Mar 2016 10:42:44 +0000 (19:42 +0900)]
[SRADA-136] Add supported device checker
Add supported device checker at Connect(), BaseCommunicator.
Pop-up shown when not supported device connected.
This patch is going to check
'/usr/bin/profile_command' file on target.
If this file doesn't exist, InputStream will be empty.
at that time, Stopping connect(), Make a popup.
Change-Id: Iabf55d9a3d31c203c0d80a1186474081692ebad1
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
dongkyu6 lee [Tue, 15 Mar 2016 06:41:14 +0000 (15:41 +0900)]
[SRADA-177] Add one DB file and modify some files
They ard not fixed files.
Change-Id: Id9c10dc3bd80f31dc6dae7314d89a3a1b5fb0d2a
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
[SRADA-177] Add one DB file and modify some files
-Modified MemoryDataManager.java
Change-Id: I7082fabab88937db8650f61335c26e8ba232cf06
[SRADA-177] Add one DB file and modify some files
They ard not fixed files.
Change-Id: Id9c10dc3bd80f31dc6dae7314d89a3a1b5fb0d2a
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
[SRADA-177] Add one DB file and modify some files
-Modified MemoryDataManager.java
Change-Id: I7082fabab88937db8650f61335c26e8ba232cf06
dongkyu6 lee [Wed, 16 Mar 2016 06:04:08 +0000 (15:04 +0900)]
Merge "[SRADA-204]it is replacing an existing error code to the new code - New Errorcode give more useful information and detail descriptions than old - Sync Error Formats Change-Id: I7e316887952993b3af3b3ca82a0fb25e3f5ef62f" into ui_enhancement
ggh1933.go [Wed, 16 Mar 2016 01:42:46 +0000 (10:42 +0900)]
[SRADA-204]it is replacing an existing error code to the new code
- New Errorcode give more useful information and detail descriptions than old
- Sync Error Formats
Change-Id: I7e316887952993b3af3b3ca82a0fb25e3f5ef62f
dongkyu6 lee [Wed, 16 Mar 2016 04:14:22 +0000 (13:14 +0900)]
Merge "[SRADA-177] Added view files" into ui_enhancement
ggh1933.go [Tue, 15 Mar 2016 05:46:26 +0000 (14:46 +0900)]
[SRADA-202]Make Connect Port Forward & UnFoward each Thread.
- Port Forward & UnForward take time about 2 secs.
- delete sleep(1 sec it's too long) time and when createSocket failed, retry after sleep(defenseCode).
- Make Unforward thread. so, don't need wait 1 sec.
Change-Id: I7b8093c13c800d67492038f184c5ed43de7569c3
dongkyu6 lee [Thu, 10 Mar 2016 03:13:39 +0000 (12:13 +0900)]
[SRADA-177] Added view files
Change-Id: I96ffd41755f38cdbc59a1c09a7c4d9884f36d5e2
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
[SRADA-177] Added memory source files (Data, Table)
Change-Id: I41377555499a23bdd353f1109450e73713eceb28
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
ggh1933.go [Thu, 10 Mar 2016 00:57:03 +0000 (09:57 +0900)]
[SRADA-104]Delete snapshot view on memory page + add memoryCallStack to Rightform
Change-Id: I053b004046cd6b44c8e5b247e574df52055f1622
dongkyu6 lee [Thu, 10 Mar 2016 02:37:27 +0000 (11:37 +0900)]
Merge "[SRADA-129] Implementation check RunningProcess Invalid + Cutting Needless Argument on process + Comparing by "MapKey" + If Result is null, Avoid NullPointException and close explorer" into ui_enhancement
ggh1933.go [Wed, 9 Mar 2016 06:44:24 +0000 (15:44 +0900)]
[SRADA-129] Implementation check RunningProcess Invalid
+ Cutting Needless Argument on process
+ Comparing by "MapKey"
+ If Result is null, Avoid NullPointException and close explorer
Change-Id: Id21297fc6bfe6e4c5755c97e10d7049f183a46e2
jaeyong lee [Fri, 4 Mar 2016 01:36:39 +0000 (10:36 +0900)]
[SRADA-103] Create memory page when 'Memory allocation' selected
Change-Id: I558423ce8ccf15d721b3a545762fcc06fe5c0794
joon.c.baek [Tue, 8 Mar 2016 08:20:06 +0000 (17:20 +0900)]
[SRADA-171] Add progress dialog to toolbar
Add progress dialog to toolbar.
This dialog show progress of getting binary from device.
Dialog location, Appcombo toolip and severa thing will be change later.
Change-Id: I8c9cf6b6771f81afea6e69d86899bcfbc7e7d729
Signed-off-by: joon.c.baek <joon.c.baek@samsung.com>
jaeyong lee [Mon, 29 Feb 2016 12:03:08 +0000 (21:03 +0900)]
[SRADA-26] Add memory page
Change-Id: I1b6121969f2998ceee78b65e82aa26ecb542b15d
jaeyong lee [Mon, 29 Feb 2016 11:34:48 +0000 (20:34 +0900)]
[SRADA-26] Add memory page
Change-Id: If791f5dcc528fe5e5519fb3144be17738d0e5666
gihun chang [Fri, 26 Feb 2016 09:57:05 +0000 (18:57 +0900)]
Merge "[SRADA-89] When loading trace data, process combo box isn't displayed." into ui_enhancement
gihun chang [Fri, 26 Feb 2016 09:56:55 +0000 (18:56 +0900)]
Merge "[SRADA-90] Fixed UI hanging until device is ready issue" into ui_enhancement
jaeyong lee [Thu, 25 Feb 2016 01:06:52 +0000 (10:06 +0900)]
[SRADA-90] Fixed UI hanging until device is ready issue
Change-Id: I6c64b97a3ed289c74ce46e88f57c39a8ec1a792b
dongkyu6 lee [Tue, 23 Feb 2016 05:48:19 +0000 (14:48 +0900)]
[SRADA-89] When loading trace data, process combo box isn't displayed.
Change-Id: I0928dc18a6b5d2124d23d0ca1d97fba45135f8e3
dongkyu6 lee [Tue, 23 Feb 2016 05:25:16 +0000 (14:25 +0900)]
[SRADA-88] Remove gradation color in tables
Change-Id: Iba63494d17e8d4b0bd206314790b114517cc31a9
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
dongkyu6 lee [Mon, 22 Feb 2016 05:46:31 +0000 (14:46 +0900)]
[SRADA-74] Fixed blinking tab button issue
Blinking tab button when "mouse enter" and "mouse exit" events are occured
Change-Id: Ic634ae561e82a2608d41186b825b6c4f0880ccd5
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
dongkyu6 lee [Fri, 19 Feb 2016 00:42:35 +0000 (09:42 +0900)]
Changed timer color
jira : SRADA-33
Change-Id: I24918d996a3c67b953c8543d637ce3a2fc24b5bf
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
dongkyu6 lee [Thu, 18 Feb 2016 23:18:25 +0000 (08:18 +0900)]
Changed UI
- tab button :
background color
font color
font style
tab width, height
- Open GL page
hide title of tables
JIRA : SRADA-49, SRADA-3
Change-Id: Idec859bb0074e71f3e43a41b3a6e0daa12b84263
Signed-off-by: dongkyu6 lee <dongkyu6.lee@samsung.com>
dongkyu6 lee [Tue, 16 Feb 2016 08:50:25 +0000 (17:50 +0900)]
Changed screenshot popup event to 'MouseDown'
Change-Id: I3b88ef8742d51fb834b1ef88a1fdb4f29525725f
dongkyu6 lee [Tue, 16 Feb 2016 04:25:17 +0000 (13:25 +0900)]
Modified text position on chart title
Change-Id: I533f092adb116490872bbccfdfc77b2eec88828a
gihun chang [Tue, 16 Feb 2016 00:46:25 +0000 (09:46 +0900)]
Merge "Changed Tab button and page UI" into ui_enhancement
dongkyu6 lee [Tue, 16 Feb 2016 00:14:25 +0000 (09:14 +0900)]
Changed Tab button and page UI
Change-Id: I99bf4b8100f27fe84b88957c1eed4c942ba327da
gihun chang [Tue, 16 Feb 2016 00:14:03 +0000 (09:14 +0900)]
Merge "Add ShortCut Key 'w', 's' (Zoom-in, out) on ChartViews had TimeLine" into ui_enhancement
dongkyu6 lee [Mon, 15 Feb 2016 23:41:10 +0000 (08:41 +0900)]
Improved DA launching time
Change-Id: I08e97ce0f60404d3138346a795fb1545662e0acd
ggh1933.go [Mon, 15 Feb 2016 09:00:09 +0000 (18:00 +0900)]
Add ShortCut Key 'w', 's' (Zoom-in, out) on ChartViews had TimeLine
Change-Id: I73e8bc9413bc6ad820f1e7d3475dc5a860c7754d
dongkyu6 lee [Fri, 12 Feb 2016 06:22:01 +0000 (15:22 +0900)]
Modified object size on toolbar
Change-Id: Id6712f2cc8cf8e25a2e25fc2cf62002f16d29e34
dongkyu6 lee [Fri, 12 Feb 2016 05:13:49 +0000 (14:13 +0900)]
Removed gradation and Modified visible setting of 'process combo box'
Change-Id: I2a4e1251d6561563deb80b9c4094dd291c606fc5
woojin [Wed, 6 Jan 2016 09:30:47 +0000 (18:30 +0900)]
update version and changelog
Change-Id: I0a851a1326a4bc2377d49336faab50440d02125b
Signed-off-by: woojin <woojin2.jung@samsung.com>
heeyoung [Wed, 6 Jan 2016 09:28:02 +0000 (18:28 +0900)]
Setting : add available target (wearable)
Change-Id: I17b5d110700dd53460b632aaef5ab0735cc8ed17
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
woojin [Thu, 24 Dec 2015 09:05:49 +0000 (18:05 +0900)]
update version and changelog
Change-Id: Idf894b0892e519daa4ecd92d5aa312b62b76eae0
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin [Thu, 24 Dec 2015 09:01:19 +0000 (18:01 +0900)]
Merge branch 'tizen' into tizen_sdk
woojin Jung [Thu, 24 Dec 2015 09:05:11 +0000 (18:05 +0900)]
Merge "Apply changed sdblib api" into tizen
jungwook.ryu [Thu, 24 Dec 2015 09:00:30 +0000 (18:00 +0900)]
Apply changed sdblib api
Change-Id: If75e694ffc14b3effca0b50fd0bdf8aec65f9ebb
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
woojin [Thu, 24 Dec 2015 04:41:52 +0000 (13:41 +0900)]
update version and changelog
Change-Id: I4223daf24180587764ab6dd262da176dcdfa5193
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin [Thu, 24 Dec 2015 04:31:40 +0000 (13:31 +0900)]
Merge branch 'tizen' into tizen_sdk
jungwook.ryu [Thu, 24 Dec 2015 04:30:20 +0000 (13:30 +0900)]
[UI Hierarchy] revision description
Change-Id: I14b2ceacb16dbdb00cc69071eea1a8dc3f0c4140
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
jungwook.ryu [Wed, 23 Dec 2015 13:15:22 +0000 (22:15 +0900)]
Merge remote-tracking branch 'origin/hierarchy' into tizen
Change-Id: I1f650aaf8a308f45fab471c80f567f4f05105f9f
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
jungwook.ryu [Wed, 23 Dec 2015 11:42:54 +0000 (20:42 +0900)]
[UI Hierarchy] fix a bug - After export image file, image file can not be opened In Windows OS.
Change-Id: If3d544ef0115cfd2d736fe1fde0bd82fbcd8d2b2
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
Jaewon Lim [Wed, 23 Dec 2015 13:00:10 +0000 (22:00 +0900)]
Merge "[UI Hierarchy] Add clear to HierarchyTreeView" into hierarchy
Jaewon Lim [Wed, 23 Dec 2015 13:00:03 +0000 (22:00 +0900)]
Merge "[UI Hierarchy] Add HierarchyPage in convertPageIDtoPageName() method" into hierarchy
jungwook.ryu [Wed, 23 Dec 2015 11:40:47 +0000 (20:40 +0900)]
[UI Hierarchy] Block "rendering time" option on Treeview Toolbar
Change-Id: I5ba9fc2067361b1c217e355c6492f8bbd46bca68
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
jungwook.ryu [Wed, 23 Dec 2015 12:05:59 +0000 (21:05 +0900)]
[UI Hierarchy] Add clear to HierarchyTreeView
Change-Id: I857f24fa6813206d997544fa807d97d46414eacd
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
jungwook.ryu [Wed, 23 Dec 2015 11:48:26 +0000 (20:48 +0900)]
[UI Hierarchy] Add HierarchyPage in convertPageIDtoPageName() method
Change-Id: I0fa7a8d1d479ebc53bee3e7fcb267a58e8692b1e
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
jungwook.ryu [Wed, 23 Dec 2015 11:06:25 +0000 (20:06 +0900)]
[UI Hierarchy] Checking Protocol version
Change-Id: I6085797782e7ccde57237d267c37062edf4b93d6
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
jungwook.ryu [Wed, 23 Dec 2015 08:57:09 +0000 (17:57 +0900)]
Merge remote-tracking branch 'remotes/origin/tizen' into hierarchy
Conflicts:
org.tizen.dynamicanalyzer.appearance/src/org/tizen/dynamicanalyzer/resources/ImageResources.java
org.tizen.dynamicanalyzer.workbench/dynamic-analyzer/config/setting
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/common/AnalyzerConstants.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/communicator/BaseCommunicator.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/communicator/SubCommunicator.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/nl/ConfigureLabels.properties
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/protocol/Protocol.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/protocol/p30/Communicator30.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/protocol/p40/Communicator40.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/logparser/LogParser.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/swap/logparser/MessageParser.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/page/BaseView.java
org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/setting/SettingDialogManager.java
Change-Id: I08f74be98647cafb90873409cfcc3654e58b58e4
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
jungwook.ryu [Mon, 22 Jun 2015 02:21:38 +0000 (11:21 +0900)]
Add new feature "UI Hierarchy viewer"
Change-Id: Ifcc9a2207661929db87b495fae89ca1145d310e6
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
heeyoung [Fri, 18 Dec 2015 08:26:31 +0000 (17:26 +0900)]
Function : modify default descending sort
Change-Id: I6e51947224a2e07139d2d070e47076fac4dead3e
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
woojin [Sun, 13 Dec 2015 03:26:35 +0000 (12:26 +0900)]
update version and changelog
Change-Id: I1204443a70136570a8ec870b55cea81d600e5d68
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin [Sun, 13 Dec 2015 03:25:13 +0000 (12:25 +0900)]
Merge branch 'tizen' into tizen_sdk
Jaewon Lim [Wed, 18 Nov 2015 11:37:32 +0000 (20:37 +0900)]
Merge "File: changed java collection type to save file accessor info. HashMap->LinkedHashMap for order guarantee" into tizen
Jaewon Lim [Wed, 18 Nov 2015 11:36:38 +0000 (20:36 +0900)]
Merge "DAText: improved structure and added a new class for checking valid data" into tizen
hyeran74.kim [Tue, 3 Nov 2015 01:01:45 +0000 (10:01 +0900)]
File: changed java collection type to save file accessor info. HashMap->LinkedHashMap for order guarantee
Change-Id: Ie27b2d3b3c5a3ca5fdc52ff68198c91c0a02b72a
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
jungwook.ryu [Wed, 18 Nov 2015 07:06:06 +0000 (16:06 +0900)]
[CheckPoint] : fix bug about Edit chart dialog of CheckPoint page
"Edit chart dialog" of CheckPoint page use same data of Timeline page's.
so same chart is shown.
Change-Id: Ifd4948ae480856cf004786bb036cc8a26a1eae19
Signed-off-by: jungwook.ryu <jungwook.ryu@samsung.com>
woojin [Wed, 18 Nov 2015 02:36:35 +0000 (11:36 +0900)]
update version and changelog
Change-Id: I86c458dbb6c9a5d38c506c5ed2e95dec15cc6712
Signed-off-by: woojin <woojin2.jung@samsung.com>
greatim [Mon, 16 Nov 2015 10:01:54 +0000 (19:01 +0900)]
[BUILD] fix build script for macos (remove Apple JDK dependency)
Change-Id: I28ba372531b9145338b28ea96a0a57f22c4e23ba
Signed-off-by: greatim <jaewon81.lim@samsung.com>
(cherry picked from commit
40fcef6363653761ff2a1ecc39fd9df1c357a401)
woojin [Wed, 18 Nov 2015 02:33:10 +0000 (11:33 +0900)]
Merge branch 'tizen' into tizen_sdk
woojin Jung [Wed, 18 Nov 2015 02:16:31 +0000 (11:16 +0900)]
Merge "modify windows remove shortcut" into tizen_sdk
hyeran74.kim [Wed, 28 Oct 2015 06:40:37 +0000 (15:40 +0900)]
DAText: improved structure and added a new class for checking valid data
Change-Id: If81a22769a4cacf5a893bf5af7df19b1b3207fd2
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
greatim [Mon, 16 Nov 2015 10:01:54 +0000 (19:01 +0900)]
[BUILD] fix build script for macos (remove Apple JDK dependency)
Change-Id: I28ba372531b9145338b28ea96a0a57f22c4e23ba
Signed-off-by: greatim <jaewon81.lim@samsung.com>
heeyoung [Mon, 2 Nov 2015 05:35:08 +0000 (14:35 +0900)]
modify windows remove shortcut
Change-Id: Ic6ff38d95c4d06374534c315f0344c807ee236ec
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
heeyoung [Fri, 23 Oct 2015 08:36:55 +0000 (17:36 +0900)]
IDECommunicator : support source view for platform plugin
Change-Id: I27308d67b6117e7f14f5a45d18009d91c3d30e17
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
Jaewon Lim [Mon, 19 Oct 2015 01:03:18 +0000 (10:03 +0900)]
Merge "Setting : invisible row line for feature table" into tizen
hyeran74.kim [Tue, 13 Oct 2015 07:22:18 +0000 (16:22 +0900)]
DAText: added some functions about inserting a icon image in text field
Change-Id: I00152037489e1925be75aa8f01efd958fb2d59ba
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
heeyoung [Thu, 15 Oct 2015 07:46:09 +0000 (16:46 +0900)]
Setting : invisible row line for feature table
Change-Id: I0ccc30c92926ed1e1dfcaae7b8c52b00f900054c
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
woojin [Sun, 11 Oct 2015 23:47:53 +0000 (08:47 +0900)]
update version and changelog
Change-Id: I798368deb32587e29a84745e35f4ce12b3496c37
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin [Sun, 11 Oct 2015 23:46:25 +0000 (08:46 +0900)]
Merge branch 'tizen' into tizen_sdk
woojin [Sun, 11 Oct 2015 23:45:38 +0000 (08:45 +0900)]
increase overhead value for memory allocation
Change-Id: Ib46c3e018413e964f51dfc1699a4c2dfe25c69fa
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin [Wed, 7 Oct 2015 05:55:26 +0000 (14:55 +0900)]
update version and changelog
Change-Id: Iea551c31945de8b868d53a10ca7e16809e9a4905
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin [Wed, 7 Oct 2015 05:52:22 +0000 (14:52 +0900)]
Merge branch 'tizen' into tizen_sdk
woojin [Wed, 7 Oct 2015 05:51:46 +0000 (14:51 +0900)]
update DA version
Change-Id: I5b1a9be154463d5adce496f4f8dff754f85cf103
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin Jung [Wed, 7 Oct 2015 05:52:27 +0000 (14:52 +0900)]
Merge "[CONNECTION] improve device connection management when device is connected" into tizen
woojin [Wed, 7 Oct 2015 05:50:02 +0000 (14:50 +0900)]
Merge branch 'tizen' into tizen_sdk
woojin Jung [Wed, 7 Oct 2015 05:49:28 +0000 (14:49 +0900)]
Merge "Function : remove function entry/exit time select query for sample/probe log" into tizen
heeyoung [Tue, 6 Oct 2015 07:48:09 +0000 (16:48 +0900)]
Function : remove function entry/exit time select query for sample/probe log
Change-Id: Ie3fe292337334ae1bf3c991301c77749dcac9c0d
Signed-off-by: heeyoung <heeyoung1008.hwang@samsung.com>
woojin Jung [Wed, 7 Oct 2015 05:20:14 +0000 (14:20 +0900)]
Merge "OpenGL:fixes bug where GLDepthFunc parameter is extracted The number of GLDepthFunc parameters is 1." into tizen
greatim [Mon, 5 Oct 2015 08:03:41 +0000 (17:03 +0900)]
[CONNECTION] improve device connection management when device is connected
sometimes when device is connected, DA cannot be aware of the connection. This problem is fixed.
Change-Id: I98e13e285f4b99c5db5b1969fa1228fc631de389
Signed-off-by: greatim <jaewon81.lim@samsung.com>
hyeran74.kim [Tue, 6 Oct 2015 09:30:34 +0000 (18:30 +0900)]
File: improve performance about drawing file chart
Change-Id: Ibfd0c07fced67f24319ad660f93ebb121b1bbce8
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
hyeran74.kim [Tue, 6 Oct 2015 02:01:00 +0000 (11:01 +0900)]
progress dialog: add a new type without cancel button
Change-Id: I178286f7850c94e54992ff67927f4496fad8376b
Signed-off-by: hyeran74.kim <hyeran74.kim@samsung.com>
woojin [Wed, 30 Sep 2015 23:31:35 +0000 (08:31 +0900)]
update version and changelog
Change-Id: Id6f892f3845d6460e3a3e30cf5895c5f098080a5
Signed-off-by: woojin <woojin2.jung@samsung.com>
woojin [Wed, 30 Sep 2015 23:30:45 +0000 (08:30 +0900)]
Merge branch 'tizen' into tizen_sdk
woojin Jung [Wed, 30 Sep 2015 23:07:21 +0000 (08:07 +0900)]
Merge "Function : modify max callstack buffer size" into tizen
greatim [Fri, 25 Sep 2015 04:44:49 +0000 (13:44 +0900)]
[COMM] improve trace stop routine (receiving data channel until MSG_TERMINATE)
make sure there is no more data to receive from data channel
add synchronization for device attachment and detachment
Change-Id: I9306389bd684a1d506628df8b085be3974ea8eed
Signed-off-by: greatim <jaewon81.lim@samsung.com>
woojin Jung [Wed, 30 Sep 2015 11:26:59 +0000 (20:26 +0900)]
Merge "[SAVE] fix a bug that save cannot be done when user try to save by shortcut key" into tizen