~ubuntu-branches/ubuntu/utopic/qtcreator-plugin-ubuntu/utopic-proposed

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
qtcreator-plugin-ubuntu (3.1.1+14.10.20140915-0ubuntu1) utopic; urgency=low

  [ CI bot ]
  * Run pkcon with --allow-untrusted (LP: #1360582). (LP: #1360582)

  [ Michael Vogt ]
  * Tiny fix to set the options dialog as modal parent for the
    "runClick" dialog when creating a click chroot.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 15 Sep 2014 06:10:55 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140912.3-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Put back the HTML5 template
  * Add ubuntu-emulator to the dependencies. Fixes LP: #1367246 (LP:
    #1367246)

  [ CI bot ]
  * Run pkcon with --allow-untrusted (LP: #1360582). (LP: #1360582)

  [ Benjamin Zeller ]
  * Less launcher output, add prefix so its clear if the output is from
    launcher/app. Use default application directories to create control
    files. Native Backend template now automatically substitutes the
    correct architecture into the manifest file. Make sure the wizards
    don't accept invalid characters .
  * Make sure .ssh folder and authorized_keys2 file have the correct
    owner and permissions

  [ Pete Woods ]
  * New scope template that talks to openweather API

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Michael Vogt ]
  * Run pkcon with --allow-untrusted (LP: #1360582). (LP: #1360582)
  * This branch cleans up the deploy script a little bit so that it
    reports errors from e.g. scp/ssh to the user. It will also fail
    early when a subcommand (like ssh) fails. (LP: #1366786)
  * Another tiny branch. This makes it easier for the user to see when
    his/her click package is deployed to the device. (LP: #1366791)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 12 Sep 2014 13:38:53 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140908-0ubuntu1) utopic; urgency=low

  [ Michael Vogt ]
  * Run pkcon with --allow-untrusted (LP: #1360582). (LP: #1360582)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 08 Sep 2014 09:47:27 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140903.3-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Adopt connectivity scripts to the new adbd policy
  * Change templates to use the Ubuntu.Components 1.1 and set
    useDeprecatedToolbar to false in MainView
  * test environment setup and simple app enhancements

  [ Benjamin Zeller ]
  * check if app is already installed on the device before overwriting
    it. redirect stdout and stderr to pipes we can read from the
    launcher. refactor launcher to support scopes. pass hook to the
    launcher, so multiple hooks are supported. make sure name in the
    manifest file only contains lowercase letters when created from a
    template. always package debughelper to get correct output. Get rid
    of project type guessing. Enable Scopes in deploy configurations.

  [ Maxim Ermilov ]
  * we are switching to cordova-ubuntu by default. all qtcreator
    integration will be done via separate plugin (
    https://code.launchpad.net/qtcreator-plugin-cordova-ubuntu ).

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 03 Sep 2014 11:50:17 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140821-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Add UbuntuCMakeCache. Add support for UBUNTU_MANIFEST_PATH cache
    variable to support core. apps Fallback to search the manifest file
    in builddir if the desktop file. path in the project dir manifest
    file is not valid (core apps compatibility) Fix bug lp:1358381 "new
    click-check-* scripts not shown in Validate. section of Ubuntu
    Publish" (LP: #1358381)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 21 Aug 2014 07:27:06 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140819-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Add real editors for manifest.json and apparmor files. Fix Bug
    lp:1297021 (Plugin pollutes code dir with manifests). remove
    manifest editors from packaging tab. cleanup Packaging Tab (credits
    to bzoltan). (LP: #1297021)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 19 Aug 2014 10:52:54 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140812.1-0ubuntu1) utopic; urgency=low

  [ Zygmunt Krynicki ]
  * This branch fixes two problems: 3b5a62a Fix parameter check in
    'device_search' script 831db0a Don't ignore devices with upper-case
    serial number

  [ Benjamin Zeller ]
  * Fix bug LP:1338936 "Use Suru Icon theme for buttons". Fix Bug
    lp:1355086 "welcome wizard "do not show again" does not work if you
    click cancel". Disable runconfiguration if the app is running to
    prevent execution of the same configuration multiple times. Make it
    possible to create Kits even if the Device is not attached. Do not
    crash if there is no deploy configuration. Do not change the project
    name if it contains a cmake var (LP: #1338936, #1355086)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 12 Aug 2014 08:12:11 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140806-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Add gdb-multiarch as a dependency lp:1338440. Save Emulator Settings
    lp:1336154. Autostart Emulator when its not started lp:1336660. Show
    a dialog that tells the user to attach the device and can wait. for
    the device being ready (LP: #1338440, #1336154, #1336660)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 06 Aug 2014 16:23:36 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140805.1-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Quick and dirty fix for trusty development env, until we sorted out
    how to handle frameworks and policy versions correctly

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 05 Aug 2014 11:40:36 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140804.1-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Apidocs should point to the currently used UI toolkit version
    lp:1276695. Fixes bug: lp:1335883 "ubuntu qtcreator is removing user
    files" (LP: #1335883, #1276695)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 04 Aug 2014 15:01:06 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140804-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Clean up the unnecessary file and directory checks in the
    click_create_target

  [ Benjamin Zeller ]
  * Force scope project names to lowercase -Fix the firststart wizard to
    use the correct device type id -Disable local scope in the template

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 04 Aug 2014 09:30:59 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140801-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Discover the processor type of the device and the emulator
  * Use the click API to check if the chroot exists (LP: #1351065) (LP:
    #1351065)

  [ Benjamin Zeller ]
  * Store architecture of a device in the devicetype ID. Fix all
    existing devices and Kits .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 01 Aug 2014 16:05:25 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140731-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Deal with emulator names with any non white space characters

  [ Benjamin Zeller ]
  * Adding device runsupport for QML projects. Create a QtVersion per
    chroot on the host. Fix deprecated warnings in the SDK launcher .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 31 Jul 2014 10:39:53 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140728.1-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Do not exit the click_destroy_target when umounting fails
  * Move the click-reviewers-tools to the recommended packages (LP:
    #1349052) (LP: #1349052)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 28 Jul 2014 17:40:26 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140728-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Custom qmake to deal with click chroots
  * Enable channel selection when creating an emulator ( (LP: #1334691,
    #1257711)

  [ Michael Vogt ]
  * README file is added to the project
  * Added missing dialog/message box parents. (LP: #1346783)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 28 Jul 2014 09:38:56 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140724-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Making the webapp-container dependency arch-dependent
  * Add tests to check Ubuntu plugins and validate the simple qml app
    template

  [ Benjamin Zeller ]
  * Adding run support for HTML and webcontainer projects. Refactored
    some code to make the project easier to maintain. Remove MenuItems
    for HTML projects. Fix packaging widget to work correctly for the
    new HTML configurations. Adding UbuntuHtmlBuildConfiguration. Add
    TargetSetupPage to the new htmlproject wizard. Make sure trusty
    users get a list of available frameworks based on the. Toolchain
    they use Hardcode list of frameworks for now since click chroots are
    broken .
  * Fix execution of click review tools to handle package names with
    spaces correctly

  [ Alexandre Abreu ]
  * Add a bit of documentation in the html5 template index to guide the
    developer to the "import cordova runtime options" (LP: #1338445)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 24 Jul 2014 08:49:51 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140716-0ubuntu1) utopic; urgency=low

  [ Alexandre Abreu ]
  * Add the inspector flag for debugging html5 apps in desktop file
    template (LP: #1341893)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 16 Jul 2014 04:46:37 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140711-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Improved webapp template with packaging support

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 11 Jul 2014 10:32:34 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140710-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Fix the scope template manifest file, add missing fields

  [ Anthony Wong ]
  * Supports the plural form of i18n.tr

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 10 Jul 2014 17:42:32 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140708-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Adding unit tests for UbuntuClickManifest
  * Migrating Wizards to QtC custom wizard API and description files.
    Dropping homegrown solution. Merged Scope wizards into one with a
    Combobox to select between network/no network (LP: #1330397)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Jul 2014 09:46:33 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140704.1-0ubuntu1) utopic; urgency=low

  [ daker ]
  * Make sure the webapp apparmor json file is valid
  * Fixed param that causes the webapp-container to open http://cookies
    (LP: #1327761)

  [ Adnane Belmadiaf ]
  * Fixed data-role name in the HTML5 app template (LP: #1335692)

  [ Michael Vogt ]
  * Some guidance to the webapp app.desktop template.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 04 Jul 2014 17:41:00 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140704-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Migrate the device check script from the obsolate project

  [ Benjamin Zeller ]
  * Merge the Ubuntu and QtC welcome page into one.
  * Use aa-clickquery to get correct policy version (LP: #1293586) (LP:
    #1293586)
  * Support SDK launcher for cmake based projects. Autocreate now can
    create a ToolChain directly if none is available .

  [ Michael Vogt ]
  * Fix for the webapps app.desktop template.

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 04 Jul 2014 14:23:20 +0000

qtcreator-plugin-ubuntu (3.1.1+14.10.20140616-0ubuntu1) utopic; urgency=medium

  [ Benjamin Zeller ]
  * Migrating to Qt5.3 and QtC 3.1

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 16 Jun 2014 10:23:50 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140613-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Detect device arch and create kits accordingly

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 13 Jun 2014 17:29:41 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140611.2-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Add 14.10 target support (LP: #1328436) (LP: #1328436)
  * Use unknown as developed ID when there is no LP ID available (LP:
    #1324555) (LP: #1324555)

  [ Benjamin Zeller ]
  * Use only one SSH key for all ubuntu devices Move the storage
    location of the SSH key to ~/.config/ubuntu-sdk Fixes LP:#1237923
    (LP: #1237923)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 11 Jun 2014 13:50:36 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140609-0ubuntu2) utopic; urgency=medium

  * test 

 -- Zoltán Balogh <zoltan@bakter.hu>  Wed, 11 Jun 2014 06:52:33 +0200

qtcreator-plugin-ubuntu (3.0.1+14.10.20140609-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Update scope templates to match released version of apparmor
    templates

  [ Benjamin Zeller ]
  * Removed dead code. Code compiles without warnings now. Treat all
    warnings as errors. Enable C++11 and use the override keyword . to
    protect us from missing upstream API changes
  * Add a fallback to UpstartAppLaunch in case the UbuntuAppLaunch is
    not available (LP:#1327066) (LP: #1327066)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 09 Jun 2014 07:54:45 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140602-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Automatically add missing fields to manifest.json when its loaded
  * Unittests for adb forward --list parser. Simple unittest for
    /etc/lsb-release parser .

  [ Alan Pope ]
  * Switch eog to xdg-open to fix bug 1325272 (LP: #1325272)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 02 Jun 2014 11:32:11 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140527-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Install the app icon to click package in cmake projects

  [ Benjamin Zeller ]
  * Automatically add missing fields to manifest.json when its loaded

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 27 May 2014 05:17:20 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140522.1-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Add default icon to template projects

  [ Benjamin Zeller ]
  * Introduce the sdk-launcher tool that can run a click package.
    Migrate QML, Go and HTML5 projects to the sdk-launcher .
  * Use the correct desktop_file_hint when running a application

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 22 May 2014 14:47:05 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140521.1-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Install go click application on the device from QTC

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 21 May 2014 11:49:52 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140520.2-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Remove obsolate backend template and rename templates. Introduce the
    qtcreator-plugin-go dependency as recommended package .

  [ Benjamin Zeller ]
  * Remove the need of attaching the device if its actually not
    required. Fix building GO applications on the device .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 May 2014 15:23:09 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140520-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Add Go project integration and project wizard (no hard dependency on
    the golang plugin). Fix a problem with apps not starting on the
    phone. Add Utopic to the feature set .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 May 2014 10:14:23 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140516.2-0ubuntu1) utopic; urgency=low

  [ Pete Woods ]
  * Add click packaging for scopes

  [ Benjamin Zeller ]
  * Unittest for click validation output parser

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 16 May 2014 16:56:11 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140516-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Remove the -client parameter from the desktop file

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 16 May 2014 04:04:25 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140515-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Open file in existing qtcreator instance (LP: #1172844) (LP:
    #1172844)

  [ Benjamin Zeller ]
  * Merge the emulator and device page. Add control facilites for
    emulators. emulator control scripts .

  [ CI bot ]
  * Add a script to wait for the started emulator and return the serial
    number

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 15 May 2014 15:36:50 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140512.1-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Move the UITK examples to recommended packages (LP: #1265689) (LP:
    #1265689)

  [ Benjamin Zeller ]
  * Fallback to local policy detection if no device is detected Do not
    hardcode policy version

  [ Alexandre Abreu ]
  * Add tab.js dependency to the html5 template (LP: #1311997)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 12 May 2014 18:05:52 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140509-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * Rename AppArmor tab to Security profile

  [ Benjamin Zeller ]
  * Implement editor for device displayName, shows on doubleclick

  [ CI bot ]
  * Integrate the device_wait_for_shell script into the device detection
    process.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 09 May 2014 11:52:56 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140508-0ubuntu1) utopic; urgency=low

  [ Zoltán Balogh ]
  * New script to wait for Unity8 shell on the given device

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 08 May 2014 15:27:14 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140507-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Implement metacall in menu.json, makes it possible to call
    slots/signals/invokables. Restore the install package menu item for
    cmake projects (LP: #1316783). Check if reviewer tools are installed
    before running them (LP: #1316787) . (LP: #1316787, #1316783)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 07 May 2014 11:02:32 +0000

qtcreator-plugin-ubuntu (3.0.1+14.10.20140502.6-0ubuntu1) utopic; urgency=low

  [ Benjamin Zeller ]
  * Added new QML based devices mode. Reworked backend that handles
    devices and emulators and put . it into QAbstractListModel derived
    classes to control them from QML Fixed a bug with starting
    applications on the device that don't use . a launcher Switched to
    the RemoteLinux configuration widget , it provides better .
    informations about the device state in the options dialog Easy
    creation of Kits for devices that are not assigned (Autocreate Kit).

  [ Jussi Pakkanen ]
  * Minor fixes for scope preview template.

  [ Alexandre Abreu ]
  * Update webapp template to account for the latest & most up to date
    changes (LP: #1313889)

  [ David Barth ]
  * This re-enables launching HTML5 apps on the device after the recent
    interface change. (LP: #1311692)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 02 May 2014 16:22:49 +0000

qtcreator-plugin-ubuntu (3.0.1+14.04.20140415-0ubuntu1) trusty; urgency=low

  [ Zoltán Balogh ]
  * Change Ubuntu API link and add link to HTML5 docs (LP: #1303535)
    (LP: #1303535)
  * Remove .desktop linking to the ~/.local/share/applications
  * Replace scripts and share paths even if there is no device (LP:
    #1307713) (LP: #1307713)

  [ Benjamin Zeller ]
  * Added missing plugin dependencies. Refresh ADB on startup .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Apr 2014 08:32:25 +0000

qtcreator-plugin-ubuntu (3.0.1+14.04.20140410.1-0ubuntu1) trusty; urgency=low

  [ Benjamin Zeller ]
  * Added Toolchains and Kit support to automatically.   detect a
    available click chroot Added Devicesupport, connected Ubuntu devices
    are.   automatically registered in QtCreator and can be set   for
    different kits Added Deploysupport(CMake), the projects contents are
    uploaded.   automatically using SSH after running make install on a
    local   directory Added Run and Debugsupport: the command that
    should be run.   on the device is read from the desktop file in the
    deployed   directory. This means C++ and QML debugging work as well
      as QML Profiling Dynamically forward ports, depending on adb
    forward --list.   output. Adb Server is not restarted by default
    anymore, only a press.   on the refresh button will trigger the
    restart. That will fix   problems with failing adb scripts Added
    local run support for Ubuntu projects .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 10 Apr 2014 16:54:54 +0000

qtcreator-plugin-ubuntu (3.0.1+14.04.20140408-0ubuntu1) trusty; urgency=low

  [ Zoltán Balogh ]
  * Add dependency to unity-scope-tool (LP: #1297812) (LP: #1297812)

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Łukasz 'sil2100' Zemczak ]
  * Make the new unity-scope-tool dependency arch-specific, only for
    those architectures supported by unity8

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Apr 2014 10:55:43 +0000

qtcreator-plugin-ubuntu (3.0.1+14.04.20140329-0ubuntu1) trusty; urgency=low

  [ Benjamin Zeller ]
  * Split device string with a regex instead of a fixed number of spaces
    (LP: #1297989) (LP: #1297989)
  * grep desktop file path from the manifest, if its not in the root
    dir. rsync instead of tar and scp .
  * CMake projects are not properly handled when the project name is not
    lowercase (LP: #1298566) (LP: #1298566)

  [ David Planella ]
  * Adds the required Author key to the scope template's .ini file. (LP:
    #1297862)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Sat, 29 Mar 2014 20:05:25 +0000

qtcreator-plugin-ubuntu (3.0.1+14.04.20140324.1-0ubuntu1) trusty; urgency=medium

  [ Zoltán Balogh ]
  * New Unity scope template
  * Forced clean up before running cmake
  * Remove redundant file listing from HTML5 template (LP: #1289870)
  * Remove redindant file listing from HTML5 template (LP: #1289870)
    (LP: #1289870)

  [ Benjamin Zeller ]
  * Use Rsync to upload source to the device
  * Automatically create click package after build on device
  * Switch to framework ubuntu-sdk-14.04
  * Adds combobox for selecting the framework in publish tab
  * Remove Series from the scripts
  * only save a manifest if it was opened before (or otherwise the codepath that sets defaults is never entered)
  * filter the available targets by the framework specified in the manifest,
    and automatically start to compile if only one target was found
  * Save framework version only if the combobox does not show the empty/unknown framework item
  * automatically change the policy version when the framework is changed
  * Show frameworks with higher versions first when selecting a build target.
  * List only frameworks that are available on the development host
  * Pass user arguments to cmake running in the chroot (LP: #1292892)

  
  * Pass user arguments to cmake running in the chroot (LP: #1292892)
    (LP: #1292892)
  * enable menu item to build on device
  * Removed libqt5v8-5-dev from device developertools
  * Use Rsync to upload source to the device. Automatically create click
    package after build.

  [ Ubuntu daily release ]
  * New rebuild forced

  [ CI bot ]
  * Join to the CI Train

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 24 Mar 2014 08:57:44 +0000

qtcreator-plugin-ubuntu (3.0.1-0ubuntu4) trusty; urgency=medium

  * debian/shlibs.local: Include the shlibs info that qtcreator should.
  * debian/control: Remove hard-coded qtcreator and libqt dependencies.
  * debian/rules: Make dh_shlibdeps search plugin directories for deps.

 -- Adam Conrad <adconrad@ubuntu.com>  Fri, 14 Mar 2014 21:24:39 -0600

qtcreator-plugin-ubuntu (3.0.1-0ubuntu3) trusty; urgency=medium

  * Rebuild against Qt 5.2 and QtWebKit 5.1.1

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Thu, 13 Mar 2014 19:09:59 +0000


qtcreator-plugin-ubuntu (3.0.1-0ubuntu2) trusty; urgency=medium

  [ Benjamin Zeller ]
  * Fix ubuntuproject loading
  * Add TargetSetupPage to application wizard, if a cmake project is created
  * Missing dependency qtdeclarative5-controls-plugin
  * Fixed compiler errors after merging the changes from the 2.8 branch

  [ Zoltán Balogh ]
  * Handle the case when the ubuntu-emulator directory does not exist (LP: #1287866)
  * IDocument API changed
  * the qt4project is renamed to qmakeproject in QtC3.0

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Mon, 10 Mar 2014 08:47:44 +0200

qtcreator-plugin-ubuntu (3.0.1-0ubuntu1) trusty; urgency=medium

  [ Alexandre Abreu ]
  * Updateed HTML5 template
  * Exec line from qtc html5 desktop which should refer to absolute path (LP: #1283183)
  * Automatically copy the prebuild cordova runtime packages to the project structure after the download completes
  * Update to follow new html5 project code layout necessary to embed the current cordova runtime.

  [ Jean-Baptiste Lallement ]
  * Enable autopkgtest to check that ubuntu-sdk is installable and qtcreator can be launched.

  [ David Barth ]
  * Pick the trusty (device release) for the armhf libs

  [ Benjamin Zeller ]
  * Plugin code adopted to QtCreator 3.0

 -- Zoltán Balogh <zoltan@bakter.hu>  Thu, 05 Mar 2014 12:50:52 +0200

qtcreator-plugin-ubuntu (2.8.1.3-0ubuntu1) trusty; urgency=medium

  [ Alexandre Abreu ]
  * Project template implements tab navigation by default, and has an
    alternative pagestack example bundled in. (LP: #1271611)
  * Enable the web inspector mode by default when running HTML5 apps from
    QtCreator. (LP: #1281611)

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 18 Feb 2014 18:20:06 +0100

qtcreator-plugin-ubuntu (2.8.1.2-0ubuntu2) trusty; urgency=medium

  [ Alexandre Abreu ]
  * Fix location and name of cordova runtime. (LP: #1281012)

 -- Daniel Holbach <daniel.holbach@ubuntu.com>  Tue, 18 Feb 2014 09:35:50 +0100

qtcreator-plugin-ubuntu (2.8.1.2-0ubuntu1) trusty; urgency=medium

  [Benjamin Zeller]
  * Enable Publish tab if the click-review tools are installed
  * Show detailed information about a error under the validation treeview
  * Install cmake to the click chroots
  * Packaging tab is renamed to Publish
  * Parser for click-run-checks output and show results in a itemview
  * Fix run on device for cmake projects
  * New cmake project template
  * cmake project deployment to the device
  * Automatically validate click packages created from CMake projects
  * Build click package for cmake projects
  * The  menu.json parser is refactored to show menus only in a special context
  * New option to menu.json if a clicktarget is required for executing the action
  * Tweaking build files to allow local build.
  * Do not ship a comment in the desktop file, because manifest should take precedence
  * The manifest desciption always takes precedence over the desktop file (LP: #1264404)
  * Read script output with QString::fromLocal8Bit instead of fromLatin1 (LP: #1211169)
  * Added cmake build and maintenance support for click chroots

  [Alexandre Abreu]
  * HTML5 app deployment on device is fixed
  * Fixed HTML5 template to have a cleaner example of tabs implementation
  * Updated HTML5 tab structure

  [David Barth]
  * Tool to download a pre-compiled cordova runtime (LP: #1277667)

  [Zoltan Balogh]
  * Emulator features rebased on ubuntu-emulator
  * Remove forced update of the maintainer in the manifest.json (LP: #1274265)
  * Removed gksu from the dependency list (LP: #1235531)
  * The click package reviewing tool is executed on the click package created in the Packaging tab.
  * Enable scope templates on Trusty (LP: #1263593) 

 -- Zoltán Balogh <zoltan@bakter.hu>  Thu, 13 Feb 2014 11:50:52 +0200

qtcreator-plugin-ubuntu (2.8.1.1-0ubuntu1) trusty; urgency=low

  [ Timo Jyrinki ]
  * Automatic snapshot from revision 52 (bootstrap)

  [ Zoltán Balogh ]
  * Fixing security policy groups saving bug (LP: #1252965)
  * Welcome screen renamed from Touch to Ubuntu
  * Cordova HTMl5 and HTML5 templates are merged
  * Simple webapp template added
  * References to the "Touch" platform are removed
  
 -- Zoltán Balogh <zoltan@bakter.hu>  Mon, 25 Nov 2013 14:13:21 +0200

qtcreator-plugin-ubuntu (2.8.1bzr56saucy0+testing6+0newqtc1ubuntu1) UNRELEASED; urgency=medium

  * local build

 -- Benjamin Zeller <benjamin@zeller-online.org>  Thu, 16 Jan 2014 08:44:37 +0100

qtcreator-plugin-ubuntu (2.8.1bzr56saucy0+testing6+0newqtc1) trusty; urgency=low

  * qt4project renamed to qmakeproject

 -- Zoltán Balogh <zoltan@bakter.hu>  Thu, 05 Dec 2013 10:22:10 +0100

qtcreator-plugin-ubuntu (2.8.1-0ubuntu1) trusty; urgency=low

  [ Juhapekka Piiroinen ]
  * Fix plugin to compile against Qt Creator 2.8.1.
  * Platfom development mode needs write access on the RO image (LP: #1229129)
  * Do not hard code the phablet user (LP: #1223363)
  * Click package script removes plugin includes from the desktop file (LP: #1220939)
  * Fixed bug where click packaging manifest files wasnt created on new application creation.
  * Moved misc buttons from Devices tabs under Settings page.
  * Added more Settings pages.
  * execute sanity checks for click packages after generation (LP: #1230413)
  * Can't run html5 apps on device from SDK (LP: 1232061)
  * created click pkg for cordova desktop has qmlscene exec (LP: #1232213)
  * do not execute i18n stuff on all project files (LP: #1176433)
  * Internationalization workflow improvements (LP: #1177449)
  * [i18n] The .pot file generator should provide relative paths (LP: #1180325)
  * Split out reserved security policies from regular ones (LP: #1227814)
  * Fixed an issue where Click package creation or installation wasnt visible for cordova projects.

  [ Maxim Ermilov ]
  * Fixed CordovaUbuntuProjectManager to compile against Qt Creator 2.8

  [ Zoltán Balogh ]
  * Saving the AppArmor manifest file when Click package is created (LP: #1233683)

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Mon, 23 Sep 2013 10:01:41 +0300

qtcreator-plugin-ubuntu (2.7.2-0ubuntu5) saucy; urgency=low

  * Cannot add device: device key expected before created (LP: #1227820)

 -- Juhapekka Piiroinen <juhapekka.piiroinen@canonical.com>  Fri, 20 Sep 2013 11:04:13 +0300

qtcreator-plugin-ubuntu (2.7.2-0ubuntu4) saucy; urgency=low

  * If no device is present, try to use the system package to
    detect security policy groups, else, manual entry (LP: #1227618)

 -- Juhapekka Piiroinen <juhapekka.piiroinen@canonical.com>  Thu, 19 Sep 2013 16:23:02 +0300

qtcreator-plugin-ubuntu (2.7.2-0ubuntu3) saucy; urgency=low

  * USB Device connection / disconnection detection.
  * Refactored Menus.
  * Can't set version number in Packaging form (LP: #1212326)
  * QtC cuts folder names when building on the device (LP: #1212937)
  * Click packages need to exclude the .bzr dir (LP: #1214628)
  * Force lower case click package name (LP: #1219877)
  * Packaging resets package name, other attributes to default every 
    time it's opened (LP: #1219948)
  * please provide gui for security manifest (LP: #1221407)
  * Cannot enable developer mode on read-only image (LP: #1223301)
  * Cannot launch application through qtcreator (LP: #1225178)
  * Application installation script problems (LP: #1213902)
  * Comment field in .desktop file should be generated on the fly 
    (LP: #1223388)
  * SDK should set applicationName to "name" value in the click manifest 
    (LP: #1227085)

 -- Juhapekka Piiroinen <juhapekka.piiroinen@canonical.com>  Wed, 18 Sep 2013 15:36:58 +0300

qtcreator-plugin-ubuntu (2.7.2-0ubuntu2) saucy; urgency=low

  [ Zoltan Balogh ]
  * Fix app id and the dbus session adress (LP: #1221414).
  * Use pkcon to install click packages (LP: #1223014)

  [ Timo Jyrinki ]
  * Add Cordova dependencies to the Cordova plugin (LP: #1209385)
  * Recommend ubuntu-sdk from qtcreator-plugin-ubuntu (LP: #1198084)

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Mon, 16 Sep 2013 08:58:21 +0300

qtcreator-plugin-ubuntu (2.7.2-0ubuntu1) saucy; urgency=low

  [ Juhapekka Piiroinen ]
  * Move the plugin code from qtcreator source package to here, fix install
  * Depend on qtcreator-dev

  [ Zoltán Balogh ]
  * Fixing the build dependencies

  [ Timo Jyrinki ]
  * Follow Qt Creator version numbering but slightly higher to allow upgrades
  * Move icon out of debian/ directory
  * Remove provides/conflicts/replaces for old PPA ubuntu-qtcreator-plugins
  * Clean out packaging with wrap-and-sort -a -t
  * Add recommended cflags and QT_SELECT to debian/rules
  * Make dependencies stricter. Require Qt Creator >= 2.7.1 and recommend 
    the plugins from the -common packages.
  * A file moved from ubuntu plugin package to cordova plugin package, adding 
    Replaces.

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Fri, 06 Sep 2013 07:12:02 +0300

qtcreator-plugin-ubuntu (0.1-0ubuntu3) saucy; urgency=low

  * The Cordova project type in the template definition file had a typo. The
    fileName was wrongly filename. So the .desktop file was not created. 
    (LP: #1216046)

 -- Zoltán Balogh <zoltan@bakter.hu>  Tue, 27 Aug 2013 22:15:56 +0300

qtcreator-plugin-ubuntu (0.1-0ubuntu2) saucy; urgency=low

  * New snapshot relese from bazaar revision 17.
    - Add desktop file to the Cordova template.
    - Depend on gksu from the common packages (LP: #1209369)
    - Fix bug #1197537 (LP: #1197537)
    - xgettext is called using --from-code=UTF-8 (LP: #1183045)

 -- Timo Jyrinki <timo-jyrinki@ubuntu.com>  Tue, 27 Aug 2013 17:18:31 +0300

qtcreator-plugin-ubuntu (0.1-0ubuntu1) saucy; urgency=low

  [ Juhapekka Piiroinen ]
  * Initial release

  [ Timo Jyrinki ]
  * Automatic snapshot from revision 3 (bootstrap)

  [ Zoltán Balogh ]
  * Adopt to new syntax of the phablet-flash

 -- Zoltán Balogh <zoltan@bakter.hu>  Thu, 15 Aug 2013 10:19:41 +0300