summaryrefslogtreecommitdiff
path: root/package/changelog
blob: 2a89972bf5f4744db927300ecf32ca00b5c8a7e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
* 2.5.1
- update ui template for new ui
== jihye kim<jihye424.kim@samsung.com> 2016-07-18

* 2.4.133
- remove legacy UI soruce.
- add rotary option
== minkee Lee<minkee.lee@samsung.com> 2016-03-08

* 2.4.132
- add 'force_pat' kernel option.
- add default network option. (x86-standard.xml)
== minkee Lee<minkee.lee@samsung.com> 2016-02-18

* 2.4.130
- add template for wearable profile.
== minkee Lee<minkee.lee@samsung.com> 2016-01-27

* 2.4.131
- prepare wearable 3.0 (both old and new UI)
== minkee Lee<minkee.lee@samsung.com> 2016-01-28

* 2.4.128
- copy new template file.
== minkee Lee<minkee.lee@samsung.com> 2015-11-30

* 2.4.127
- add and re-arrange some template item for new UI.
== minkee Lee<minkee.lee@samsung.com> 2015-11-27

* 2.4.126
- add template for new UI.
== minkee Lee<minkee.lee@samsung.com> 2015-11-10

* 2.4.125
- remove net "vhost=on" option.
== minkee Lee<minkee.lee@samsung.com> 2015-10-30

* 2.4.124
- add "vhost=on" to "-net tap" option. (ubuntu)
== minkee Lee<minkee.lee@samsung.com> 2015-10-08

* 2.4.123
- rename virtio options to "virtio-maru-...".
- remove direct-rendering option in UI.
== minkee Lee<minkee.lee@samsung.com> 2015-10-07

* 2.4.122
- modify README file
- change build dependency to 'emulator-common-lib-dev'
== jihye kim<jihye424.kim@samsung.com> 2015-09-07

* 2.4.121
- add version information to vm-button.
== minkee Lee<minkee.lee@samsung.com> 2015-08-25

* 2.4.120
- modified 720x1280 resolution's DIP to 294.
== minkee Lee<minkee.lee@samsung.com> 2015-08-20

* 2.4.119
- Removed "profile" in EVDI argument.
== minkee Lee<minkee.lee@samsung.com> 2015-08-06

* 2.4.118
- change qt enable option to default option
== jihye kim<jihye424.kim@samsung.com> 2015-07-17

* 2.4.115
- Enabled new camera option.
- Enabled GL-version option. (MacOS only)
== minkee Lee<minkee.lee@samsung.com> 2015-06-23

* 2.4.114
- Changed finding option in option-factory.
- Fixed wrong spell(function name).
- Changed option map key to enum type from string.
== minkee Lee<minkee.lee@samsung.com> 2015-06-23

* 2.4.113
- modify item list factory and option list factroy
== jihye kim<jihye424.kim@samsung.com> 2015-06-17

* 2.4.112
- Fixed jack device option.(mobile/wearable)
== minkee Lee<minkee.lee@samsung.com> 2015-06-08

* 2.4.111
- Added TV profile.
- Applied direct-rendering as default.
== minkee Lee<minkee.lee@samsung.com> 2015-06-05

* 2.4.110
- VM create button image has changed.(Animation removed)
== minkee Lee<minkee.lee@samsung.com> 2015-06-02

* 2.4.109
- Launch ENV: Added variable.(VIGS_SYNC_READ_PIXELS=1)
== minkee Lee<minkee.lee@samsung.com> 2015-05-19

* 2.4.107
- cleaned directory struture up
- moved templates into plugins
== jihye kim<jihye424.kim@samsung.com> 2015-05-14

* 2.4.106
- Option template: Fixed template file error.
== minkee Lee<minkee.lee@samsung.com> 2015-05-14

* 2.4.105
- Changed wearable VM-Button.
- Added custom VM-Button's background color.
== minkee Lee<minkee.lee@samsung.com> 2015-05-13

* 2.4.104
- arch: Modified emulator path.
- Package: Modified install directory structure.
== minkee Lee<minkee.lee@samsung.com> 2015-04-27

* 2.4.103
- Bug: Fixed syntax error.(Wearable NFC option)
== minkee Lee<minkee.lee@samsung.com> 2015-03-06

