Merge lp:~zaspire/ubuntu-qtcreator-plugins/fix-1213969 into lp:ubuntu-qtcreator-plugins

Proposed by Maxim Ermilov
Status: Rejected
Rejected by: Maxim Ermilov
Proposed branch: lp:~zaspire/ubuntu-qtcreator-plugins/fix-1213969
Merge into: lp:ubuntu-qtcreator-plugins
Diff against target: 31 lines (+11/-1)
2 files modified
qtcreator-2.7.1/debian/Nokia-QtCreator.xml (+10/-0)
qtcreator-2.7.1/debian/qtcreator.desktop (+1/-1)
To merge this branch: bzr merge lp:~zaspire/ubuntu-qtcreator-plugins/fix-1213969
Reviewer Review Type Date Requested Status
Ubuntu SDK team Pending
Review via email: mp+181691@code.launchpad.net

Description of the change

add application/x-ubuntuproject;application/x-cordovaproject; to Nokia-QtCreator.xml & qtcreator.desktop

To post a comment you must log in.

Unmerged revisions

272. By Maxim Ermilov

add application/x-ubuntuproject;application/x-cordovaproject; to Nokia-QtCreator.xml & qtcreator.desktop

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qtcreator-2.7.1/debian/Nokia-QtCreator.xml'
2--- qtcreator-2.7.1/debian/Nokia-QtCreator.xml 2013-06-12 09:40:28 +0000
3+++ qtcreator-2.7.1/debian/Nokia-QtCreator.xml 2013-08-23 02:41:30 +0000
4@@ -11,5 +11,15 @@
5 <comment xml:lang="en">Qt Resource File</comment>
6 <glob pattern="*.qrc"/>
7 </mime-type>
8+ <mime-type type="application/x-ubuntuproject">
9+ <sub-class-of type="application/x-qml"/>
10+ <comment>Ubuntu Project file</comment>
11+ <glob pattern="*.ubuntuproject"/>
12+ </mime-type>
13+ <mime-type type="application/x-cordovaproject">
14+ <sub-class-of type="application/x-qml"/>
15+ <comment>Cordova Ubuntu Project file</comment>
16+ <glob pattern="*.cordovaproject"/>
17+ </mime-type>
18
19 </mime-info>
20
21=== modified file 'qtcreator-2.7.1/debian/qtcreator.desktop'
22--- qtcreator-2.7.1/debian/qtcreator.desktop 2013-06-28 14:46:39 +0000
23+++ qtcreator-2.7.1/debian/qtcreator.desktop 2013-08-23 02:41:30 +0000
24@@ -5,6 +5,6 @@
25 Terminal=false
26 Name=Qt Creator
27 GenericName=Integrated Development Environment
28-MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;
29+MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;application/x-ubuntuproject;application/x-cordovaproject;
30 Categories=Qt;Development;IDE;
31 InitialPreference=9

Subscribers

People subscribed via source and target branches

to all changes: