summaryrefslogtreecommitdiff
path: root/package/changelog
blob: eac61758355edf8cee56e0502ddebc686b8a055e (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
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
* 2.1.205
- Correct app installation path
- Added journal dlog parser
== Alice Liu <alice.liu@intel.com> 2014-12-02
* 2.1.204
- Changed app installation path to support Xwalk
== Alice Liu <alice.liu@intel.com> 2014-09-12
* 2.1.203
- Fixed removing port forward bug
== Alice Liu <alice.liu@intel.com> 2014-09-01
* 2.1.202
- Fixed device file's permission parsing bug
== yoonki.park <yoonki.park@samsung.com> 2014-08-27
* 2.1.201
- Added notification for default certificates
== jihoon80.song <jihoon80.song@samsung.com> 2014-08-19
* 2.1.200
- Fixed bug in package command
- Added font util
- Fixed bug in image util
== taeyoung2.son <taeyoung2.son@samsung.com> 2014-08-19
* 2.1.199
- Added ImageUtil#getAWTImages() method
== taeyoung2.son <taeyoung2.son@samsung.com> 2014-07-21
* 2.1.198
- Fixed bug that cannot build application
- Fixed error occur after insert image from src in config.xml
- Removed automatical distributor adding option for new cert policy
- Added getScaledImage method
== taeyoung2.son <taeyoung2.son@samsung.com> 2014-07-17
* 2.1.197
- Removed new certificate modules
== jihoon80.song <jihoon80.song@samsung.com> 2014-06-25
* 2.1.196
- Fixed project icon not updated in config.xml file
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-06-20
* 2.1.195
- Added a decorator for project info
== jihoon80.song <jihoon80.song@samsung.com> 2014-05-16
* 2.1.194
- Added a first platform unmarshaller in TprojectHandler
== jihoon80.song <jihoon80.song@samsung.com> 2014-05-15
* 2.1.193
- Added tproject getter with specified path.
== jihoon80.song <jihoon80.song@samsung.com> 2014-05-13
* 2.1.192
- Added files from fragment
- Changed the way to determine the device type
== yoonki.park <yoonki.park@samsung.com> 2014-04-28
* 2.1.191
- Cleanup for fragment
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-04-29
* 2.1.190
- Improved the performance of refreshing logs in the Log View
- Fixed unittest fail
- Fixed logger for information blinding
== shingil.kang <shingil.kang@samsung.com> 2014-04-17
* 2.1.189
- Added string validation check when creating a project
== yoonki.park <yoonki.park@samsung.com> 2014-04-14
* 2.1.188
- Fixed highlight background problem in new wizard
== jihoon80.song <jihoon80.song@samsung.com> 2014-04-10
* 2.1.187
- Checked if tree item is selected when pulling files in the Connection Explorer
- Changed incremental sign policy
- Fixed a charset problem for URL
- Changed tabs to white spaces
- Changed the title of item editor for secure profiles
- Fixed unittest
== shingil.kang <shingil.kang@samsung.com> 2014-04-08
* 2.1.186
- Fixed Cross sign not showing in Description option of Localization tab.
== jaeheung.kim <jaeheung.kim@samsung.com> 2014-04-02
* 2.1.185
- Added 2Digit validation for requried_version
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-04-01
* 2.1.184
- Added required_version validation
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-04-01
* 2.1.183
- Fixed contained empty item in LocaleDialog
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-03-31
* 2.1.182
- Fixed to open new window when clicking hyperlink on cmd char
== yoonki.park <yoonki.park@samsung.com> 2014-03-28
* 2.1.181
- Fixed bug for converting Java file:// URL to File(…) path, platform independent, including UNC paths in CSS Editor
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-03-25
* 2.1.180
- Added launch message.
== taeyoung2.son <taeyoung2.son@samsung.com> 2014-03-21
* 2.1.179
- Changed emulator cert policy
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-19
* 2.1.178
- Fixed decorator "File Icons Based On Content Analysis" makes other decorator not work
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-03-18
* 2.1.177
- Added 'Unknown' Device state
== shingil.kang <shingil.kang@samsung.com> 2014-03-14
* 2.1.176
- Moved commandbar description to fragment
== yoonki.park <yoonki.park@samsung.com> 2014-03-07
* 2.1.175
- Changed security profiles policy in preferences
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-07
* 2.1.174
- Showed same view when changing multi view mode from single view mode in the Connection Explorer
- Improved counting file size when pulling files in the Connection Explorer Dereference all symbolic links then count size of it
- Fixed missing call to superclass
== shingil.kang <shingil.kang@samsung.com> 2014-03-06
* 2.1.173
- Changed target policy without profile
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-05
* 2.1.172
- Added new cert policy for emulator
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-04
* 2.1.171
- Changed new cert related policy
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-04
* 2.1.169
- Checked if local file(directory) exists when pushing local file into remote device
- Removed useless files
- Modified the logic to add new file and to add new folder and to push local files into remote folder based on the last selected folder
- Showed proper error message when user input empty ip or port in the Remote Device Manager
== shingil.kang <shingil.kang@samsung.com> 2014-03-04
* 2.1.168
- Diabled new cert policy checkbox in Security Profiles
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-04
* 2.1.167
- Fixed wrong resource name
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-03
* 2.1.166
- Fixed a bug whrer arrary index exception occurs when user open context menu if no device is connected to the Connection Explorer.
- Added return type for wrote state of profiles
- Fixed auto closable holes
- Added log in LaunchesListener
== jihoon80.song <jihoon80.song@samsung.com> 2014-03-02
* 2.1.165
- Added CommandErrorException's constructor
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-28
* 2.1.164
- Change extension plugin name
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-27
* 2.1.163
- Fixed svg icon file filter
- Improved checking size of folder when pulling files from remote device
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-27
* 2.1.162
- Added new certificate policy
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-26
* 2.1.161
- Fixed icon copy bug in NewIconDialog
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-25
* 2.1.160
- Fixed unittest for ImageUtil
- Support ico and svg file preview
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-25
* 2.1.159
- Fixed language list
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-20
* 2.1.158
- Fixed that the text box does not display command when click on the second column on command bar help in Windows
- Fix to show image on status bar
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-20
* 2.1.157
- Added the module which validates information of remote device
== shingil.kang <shingil.kang@samsung.com> 2014-02-18
* 2.1.156
- Fixed icon deleted when selected icon.png again as icon in web config file
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-18
* 2.1.155
- Prevented the error dialog from opening when the text widget is disposed
- Fixed that Command bar help does not close when clicked on ide or command help button
- Fixed getBufferedImage of ImageUtil
- Added extra lang set
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-17
* 2.1.154
- Fixed a bug where the unnecessary error popup appears in the Connection Explorer.
- Fixed a bug where the Connection Explorer does not properly focus on tableviewer or treeviewer.
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-11
* 2.1.153
- Fixed language set of LocalDialog
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-11
* 2.1.152
- Added language set of LocalDialog
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-10
* 2.1.151
- Added function for getDefaultLangLength
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-07
* 2.1.150
- Supports character set encoding in the Log View
- Added NewIconDialog option and fixed scaled icon preview
- Fixed a Command Bar issue (perspective bundle)
- Fixed that "Restre Defaults" button on RDS's properties page
== kh5325.kim <kh5325.kim@samsung.com> 2014-02-07
* 2.1.149
- Extended eclipse 'Properties' menu in the Connection Explorer
- Aligned indentation of plugin.xml
- Disabled some menu buttons when device list is empty or no device is selected in the Remote Device Manager
- Added SWTUtil
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-02-06
* 2.1.148
- Fixed icon name validation
- Focused on the device if a device is selected when the connection explorer runs initially
- Remove project icon for smart launch
- Fixed closing freeze problem in new windows of the new wizard description image.
== jihoon80.song <jihoon80.song@samsung.com> 2014-02-05
* 2.1.147
- disable native install and uninstall if native plugin is not installed in SDK
== ho.namkoong <ho.namkoong@samsung.com> 2014-02-04
* 2.1.146
- Changed ide log location for sikuli
- Changed the path of folder containing ide logs
- Changed the path of folder containing sdblib logs.
- COMMAND BAR
- Introduces IFocusService handler for cut/copy/paste/selectAll
- Supports for git clone and init
== shingil kang <shingil.kang@samsung.com> 2014-01-29
* 2.1.145
- Fixed tooltip messages for new wizard
== jihoon80.song <jihoon80.song@samsung.com> 2014-01-24
* 2.1.144
- move the emulator icons
== shingil.kang <shingil.kang@samsung.com> 2014-01-24
* 2.1.143
- Command Bar
- Fixed for 'Ctrl-X'->'Ctrl-V'
== kh5325.kim <kh5325.kim@samsung.com> 2014-01-24
* 2.1.142
- Fixed NPE.
== taeyoung2.son <taeyoung2.son@samsung.com> 2014-01-24
* 2.1.141
- Add constant about launch result
== hyunsik.noh <hyunsik.noh@samsung.com> 2014-01-24
* 2.1.140
- Fixed table image blinking in new wizard
== jihoon80.song <jihoon80.song@samsung.com> 2014-01-17
* 2.1.139
- Command Bar
- Prevented 'sdb dlog' and 'sdb status-window'
- Removed gradient by the error 'BadPixmap (invalid Pixmap parameter)'
== kh5325.kim <kh5325.kim@samsung.com> 2014-01-23
* 2.1.138
- Add LinkDialog
== hyunsik.noh <hyunsik.noh@samsung.com> 2014-01-21
* 2.1.137
-  Fixed icon file synchronize with file system in configuration editor
== changhyun1.lee <changhyun1.lee@samsung.com> 2014-01-17
* 2.1.136
- Fixed FileNotFoundException for native packaging
== jihoon80.song <jihoon80.song@samsung.com> 2014-01-17
* 2.1.135
- Changed the icon name of the Tizen Remote File Dialog
- Modified zip editor
== gune.kim <gune.kim@samsung.com> 2014-01-16
* 2.1.134
- Disabled Command Bar "sdb shell" and system command
- Added method that removes resource information file for RDS on target
== kh5325.kim <kh5325.kim@samsung.com> 2014-01-15
* 2.1.133
- Fixed not to run interactive command 'sdb shell' (it can cause an IDE hang)
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-31
* 2.1.132
- fixed a bug where the application monitor loops fast if it does not get ps info
== shingil.kang <shingil.kang@samsung.com> 2014-01-08
* 2.1.131
- fixed a bug where error dialog occurs when deleting or editing remote device information if table is empty
== shingil.kang <shingil.kang@samsung.com> 2014-01-07
* 2.1.130
- Added show(boolean focus) method.
== taeyoung2.son <taeyoung2.son@samsung.com> 2014-01-07
* 2.1.129
- (Weekly update)
- Fixed a bug where an error occurs when exploring the folder having block/character device files
- Change profiles policy for sign (profile version)
- [Command Bar] Supports git command
== kh5325.kim <kh5325.kim@samsung.com> 2014-01-03
* 2.1.128
- Removed icon to "common-eplugin-fragment"
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-31
* 2.1.127
- Externalized Help > Tizen SDK
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-31
* 2.1.126
- Fixed antBuild.sh (changed dependency_package_path)
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-30
* 2.1.125
- Introduces fragment patch
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-30
* 2.1.124
- Migrated images to "common-eplugin-fragment"
- Fixed org.tizen.common.util.ImageUtil.getImageDescriptor(Bundle, String) to support fragments
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-28
* 2.1.123
- Migrated bundles to "common-eplugin-fragment"
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-28
* 2.1.122
- (Weekly update)
- Supports the file handler in resource parsers
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-20
* 2.1.121
- Marks warning when RDS error occurs
- Replaced Apache signing module with original one
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-17
* 2.1.120
- (Weekly update)
- Added a guide message to the IDE log file
- Changed verbose logs to trace level
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-13
* 2.1.119
- Fixed not to print sdblib logs in Application Monitor (too many logs)
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-10
* 2.1.118
- (Weekly update)
- Supports hybrid application debugging
- Supported device suspend & lock state in Connection Explorer
- [Command Bar] Supports git command
== kh5325.kim <kh5325.kim@samsung.com> 2013-12-09
* 2.1.117
- (Weekly update)
- Refined Preferences label
- SDBLIB: Added application monitor for monitoring application launched/terminated
== kh5325.kim <kh5325.kim@samsung.com> 2013-11-29
* 2.1.116
- (Weekly update)
- Refined Tizen IDE Preferences: Added 'Appearance', 'Smart Development Bridge' and 'Logging'.
- Shows an error dialog box when user executes emulator manager which is not installed properly in Connection Explorer
- Fixed to display packages icon
- Fixed to get a invalid platform version
== kh5325.kim <kh5325.kim@samsung.com> 2013-11-22
* 2.1.115
- Package update for automated Test system
== bylee <bonyong.lee@samsung.com> 2013-11-19
* 2.1.114
- (Weekly update)
- Aligned launch messages with web and native
- Added image file thumbnail in Project Explorer and Package Explorer
- Modified on-demand install for supporting multi profile
- Changed Connection Explorer console title and labels for pull
== kh5325.kim <kh5325.kim@samsung.com> 2013-11-15
* 2.1.113
- Fixed exception for "numbers of source Raster bands and source color space components do not match"
- Removed unused constant in TizenPlatformConstants and added super.dispose in ConnectionExplorer
- Added ITizenNativeXmlStore interface for using on the hybrid package
- Replace hashsign.jar to source codes
- Added a support check method
- Fixed invalid assert check for profileInfo
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-11-07
* 2.1.112
- Fixed icon validation in configuration editor
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-11-05
* 2.1.111
- (Weekly update)
- Refactored RDS logic by aligning with native and web
- Fixed a concurrency exception problem about DependencyInDB class
- Fixed a bug where root file entry type of device is not correctly recognized sometimes
- Removed in-container test case
== kh5325.kim <kh5325.kim@samsung.com> 2013-11-01
* 2.1.110
- Repair test cases
== bonyong.lee <bonyong.lee@samsung.com> 2013-10-28 11:00
* 2.1.109
- [CSS Editor] Updated jQuery-ColorPicker library and added tip in Tip Of Day dialog
- [sdblib] Fixed a bug where timer is not canceled after writing socket (causing OutOfMemoryError)
- Changed security preferences UX (to change certificates)
- Fixed test cases
== kh5325.kim <kh5325.kim@samsung.com> 2013-10-25
* 2.1.108
- Refined InstallPathConfig to lookup sdk.info file up-through
- Fixed a clean build exception
== kh5325.kim <kh5325.kim@samsung.com> 2013-10-23
* 2.1.107
- Modify sikuli test environment
== bonyong.lee <bonyong.lee@samsung.com> 2013-10-22 11:42
* 2.1.106
- Added a guide dialog for the situation user changes his signature profile
- [Command Bar] Added a tip page, Fixed to hide a help tooltip, Modified FocusBehavior to hide prompt text
- (Weekly update)
== kh5325.kim <kh5325.kim@samsung.com> 2013-10-18
* 2.1.105
- Repair test cases
== bonyong.lee <bonyong.lee@samsung.com> 2013-10-16 10:14
* 2.1.104
- Added ZipEditor to org.tizen.common.externals & added Tizen package file icons
== gune.kim <gune.kim@samsung.com> 2013-10-15
* 2.1.103
- Repair sikuli script
== bonyong.lee <bonyong.lee@samsung.com> 2013-10-15 11:39
* 2.1.102
- Added TipOfTheDayDialog for 'Tip of the day' feature
- Fixed some Prevent issues
- Removed 'Third Party Content' section in about.html
== kh5325.kim <kh5325.kim@samsung.com> 2013-10-14
* 2.1.101
- modify sdblib library name
== taeyoung2.son <taeyoung2.son@samsung.com> 2013-10-01
* 2.1.100
- Added sdblib package
== taeyoung2.son <taeyoung2.son@samsung.com> 2013-10-01
* 2.1.99
- Modify test script
== bonyong.lee <bonyong.lee@samsung.com> 2013-09-23
* 2.1.98
- pkg version up
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-09-24 14:41
* 2.1.97
- fix test cases
== ho.namkoong <ho.namkoong@samsung.com> 2013-09-17 18:38
* 2.1.96
- Added org.tizen.common.dlog package for dlogutil and PsReceiver
- Improved back button process
- Fixed ColorPickerDialog to work
== kh5325.kim <kh5325.kim@samsung.com> 2013-09-17
* 2.1.95
- Added 'Command Bar' features: Custom Recommendations and Assistant Bubbles 
- Moved ColorPickerDialog to org.tizen.common.ui plugin
== kh5325.kim <kh5325.kim@samsung.com> 2013-09-14
* 2.1.94
- Added ColorPickerDialog
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-09-12 22:03
* 2.1.93
- Add new connection explroer feature
== shingil.kang <shingil.kang@samsung.com> 2013-09-12
* 2.1.92
- Supports 'Command Bar' project create and some improvements
== kh5325.kim <kh5325.kim@samsung.com> 2013-09-07
* 2.1.91
- Fixed "Command Bar" to show the help (CR key event)
== kh5325.kim <kh5325.kim@samsung.com> 2013-09-05
* 2.1.90
- Some improvements for "Command Bar"
== kh5325.kim <kh5325.kim@samsung.com> 2013-09-02
* 2.1.89
- fix test case bug
== ho.namkoong <ho.namkoong@samsung.com> 2013-09-05 17:14
* 2.1.88
- Add sdb test cases
== ho.namkoong <ho.namkoong@samsung.com> 2013-09-05 19:31
* 2.1.87
- Added org.tizen.common.core.application.tproject to export list.
== gune.kim <gune.kim@samsung.com> 2013-09-05 15:42
* 2.1.86
- Update pkg version
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-09-03 14:45
* 2.1.85
- Fixed "Command Bar" to show the help (CR key event)
== kh5325.kim <kh5325.kim@samsung.com> 2013-09-02
* 2.1.84
- Added "Command Bar" (experimental)
== kh5325.kim <kh5325.kim@samsung.com> 2013-09-02
* 2.1.83
- fix sdb test case bugs
== ho.namkoong <ho.namkoong@samsung.com> 2013-09-01
* 2.1.82
- Added org.tizen.common.project.adapter extension point for ProjectUtil#getTizenProject()
== kh5325.kim <kh5325.kim@samsung.com> 2013-08-30
* 2.1.81
- change sdb_path
== ho.namkoong <ho.namkoong@samsung.com> 2013-08-30
* 2.1.80
- add sdb test cases
== ho.namkoong <ho.namkoong@samsung.com> 2013-08-30
* 2.1.79
- fixed user template issues
== jihoon80.song <jihoon80.song@samsung.com> 2013-08-29 17:41
* 2.1.78
- Add #!/bin/bash to test-ide.sh
== bonyong.lee <bonyong.lee@samsung.com> 2013-09-23
* 2.1.77
- Modify test package script
== bonyong.lee <bonyong.lee@samsung.com> 2013-09-23
* 2.1.76
- Fixed on-demand install error in multi-profile
== gune.kim <gune.kim@samsung.com> 2013-08-21
* 2.1.75
- Fixed wrong platform name format 
== gune.kim <gune.kim@samsung.com> 2013-08-20
* 2.1.74
- Modified profile name format
- Added getCommonPlatformPath()
== gune.kim <gune.kim@samsung.com> 2013-08-20
* 2.1.73
- Changed test result path to tizen-sdk-data
- Removed 'Keyboard Shortcuts' menu
== kh5325.kim <kh5325.kim@samsung.com> 2013-08-19
* 2.1.72
- Refactored wizard to common model
- Added sikuli windows startup script
- Modified to get platform directory
- Updated jQuery Mobile 1.3.2
== kh5325.kim <kh5325.kim@samsung.com> 2013-08-09
* 2.1.71
- Wizard refactorings
== kh5325.kim <kh5325.kim@samsung.com> 2013-08-06
* 2.1.70
- Changed to attribute:test
== kh5325.kim <kh5325.kim@samsung.com> 2013-08-05
* 2.1.69
- Added wizard preferences
- Added common PWComposite
- Added Label to test package
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2013-08-02
* 2.1.68
- Refactoring ui test script
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2013-08-01
* 2.1.67
- Fixed test cases (Attribute:root)
== kh5325.kim <kh5325.kim@samsung.com> 2013-08-01
* 2.1.66
- Fixed NLS messages
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-31
* 2.1.65
- Refactoring as Protex's result
- Resolve license conflict
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-31
* 2.1.64
- Refined test package including lib
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-30
* 2.1.63
- Added test package
- Added sikuli test cases
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-29
* 2.1.62
- Added methods for CSSHover
- Added methods for $(baseNameUpper)
- Refactored FileDialogUtils and overwrite check in generate a certificate
- Cleared password text when p12 file is selected
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-29
* 2.1.61
- Fixed icon, content validation
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-22
* 2.1.60
- Changed remove command
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-22
* 2.1.59
- Added UserLog for checking performance & fixed getRemotePathofDelta() method cannot find remote path when the project's path contains regex
- Added byte character set detect module to log view
- Restored wst Validate menu item
- Common messages for launch
- Modified license file name
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-18
* 2.1.58
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-07-17
* 2.1.57
- fixed a custom location problem in new wizard
== jihoon80.song <jihoon80.song@samsung.com> 2013-07-12 21:06
* 2.1.56
- fixed some bugs
== jihoon80.song <jihoon80.song@samsung.com> 2013-07-12 19:53
* 2.1.55
- Fixed validation in configuration editor
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-07-04 14:17
* 2.1.54
- Added tizenhwkey handler 
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-06-29 19:23
* 2.1.53
- updated sign modules
== jihoon80.song <jihoon80.song@samsung.com> 2013-06-28 20:24
* 2.1.52
- fixed some bugs
== jihoon80.song <jihoon80.song@samsung.com> 2013-06-27 16:09
* 2.1.51
- updated KeyCertificateGenerator.jar
- Modified to use InstallManagerV2.jar instead
- Added Category and performance measurement Name
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-26
* 2.1.50
- Improved checking a multi-app in isRdsMode()
- Renewed secure profile models
- Fixed sdblib and Connection Explorer
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-24
* 2.1.49
- Fixed to proceed when starting sdb is failed (stop deviceMonitor)
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-19
* 2.1.48
- Fixed to proceed when starting sdb is failed
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-19
* 2.1.47
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-19
* 2.1.46
- Fixed sdblib performace bug
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-13
* 2.1.45
- Changed to tizen2.2
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-13
* 2.1.44
- Modified to use changed-install-manager
== DongHee Yang <donghee.yang@samsung.com> 2013-06-11
* 2.1.43
- Fixed to escape the value in sdk.info
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-10
* 2.1.42
- Supports multi-sdk for CLI
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-08
* 2.1.41
- Supports multi-sdk
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-08
* 2.1.40
- Refactoring sdblib and bug fixes
- Fixed RDS push
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-07
* 2.1.39
- Fixed sdb library changing
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-05
* 2.1.38
- Refactoring sdblib
- Changed log level
== kh5325.kim <kh5325.kim@samsung.com> 2013-06-04
* 2.1.37
- Fixed template and copy seperate logic, Fixed mapping wrong location log
- Added AdapterUtil class
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-30
* 2.1.36
- 'web-build'
- Removed tizen-web-ui-fw dependency
- Connection Explorer refactoring
- Removed user logger
- Added unittest project type and decorator
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-29
* 2.1.35
- Fixed tizen-web-ui-fw dependency
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2013-05-28
* 2.1.34
- Fix bug to miss last line in device's response
== bonyong.lee <bonyong.lee@samsung.com> 2013-05-23
* 2.1.33
- Restore ordered lock
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-23
* 2.1.32
- Refactored to sdblib
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-23
* 2.1.31
- Refactored to sdblib
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-23
* 2.1.30
- Refactored to sdblib
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-23
* 2.1.29
- Refactored to sdblib
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-22
* 2.1.28
- Removed IProjectInfo (deprecated by ITizenProject)
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-17
* 2.1.27
- The smart launch moved to common-eplugin
== hyunsik.noh <hyunsik.noh@samsung.com> 2013-05-16 19:16
* 2.1.26
- Update mask.png
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-05-15 17:04
* 2.1.25
- Removed unused import
== kh5325.kim <kh5325.kim@samsung.com> 2013-05-10
* 2.1.24
- updated tizen web ui fw to 0.2.29
== jihoon80.song <jihoon80.song@samsung.com> 2013-05-10 18:57
* 2.1.23
- fixed NCDFE for CipherUtil
== jihoon80.song <jihoon80.song@samsung.com> 2013-04-30 11:15
* 2.1.22
- updated web ui fw to 0.2.26
== jihoon80.song <jihoon80.song@samsung.com> 2013-04-29 13:35
* 2.1.21
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-04-25
* 2.1.20
- add build framework.
== taeyoung2.son <taeyoung2.son@samsung.com> 2013-04-24 18:59
* 2.1.19
- updated Tizen Web UI FW to 0.2.25
== jihoon80.song <jihoon80.song@samsung.com> 2013-04-19 20:35
* 2.1.18
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-04-19
* 2.1.17
- Update icon.png
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-04-15 13:40
* 2.1.16
- Added Tizen IDE shortcuts pdf file and menu
== shingil.kang <shingil.kang@samsung.com> 2013-04-10
* 2.1.15
- Fixed template attribute (data-inline)
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-04-07 20:34
* 2.1.14
- Fix command to check device type
- Fixed to use /usr/bin/dlogutil
== kh5325.kim <kh5325.kim@samsung.com> 2013-04-05
* 2.1.13
- support root command
== yoonki.park <yoonki.park@samsung.com> 2013-04-05 11:26
* 2.1.12
- updated tizen web ui fw to 0.2.21
== jihoon80.song <jihoon80.song@samsung.com> 2013-04-04 15:02
* 2.1.11
- Changed the default required version in config.xml's tizen:application tag attribute
- Fixed NPE about the removeFile method in EclipseFileHandler
- Fixed HashSigner bugs
== jihoon80.song <jihoon80.song@samsung.com> 2013-04-03
* 2.1.10
- fixed native incremental sign problems
== jihoon80.song <jihoon80.song@samsung.com> 2013-04-02 14:55
* 2.1.9
- updated web ui fw to 0.2.20
- add executable shell command method for prompt mode change dlogutil path
- Absolute path for pkgcmd and launch_app
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-30
* 2.1.8
- InstallPathConfig folder: tizen2.0 -> tizen2.1
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-27
* 2.1.7
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-24
* 2.1.6
- Update WIDL
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-03-22 11:30
* 2.1.5
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-20
* 2.1.4
- Added AppTrayIcon Feature
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-03-16 17:36
* 2.1.3
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-15
* 2.1.2
- singleton:=true
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-13
* 2.1.1
- support coredump debugging
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-12
* 2.1.0
- 2.1.0 Package
== kh5325.kim <kh5325.kim@samsung.com> 2013-03-08
* 2.0.21
- Fixed CoreException in propertyPages
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-03-07 19:25
* 2.0.20
- added SdbCommand & pkgcmd's exitcode checker
== gune.kim <gune.kim@samsung.com> 2013-03-07 11:39
* 2.0.19
- Added Licence infomation
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-03-01 19:02
* 2.0.18
- Added SWTUtil
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-02-26 16:53
* 2.0.17
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-02-22
* 2.0.16
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-02-20
* 2.0.15
- Fixed CLI application id, package attribute
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-02-19 19:48
* 2.0.14
- Fix bug when check result about changing platform
== hyunsik.noh <hyunsik.noh@samsung.com> 2013-02-19 11:32
* 2.0.13
- Rollback to selecting device by connection explorer
== hyunsik.noh <hyunsik.noh@samsung.com> 2013-02-15 17:42
* 2.0.12
- Fixed ID Validation
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-02-14 10:52
* 2.0.11
- In the case of RDS, the partial directories's permision was changed to "app:app".
== gune.kim <gune.kim@samsung.com> 2013-02-08 10:17
* 2.0.10
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-01-28
* 2.0.9
- re packaging 2.0.8
== hyunsik.noh <hyunsik.noh@samsung.com> 2013-01-23 21:01
* 2.0.8
- fix invalid character for log file name on windows
== hyunsik.noh <hyunsik.noh@samsung.com> 2013-01-23 20:49
* 2.0.7
- updated tizen web ui fw to 0.2.11
== jihoon80.song <jihoon80.song@samsung.com> 2013-01-23 15:58
* 2.0.6
- updated TizenWebUIFW to 0.2.9
== jihoon80.song <jihoon80.song@samsung.com> 2013-01-18 19:34
* 2.0.5
- sync version
== jihoon80.song <jihoon80.song@samsung.com> 2013-01-18 18:19
* 2.0.4
- updated Tizen Web UI FW to 0.2.9
== jihoon80.song <jihoon80.song@samsung.com> 2013-01-18 11:46
* 2.0.3
- Fix bug: plain text cannot be used in signing
== ho.namkoong <ho.namkoong@samsung.com> 2013-01-15
* 2.0.2
- Fix bug: plain text cannot be used in signing
== ho.namkoong <ho.namkoong@samsung.com> 2013-01-15
* 2.0.1
- Merged the latest changes
== kh5325.kim <kh5325.kim@samsung.com> 2013-01-14
* 2.0.0
- Tizen 2.0 release
== kh5325.kim <kh5325.kim@samsung.com> 2013-01-11
* 1.0.121
- modified SDB's start demon
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2013-01-09
* 1.0.120
- Changed on-demand install path to developer
- modified local port checker
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2013-01-08
* 1.0.119
- fixed ClassNotFoundException for Web CLI
== jihoon80.song <jihoon80.song@samsung.com> 2013-01-04 19:49
* 1.0.118
- Remove RDS's "web not support note" in preference page and project properties page
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-01-04
* 1.0.117
- Merged the latest changes
== changhyun1.lee <changhyun1.lee@samsung.com> 2013-01-02
* 1.0.116
- Add ziputil class
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-12-28
* 1.0.115
- updated sign module for applying UNICODE patch
== jihoon80.song <jihoon80.song@samsung.com> 2012-12-28 16:47
* 1.0.114
- modified constants initial
== gune.kim <gune.kim@samsung.com> 2012-12-27
* 1.0.113
- modified RDS mode check logic RdsPreferencePage#isWebRdsMode() added
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-12-27
* 1.0.112
- Remove eclipse dependency from TizenSigner
== changhyun1.lee <changhyun1.lee@samsung.com> 2012-12-26
* 1.0.111
- update tizen web ui fw template
== changhyun1.lee <changhyun1.lee@samsung.com> 2012-12-21 20:45
* 1.0.108
- modifed OnDemandInstall#copyPackage() using sdblib
== mariah <kh5325.kim@samsung.com> 2012-12-18
* 1.0.107
- modifed OnDemandInstall#copyPackage() using sdblib
== mariah <kh5325.kim@samsung.com> 2012-12-18
* 1.0.106
- sync from staging
== changhyun1.lee <changhyun1.lee@samsung.com> 2012-12-12 15:15
* 1.0.105
- Modified config.xml version attribute
- Fix invalid copy in web-template using cli
== changhyun1.lee <changhyun1.lee@samsung.com> 2012-12-12 11:46
* 1.0.104
- Added template engine resource file
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-12-10
* 1.0.103
- Template samples added
== bylee <bonyong.lee@samsung.com> 2012-11-25 15:37
* 1.0.98
- Modification - project's RDS preference page support (select project, file, folder)
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-12-06
* 1.0.97
- Remove WPE Preview Tab
== changhyun1.lee <changhyun1.lee@samsung.com> 2012-12-06 13:39
* 1.0.96
- Add preference link dialog
- Remove CLI's eclipse dependency 
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-12-06
* 1.0.95
- Supprot to get already connected device notification when add listener on SmartDevelopmentBridge additionally.
- Add to check device type
- removed on-demand control file & some fefactoring to improve debug trace readability
- add crash report server class
- Insert sys err in TizenSigner for throw error when signing fails
- TID support for log view
== changhyun1.lee <changhyun1.lee@samsung.com> 2012-12-05 11:24
* 1.0.94
- CLI's notify logic fix.
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-11-29
* 1.0.92
- sdblib merged into common-eplugin
== hyunsik.noh <hyunsik.noh@samsung.com> 2012-11-28 16:35
* 1.0.91
- Template With CLI
== bylee <bonyong.lee@samsung.com> 2012-11-25 15:37
* 1.0.86
- fixed bug : use "mkdir" command, if delta is directory.
- sdblib.jar updated : Fix to change permission from 644 to 755 when pushing the file
== mariah <kh5325.kim@samsung.com> 2012-11-22
* 1.0.85
- RDS bundle move from nativecommon-eplugin to common-eplugin
- Added templates
- Hidden unnecessary context run/debug menu on nativeplatform perspective
- Added platform constant of debug path on host side
== donghyuk.yang <donghyuk.yang@samsung.com> 2012-11-20
* 1.0.84
- unknown
== hyunsik.noh <hyunsik.noh@samsung.com> 2012-11-16 10:24
* 1.0.83
- unknown
== hyunsik.noh <hyunsik.noh@samsung.com> 2012-11-15 20:37
* 1.0.82
- Support for ARM emulator
== mariah <kh5325.kim@samsung.com> 2012-11-15
* 1.0.81
- Changed prompter interface
== jihoon.song <jihoon80.song@samsung.com> 2012-11-07
* 1.0.80
- Updated sign module & added new methods in FileUtil
== jihoon.song <jihoon80.song@samsung.com> 2012-11-07
* 1.0.79
- Rapid Development Support for Native App
== mariah <kh5325.kim@samsung.com> 2012-11-06
* 1.0.78
- Added fade effect option of NotifierDialog
== gyeongseok.seo <gyeongseok.seo@samsung.com> 2012-11-05 19:40
* 1.0.77
- changed a sign module & fixed a missing plugin in feature
== jihoon80.song <jihoon80.song@samsung.com> 2012-11-02 17:04
* 1.0.76
- [Title] Added WTP 3.3.2 Patch 
== changhyun1.lee <changhyun1.lee@samsung.com> 2012-10-22 23:49
* 1.0.75
- unknown
== hyunsik.noh <hyunsik.noh@samsung.com> 2012-10-17 21:40
* 1.0.74
- Connection Explorer and Log view enhancement
== mariah <kh5325.kim@samsung.com> 2012-10-17
* 1.0.73
- changelog test
==  <@samsung.com> 2012-10-17 13:40