* 2.4.102
- NFC: Added NFC option.
- Resolution: Added experimental resolution.
- Resolution: Added 540x960(qHD) resolution.(Mobile profile)
== minkee Lee<minkee.lee@samsung.com> 2015-03-06

* 2.4.101
- Scroll-bar: Fixed wrong scroll bar position.
== minkee Lee<minkee.lee@samsung.com> 2015-03-03

* 2.4.100
- Package: Changed profile version. (2.3 -> 2.4)
== minkee Lee<minkee.lee@samsung.com> 2015-02-26

* 2.4.99
- Package: version up for initial build.
== minkee Lee<minkee.lee@samsung.com> 2015-02-09

* 2.4.96
- Option: Removed some VM options in UI.(Removed only in UI)
== minkee Lee<minkee.lee@samsung.com> 2015-01-16

* 2.4.95
- SMP: Applied smp option to Mobile,Wearable profile.
- SMP: Added SMP option and non-UG checking.
- Refactoring: Added null check.
== minkee Lee<minkee.lee@samsung.com> 2015-01-12

* 2.4.94
- Refactoring: Source code refactoring.
- UI: Changed some widget for SWT version up(4.4).
- Manager: Fixed plugin class loader initialization.
- Project: Modified project's library path.
- Image: Modified getting base-image name.
- Check-box: Fixed check-box UI.
- Check-box: Refactoring check-box UI.
- UI: Added custom spinner widget .
- Template: Some fix and refactoring for checkbox UI.
- Template: Added modify-disable option.
- MaxTouch: Modified max-touch item.
- Refactoring: Modified variable access right.
- Refactoring: Fix some bugs and add getter function.
- Utils: Some refactoring and add utility function.
== minkee Lee<minkee.lee@samsung.com> 2015-01-08

* 2.4.93
- Revert "Launcher: Added rotary argument. (wearable)"
- Revert "Resolution: Added 360x360 resolution for wearable."
== minkee Lee<minkee.lee@samsung.com> 2015-01-05

* 2.4.92
- CLI: Fixed error - creating custom VM.
== minkee Lee<minkee.lee@samsung.com> 2015-01-05

* 2.4.91
- Launcher: Added rotary argument. (wearable)
== minkee Lee<minkee.lee@samsung.com> 2014-12-30

* 2.4.90
- Skin: Modified skin-loading logic.
== minkee Lee<minkee.lee@samsung.com> 2014-12-29

* 2.4.89
- Resolution: Added 360x360 resolution for wearable.
- Launcher: Added profile argument.
- Refresh: Fixed bug that emulator-manager go to hanging state when refresh.
== minkee Lee<minkee.lee@samsung.com> 2014-12-24

