summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-15Merge remote-tracking branch opensrc into tizen_studiotizen_studioSeokYeon Hwang589-46593/+11921
2017-10-19Merge branch 'develop' into opensrcjinh0.choi2-22/+17
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-10-19cli: remove naked notificationjinh0.choi2-22/+17
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-10-12package: update version (2.1.6)jinh0.choi1-1/+1
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-10-12Revert "sdb: change to new sdblib"jinh0.choi14-125/+1113
This reverts commit 5e1b184840182fc7cee00a8f7838f1fdb9fcee53.
2017-10-12package: update version (2.1.5)jinh0.choi1-1/+1
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-10-12sdb: change to new sdblibjinh0.choi14-1113/+125
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-09-22package: update version (2.1.6)jinh0.choi1-1/+1
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-09-22Revert "sdb: change to new sdblib"jinh0.choi14-125/+1113
This reverts commit 5e1b184840182fc7cee00a8f7838f1fdb9fcee53.
2017-09-14package: update version (2.1.5)jinh0.choi1-1/+1
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-09-14sdb: change to new sdblibjinh0.choi14-1113/+125
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-09-01Merge branch 'develop' into opensrcPark Kyoung Won3-14/+21
2017-09-01package : update version (2.1.4)Park Kyoung Won2-1/+3
Signed-off-by: Park Kyoung Won <kw0712.park@samsung.com>
2017-08-31package: update version (2.1.3)Park Kyoung Won2-1/+4
Signed-off-by: Park Kyoung Won <kw0712.park@samsung.com>
2017-08-31svace: fix bugPark Kyoung Won1-13/+15
- casting double to int while calculating the number of columns Signed-off-by: Park Kyoung Won <kw0712.park@samsung.com>
2017-08-22misc: fix potential errorjinh0.choi4-20/+26
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-08-09svace: fix potential bugjinh0.choi22-131/+235
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-08-09package: update version (2.1.2)jinh0.choi1-1/+1
Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-08-09socket: connect 127.0.0.1 instead of localhostjinh0.choi1-1/+1
some environment does not provide localhost Signed-off-by: jinh0.choi <jinh0.choi@samsung.com>
2017-05-15package: update version (2.1.1)Jinhyung Choi1-1/+1
Change-Id: I213c974c0c7c603e9034ed339c0f378fa9221ceb Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-05-15macos: add CFBundlePackageType key for plistJinhyung Choi1-9/+11
Change-Id: Ic70a08b3d04f38829fb1d7b8ed996cc6423ccb4b Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-03-16package: update version (2.1.0)Jinhyung Choi1-1/+1
Change-Id: I77eeef26616a311b997c95b2ce83459aaf0d9587 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-03-15ui: change lock file nameMinkee Lee1-2/+1
Existing {user}.lock file has a chance of conflicting with lock file of emulator-manager. (vm.lock) So I hard-coded the name of lock file. Change-Id: Ic2ea5531c6985d5349569074e58c4186c0e60a91 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2017-03-14package: update version (2.0.33)Minkee Lee2-1/+4
Change-Id: I20d24822cc8e81164288ba1ff0272c9767b3593d Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2017-03-14batch: fix delayedexpansion option in batch fileMinkee Lee2-9/+5
Delayed-expansion removes '!' in sdk_path. So I changed to use delayed-expansion option when it really needed. Remove unnecessary lines in emulator-control-panel.cmd Change-Id: I36ff8a4285391d478a04bc2d06def4a55a60fa48 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2017-03-08package: update version (2.0.32)Minkee Lee2-1/+4
Change-Id: I81e204c71923460e98e3125f930fffb0bc0fdc9c Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2017-03-08ecp-cli: add missing environment variableMinkee Lee1-0/+1
This makes a correct assigning to variable 'ecp_path'. Change-Id: I63742005c2800c7dcd05e9295eda0fd0bbc19f74 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2017-02-24package: update version (2.0.31)Jinhyung Choi1-1/+1
Change-Id: Idffaeca31290ac5698d412c21114eb3cfa0d74a6 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-02-22cli: waiting socket connection without using sleepJinhyung Choi2-11/+17
Change-Id: Ie500d4ebaf12c0bf1c98025aadeb443c70c4f112 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-02-16ecp: (Windows) fix white space issue in launching scriptMinkee Lee1-1/+1
Change-Id: I4760449789edd38b226a6f2fe6cd3ffb1dd25d64 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2017-02-16ecp-cli: (MacOS) fix white space issue in cli scriptMinkee Lee1-1/+1
Change-Id: I6717fead24f772d45a8b5e1f8ff205b44bbc78b4 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2017-02-14cli: (Windows) fix white space issue in launching scriptJinhyung Choi1-1/+1
Change-Id: Ife83b74ec5804809d6596cb4f780d426f9e9b74b Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-02-10package: update version (2.0.30)Jinhyung Choi1-1/+1
Change-Id: I8aee4815afeb74428e5528cae92ce9b48a562e44 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-02-08cli: synchronize start and stop runningJinhyung Choi1-22/+20
Timer is created in a thread, and the other thread cancels it. before creating timer, the other thread can be called earlier. That is the reason why the timer is not cancelled. Change-Id: I8a6c0f7b8a69d7fc214023f933e0d178774e475c Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-02-06package: update version (2.0.29)Jinhyung Choi1-1/+1
Change-Id: Ibaebafe64a6f548026406d5ff87c39872af0331b Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-02-06cli: set initialization of vm information onceJinhyung Choi3-4/+5
Change-Id: Idc57805a6b5d3641b18465985a482743a6cc117f Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-02-02cli: change running condition to false as a defaultJinhyung Choi4-37/+18
Change-Id: Id24f845906543e1a0f386af43dfe869c50673092 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-01-24build: refine build scriptSeokYeon Hwang3-20/+6
Change-Id: I6a57ea5dc9754b9d0d421c012064c46dd03df30c Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
2017-01-13package: update version (2.0.28)Jinhyung Choi2-1/+4
Change-Id: Id3952f04a1d98e962eaaf5268ca0893d5606ecd0 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-01-12ui: define the minimum number of columns on cardsPark Kyoung Won2-7/+9
- ECPMain Pane can consist of less than 3 devices, previously at least 3 devices were required to add for layouting. Change-Id: I17c79185e0f3e6e492ceaf514198325694b65a03 Signed-off-by: Park Kyoung Won <kw0712.park@samsung.com>
2017-01-02package: update version (2.0.27)Munkyu Im2-1/+4
Change-Id: Ied9802d4c040635b8a3910b3d48c0f34dd0dd844 Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2016-12-30CLI: increase timeout to connect to ecs portsMunkyu Im1-1/+1
ECP CLI checks whether emulator is running through the ecs ports. But, 10ms is too short to connect to ecs ports. Change-Id: I72d059e976b3b808cbd21f6b00316991442854cb Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
2016-11-28package: update version (2.0.26)Jinhyung Choi1-1/+1
Change-Id: I1d2e1211489c2d0c9f59bc7bdf78b0da5275f2f5 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-11-28cli: move the error string to logger [W/A]Jinhyung Choi1-4/+13
Change-Id: If8188213f6cb124f848f1b4ddf395bd0b0b48424 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-11-15package: update version (2.0.25)Minkee Lee2-1/+5
Change-Id: I1acfd23c0fc884124ef5fcbb912256a1650586c6 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2016-11-10UI: change title font sizeMinkee Lee5-23/+34
Enlarge font size a little. (To make a similar look with other tools) Change-Id: I94af5d24b9888ab6acbb721ffeb0f5c71b633798 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2016-11-09UI: arrow key skips disabled cardMinkee Lee1-45/+88
When use a arrow key to move between cards, skip disabled card and jump to next enabled card. Move page up/down key listener to root-pane. - If all cards in tile-pane is disabled, page up/down key event is not caught. So I move a listener to root-pane. Change-Id: Ib8a08038fea1aced95468c5c0ddd91837d0bdd06 Signed-off-by: Minkee Lee <minkee.lee@samsung.com>
2016-11-08package: update version (2.0.24)Jinhyung Choi2-1/+5
Change-Id: Ia78bbca935d0c6f1a5dcd594dce8eb3d259565c5 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-11-02button: change button styleMinkee Lee3-27/+59
Apply general GUI guide. - focused : gray dotted inner border - default : blue border Change-Id: I5fa1b7f1fc846915563cceb521464f4bf3e74ab9 Signed-off-by: Minkee Lee <minkee.lee@samsung.com> Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-11-02UI: provide shortcutMinkee Lee12-47/+636
Card shortcut is provided with combination of "alt" and several keys that are assigned to each card. Page navigation shortcut is also provided. - prev : "<" or left-arrow - next : ">" or right-arrow Change-Id: If710341f7cf6a5922df0dfde6ec7e87052b7b665 Signed-off-by: Minkee Lee <minkee.lee@samsung.com> Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>