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
|
* 2.1.47
- change framework used in macOS
== Jinhyung Jo <jinhyung.jo@samsung.com> 2017-06-07
* 2.1.46
- update version for full dibs build
== SeokYeon Hwang <syeon.hwang@samsung.com> 2016-11-21
* 2.1.45
- modify vm lock module
- remove 'Always on top' menu from linux
== jihye kim<jihye424.kim@samsung.com> 2016-09-29
* 2.1.44
- change locking mechanism
== jihye kim <jihye424.kim@samsung.com> 2016-09-19
* 2.1.43
- tizen-kvm is moved to emulator-supplements package
== SeokYeon Hwang <syeon.hwang@samsung.com> 2016-08-22
* 2.1.42
- change emulator icon
== jihye kim <jihye424.kim@samsung.com> 2016-08-19
* 2.1.41
- update libraries
== SeokYeon Hwang <syeon.hwang@samsung.com> 2016-07-04
* 2.1.40
- use GTK2 for SWT 4.5
== Munkyu Im <munkyu.im@samsung.com> 2016-06-01
* 2.1.37
- delete some unnecessary lines in SWT GUI
== GiWoong Kim <giwoong.kim@samsung.com> 2015-11-09
* 2.1.36
- modified contents title of About dialog
== GiWoong Kim <giwoong.kim@samsung.com> 2015-10-29
* 2.1.35
- fix the error about install_name_tool in tizen Makefile.
== Jihye Won <jihye.won1@samsung.com> 2015-09-23
* 2.1.34
- ecs: modify sdb and sdk.info path
== Chulho Song <ch81.song@samsung.com> 2015-09-16
* 2.1.33
- emulator: Modified code about java path in WOW64
== Jinhyung Jo <jinhyung.jo@samsung.com> 2015-09-11
* 2.1.32
- support multibyte string and space
== Munkyu Im <munkyu.im@samsung.com> 2015-09-10
* 2.1.31
- set maximum count value of multitouch point at device
- change sdb path
== GiWoong Kim <giwoong.kim@samsung.com> 2015-08-21
* 2.1.30
- cherry-pick the codes for enable tizen_2.3.1_multi profile
== Sooyoung Ha <yoosah.ha@samsung.com> 2015-08-20
* 2.1.29
- add wearableO-360x360-2btn skin resource
== GiWoong Kim <giwoong.kim@samsung.com> 2015-08-04
* 2.1.28
- fix closing sdb shell issue
== Munkyu Im <munkyu.im@samsung.com> 2015-07-20
* 2.1.27
- sdb: changed to sdb notification message size as 64
== Jinhyung Choi <jinh0.choi@samsung.com> 2015-06-08
* 2.1.26
- Command+Q handling on MacOS
== GiWoong Kim <giwoong.kim@samsung.com> 2015-06-02
* 2.1.25
- remove some delays when rotary rotating
== GiWoong Kim <giwoong.kim@samsung.com> 2015-06-01
* 2.1.24
- changed inet_listen_opts to local listen socket
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2015-05-27
* 2.1.23
- fix ecs socket creation failure
== Munkyu Im <munkyu.im@samsung.com> 2015-05-22
* 2.1.22
- show error popup when fails creating socket
== Munkyu Im <munkyu.im@samsung.com> 2015-05-20
* 2.1.21
VIGS: add synchronous glReadPixels fallback
== Jinhyung Jo <jinhyung.jo@samsung.com> 2015-05-18
* 2.1.20
- add XFlush to reflection of Always on Top feature
== GiWoong Kim <giwoong.kim@samsung.com> 2015-05-08
* 2.1.16
- added rpm file contraint for extra package installation
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2015-04-16
* 2.1.15
- ecs: send error msg to ecp when port forwarding is failed.
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2015-04-14
* 2.1.13
- modified wearableO-360x360-1btn images
== GiWoong Kim <giwoong.kim@samsung.com> 2015-03-24
* 2.1.12
- Build: Modified build script.('MSYS_ROOTDIR')
- Build: Added log to build script.
- Build: Removed OS version description in build/install dependency .
- package: removed build/install dependency for spice server
== Minkee Lee <minkee.lee@samsung.com> 2015-03-19
* 2.1.11
- disable parser APIs because of seeking issue
== Sooyoung Ha <yoosah.ha@samsung.com> 2015-02-27
* 2.1.10
- qHD skin packaging
== GiWoong Kim <giwoong.kim@samsung.com> 2015-02-24
* 2.1.9
- WA: support mobile profile
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2015-02-09
* 2.1.8
- added wearable 360x360 skin for rectangle display
== GiWoong Kim <giwoong.kim@samsung.com> 2015-01-29
* 2.1.7
- modified skin name
== GiWoong Kim <giwoong.kim@samsung.com> 2015-01-26
* 2.1.6
- support the transparent background for PNG
== GiWoong Kim <giwoong.kim@samsung.com> 2015-01-12
* 2.1.5
- refactoring for multi-touch processing on maru_sdl
== GiWoong Kim <giwoong.kim@samsung.com> 2015-01-07
* 2.1.4
- added extra packages auto installation
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2015-01-06
* 2.1.3
- added maru_finger_processing_3 function on maru_shm
== GiWoong Kim <giwoong.kim@samsung.com> 2015-01-02
* 2.1.2
- added a rotary device
== Jinhyung Jo <jinhyung.jo@samsung.com> 2014-12-30
* 2.1.1
- added install scripts for wearable-360x360-1btn skin
- remove warning for unused function for the touch device
- define multitouch_toggle_key_checking function for the touch device
== GiWoong Kim <giwoong.kim@samsung.com> 2014-12-29
* 2.1.0
- added wearable-360x360-1btn skin
- added rotary widget
- added display masking
== GiWoong Kim <giwoong.kim@samsung.com> 2014-12-29
* 2.0.39
- Check-gl: Modified install script.(Added handling CLI case)
- eventcast: modified data format for light sensor.
== Minkee Lee <minkee.lee@samsung.com> 2014-11-06
* 2.0.38
- HDS: bug fixed - static & runtime HDS synchronization
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-10-29
* 2.0.37
- Check-gl: Modified install script.
== minkee Lee <minkee.lee@samsung.com> 2014-10-28
* 2.0.36
- added pressure, ultraviolet, and hrm sensors
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-10-23
* 2.0.35
- Size up location buffer
== Munkyu Im <munkyu.im@samsung.com> 2014-10-21
* 2.0.34
- source clean-up and remove redundant memory usage in codec device.
- apply upstream qemu patch that adds noinline attribute to work around gcc bug.
== Kitae Kim <kt920.kim@samsung.com> 2014-10-21
* 2.0.33
- source sync with tizen.org
== SeokYeon Hwang <syeon.hwang@samsung.com> 2014-10-17
* 2.0.32
- Fix SDcard attaching issue
== Munkyu Im <munkyu.im@samsung.com> 2014-10-16
* 2.0.31
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-10-13
* 2.0.30
- spice-server: added auto port setting for tizen
== SungMin Ha <sungmin82.ha@samsung.com> 2014-10-01
* 2.0.29
- modified SDB shell command
== GiWoong Kim <giwoong.kim@samsung.com> 2014-09-20
* 2.0.28
- add Timer for shell closing
== GiWoong Kim <giwoong.kim@samsung.com> 2014-09-18
* 2.0.27
- apply profile skin as default for wearable
- added wearable-360x480-1btn skin
== GiWoong Kim <giwoong.kim@samsung.com> 2014-09-16
* 2.0.26
- Add proxy arguments for ECP
== Munkyu Im <munkyu.im@samsung.com> 2014-09-15
* 2.0.25
- getting status bugs for earjack & USB are fixed.
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-09-15
* 2.0.24
- Add sdcard lock/unlock
== Munkyu Im <munkyu.im@samsung.com> 2014-09-12
* 2.0.23
- removed injector_ans when request status
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-09-11
* 2.0.22
- enable the vmodem device using virtio.
== Sooyoung Ha <yoosah.ha@samsung.com> 2014-09-04
* 2.0.21
- maru_camera: Modified the query control logic
- maru_camera: Bug fix for missing fd close on error condition
- nfc: Add getting status
- skin: fixed message format for emuld to shutdown
- brillcodec: remove useless memory copy
- tethering: add functions to get connected ip address and port
- tethering: convert sensor values before sending ecs
- tethering: remove redundant source when copying ip address
- tethering: improve error cases
- tethering: fix connection failure case
- tethering: provide a function to get framebuffer on Mac OS X
- tethering: add a function to get framebuffer in maru_sdl
- tethering: fix connection routine
- build: use libpng on Mac OS X
- tethering: support display feature
- build: fix some compilation warnings on Mac
- tethering: create a thread to handle messages
- tethering: add protobuf messages for display feature
- debugch: Fix not working DEBUGCH
- skin: detect a system settings change
- ecs: Add location data set/get
== Jinhyung Jo <jinhyung.jo@samsung.com> 2014-09-03
* 2.0.20
- improve error handling in encoding_audio function.
== Kitae Kim <kt920.kim@samsung.com> 2014-07-21
* 2.0.19
- Add O_APPEND flag
== Munkyu Im <munkyu.im@samsung.com> 2014-07-17
* 2.0.18
- fix audio encoder feature.
== Kitae Kim <kt920.kim@samsung.com> 2014-07-11
* 2.0.17
- Accelerometer device: changed default value to non-zero value
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-07-04
* 2.0.16
- modified Shell menu command
== GiWoong Kim <giwoong.kim@samsung.com> 2014-07-04
* 2.0.15
- bug fixed: uninitialized variable (sdb noti server)
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-07-02
* 2.0.14
- changed guest server to sdb noti server
- gyro sensor default value is now (0, 0, 1) rads/s
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-07-01
* 2.0.13
- fixed guest server error handling
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-07-01
* 2.0.12
- added rotation vector sensor
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-06-27
* 2.0.11
- modified general key window for wearable
== GiWoong Kim <giwoong.kim@samsung.com> 2014-06-27
* 2.0.10
- debug: fixed action value for light status
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-06-26
* 2.0.9
- modified wearable-general skin info
== GiWoong Kim <giwoong.kim@samsung.com> 2014-06-26
* 2.0.8
- debug: added sleep for non blocking guest server
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-06-25
* 2.0.7
- pci: add checking whether the device is realized before unlinking the capability
== SeokYeon Hwang <syeon.hwang@samsung.com> 2014-06-25
* 2.0.6
- debug: non blocking guest server
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-06-25
* 2.0.3
- HVGA skin packaging
== GiWoong Kim <giwoong.kim@samsung.com> 2014-06-20
* 2.0.2
- changed pthread_mutex to QemuMutex
- changed pthread to QemuThread
- notify emuld connectivity to ecp
- haptic sensor device is added
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-06-18
* 2.0.1
- Removed Maru overlay device
- communication: convert pthread_mutex to qemu_mutex
== Jinhyung Jo <jinhyung.jo@samsung.com> 2014-06-12
* 2.0.0
- Major package version up
== Seokyeon Hwang <syeon.hwang@samsung.com> 2014-06-10
* 1.7.41
- modified some device names <(_) to (-)>
- fix release routine for maru_sdl
== Jinhyung Jo <jinhyung.jo@samsung.com> 2014-05-22
* 1.7.40
- fix screen shot feature
== GiWoong Kim <giwoong.kim@samsung.com> 2014-05-20
* 1.7.39
- Apply Qemu 2.0 on windows.
== Sooyoung Ha <yoosah.ha@samsung.com> 2014-05-13
* 1.7.38
- Apply Qemu 2.0.
== Kitae Kim <kt920.kim@samsung.com> 2014-05-13
* 1.7.37
- added maru_sdl_processing file
== GiWoong Kim <giwoong.kim@samsung.com> 2014-04-28
* 1.7.36
- debug log fix and cli input support
== hakhyun Kim <haken.kim@samsung.com> 2014-04-22
* 1.7.35
- do not call qemu_ds_sdl_update directly
== GiWoong Kim <giwoong.kim@samsung.com> 2014-04-17
* 1.7.34
- fix a booting problem on Mac OS X.
== Kitae Kim <kt920.kim@samsung.com> 2014-04-11
* 1.7.33
- add kernel parameter
== GiWoong Kim <giwoong.kim@samsung.com> 2014-04-10
* 1.7.32
- ecs : sdcard attach/detach support
== hakhyun Kim <haken.kim@samsung.com> 2014-04-09
* 1.7.31
- modify build script on windows and mac.
== Kitae Kim <kt920.kim@samsung.com> 2014-04-04
* 1.7.30
- added enable-libav option to configure
== Kitae Kim <kt920.kim@samsung.com> 2014-04-01
* 1.7.29
- added device ans message
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-27
* 1.7.28
- include header for Windows
== GiWoong Kim <giwoong.kim@samsung.com> 2014-03-26
* 1.7.27
- block the updating while surface switching
== GiWoong Kim <giwoong.kim@samsung.com> 2014-03-26
* 1.7.26
- added device option for sensor & jack device
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-20
* 1.7.25
- added build/install dependency for spice server
== SungMin Ha <sungmin82.ha@samsung.com> 2014-03-12
* 1.7.24
- Moved device data into qemu from driver
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2014-03-06
* 1.7.23
- modified SDK version loading
== GiWoong Kim <giwoong.kim@samsung.com> 2014-03-04
* 1.7.22
- removed remote sources for git separation
== SungMin Ha <sungmin82.ha@samsung.com> 2014-02-24
* 1.7.21
- remove ecs port option
== Munkyu Im <munkyu.im@samsung.com> 2014-02-13
* 1.7.20
- modified the routine for framebuffer swapping
== GiWoong Kim <giwoong.kim@samsung.com> 2014-01-27
* 1.7.19
- modified missing lock in hwkey
== SungMin Ha <sungmin82.ha@samsung.com> 2014-01-22
* 1.7.18
- modified prevent defects in hwkey, keyboard
== SungMin Ha <sungmin82.ha@samsung.com> 2014-01-21
* 1.7.17
- removed platform information of install dependency in emulator-qemu-x86
== SungMin Ha <sungmin82.ha@samsung.com> 2014-01-20
* 1.7.16
- added schema for Control Panel menu
== GiWoong Kim <giwoong.kim@samsung.com> 2014-01-15
* 1.7.15
- move General skin to mobile-specific path
== GiWoong Kim <giwoong.kim@samsung.com> 2014-01-13
* 1.7.14
- disabled unstable spice because runtime library dependency
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-07
* 1.7.13
- enabled spice
== Sungmin Ha <sungmin82.ha@samsung.com> 2014-01-03
* 1.7.10
- disabled unstable spice
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
* 1.7.9
- removed reconfigure code in virt-viewer
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
* 1.7.8
- added required package libvirt-dev to build
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-24
* 1.7.7
- added execute permission spice_codegen.py for build
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-23
* 1.7.6
- added remote server/client packages spice-gtk, virt-viewer, celt, spice etc.
- modified spice input codes for tizen specific functions
- modified build script and makefile
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-23
* 1.7.5
- Use wglMakeCurrent instead of wglMakeContextCurrentARB when possible
== GiWoong Kim <giwoong.kim@samsung.com> 2013-12-19
* 1.7.3
- remove temporary code
== GiWoong Kim <giwoong.kim@samsung.com> 2013-12-09
* 1.7.2
- added reset function for host keyboard
- deleted blank in maru_virtio_hwkey.c
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-12-03
* 1.7.1
- method for initial scale factor value determining
== GiWoong Kim <giwoong.kim@samsung.com> 2013-11-26
* 1.7.0
- Rewrite maru_pm. Rewrite power management codes.
== Seokyeon Hwang <syeon.hwang@samsung.com> 2013-11-19
* 1.6.4
- added schema for host keyboard menu
== GiWoong Kim <giwoong.kim@samsung.com> 2013-11-14
* 1.6.3
- modify protobuf protocol
== Munkyu Im <munkyu.im@samsung.com> 2013-11-12
* 1.6.2
- changed message format when a sdb server registers in guest server
- previously it gets ip, port, serial, but now serial only
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2013-11-07
* 1.6.1
- use gsettings instead of gconftool-2
== Munkyu Im <munkyu.im@samsung.com> 2013-11-04
* 1.6.0
- keep the touch point grabbing while finger rearranging
== GiWoong Kim <giwoong.kim@samsung.com> 2013-10-29
* 1.5.103
- function call re-ordering in arrangeSkin() & etc
== GiWoong Kim <giwoong.kim@samsung.com> 2013-10-17
* 1.5.102
- supports qmp handling for ecs.
- added keep alive checking routine for ecs.
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2013-10-10
* 1.5.101
- fixed sync problem when closing avcodec context.
== Kitae Kim <kt920.kim@samsung.com> 2013-09-30
* 1.5.97
- YAGL module is excluded from the build on MacOS in temparary.
== Jinhyung Jo <jinhyung.jo@samsung.com> 2013-09-27
* 1.5.96
- remove Wow6432Node
== jihye kim <jihye1128.kim@samsung.com> 2013-09-17
* 1.5.95
- modified skin info
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-16
* 1.5.94
- fixed the bug
- change finding java path routine at 64bit windows (add Wow6432Node)
== jihye kim <jihye1128@samsung.com> 2013-09-16
* 1.5.93
- rebase QEMU onto 1.6.
== Kitae Kim <kt920.kim@samsung.com> 2013-09-13
* 1.5.92
- make skins package for windows/macos
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-10
* 1.5.91
- make skins package for ubuntu
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-10
* 1.5.88
- modified test.hb.ignore to hb.ignore and add conditional sentence for remote excution
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-09-04
* 1.5.87
- modified SDL logic
== GiWoong Kim <giwoong.kim@samsung.com> 2013-09-03
* 1.5.86
- change space to tab
== Munkyu Im <munkyu.im@samsung.com> 2013-09-02
* 1.5.85
- modify build script
== Munkyu Im <munkyu.im@samsung.com> 2013-09-02
* 1.5.84
- apply emulator-lib-dev package for windows-32
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-08-29
* 1.5.83
- apply emulator-lib-dev package
== Munkyu Im <munkyu.im@samsung.com> 2013-08-28
* 1.5.82
- remove sdb notification
== Munkyu Im <munkyu.im@samsung.com> 2013-08-26
* 1.5.81
- modified sdb port
== Munkyu Im <munkyu.im@samsung.com> 2013-08-21
* 1.5.80
- modified skin info.ini
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-20
* 1.5.77
- modified lib linking on Windows
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-13
* 1.5.76
- added blank guide image
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-12
* 1.5.75
- modify sdb port
== Munkyu Im <munkyu.im@samsung.com> 2013-08-08
* 1.5.74
- updated binary package names
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-08-07
* 1.5.73
- print the time information to the debug channel output
== GiWoong Kim <giwoong.kim@samsung.com> 2013-08-05
* 1.5.72
- modified location of protobuf
- changed skin process for ecp
== Jinhyung Choi <jinhyung2.choi@samsung.com> 2013-07-31
* 1.5.71
- merge ecp branch into develop
- evdi, nfc and sensor device added
- control server added
- protocol buffer applied
== DaiYoung Kim <daiyoung777.kim@samsung.com> 2013-07-26
* 1.5.70
- modified structure of virtio-hwkey
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-07-25
* 1.5.69
- support multiple linux distro when installing and removing this package.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-16
* 1.5.68
- changed sh to bash in the install and remove script.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-11
* 1.5.67
- Modified messages in the install and remove script files.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-11
* 1.5.66
- Modified install script to use TSUDO on Linux.
== Kitae Kim <kt920.kim@samsung.com> 2013-07-11
* 1.5.61
- cancel a scrollbar timer
== GiWoong Kim <giwoong.kim@samsung.com> 2013-07-01
* 1.5.59
- remove notifying to sdb server
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-29
* 1.5.56
- apply a custom scrollbar to KeyWindow
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-24
* 1.5.52
- position correction for emulator window
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-19
* 1.5.50
- modified keycode for 480x800-3btn
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-14
* 1.5.47
- Modified guest_server to support multi SDK installation.
== Seokyeon Hwang <syeon.hwang@samsung.com> 2013-06-11
* 1.5.46
- added 3btn skins
== GiWoong Kim <giwoong.kim@samsung.com> 2013-06-04
* 1.5.41
- erase unused variable in virtio-keyboard
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-05-21
* 1.5.38
- modified process of using virtio keyboard queue and added key release event when context menu is activated
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-05-14
* 1.5.37
- call setBounds of display in arrangeSkin on only mac
== GiWoong Kim <giwoong.kim@samsung.com> 2013-05-06
* 1.5.34
- apply patch modified by Fengqian.Gao
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-04-29
* 1.5.33
- Remove a shared memory if not using it anymore
== GiWoong Kim <giwoong.kim@samsung.com> 2013-04-25
* 1.5.32
- Fix the slideshow problem of gallery app.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-23
* 1.5.29
- synchronization of display updating
== GiWoong Kim <giwoong.kim@samsung.com> 2013-04-17
* 1.5.28
- Fix pBuffer issue for xcomposite.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-16
* 1.5.27
- Change the FB configs limitaion from 10 to 32 for each process.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-12
* 1.5.26
- Add glFinish() after AGL function aglTexImagePBuffer() cause of pbuffer bug on MAC os.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-11
* 1.5.25
- Do not exit if log directory is deleted on runtime.
== Seokyeon Hwang <syeon.hwang@samsung.com> 2013-04-10
* 1.5.24
- increased virtio keyboard queue and fixed overwrite bug
== SungMin Ha <sungmin82.ha@samsung.com> 2013-04-06
* 1.5.23
- no need to get the shmkey from another shm
== GiWoong Kim <giwoong.kim@samsung.com> 2013-04-03
* 1.5.18
- modified skin's dbi file for key code of phone shape
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-29
* 1.5.17
- modified elem index and mutex lock in virtio-kbd
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-29
* 1.5.16
- modified Makefile to library load on mac from check-gl
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-26
* 1.5.15
- Fix dibs build error.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-21
* 1.5.14
- Generate check-gl binary to use at an emulator-manager.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-21
* 1.5.13
- Enable pbuffer surface.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-20
* 1.5.12
- modified virtio hwkey device and improved hwkey mapping
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-03-20
* 1.5.10
- moved kvm script files from qemu-common to qemu-x86 package.
== Kitae Kim <kt920.kim@samsung.com> 2013-03-15
* 1.5.9
- update a display when window is de-iconified
== GiWoong Kim <giwoong.kim@samsung.com> 2013-03-13
* 1.5.8
- arrange the PairTag
== GiWoong Kim <giwoong.kim@samsung.com> 2013-03-11
* 1.5.7
- added routine in case that there is no gksudo.
== Kitae Kim <kt920.kim@samsung.com> 2013-03-08
* 1.5.06
- added tool window style to Key window
== GiWoong Kim <giwoong.kim@samsung.com> 2013-03-08
* 1.5.05
- Sync-up with latest release source code.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-03-04
* 1.5.04
- modified path separator
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-25
* 1.5.00
- added virtio hwkey device
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-21
* 1.4.90
- added bottom half instead of mloop
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-15
* 1.4.83
- update version
== Munkyu Im <munkyu.im@samsung.com> 2013-02-04
* 1.4.81
- call setSize after pack the shell
== GiWoong Kim <giwoong.kim@samsung.com> 2013-02-04
* 1.4.76
- update version
== jihye kim <jihye1128.kim@samsung.com> 2013-01-29
* 1.4.75
- prepare 10 colors for Pair Tag
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-25
* 1.4.72
- Changed host keyboard status routine on OS X.
== Kitae Kim <kt920.kim@samsung.com> 2013-01-24
* 1.4.71
- modified screenshot operation when vga is not ready
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-23
* 1.4.70
- remove shared memory leak on Mac
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-22
* 1.4.68
- package version up
== Munkyu Im <munkyu.im@samsung.com> 2013-01-21
* 1.4.67
- substitute schedule function for scheduleAtFixedRate
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-19
* 1.4.65
- Fix emulator crash when using EffectsApp.
== Sangjin Kim <sangjin3.kim@samsung.com> 2013-01-17
* 1.4.64
- removed ifndef for screenshot
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-17
* 1.4.63
- activate event handling
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-17
* 1.4.61
- modify popup system
== Munkyu Im <munkyu.im@samsung.com> 2013-01-16
* 1.4.60
- Fixed a problem about displayed useless line on screenshot
== Sungmin Ha <sungmin82.ha@samsung.com> 2013-01-16
* 1.4.59
- removed setFocus on mac
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-16
* 1.4.57
- modify init process
== Munkyu Im <munkyu.im@samsung.com> 2013-01-16
* 1.4.56
- modified include path
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-15
* 1.4.54
- Fix compilation warnings
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-15
* 1.4.52
- control the focus in general skin
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-14
* 1.4.48
- switch the z-order between main window and key window
== GiWoong Kim <giwoong.kim@samsung.com> 2013-01-11
* 1.4.45
- Fixed a problem about emulator boot on Mac.
== Kitae Kim <kt920.kim@samsung.com> 2013-01-11
* 1.4.44
- fix proxy error handling
== Munkyu Im <munkyu.im@samsung.com> 2013-01-10
* 1.4.43
- Fixed a problem about closing skin module.
== Kitae Kim <kt920.kim@samsung.com> 2013-01-10
* 1.4.42
- change tmp file path
== Munkyu Im <munkyu.im@samsung.com> 2013-01-09
* 1.4.41
- fix dynamic loading library path
== Munkyu Im <munkyu.im@samsung.com> 2013-01-04
* 1.4.40
- version up
== Munkyu Im <munkyu.im@samsung.com> 2013-01-03
* 1.4.39
- version up
== Sooyoung Ha <yoosah.ha@samsung.com> 2013-01-03
* 1.4.38
- fix gl capability check fail on windows intel graphics machine.
== Sangjin Kim <sangjin3.kim@samsung.com> 2012-12-28
* 1.4.37
- Fixed a memory leak while decoding video.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-28
* 1.4.36
- modify Makefile
== Munkyu Im <munkyu.im@samsung.com> 2012-12-28
* 1.4.35
- sync up the focus between main window and key window
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-28
* 1.4.33
- fix getting proxy
== Munkyu Im <munkyu.im@samsung.com> 2012-12-27
* 1.4.32
- Apply sdb script file
== Munkyu Im <munkyu.im@samsung.com> 2012-12-21
* 1.4.31
- Fixed a bug when audio some codecs are decoded simultaneously.
- Source clean-up and codec device can decode a number of audio codecs concurrently.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-18
* 1.4.30
- hide a shell while emulator rotation/scaling
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-17
* 1.4.29
- Add function prototypt to virtio.h
== Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
* 1.4.28
- comment out arm build
== Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
* 1.4.27
- version up
== Sooyoung Ha <yoosah.ha@samsung.com> 2012-12-14
* 1.4.26
- add arm build
== Munkyu In <munkyu.im@samsung.com> 2012-12-12
* 1.4.24
- add configure option
== Munkyu In <munkyu.im@samsung.com> 2012-12-11
* 1.4.23
- Open the key window as default
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-10
* 1.4.21
- Added multi-touch control scenario
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-08
* 1.4.20
- wrong argument was passed into emulator configure.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
* 1.4.19
- wrong size of qemu package has been uploaded in the previous package.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
* 1.4.18
- Modified build script files.
== Kitae Kim <kt920.kim@samsung.com> 2012-12-07
* 1.4.17
- apply nine-patch
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-06
* 1.4.16
- Added double quotation mark for path
== GiWoong Kim <giwoong.kim@samsung.com> 2012-12-06
* 1.4.15
- rearrange finger image when rotate
== Munkyu In <munkyu.im@samsung.com> 2012-11-29
* 1.4.14
- remove unnecessary double quotation mark
== Munkyu In <munkyu.im@samsung.com> 2012-11-29
* 1.4.13
- fix string length checking of skin args
== Munkyu In <munkyu.im@samsung.com> 2012-11-29
* 1.4.12
- Text dimming issue fix at windows with nvidia card.
== Sangjin Kim <sangjin3.kim@samsung.com> 2012-11-28
* 1.4.11
- Key window renewal
== GiWoong Kim <giwoong.kim@samsung.com> 2012-11-26
* 1.4.10
- Set the display bounds before pack the shell
== GiWoong Kim <giwoong.kim@samsung.com> 2012-11-22
* 1.4.6
- Fix EGL_BAD_ALLOC error when using pixmap surface repeatedly.
== Sangjin Kim <sangjin3.kim@samsung.com> 2012-11-22
* 1.4.5
- Enable Host Keyboard menu from advanced popup.
== Kitae Kim <kt920.kim@samsung.com> 2012-11-14
* 1.4.4
- Apply qemu_ld/st optimization according to QEMU 1.2
== Yeongkyoon Lee <yeongkyoon.lee@samsung.com> 2012-11-08
* 1.4.3
- Added libattr1-dev, libcap library
- Added libattr1-dev, libcap library
== GiWoong Kim <giwoong.kim@samsung.com> 2012-11-08
* 1.3.69
- Fix the crashed problem of emulator with haxm.
- haxm has conflicted with kvmvapic.bin file.
== Kitae Kim <kt920.kim@samsung.com> 2012-11-01
* 1.3.68
- The camera device for Windows supports RGB24 and I420 image formats, in additionally.
- The range of brightness level has been changed.(1 ~ 24 => 0 ~ 100)
== Jinhyung Jo <jinhyung.jo@samsung.com> 2012-10-31
* 1.3.67
- Fix build error on macos.
- vga_common_init function has been changed since QEMU 1.2.
== Kitae Kim <kt920.kim@samsung.com> 2012-10-30
* 1.3.66
- Merge tizen_arm branch into develop branch.
- Merge arm qemu source for emulator into x86 qemu source.
== Kitae Kim <kt920.kim@samsung.com> 2012-10-30
|