* 2.4.88
- About Dialog: Fix blank info problem.
- Utility: Add file copy function.
== minkee Lee<minkee.lee@samsung.com> 2014-10-30
* 2.4.87
- Check-gl: Add pop-up message when launch emulator.(only in Ubuntu)
- Image-list: Default image is added at first index of image-list.
- TreeView: Fix launch button enable/disable in "all" tab.
== minkee Lee<minkee.lee@samsung.com> 2014-10-29
* 2.4.86
- Mobile sensor: Add sensor option.(press,uv,hrm)
== minkee Lee<minkee.lee@samsung.com> 2014-10-24
* 2.4.85
- Wearable sensor: Add sensor option.(press,uv,hrm)
- Refactoring: Fix unnecessary variable declaration, resource release.
== minkee Lee<minkee.lee@samsung.com> 2014-10-24
* 2.4.84
- Refactoring: Image resource close and remove some log.(ecs fail log)
- Refactoring: Close property file handle after modify vm.(Fix modify fail in windows)
- Property: Add base-image(platform) information to Custom VM.
- Utility: Emulator-manager icon group in windows taskbar.
== minkee Lee<minkee.lee@samsung.com> 2014-10-16
* 2.4.83
- Property: Fix file sharing option.(Sharing directory check)
== minkee Lee<minkee.lee@samsung.com> 2014-10-15
* 2.4.82
- Build: Changed "emulator-manager.exe" process stay alive.(windows OS)
== minkee Lee<minkee.lee@samsung.com> 2014-10-15
* 2.4.81
- Sensor: Modified template file for sensor option.
== minkee Lee<minkee.lee@samsung.com> 2014-10-06
* 2.4.80
- Sensor: enable more sensors(geo,light,proxi&haptic) for wearable
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-10-06
* 2.4.79
- Template: Changed template file name.(standard).
- Template: Use standard template file if image template file doesn't exist.
- Web viewer: Modified web viewer working on experimental-mode.
== minkee Lee<minkee.lee@samsung.com> 2014-09-17
* 2.4.78
- VM Remove: Show popup message when failed to delete VM directory.
== minkee Lee<minkee.lee@samsung.com> 2014-09-16
* 2.4.77
- Launcher: Add environment variable.(GL_VERSION)
== minkee Lee<minkee.lee@samsung.com> 2014-09-16
* 2.4.76
- Mobile template: Modified HD(720x1280) density to 306.
== minkee Lee<minkee.lee@samsung.com> 2014-09-12
* 2.4.75
- Mobile Launcher: Fix "hwkey" argument duplication.
== minkee Lee<minkee.lee@samsung.com> 2014-09-05
* 2.4.74
- Launcher: Added vmodem argument.
== minkee Lee<minkee.lee@samsung.com> 2014-09-04
* 2.4.73
- Wearable template: Changed default resolution to 360x480.
== minkee Lee<minkee.lee@samsung.com> 2014-09-04
* 2.4.72
- Mobile template: Fix WVGA density to 233.
== minkee Lee<minkee.lee@samsung.com> 2014-08-28
* 2.4.71
- Template: Modified display option.
- Build: Applied launch4j to generate emulator-manager.exe
- Refresh: Check VM's running state when refresh.
== minkee Lee<minkee.lee@samsung.com> 2014-08-27
* 2.4.70
- Log: Write log when VM start/stop.
- Bug fix: Setting skin value.
- Bug fix: Add exception handling when read from socket.
== minkee Lee<minkee.lee@samsung.com> 2014-08-13
* 2.4.69
- Usability: Last selected profile tab is re-opened.
- Mobile: Sensor, jack, devices on/off enable.
- Wearable: Sensor, jack, devices on/off enable.
== minkee Lee<minkee.lee@samsung.com> 2014-08-12
* 2.4.68
- Launcher: Argument update - "ip" option is reverted. (Mobile)
- Common: Worker lock file name changed.(em.lock -> .em.lock)
- Supplement: Add CLI script.
== minkee Lee<minkee.lee@samsung.com> 2014-08-12
* 2.4.67
- Mobile: Add HD(720x1280) resolution.
== minkee Lee<minkee.lee@samsung.com> 2014-07-30
* 2.4.66
- Launcher: Argument update.("IP" removed)
== minkee Lee<minkee.lee@samsung.com> 2014-07-17
* 2.4.65
- Package: Add signing script for Windows OS.
== minkee Lee<minkee.lee@samsung.com> 2014-07-15
* 2.4.64
- Property: Change default skin for WVGA.
== minkee Lee<minkee.lee@samsung.com> 2014-07-04
* 2.4.63
- Property: Default resolution is changed to WVGA.
== minkee Lee<minkee.lee@samsung.com> 2014-07-04
* 2.4.62
- Revert: Launcher: environment variable add.(GL_VERSION)
== minkee Lee<minkee.lee@samsung.com> 2014-07-01
* 2.4.61
- Launcher: added rotation vector sensor
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-06-27
* 2.4.60
- Bug fix: 'Confirm' button is not changed to enable state.
- UI: VM name's font color has changed more brighter.
- VM Property: Format of default VM name has changed.
== minkee Lee<minkee.lee@samsung.com> 2014-06-27
* 2.4.59
- Launcher: Modify "-net" argument.
== minkee Lee<minkee.lee@samsung.com> 2014-06-24
* 2.4.58
- VM Property: Modify property UI in custom tab.
== minkee Lee<minkee.lee@samsung.com> 2014-06-20
* 2.4.57
- VM Property: Add HVGA option.
== minkee Lee<minkee.lee@samsung.com> 2014-06-20
* 2.4.56
- Bug fix: Termination when create custom-vm.
== minkee Lee<minkee.lee@samsung.com> 2014-06-20
* 2.4.55
- Launcher: NFC option added in property UI for mobile.
- Launcher: Sensor argument changed. "haptic" added.
== minkee Lee<minkee.lee@samsung.com> 2014-06-18
* 2.4.54
- VM Property: Fix bug - last created VM property.
== minkee Lee<minkee.lee@samsung.com> 2014-06-17
* 2.4.53
- Launcher: Modify kernel-option.
== minkee Lee<minkee.lee@samsung.com> 2014-06-17
* 2.4.52
- Apply last-created property.
- Apply memory optimization.
== minkee Lee<minkee.lee@samsung.com> 2014-06-16
* 2.4.51
- Enale the virtfs filesharing on Windows, Mac OS.
== minkee Lee<minkee.lee@samsung.com> 2014-06-13
* 2.4.50
- Launcher: Argument modified.(overlay, brightness, camera)
== minkee Lee<minkee.lee@samsung.com> 2014-06-13
* 2.4.49
- Launcher: Argument update for qemu 2.0.
== minkee Lee<minkee.lee@samsung.com> 2014-06-10
* 2.4.48
- mobile: added device option to enable host keyboard basically
== Sungmin Ha<sungmin82.ha@samsung.com> 2014.05.29
* 2.4.47
- Launcher: environment variable add.(GL_VERSION)
== minkee Lee<minkee.lee@samsung.com> 2014.05.30
* 2.4.46
- Design: Add new image is changed : "Add new" -> "Create new"
- Bug fix: Termination by memory leak.
== minkee Lee<minkee.lee@samsung.com> 2014.05.22
* 2.4.45
- Design renewal.
== minkee Lee<minkee.lee@samsung.com> 2014.05.15
* 2.4.44
- Bug fix: Subprocess hang up
== minkee Lee<minkee.lee@samsung.com> 2014.05.14
* 2.4.42
- Launcher: Apply vigs, yagl argument.
== minkee Lee<minkee.lee@samsung.com> 2014.05.09
* 2.4.41
- Add wearable-2.3 plugin.
== minkee Lee<minkee.lee@samsung.com> 2014.05.08
* 2.4.40
- Bug fix: Null pointer exception occured when load VMs that
- platform does not exist.
== minkee Lee<minkee.lee@samsung.com> 2014.04.24
* 2.4.39
- Launcher: launch argument update.
== minkee Lee<minkee.lee@samsung.com> 2014.04.23
* 2.4.38
- Bug fix: Null pointer exception occured when try to
- check and remove VMs using old version image.
== minkee Lee<minkee.lee@samsung.com> 2014.04.21
* 2.4.37
- IVI lauch script update
- kernel arg: ro change to rw
- disable serial port
== Ziv Chang<ziv.chang@intel.com> 2014-04-10
* 2.4.36
- IVI lauch script - add SMACK enable
== Ziv Chang<ziv.chang@intel.com> 2014-04-09
* 2.4.35
- VM Monitoring: Change to non-blocking connection.
== minkee Lee <minkee.Lee@samsung.com> 2014-04-03
* 2.4.34
- IVI emulator launch script update
== Ziv Chang<ziv.chang@intel.com> 2014-04-07
* 2.4.33
- modified bus addr in spice option because virtio-nfc-pci
== Sungmin Ha<sungmin82.ha@samsung.com> 2014-03-21
* 2.4.32
- add device properties of qemu options
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-20
* 2.4.31
- add virtio device options: virtio-power-pci & virtio-jack-pci
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-06
* 2.4.30
- fixed cli remote-launch option for multisdk
== Sungmin Ha<sungmin82.ha@samsung.com> 2014-01-28

* 2.4.29
- add synchronization between function
- when entering function call WorkerLock.acquire
- when exiting function call WorkerLock.release
- modify cli create, launch function
== jihye kim<jihye1128.kim@samsung.com> 2014-01-27

* 2.4.28
- modify checking base image routine
== jihye kim<jihye1128.kim@samsung.com> 2014-01-14

* 2.4.27
- IVI disable GPU HW support option
== Ziv Chang<ziv.chang@intel.com> 2014-01-13

* 2.4.26
- add handling VMLauncherException
== jihye kim<jihye1128.kim@samsung.com> 2014-01-10

* 2.4.25
- sort platform tab by name
- sort vm list by date or name
- modify build.xml
== jihye kim<jihye1128.kim@samsung.com> 2014-01-09

* 2.4.24
- added LD_LIBRARY_PATH to qemu execution with spice for ivi
- modified bus addr in spice option for ivi
== Sungmin Ha<sungmin82.ha@samsung.com> 2014-01-03

* 2.4.23
- fix bug
- add check null point
- delete repeated conditional test
== jihye kim<jihye1128.kim@samsung.com> 2013-12-26

* 2.4.22
- added LD_LIBRARY_PATH to qemu execution with spice
- modified bus addr in spice option
- deleted unnecessary LD_LIBRARY_PATH in mobile emulator-manager.sh
== Sungmin Ha<sungmin82.ha@samsung.com> 2013-12-23

* 2.4.21
- update ivi qemu lauch script
- sdb connection issue is resolved
- remove "-redir tcp:26111::26101"
== Ziv Chang<ziv.chang@intel.com> 2013-12-10

* 2.4.20
- update ivi qemu launch script
- remove "-serial telnet:localhost:6666,server" args
== Ziv Chang<ziv.chang@intel.com> 2013-12-10

* 2.4.19
- add support suspend property in experimental mode
- modify file sharing option in experimental mode
== jihye kim<jihye1128.kim@samsung.com>2013-12-06

* 2.4.18
- update ivi qemu launch script
-   add -enable-hax for windows, macos
== Ziv Chang<ziv.chang@intel.com> 2013-12-05

* 2.4.17
- change RESOLUTION to class from enum
== jihye kim<jihye1128.kim@samsung.com> 2013-12-03

* 2.4.16
- add to delete exist vm
== jihye kim<jihye1128.kim@samsung.com> 2013-11-26

* 2.4.13
- add create button gif animation
== jihye kim<jihye1128.kim@samsung.com> 2013-11-20

* 2.4.12
- fixed bug that printing wrong log when launch emulator.
== jihye kim<jihye1128.kim@samsung.com> 2013-11-15

* 2.4.11
- add cli option
- command: create
- options: -p, --platform (create vm from selected platform)
== jihye kim<jihye1128.kim@samsung.com> 2013-11-07

* 2.4.10
- change ivi 2.0 package to ivi 3.0 package
== jihye kim<jihye1128.kim@samsung.com> 2013-11-05

* 2.4.9
- bug fix: null point exception when to create custom vm
- bug fix: disappear about dialog in Mac os
- add to close resources routine
== jihye kim <jihye1128.kim@samsung.com> 2013-10-04

* 2.4.7
- roll back to 2.4.5
- remove Wow6432Node
== jihye kim <jihye1128.kim@samsung.com> 2013-09-17

* 2.4.6
- fixed the bug
- change finding javaw path routine at 64bit windows (add Wow6432Node)
== jihye kim <jihye1128.kim@samsung.com> 2013-09-16

* 2.4.5
- fixed the bug
- if plugin does not implement all extension point, em can not load that plugin
== jihye kim <jihye1128.kim@samsung.com> 2013-09-05

* 2.4.3
- add skins of 'skins' folder to platform skin list
== jihye kim <jihye1128.kim@samsung.com> 2013-09-04

* 2.4.2
- delete build dependency
== jihye kim <jihye1128.kim@samsung.com> 2013-09-04

* 2.4.0
- change plugin and template directory (tools -> platform)
== jihye kim <jihye1128.kim@samsung.com> 2013-09-04

* 2.3.8
- add skin-arg "hb.ignore" if emulator is remote excuted
== sungmin ha<sungmin82.ha@samsung.com> 2013-09-04

* 2.3.7
- bug fix (vmbutton image is null)
- delete default option of oci, cpu type
== jihye kim<jihye1128.kim@samsung.com> 2013-08-30

* 2.3.6
- added remote-cli commands and operations
== sungmin ha<sungmin82.ha@samsung.com> 2013-08-29

* 2.3.5
- add CPU, OCI device type
- change emulaor-vms dir to emulator dir
== jihye kim<jihye1128.kim@samsung.com> 2013-08-22

* 2.3.0
- seperate plugin structure for multi profile
== jihye kim<jihye1128.kim@samsung.com> 2013-08-20

* 2.2.16
- add qHD resolution(540 x 960)
== jihye kim<jihye1128.kim@samsung.com> 2013-08-12

* 2.2.15
- change exit value for test tool
== jihye kim<jihye1128.kim@samsung.com> 2013-08-05

* 2.2.14
- add virtio device options
== Munkyu Im<munkyu.im@samsung.com> 2013-07-29

* 2.2.13
- rollback-> remove & in script
== jihye kim<jihye1128.kim@samsung.com> 2013-07-18

* 2.2.12
- fix log file bug -> print wrong time
- add print system information log
== jihye kim<jihye1128.kim@samsung.com> 2013-07-11

* 2.2.11
- fix console mode bug -> does not exit because emulator manager is background process
- fix VM button bug -> 'modify view' is changed to 'detail view' when mouse exit event
== jihye kim<jihye1128.kim@samsung.com> 2013-07-10

* 2.2.10
- version up
== jihye kim<jihye1128.kim@samsung.com> 2013-07-03

* 2.2.9
- change FileResouces -> FileResources
- change static fucntion in FileResources
- Add static log (use before create log file).
- Add debug mode for more detail log.
== jihye kim <jihye1128.kim@samsung.com> 2013-07-01

* 2.2.8
- add SELECTED_PUSH state in image button(custom button)
- bug fix - does not display pushed button image
== jihye kim <jihye1128.kim@samsung.com> 2013-06-28

* 2.2.7
- bug fix - empty view error in mac os
- add '&' for background process
- create button size 0 while create emulator
- delete '3button' kernel option
== jihye kim <jihye1128.kim@samsung.com> 2013-06-24

* 2.2.6
- change max multi touch point 6 -> 10
- fix bug (vm name does not fit VM button)
== jihye kim <jihye1128.kim@samsung.com> 2013-06-24

* 2.2.5
- fix bug (null point exception skin folder)
== jihye kim <jihye1128.kim@samsung.com> 2013-06-20

* 2.2.4
- add kernel command
== Munkyu Im <munkyu.im@samsung.com> 2013-06-24
- fix bug (disable item button in 'all' view)
== jihye kim <jihye1128.kim@samsung.com> 2013-06-20

* 2.2.3
- fix bug in Mac os
== jihye kim <jihye1128.kim@samsung.com> 2013-06-17

* 2.2.2
- add execute permissions(+x)
== jihye kim <jihye1128.kim@samsung.com> 2013-06-14

* 2.2.1
- add double click listener -> launching vm
- change mac os defualt font "Lucida Grande"
== jihye kim <jihye1128.kim@samsung.com> 2013-06-13

* 2.2.0
- change USER_DATA_PATH -> SDK_DATA_PATH
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-06-12

* 2.1.14
- add skin priority for default skin
== jihye kim <jihye1128.kim@samsung.com> 2013-06-11

* 2.1.13
- add kernel option for - add kernel option for 3 button skin image
== jihye kim <jihye1128.kim@samsung.com> 2013-06-07

* 2.1.12
- create .user.lock file
== jihye kim <jihye1128.kim@samsung.com> 2013-06-08

* 2.1.11
- bug fix
== jihye kim <jihye.1128.kim@samsung.com> 2013-06-07

* 2.1.10
- modify script and file path fot multi version IDE
== jihye kim <jihye1128.kim@samsung.com> 2013-06-07

* 2.1.9
- bug fix(create button)
== jihye kim <jihye1128.kim@samsung.com> 2013-06-03

* 2.1.8
- add scroll bar on detail view
- add tree view on list view
- delete da button (change to image button)
== jihye kim <jihye1128.kim@samsung.com> 2013-06-03

* 2.1.7
- apply feedback
- change launch button, modify button
- add tool tip
- add hw support disable mode
- change min size of dialog
== jihye kim <jihye1128.kim@samsung.com> 2013-05-13

* 2.1.6
- add sign file in the Windows
== jihye kim <jihye1128.kim@samsung.com> 2013-05-08

* 2.1.5
- change checking emulator process routine (in Windows)
== jihye kim <jihye1128.kim@samsung.com> 2013-04-22

* 2.1.4
- change emulator manager main ux
== jihye kim <jihye1128.kim@samsung.com> 2013-04-19

* 2.1.3
- modify module of open browser (tizendevelop site)
== jihye kim <jihye1128.kim@samsung.com> 2013-03-21

* 2.1.2
- add check gl module
==jihye kim <jihye1128.kim@samsung.com> 2013-03-21

* 2.1.0
- update vesrion (2.1.0 a)
- delete file seperator
- modify reset function
== jihye kim <jihye1128.kim@samsung.com> 2013-03-19

* 1.3.89
- update version
== Sooyoung Ha <yoosah.ha@samsung.com> 2013-03-08

* 1.3.80
- reading version from file (emulator/etc/version)
== jihye kim <jihye1128.kim@samsung.com> 2013-02-21
 
* 1.3.79
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-02-15

* 1.3.78
- modify install script
== jihye kim <jihye1128.kim@samsung.com> 2013-02-12

* 1.3.77
- fix bug (making shortcut menu error in install script)
- modify text box size
- modify tooltip text (detail view)
== jihye kim <jihye1128.kim@samsung.com> 2013-02-12

* 1.3.76
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-02-01

* 1.3.75
- add checking emulator to the modify menu(cli)
== jihye kim <jihye1128.kim@samsung.com> 2013-01-26

* 1.3.74
- update version
- modify ram-size
- add checking dpi value
== jihye kim <jihye1128.kim@samsung.com> 2013-01-18

* 1.3.73
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-01-14

* 1.3.72
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-01-07

* 1.3.71
- setting working directory when launching qemu-img
== jihye kim <jihye1128.kim@samsung.com> 2013-01-04

* 1.3.70
- modify AUTHORS file
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-01-02

* 1.3.69
- remove DYLD_LIBRARY_PATH on mac
== Munkyu Im <munkyu.im@samsung.com> 2012-12-28

* 1.3.68
- add launch option for display booting status
== jihye kim <jihye1128.kim@samsung.com> 2012-12-13

* 1.3.67
- add double checking launching emulator.
== jihye kim <jihye1128.kim@samsung.com> 2012-12-10

* 1.3.66
- modify default skin phone shape skin -> general skina
== jihye kim <jihye1128.kim@samsung.com> 2012-12-10

* 1.3.65
- set x86 image id 1 (arm image start 2)
== jihye kim <jihye1128.kim@samsung.com> 2012-12-04

* 1.3.64
- change set of resolution (WVGA, HD)
- set x86 image id 0 (arm image start 1)
== jihye kim <jihye1128.kim@samsung.com> 2012-12-03

* 1.3.63
- change emulator-manager.app for mac
== jihye kim <jihye1128.kim@samsung.com> 2012-11-29

* 1.3.62
- change em.icns file
== jihye kim <jihye1128.kim@samsung.com> 2012-11-29
* 1.3.61
- modify build script for mac
== jihye kim <jihye1128.kim@samsung.com> 2012-11-29

* 1.3.60
- modify jar .app -> script .app
== jihye kim <jihye1128.kim@samsung.com> 2012-11-29

* 1.3.59
- add em.icns for mac
== jihye kim <jihye1128.kim@samsung.com> 2012-11-26

* 1.3.58
- update version up
== jihye kim <jihye1128.kim@samsung.com> 2012-11-26

* 1.3.57
- add emulator-manager.app for mac os
== jihye kim <jihye1128.kim@samsung.com> 2012-11-23

*1.3.56
- modify key listener for 'Del' key
- add tool tip resolution combo and skin combo
- set forcus after create and clone vm.
== jihye kim <jihye1128.kim@samsung.com> 2012-11-12

*1.3.55
- disable hw-virtualization and gl-acceleration in the arm emulator
- fix option in the arm emulator.
== jihye kim <jihye1128.kim@samsung.com> 2012-11-09

*1.3.54
- change defalut skin to the phone shape skin
== jihye kim <jihye1128.kim@samsung.com> 2012-11-08

*1.3.53
- add tool tip for file sharing to the mac os
== jihye kim <jihye1128.kim@samsung.com> 2012-11-06

*1.3.52
- make disable file sharing to the mac os.
- change checking running emulator in the modify function.(N_SE-13129)
- change running parameter when start emulator for the arm image.
== jihye kim <jihye1128.kim@samsung.com> 2012-11-05

*1.3.51
- modify select skin routine.
- add resolution : 320x480, 1280x800, 1920x1080, 2560x1600
- Modify launch command for arm emulator.
- Skin-args and qemu-args were duplicated and other options were not suitable for arm emulator.
- add 'select skin path' menu.
- modify console mode.
- add 'Skin' class
== jihye kim <jihye1128.kim@samsung.com> 2012-11-02

*1.3.48
- change multi touch's max point 3->6
- update version
== jihye kim <jihye1128.kim@samsung.com> 2012-10-30

*1.3.47
- update version
== jihye kim <jihye1128.kim@samsung.com> 2012-10-23