Merge lp:~anneonyme017/tuxdungeon/i18n into lp:~jorik-vannielen/tuxdungeon/tuxdungeon

Proposed by Anne017
Status: Merged
Merged at revision: 2
Proposed branch: lp:~anneonyme017/tuxdungeon/i18n
Merge into: lp:~jorik-vannielen/tuxdungeon/tuxdungeon
Diff against target: 1823 lines (+1004/-463)
13 files modified
About.qml (+4/-4)
BlackMountain.qml (+1/-1)
BrownMountain.qml (+1/-1)
Game.qml (+16/-16)
HomePage.qml (+10/-10)
Introduction.qml (+2/-2)
LevelSelect.qml (+9/-9)
SettingsPage.qml (+3/-3)
TuxDungeon.qmlproject.user (+66/-404)
TuxDungeon.qmlproject.user.3.2-pre1 (+542/-0)
VictoryPage.qml (+6/-6)
po/fr.po (+186/-0)
po/tuxdungeon.pot (+158/-7)
To merge this branch: bzr merge lp:~anneonyme017/tuxdungeon/i18n
Reviewer Review Type Date Requested Status
jorik Approve
Review via email: mp+313554@code.launchpad.net

Description of the change

Hello,

Here is a proposal of internationalization to solve this bug:
https://bugs.launchpad.net/tuxdungeon/+bug/1547952

I also have attached a translation in French.
Since it is the first time I use Bazaar, let me know if everything is fine.

Best regards.
Anne

To post a comment you must log in.
Revision history for this message
jorik (jorik-vannielen) wrote :

Hi Anne,

Thank you very much for your work! I myself didn't know how to add internationalization, so this is a great help!
I´ll try to merge it. Although I'm not really familiar with bazaar, I think I will get it done.
Thanks again and I'll try to make the translations for my other app Click the Cookie work also.

Jorik

review: Approve
Revision history for this message
Anne017 (anneonyme017) wrote :

You're welcome :)

Here are two link to learn how to internationalize your app:
https://developer.ubuntu.com/en/phone/apps/qml/tutorials/internationalizing-your-app/
https://www.youtube.com/watch?v=wpPyQ4tIUiY

Since you approved this request, the changes have been automatically merged into ~jorik-vannielen/tuxdungeon/tuxdungeon, without any action on Bazaar.

Could you also open the translations in Launchpad for this project?
It is not done currently: https://translations.launchpad.net/tuxdungeon
This way the translations could be more easily reviewed by Ubuntu Translators (without entering into code).
Here is a link explaining how to do this very easily:
https://wiki.ubuntu.com/Translations/LpProjectConfiguration

Revision history for this message
Anne017 (anneonyme017) wrote :

For the "Click the cookie" app, multiple translations are already available (I have myself participate a year ago to the French one):
https://translations.launchpad.net/clickthecookie

There is only a bug opened to improve the internationalization of some strings especially for plural forms (this is not an issue in French):
https://bugs.launchpad.net/clickthecookie/+bug/1492509

Let me know if you have questions about it.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'About.qml'
2--- About.qml 2015-10-23 15:37:55 +0000
3+++ About.qml 2016-12-19 17:05:52 +0000
4@@ -4,7 +4,7 @@
5
6 Page{
7 id: aboutPage
8- title: "About"
9+ title: i18n.tr("About")
10 visible: false
11
12
13@@ -24,7 +24,7 @@
14
15 Text {
16 id: appName
17- text: "Tux Dungeon"
18+ text: i18n.tr("Tux Dungeon")
19 font.pointSize: 25
20 horizontalAlignment: Text.AlignHCenter
21 color: "white"
22@@ -35,7 +35,7 @@
23 }
24 Text {
25 id: infoText
26- text: "This application is made by Jorik van Nielen. The sourcecode is available at Launchpad.\nDo you like this app? Please rate in the Ubuntu Store"
27+ text: i18n.tr("This application is made by Jorik van Nielen. The sourcecode is available at Launchpad.\nDo you like this app? Please rate in the Ubuntu Store")
28 font.pointSize: 20
29 horizontalAlignment: Text.AlignHCenter
30 color: "white"
31@@ -50,7 +50,7 @@
32
33 Button{
34 id: tutorialButton
35- text: "Tutorial"
36+ text: i18n.tr("Tutorial")
37 color: UbuntuColors.orange
38 anchors{
39 top: infoText.bottom
40
41=== modified file 'BlackMountain.qml'
42--- BlackMountain.qml 2015-10-23 15:37:55 +0000
43+++ BlackMountain.qml 2016-12-19 17:05:52 +0000
44@@ -203,5 +203,5 @@
45 }
46 }
47
48- MyHeader{id: theHeader; backPage:"LevelSelect.qml"; title:"The black mountain"; colorb:"#E6E6E6"; colorf:"black"}
49+ MyHeader{id: theHeader; backPage:"LevelSelect.qml"; title:i18n.tr("The black mountain"); colorb:"#E6E6E6"; colorf:"black"}
50 }
51
52=== modified file 'BrownMountain.qml'
53--- BrownMountain.qml 2015-10-23 15:37:55 +0000
54+++ BrownMountain.qml 2016-12-19 17:05:52 +0000
55@@ -203,5 +203,5 @@
56 }
57 }
58
59- MyHeader{id: theHeader; backPage:"LevelSelect.qml"; title:"The brown mountain"; colorb:"#E6E6E6"; colorf:"black"}
60+ MyHeader{id: theHeader; backPage:"LevelSelect.qml"; title:i18n.tr("The brown mountain"); colorb:"#E6E6E6"; colorf:"black"}
61 }
62
63=== modified file 'Game.qml'
64--- Game.qml 2015-10-23 15:37:55 +0000
65+++ Game.qml 2016-12-19 17:05:52 +0000
66@@ -11,7 +11,7 @@
67
68 Page{
69 id: gamePage
70- title: "Level " +lvl+ ", floor " + floor +"/"+ floors
71+ title: i18n.tr("Level ") +lvl+ i18n.tr(", floor ") + floor +i18n.tr("/")+ floors
72
73
74 property double lvl: 0
75@@ -598,23 +598,23 @@
76 }
77
78 ListItem.Header {
79- text: "Floor completed!"
80-
81- }
82-
83- ListItem.Standard {
84- text: "Monsters slain: "+ gamePage.monstersSlain
85- }
86-
87- ListItem.Standard {
88- text: "Coins collected: "+ gamePage.coinsCollected
89+ text: i18n.tr("Floor completed!")
90+
91+ }
92+
93+ ListItem.Standard {
94+ text: i18n.tr("Monsters slain: ")+ gamePage.monstersSlain
95+ }
96+
97+ ListItem.Standard {
98+ text: i18n.tr("Coins collected: ")+ gamePage.coinsCollected
99 }
100
101
102 ListItem.SingleControl {
103 highlightWhenPressed: false
104 control: Button {
105- text: "Next floor"
106+ text: i18n.tr("Next floor")
107 color: UbuntuColors.green
108
109
110@@ -653,7 +653,7 @@
111 ListItem.SingleControl {
112 highlightWhenPressed: false
113 control: Button {
114- text: "Continue in this dungeon"
115+ text: i18n.tr("Continue in this dungeon")
116 color: UbuntuColors.orange
117
118
119@@ -681,18 +681,18 @@
120 }
121
122 ListItem.Header {
123- text: "Game over!"
124+ text: i18n.tr("Game over!")
125
126 }
127 ListItem.Standard{
128- text: "You have no health left...\nCollect coins to buy a more powerfull\nTux and try again!"
129+ text: i18n.tr("You have no health left...\nCollect coins to buy a more powerfull\nTux and try again!")
130
131
132 }
133 ListItem.SingleControl {
134 highlightWhenPressed: false
135 control: Button {
136- text: "Quit"
137+ text: i18n.tr("Quit")
138 color: UbuntuColors.orange
139
140
141
142=== modified file 'HomePage.qml'
143--- HomePage.qml 2015-10-23 15:37:55 +0000
144+++ HomePage.qml 2016-12-19 17:05:52 +0000
145@@ -64,7 +64,7 @@
146 Text {
147 id: titleText
148 width: parent.width
149- text: "Tux Dungeon"
150+ text: i18n.tr("Tux Dungeon")
151 font.pixelSize: main.height/12
152 anchors.centerIn: titleRec
153 horizontalAlignment: Text.AlignHCenter
154@@ -313,17 +313,17 @@
155 text: tuxList.currentItem.tuxName}
156 ListItem.Standard{
157 highlightWhenPressed: false
158- text: "Price: " + tuxList.currentItem.tuxPrice}
159- ListItem.Standard{
160- highlightWhenPressed: false
161- text: "Health: " + tuxList.currentItem.tuxLives}
162- ListItem.Standard{
163- highlightWhenPressed: false
164- text: "Damage: " + tuxList.currentItem.tuxAttack}
165+ text: i18n.tr("Price: ") + tuxList.currentItem.tuxPrice}
166+ ListItem.Standard{
167+ highlightWhenPressed: false
168+ text: i18n.tr("Health: ") + tuxList.currentItem.tuxLives}
169+ ListItem.Standard{
170+ highlightWhenPressed: false
171+ text: i18n.tr("Damage: ") + tuxList.currentItem.tuxAttack}
172 ListItem.SingleControl{
173 highlightWhenPressed: false
174 control: Button{
175- text: "Unlock"
176+ text: i18n.tr("Unlock")
177 color: mainView.coins>=tuxList.currentItem.tuxPrice?"green":"red"
178
179
180@@ -371,7 +371,7 @@
181 ListItem.SingleControl {
182 highlightWhenPressed: false
183 control: Button {
184- text: "Close"
185+ text: i18n.tr("Close")
186
187 onClicked: PopupUtils.close(tuxInfoPopover)
188 }
189
190=== modified file 'Introduction.qml'
191--- Introduction.qml 2015-10-23 15:37:55 +0000
192+++ Introduction.qml 2016-12-19 17:05:52 +0000
193@@ -105,7 +105,7 @@
194 color: "grey"
195 fontSize: "small"
196 width: contentWidth
197- text: "Skip"
198+ text: i18n.tr("Skip")
199 horizontalAlignment: Text.AlignRight
200 visible: listView.currentIndex!==listView.count-1
201
202@@ -152,7 +152,7 @@
203 }
204
205 Label{
206- text: "finish"
207+ text: i18n.tr("finish")
208 font.pixelSize: parent.height/2
209 anchors{
210 right: parent.right
211
212=== modified file 'LevelSelect.qml'
213--- LevelSelect.qml 2015-10-23 15:37:55 +0000
214+++ LevelSelect.qml 2016-12-19 17:05:52 +0000
215@@ -95,7 +95,7 @@
216
217 Text {
218 id: titleBrown
219- text: "The brown mountain"
220+ text: i18n.tr("The brown mountain")
221 anchors{
222
223 left: brownMountain.right
224@@ -124,7 +124,7 @@
225
226 Text {
227 id: infoBrownMountain
228- text: "Explore the dungeons of the brown mountain"
229+ text: i18n.tr("Explore the dungeons of the brown mountain")
230 font.pointSize: 20
231 font.weight: Font.Light
232 wrapMode: Text.WordWrap
233@@ -141,7 +141,7 @@
234
235 Text {
236 id: brownDifi
237- text: "Dificulty: 1"
238+ text: i18n.tr("Difficulty: 1")
239 font.weight: Font.Light
240 font.pointSize: 20
241 wrapMode: Text.WordWrap
242@@ -156,7 +156,7 @@
243 }
244 Text {
245 id: brownCompleted
246- text: "Levels completed: "+ mainView.brownCompleted + "/30"
247+ text: i18n.tr("Levels completed: ")+ mainView.brownCompleted + "/30"
248 font.weight: Font.Light
249 font.pointSize: 20
250 wrapMode: Text.WordWrap
251@@ -217,7 +217,7 @@
252
253 Text {
254 id: titleBlack
255- text: "The brown mountain"
256+ text: i18n.tr("The brown mountain")
257 anchors{
258
259 left: blackMountain.right
260@@ -246,7 +246,7 @@
261
262 Text {
263 id: infoBlackMountain
264- text: "Explore the dungeons of the dark, black mountain"
265+ text: i18n.tr("Explore the dungeons of the dark, black mountain")
266 font.pointSize: 20
267 font.weight: Font.Light
268 wrapMode: Text.WordWrap
269@@ -263,7 +263,7 @@
270
271 Text {
272 id: blackDifi
273- text: "Dificulty: 2"
274+ text: i18n.tr("Difficulty: 2")
275 font.weight: Font.Light
276 font.pointSize: 20
277 wrapMode: Text.WordWrap
278@@ -278,7 +278,7 @@
279 }
280 Text {
281 id: blackCompleted
282- text: "Levels completed: "+ mainView.blackCompleted + "/30"
283+ text: i18n.tr("Levels completed: ")+ mainView.blackCompleted + "/30"
284 font.weight: Font.Light
285 font.pointSize: 20
286 wrapMode: Text.WordWrap
287@@ -309,7 +309,7 @@
288 }
289 }
290
291- MyHeader{backPage:"HomePage.qml"; title:"Select levelpack"; colorb: "#2E9AFE"}
292+ MyHeader{backPage:"HomePage.qml"; title:i18n.tr("Select levelpack"); colorb: "#2E9AFE"}
293 }
294
295 }
296
297=== modified file 'SettingsPage.qml'
298--- SettingsPage.qml 2015-10-23 15:37:55 +0000
299+++ SettingsPage.qml 2016-12-19 17:05:52 +0000
300@@ -6,7 +6,7 @@
301
302 Page{
303 id: settingsPage
304- title: "Settings"
305+ title: i18n.tr("Settings")
306 visible: false
307
308
309@@ -23,7 +23,7 @@
310
311 Text {
312 id: mutedText
313- text: "Sound"
314+ text: i18n.tr("Sound")
315 color: "white"
316 anchors{
317 verticalCenter: parent.verticalCenter
318@@ -65,7 +65,7 @@
319 bottomMargin: units.gu(2)
320 }
321 color: UbuntuColors.red
322- text: "Reset and return"
323+ text: i18n.tr("Reset and return")
324
325
326 onClicked: {
327
328=== modified file 'TuxDungeon.qmlproject.user'
329--- TuxDungeon.qmlproject.user 2015-10-23 15:37:55 +0000
330+++ TuxDungeon.qmlproject.user 2016-12-19 17:05:52 +0000
331@@ -1,8 +1,12 @@
332 <?xml version="1.0" encoding="UTF-8"?>
333 <!DOCTYPE QtCreatorProject>
334-<!-- Written by QtCreator 3.1.1, 2015-10-22T18:22:57. -->
335+<!-- Written by QtCreator 4.1.0, 2016-12-19T17:39:29. -->
336 <qtcreator>
337 <data>
338+ <variable>EnvironmentId</variable>
339+ <value type="QByteArray">{88c09cc7-159f-482a-a317-07019e810400}</value>
340+ </data>
341+ <data>
342 <variable>ProjectExplorer.Project.ActiveTarget</variable>
343 <value type="int">0</value>
344 </data>
345@@ -36,6 +40,7 @@
346 <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
347 <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
348 <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
349+ <value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
350 <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
351 <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
352 <value type="int" key="EditorConfiguration.TabSize">8</value>
353@@ -54,402 +59,54 @@
354 <data>
355 <variable>ProjectExplorer.Project.Target.0</variable>
356 <valuemap type="QVariantMap">
357- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
358- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
359- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{77094d1d-9ebd-4e84-8ae0-689262a4cd8d}</value>
360- <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
361- <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
362- <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
363- <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
364- <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-Desktop-default</value>
365- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
366- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
367- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
368- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Update translations template</value>
369- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
370- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.UpdateTranslationTemplateMakeStep</value>
371- </valuemap>
372- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
373- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
374- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build translations</value>
375- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
376- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildTranslationMakeStep</value>
377- </valuemap>
378- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
379- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
380- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
381- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
382- </valuemap>
383- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
384- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
385- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
386- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
387- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
388- </valuemap>
389- <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
390- <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
391- <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
392- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
393- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
394- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildConfiguration</value>
395- </valuemap>
396- <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
397- <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
398- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
399- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
400- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
401- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
402- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
403- </valuemap>
404- <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
405- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
406- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
407- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
408- </valuemap>
409- <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
410- <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
411- <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
412- <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
413- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
414- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
415- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
416- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
417- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
418- <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
419- <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
420- <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
421- <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
422- <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
423- <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
424- <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
425- <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
426- <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
427- <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
428- <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
429- <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
430- <value type="int">0</value>
431- <value type="int">1</value>
432- <value type="int">2</value>
433- <value type="int">3</value>
434- <value type="int">4</value>
435- <value type="int">5</value>
436- <value type="int">6</value>
437- <value type="int">7</value>
438- <value type="int">8</value>
439- <value type="int">9</value>
440- <value type="int">10</value>
441- <value type="int">11</value>
442- <value type="int">12</value>
443- <value type="int">13</value>
444- <value type="int">14</value>
445- </valuelist>
446- <value type="int" key="PE.EnvironmentAspect.Base">0</value>
447- <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
448- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
449- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">QML Scene</value>
450- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmlProjectManager.QmlRunConfiguration.QmlScene</value>
451- <value type="QString" key="QmlProjectManager.QmlRunConfiguration.MainScript">CurrentFile</value>
452- <value type="QString" key="QmlProjectManager.QmlRunConfiguration.QDeclarativeViewerArguments"></value>
453- <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
454- <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
455- <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
456- <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
457- <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
458- <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
459- </valuemap>
460- <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
461- <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
462- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
463- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
464- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
465- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
466- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
467- <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
468- <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
469- <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
470- <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
471- <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
472- <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
473- <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
474- <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
475- <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
476- <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
477- <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
478- <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
479- <value type="int">0</value>
480- <value type="int">1</value>
481- <value type="int">2</value>
482- <value type="int">3</value>
483- <value type="int">4</value>
484- <value type="int">5</value>
485- <value type="int">6</value>
486- <value type="int">7</value>
487- <value type="int">8</value>
488- <value type="int">9</value>
489- <value type="int">10</value>
490- <value type="int">11</value>
491- <value type="int">12</value>
492- <value type="int">13</value>
493- <value type="int">14</value>
494- </valuelist>
495- <value type="int" key="PE.EnvironmentAspect.Base">-1</value>
496- <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
497- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
498- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">QML Viewer</value>
499- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmlProjectManager.QmlRunConfiguration</value>
500- <value type="QString" key="QmlProjectManager.QmlRunConfiguration.MainScript">CurrentFile</value>
501- <value type="QString" key="QmlProjectManager.QmlRunConfiguration.QDeclarativeViewerArguments"></value>
502- <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
503- <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
504- <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
505- <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
506- <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
507- <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
508- </valuemap>
509- <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.2">
510- <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
511- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
512- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
513- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
514- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
515- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
516- <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
517- <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
518- <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
519- <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
520- <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
521- <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
522- <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
523- <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
524- <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
525- <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
526- <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
527- <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
528- <value type="int">0</value>
529- <value type="int">1</value>
530- <value type="int">2</value>
531- <value type="int">3</value>
532- <value type="int">4</value>
533- <value type="int">5</value>
534- <value type="int">6</value>
535- <value type="int">7</value>
536- <value type="int">8</value>
537- <value type="int">9</value>
538- <value type="int">10</value>
539- <value type="int">11</value>
540- <value type="int">12</value>
541- <value type="int">13</value>
542- <value type="int">14</value>
543- </valuelist>
544- <value type="int" key="PE.EnvironmentAspect.Base">-1</value>
545- <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
546- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
547- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">TuxDungeon</value>
548- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuRunConfiguration.AppTuxDungeon</value>
549- <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
550- <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
551- <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
552- <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
553- <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
554- <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
555- </valuemap>
556- <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">3</value>
557- </valuemap>
558- </data>
559- <data>
560- <variable>ProjectExplorer.Project.Target.1</variable>
561- <valuemap type="QVariantMap">
562- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Ubuntu Device (GCC armhf-ubuntu-sdk-15.04-vivid)</value>
563- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Ubuntu Device (GCC armhf-ubuntu-sdk-15.04-vivid)</value>
564- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{ff7f2fa1-15d6-4372-9777-afeaa5756601}</value>
565- <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
566- <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
567- <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
568- <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
569- <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-Ubuntu_Device_GCC_armhf_ubuntu_sdk_15_04_vivid-default</value>
570- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
571- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
572- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
573- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Update translations template</value>
574- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
575- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.UpdateTranslationTemplateMakeStep</value>
576- </valuemap>
577- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
578- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
579- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build translations</value>
580- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
581- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildTranslationMakeStep</value>
582- </valuemap>
583- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
584- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
585- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
586- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
587- </valuemap>
588- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
589- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
590- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
591- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
592- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
593- </valuemap>
594- <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
595- <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
596- <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
597- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
598- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
599- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildConfiguration</value>
600- </valuemap>
601- <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
602- <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
603- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
604- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
605- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
606- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK Click build</value>
607- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
608- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.ClickPackageStep</value>
609- <value type="int" key="Ubuntu.UbuntuPackageStep.PackageMode">2</value>
610- <value type="bool" key="Ubuntu.UbuntuPackageStep.TreatErrorsAsWarnings">false</value>
611- </valuemap>
612- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
613- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
614- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Upload files to Ubuntu Device</value>
615- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
616- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UploadStep</value>
617- <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedFiles">
618- <value type="QString">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-Ubuntu_Device_GCC_armhf_ubuntu_sdk_15_04_vivid-default/tuxdungeon.jorik-vannielen_0.1_all.click</value>
619- <value type="QString">/usr/share/qtcreator/ubuntu/scripts/qtc_device_applaunch.py</value>
620- </valuelist>
621- <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedHosts">
622- <value type="QString">127.0.0.1</value>
623- <value type="QString">127.0.0.1</value>
624- </valuelist>
625- <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedRemotePaths">
626- <value type="QString">/tmp</value>
627- <value type="QString">/tmp</value>
628- </valuelist>
629- <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedSysroots">
630- <value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-15.04-armhf</value>
631- <value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-15.04-armhf</value>
632- </valuelist>
633- <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedTimes">
634- <value type="QDateTime">2015-10-22T18:07:16</value>
635- <value type="QDateTime">2015-10-22T18:07:16</value>
636- </valuelist>
637- </valuemap>
638- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
639- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
640- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
641- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
642- </valuemap>
643- <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
644- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy to Ubuntu Device</value>
645- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
646- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.DeployConfiguration</value>
647- </valuemap>
648- <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
649- <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
650- <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
651- <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
652- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
653- <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
654- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
655- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
656- <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
657- <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
658- <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
659- <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
660- <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
661- <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
662- <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
663- <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
664- <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
665- <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
666- <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
667- <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
668- <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
669- <value type="int">0</value>
670- <value type="int">1</value>
671- <value type="int">2</value>
672- <value type="int">3</value>
673- <value type="int">4</value>
674- <value type="int">5</value>
675- <value type="int">6</value>
676- <value type="int">7</value>
677- <value type="int">8</value>
678- <value type="int">9</value>
679- <value type="int">10</value>
680- <value type="int">11</value>
681- <value type="int">12</value>
682- <value type="int">13</value>
683- <value type="int">14</value>
684- </valuelist>
685- <value type="int" key="PE.EnvironmentAspect.Base">1</value>
686- <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
687- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
688- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">TuxDungeon</value>
689- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.RemoteRunConfiguration.AppTuxDungeon</value>
690- <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
691- <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
692- <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
693- <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
694- <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
695- <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
696- <value type="bool" key="UbuntuRemoteRunConfiguration.ForceInstall">false</value>
697- <value type="bool" key="UbuntuRemoteRunConfiguration.Uninstall">true</value>
698- </valuemap>
699- <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
700- </valuemap>
701- </data>
702- <data>
703- <variable>ProjectExplorer.Project.Target.2</variable>
704- <valuemap type="QVariantMap">
705- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK for i386 (GCC ubuntu-sdk-15.04-vivid)</value>
706- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">UbuntuSDK for i386 (GCC ubuntu-sdk-15.04-vivid)</value>
707- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{949f2a10-0849-481f-9fdc-78ec43f022ed}</value>
708- <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
709- <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
710- <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
711- <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
712- <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-UbuntuSDK_for_i386_GCC_ubuntu_sdk_15_04_vivid-default</value>
713- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
714- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
715- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
716- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Update translations template</value>
717- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
718- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.UpdateTranslationTemplateMakeStep</value>
719- </valuemap>
720- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
721- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
722- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build translations</value>
723- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
724- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildTranslationMakeStep</value>
725- </valuemap>
726- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
727- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
728- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
729- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
730- </valuemap>
731- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
732- <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
733- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
734- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
735- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
736- </valuemap>
737- <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
738- <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
739- <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
740- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
741- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
742- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildConfiguration</value>
743- </valuemap>
744- <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
745- <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
746- <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
747- <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
748- <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
749- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK Click build</value>
750- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
751- <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.ClickPackageStep</value>
752- <value type="int" key="Ubuntu.UbuntuPackageStep.PackageMode">2</value>
753+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK for device-armhf (GCC armhf-ubuntu-sdk-16.04)</value>
754+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">UbuntuSDK for device-armhf (GCC armhf-ubuntu-sdk-16.04)</value>
755+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{7838fbc0-663f-4a71-b713-fbe6aa224f49}</value>
756+ <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
757+ <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
758+ <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
759+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
760+ <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/vincent/tuxdungeon</value>
761+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
762+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
763+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
764+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Update translations template</value>
765+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
766+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.UpdateTranslationTemplateMakeStep</value>
767+ </valuemap>
768+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
769+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
770+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build translations</value>
771+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
772+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildTranslationMakeStep</value>
773+ </valuemap>
774+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
775+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Compiler</value>
776+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
777+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
778+ </valuemap>
779+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
780+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
781+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Nettoyer</value>
782+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
783+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
784+ </valuemap>
785+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
786+ <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
787+ <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
788+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
789+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
790+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildConfiguration</value>
791+ </valuemap>
792+ <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
793+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
794+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
795+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
796+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
797+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK Click build</value>
798+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
799+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.ClickPackageStep</value>
800+ <value type="int" key="Ubuntu.UbuntuPackageStep.PackageMode">1</value>
801 <value type="bool" key="Ubuntu.UbuntuPackageStep.TreatErrorsAsWarnings">false</value>
802 </valuemap>
803 <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
804@@ -464,7 +121,7 @@
805 <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedTimes"/>
806 </valuemap>
807 <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
808- <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
809+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Déploiement</value>
810 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
811 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
812 </valuemap>
813@@ -476,6 +133,11 @@
814 <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
815 <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
816 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
817+ <value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
818+ <value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
819+ <value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
820+ <value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
821+ <value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
822 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
823 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
824 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
825@@ -529,14 +191,14 @@
826 </data>
827 <data>
828 <variable>ProjectExplorer.Project.TargetCount</variable>
829- <value type="int">3</value>
830- </data>
831- <data>
832- <variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
833- <value type="QByteArray">{8c467843-8132-4277-995e-9769d40901c1}</value>
834+ <value type="int">1</value>
835 </data>
836 <data>
837 <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
838- <value type="int">15</value>
839+ <value type="int">18</value>
840+ </data>
841+ <data>
842+ <variable>Version</variable>
843+ <value type="int">18</value>
844 </data>
845 </qtcreator>
846
847=== added file 'TuxDungeon.qmlproject.user.3.2-pre1'
848--- TuxDungeon.qmlproject.user.3.2-pre1 1970-01-01 00:00:00 +0000
849+++ TuxDungeon.qmlproject.user.3.2-pre1 2016-12-19 17:05:52 +0000
850@@ -0,0 +1,542 @@
851+<?xml version="1.0" encoding="UTF-8"?>
852+<!DOCTYPE QtCreatorProject>
853+<!-- Written by QtCreator 3.1.1, 2015-10-22T18:22:57. -->
854+<qtcreator>
855+ <data>
856+ <variable>ProjectExplorer.Project.ActiveTarget</variable>
857+ <value type="int">0</value>
858+ </data>
859+ <data>
860+ <variable>ProjectExplorer.Project.EditorSettings</variable>
861+ <valuemap type="QVariantMap">
862+ <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
863+ <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
864+ <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
865+ <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
866+ <value type="QString" key="language">Cpp</value>
867+ <valuemap type="QVariantMap" key="value">
868+ <value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
869+ </valuemap>
870+ </valuemap>
871+ <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
872+ <value type="QString" key="language">QmlJS</value>
873+ <valuemap type="QVariantMap" key="value">
874+ <value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
875+ </valuemap>
876+ </valuemap>
877+ <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
878+ <value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
879+ <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
880+ <value type="int" key="EditorConfiguration.IndentSize">4</value>
881+ <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
882+ <value type="int" key="EditorConfiguration.MarginColumn">80</value>
883+ <value type="bool" key="EditorConfiguration.MouseHiding">true</value>
884+ <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
885+ <value type="int" key="EditorConfiguration.PaddingMode">1</value>
886+ <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
887+ <value type="bool" key="EditorConfiguration.ShowMargin">false</value>
888+ <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
889+ <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
890+ <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
891+ <value type="int" key="EditorConfiguration.TabSize">8</value>
892+ <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
893+ <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
894+ <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
895+ <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
896+ <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
897+ <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
898+ </valuemap>
899+ </data>
900+ <data>
901+ <variable>ProjectExplorer.Project.PluginSettings</variable>
902+ <valuemap type="QVariantMap"/>
903+ </data>
904+ <data>
905+ <variable>ProjectExplorer.Project.Target.0</variable>
906+ <valuemap type="QVariantMap">
907+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
908+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop</value>
909+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{77094d1d-9ebd-4e84-8ae0-689262a4cd8d}</value>
910+ <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
911+ <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
912+ <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
913+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
914+ <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-Desktop-default</value>
915+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
916+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
917+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
918+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Update translations template</value>
919+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
920+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.UpdateTranslationTemplateMakeStep</value>
921+ </valuemap>
922+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
923+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
924+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build translations</value>
925+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
926+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildTranslationMakeStep</value>
927+ </valuemap>
928+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
929+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
930+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
931+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
932+ </valuemap>
933+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
934+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
935+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
936+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
937+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
938+ </valuemap>
939+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
940+ <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
941+ <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
942+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
943+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
944+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildConfiguration</value>
945+ </valuemap>
946+ <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
947+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
948+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
949+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
950+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
951+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
952+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
953+ </valuemap>
954+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
955+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy locally</value>
956+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
957+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
958+ </valuemap>
959+ <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
960+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
961+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
962+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
963+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
964+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
965+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
966+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
967+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
968+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
969+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
970+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
971+ <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
972+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
973+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
974+ <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
975+ <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
976+ <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
977+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
978+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
979+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
980+ <value type="int">0</value>
981+ <value type="int">1</value>
982+ <value type="int">2</value>
983+ <value type="int">3</value>
984+ <value type="int">4</value>
985+ <value type="int">5</value>
986+ <value type="int">6</value>
987+ <value type="int">7</value>
988+ <value type="int">8</value>
989+ <value type="int">9</value>
990+ <value type="int">10</value>
991+ <value type="int">11</value>
992+ <value type="int">12</value>
993+ <value type="int">13</value>
994+ <value type="int">14</value>
995+ </valuelist>
996+ <value type="int" key="PE.EnvironmentAspect.Base">0</value>
997+ <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
998+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
999+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">QML Scene</value>
1000+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmlProjectManager.QmlRunConfiguration.QmlScene</value>
1001+ <value type="QString" key="QmlProjectManager.QmlRunConfiguration.MainScript">CurrentFile</value>
1002+ <value type="QString" key="QmlProjectManager.QmlRunConfiguration.QDeclarativeViewerArguments"></value>
1003+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1004+ <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
1005+ <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
1006+ <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
1007+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1008+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1009+ </valuemap>
1010+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
1011+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1012+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1013+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1014+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1015+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1016+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1017+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1018+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1019+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1020+ <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
1021+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1022+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1023+ <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
1024+ <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
1025+ <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
1026+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1027+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1028+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1029+ <value type="int">0</value>
1030+ <value type="int">1</value>
1031+ <value type="int">2</value>
1032+ <value type="int">3</value>
1033+ <value type="int">4</value>
1034+ <value type="int">5</value>
1035+ <value type="int">6</value>
1036+ <value type="int">7</value>
1037+ <value type="int">8</value>
1038+ <value type="int">9</value>
1039+ <value type="int">10</value>
1040+ <value type="int">11</value>
1041+ <value type="int">12</value>
1042+ <value type="int">13</value>
1043+ <value type="int">14</value>
1044+ </valuelist>
1045+ <value type="int" key="PE.EnvironmentAspect.Base">-1</value>
1046+ <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
1047+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
1048+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">QML Viewer</value>
1049+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QmlProjectManager.QmlRunConfiguration</value>
1050+ <value type="QString" key="QmlProjectManager.QmlRunConfiguration.MainScript">CurrentFile</value>
1051+ <value type="QString" key="QmlProjectManager.QmlRunConfiguration.QDeclarativeViewerArguments"></value>
1052+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1053+ <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
1054+ <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
1055+ <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
1056+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1057+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1058+ </valuemap>
1059+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.2">
1060+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1061+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1062+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1063+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1064+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1065+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1066+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1067+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1068+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1069+ <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
1070+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1071+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1072+ <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
1073+ <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
1074+ <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
1075+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1076+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1077+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1078+ <value type="int">0</value>
1079+ <value type="int">1</value>
1080+ <value type="int">2</value>
1081+ <value type="int">3</value>
1082+ <value type="int">4</value>
1083+ <value type="int">5</value>
1084+ <value type="int">6</value>
1085+ <value type="int">7</value>
1086+ <value type="int">8</value>
1087+ <value type="int">9</value>
1088+ <value type="int">10</value>
1089+ <value type="int">11</value>
1090+ <value type="int">12</value>
1091+ <value type="int">13</value>
1092+ <value type="int">14</value>
1093+ </valuelist>
1094+ <value type="int" key="PE.EnvironmentAspect.Base">-1</value>
1095+ <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
1096+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
1097+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">TuxDungeon</value>
1098+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuRunConfiguration.AppTuxDungeon</value>
1099+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1100+ <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
1101+ <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
1102+ <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
1103+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1104+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1105+ </valuemap>
1106+ <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">3</value>
1107+ </valuemap>
1108+ </data>
1109+ <data>
1110+ <variable>ProjectExplorer.Project.Target.1</variable>
1111+ <valuemap type="QVariantMap">
1112+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Ubuntu Device (GCC armhf-ubuntu-sdk-15.04-vivid)</value>
1113+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Ubuntu Device (GCC armhf-ubuntu-sdk-15.04-vivid)</value>
1114+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{ff7f2fa1-15d6-4372-9777-afeaa5756601}</value>
1115+ <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
1116+ <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
1117+ <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
1118+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
1119+ <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-Ubuntu_Device_GCC_armhf_ubuntu_sdk_15_04_vivid-default</value>
1120+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
1121+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
1122+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1123+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Update translations template</value>
1124+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1125+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.UpdateTranslationTemplateMakeStep</value>
1126+ </valuemap>
1127+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
1128+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1129+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build translations</value>
1130+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1131+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildTranslationMakeStep</value>
1132+ </valuemap>
1133+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
1134+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
1135+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1136+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
1137+ </valuemap>
1138+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
1139+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
1140+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
1141+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1142+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
1143+ </valuemap>
1144+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
1145+ <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
1146+ <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
1147+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
1148+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1149+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildConfiguration</value>
1150+ </valuemap>
1151+ <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
1152+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
1153+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
1154+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
1155+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1156+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK Click build</value>
1157+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1158+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.ClickPackageStep</value>
1159+ <value type="int" key="Ubuntu.UbuntuPackageStep.PackageMode">2</value>
1160+ <value type="bool" key="Ubuntu.UbuntuPackageStep.TreatErrorsAsWarnings">false</value>
1161+ </valuemap>
1162+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
1163+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1164+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Upload files to Ubuntu Device</value>
1165+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1166+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UploadStep</value>
1167+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedFiles">
1168+ <value type="QString">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-Ubuntu_Device_GCC_armhf_ubuntu_sdk_15_04_vivid-default/tuxdungeon.jorik-vannielen_0.1_all.click</value>
1169+ <value type="QString">/usr/share/qtcreator/ubuntu/scripts/qtc_device_applaunch.py</value>
1170+ </valuelist>
1171+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedHosts">
1172+ <value type="QString">127.0.0.1</value>
1173+ <value type="QString">127.0.0.1</value>
1174+ </valuelist>
1175+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedRemotePaths">
1176+ <value type="QString">/tmp</value>
1177+ <value type="QString">/tmp</value>
1178+ </valuelist>
1179+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedSysroots">
1180+ <value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-15.04-armhf</value>
1181+ <value type="QString">/var/lib/schroot/chroots/click-ubuntu-sdk-15.04-armhf</value>
1182+ </valuelist>
1183+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedTimes">
1184+ <value type="QDateTime">2015-10-22T18:07:16</value>
1185+ <value type="QDateTime">2015-10-22T18:07:16</value>
1186+ </valuelist>
1187+ </valuemap>
1188+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
1189+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
1190+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1191+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
1192+ </valuemap>
1193+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
1194+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy to Ubuntu Device</value>
1195+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1196+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.DeployConfiguration</value>
1197+ </valuemap>
1198+ <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
1199+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
1200+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
1201+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1202+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1203+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1204+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1205+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1206+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1207+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1208+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1209+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1210+ <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
1211+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1212+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1213+ <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
1214+ <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
1215+ <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
1216+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1217+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1218+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1219+ <value type="int">0</value>
1220+ <value type="int">1</value>
1221+ <value type="int">2</value>
1222+ <value type="int">3</value>
1223+ <value type="int">4</value>
1224+ <value type="int">5</value>
1225+ <value type="int">6</value>
1226+ <value type="int">7</value>
1227+ <value type="int">8</value>
1228+ <value type="int">9</value>
1229+ <value type="int">10</value>
1230+ <value type="int">11</value>
1231+ <value type="int">12</value>
1232+ <value type="int">13</value>
1233+ <value type="int">14</value>
1234+ </valuelist>
1235+ <value type="int" key="PE.EnvironmentAspect.Base">1</value>
1236+ <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
1237+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
1238+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">TuxDungeon</value>
1239+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.RemoteRunConfiguration.AppTuxDungeon</value>
1240+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1241+ <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
1242+ <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
1243+ <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
1244+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1245+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1246+ <value type="bool" key="UbuntuRemoteRunConfiguration.ForceInstall">false</value>
1247+ <value type="bool" key="UbuntuRemoteRunConfiguration.Uninstall">true</value>
1248+ </valuemap>
1249+ <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
1250+ </valuemap>
1251+ </data>
1252+ <data>
1253+ <variable>ProjectExplorer.Project.Target.2</variable>
1254+ <valuemap type="QVariantMap">
1255+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK for i386 (GCC ubuntu-sdk-15.04-vivid)</value>
1256+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">UbuntuSDK for i386 (GCC ubuntu-sdk-15.04-vivid)</value>
1257+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{949f2a10-0849-481f-9fdc-78ec43f022ed}</value>
1258+ <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
1259+ <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
1260+ <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
1261+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
1262+ <value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/jorik/Documenten/ubuntutouchapps/build-TuxDungeon-UbuntuSDK_for_i386_GCC_ubuntu_sdk_15_04_vivid-default</value>
1263+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
1264+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
1265+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1266+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Update translations template</value>
1267+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1268+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.UpdateTranslationTemplateMakeStep</value>
1269+ </valuemap>
1270+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
1271+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1272+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build translations</value>
1273+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1274+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildTranslationMakeStep</value>
1275+ </valuemap>
1276+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
1277+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
1278+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1279+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
1280+ </valuemap>
1281+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
1282+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
1283+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
1284+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1285+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
1286+ </valuemap>
1287+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
1288+ <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
1289+ <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
1290+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Default</value>
1291+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1292+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UbuntuQml.BuildConfiguration</value>
1293+ </valuemap>
1294+ <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
1295+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
1296+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
1297+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
1298+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1299+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">UbuntuSDK Click build</value>
1300+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1301+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.ClickPackageStep</value>
1302+ <value type="int" key="Ubuntu.UbuntuPackageStep.PackageMode">2</value>
1303+ <value type="bool" key="Ubuntu.UbuntuPackageStep.TreatErrorsAsWarnings">false</value>
1304+ </valuemap>
1305+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
1306+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
1307+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Upload files to Ubuntu Device</value>
1308+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1309+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.UploadStep</value>
1310+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedFiles"/>
1311+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedHosts"/>
1312+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedRemotePaths"/>
1313+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedSysroots"/>
1314+ <valuelist type="QVariantList" key="Qt4ProjectManager.MaemoRunConfiguration.LastDeployedTimes"/>
1315+ </valuemap>
1316+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
1317+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
1318+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1319+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
1320+ </valuemap>
1321+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
1322+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy to Ubuntu Device</value>
1323+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1324+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.DeployConfiguration</value>
1325+ </valuemap>
1326+ <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
1327+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
1328+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
1329+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1330+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1331+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1332+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1333+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1334+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1335+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1336+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1337+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1338+ <value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
1339+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1340+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1341+ <value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
1342+ <value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
1343+ <value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
1344+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1345+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1346+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1347+ <value type="int">0</value>
1348+ <value type="int">1</value>
1349+ <value type="int">2</value>
1350+ <value type="int">3</value>
1351+ <value type="int">4</value>
1352+ <value type="int">5</value>
1353+ <value type="int">6</value>
1354+ <value type="int">7</value>
1355+ <value type="int">8</value>
1356+ <value type="int">9</value>
1357+ <value type="int">10</value>
1358+ <value type="int">11</value>
1359+ <value type="int">12</value>
1360+ <value type="int">13</value>
1361+ <value type="int">14</value>
1362+ </valuelist>
1363+ <value type="int" key="PE.EnvironmentAspect.Base">1</value>
1364+ <valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
1365+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName"></value>
1366+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">TuxDungeon</value>
1367+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">UbuntuProjectManager.RemoteRunConfiguration.AppTuxDungeon</value>
1368+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1369+ <value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
1370+ <value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
1371+ <value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
1372+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1373+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1374+ <value type="bool" key="UbuntuRemoteRunConfiguration.ForceInstall">false</value>
1375+ <value type="bool" key="UbuntuRemoteRunConfiguration.Uninstall">true</value>
1376+ </valuemap>
1377+ <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
1378+ </valuemap>
1379+ </data>
1380+ <data>
1381+ <variable>ProjectExplorer.Project.TargetCount</variable>
1382+ <value type="int">3</value>
1383+ </data>
1384+ <data>
1385+ <variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
1386+ <value type="QByteArray">{8c467843-8132-4277-995e-9769d40901c1}</value>
1387+ </data>
1388+ <data>
1389+ <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
1390+ <value type="int">15</value>
1391+ </data>
1392+</qtcreator>
1393
1394=== modified file 'VictoryPage.qml'
1395--- VictoryPage.qml 2015-10-23 15:37:55 +0000
1396+++ VictoryPage.qml 2016-12-19 17:05:52 +0000
1397@@ -4,7 +4,7 @@
1398
1399 Page{
1400 id: victoryPage
1401- title: "Level Completed"
1402+ title: i18n.tr("Level Completed")
1403
1404 property double mountain
1405 property string mountainName
1406@@ -36,7 +36,7 @@
1407 wrapMode: Text.WordWrap
1408 horizontalAlignment: Text.AlignHCenter
1409
1410- text: "Congratulations!\nYou have completed level "+ level+ " of the "+ victoryPage.mountainName+"."
1411+ text: i18n.tr("Congratulations!\nYou have completed level ")+ level+ i18n.tr(" of the ")+ victoryPage.mountainName+"."
1412 }
1413 Label{
1414 id: monsterLabel
1415@@ -50,7 +50,7 @@
1416 wrapMode: Text.WordWrap
1417 horizontalAlignment: Text.AlignHCenter
1418
1419- text: "Monsters slain: "+monstersSlain
1420+ text: i18n.tr("Monsters slain: ")+monstersSlain
1421 }
1422 Image{
1423 id: monsterImage
1424@@ -76,7 +76,7 @@
1425 wrapMode: Text.WordWrap
1426 horizontalAlignment: Text.AlignHCenter
1427
1428- text: "Coins collected: "+coinsCollected
1429+ text: i18n.tr("Coins collected: ")+coinsCollected
1430
1431
1432 }
1433@@ -105,7 +105,7 @@
1434 wrapMode: Text.WordWrap
1435 horizontalAlignment: Text.AlignHCenter
1436
1437- text: "New total coins: "+newTotalCoins
1438+ text: i18n.tr("New total coins: ")+newTotalCoins
1439 }
1440
1441 Image{
1442@@ -159,7 +159,7 @@
1443 Label{
1444 anchors.centerIn: parent
1445 color: "white"
1446- text: "complete"
1447+ text: i18n.tr("complete")
1448 font.pixelSize: parent.height/5
1449
1450 }
1451
1452=== added file 'po/fr.po'
1453--- po/fr.po 1970-01-01 00:00:00 +0000
1454+++ po/fr.po 2016-12-19 17:05:52 +0000
1455@@ -0,0 +1,186 @@
1456+# SOME DESCRIPTIVE TITLE.
1457+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1458+# This file is distributed under the same license as the PACKAGE package.
1459+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
1460+#
1461+#, fuzzy
1462+msgid ""
1463+msgstr ""
1464+"Project-Id-Version: PACKAGE VERSION\n"
1465+"Report-Msgid-Bugs-To: \n"
1466+"POT-Creation-Date: 2016-12-19 17:39+0100\n"
1467+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1468+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1469+"Language-Team: LANGUAGE <LL@li.org>\n"
1470+"Language: fr\n"
1471+"MIME-Version: 1.0\n"
1472+"Content-Type: text/plain; charset=CHARSET\n"
1473+"Content-Transfer-Encoding: 8bit\n"
1474+
1475+#: BlackMountain.qml:206
1476+msgid "The black mountain"
1477+msgstr "La montagne noire"
1478+
1479+#: Game.qml:14
1480+msgid "Level "
1481+msgstr "Niveau "
1482+
1483+#: Game.qml:14
1484+msgid ", floor "
1485+msgstr ", étage "
1486+
1487+#: Game.qml:14
1488+msgid "/"
1489+msgstr "/"
1490+
1491+#: Game.qml:601
1492+msgid "Floor completed!"
1493+msgstr "Étage terminé[nbsp]!"
1494+
1495+#: Game.qml:606 VictoryPage.qml:53
1496+msgid "Monsters slain: "
1497+msgstr "Monstres tués[nbsp]: "
1498+
1499+#: Game.qml:610 VictoryPage.qml:79
1500+msgid "Coins collected: "
1501+msgstr "Pièces collectées[nbsp]: "
1502+
1503+#: Game.qml:617
1504+msgid "Next floor"
1505+msgstr "Étage suivant"
1506+
1507+#: Game.qml:656
1508+msgid "Continue in this dungeon"
1509+msgstr "Continuer dans ce donjon"
1510+
1511+#: Game.qml:684
1512+msgid "Game over!"
1513+msgstr "Partie terminée[nbsp]!"
1514+
1515+#: Game.qml:688
1516+msgid ""
1517+"You have no health left...\n"
1518+"Collect coins to buy a more powerfull\n"
1519+"Tux and try again!"
1520+msgstr ""
1521+"Il ne vous reste plus de vie...\n"
1522+"Collectez des pièces pour acheter un Tux plus\n"
1523+"puissant et réessayez[nbsp]!"
1524+
1525+#: Game.qml:695
1526+msgid "Quit"
1527+msgstr "Quitter"
1528+
1529+#: VictoryPage.qml:7
1530+msgid "Level Completed"
1531+msgstr "Niveau terminé"
1532+
1533+#: VictoryPage.qml:39
1534+msgid ""
1535+"Congratulations!\n"
1536+"You have completed level "
1537+msgstr ""
1538+"Félicitations[nbsp]!\n"
1539+"Vous avez terminé le niveau "
1540+
1541+#: VictoryPage.qml:39
1542+msgid " of the "
1543+msgstr " de "
1544+
1545+#: VictoryPage.qml:108
1546+msgid "New total coins: "
1547+msgstr "Nouveau total de pièces[nbsp]: "
1548+
1549+#: VictoryPage.qml:162
1550+msgid "complete"
1551+msgstr "terminé"
1552+
1553+#: HomePage.qml:67 About.qml:27
1554+msgid "Tux Dungeon"
1555+msgstr "Le donjon de Tux"
1556+
1557+#: HomePage.qml:316
1558+msgid "Price: "
1559+msgstr "Prix[nbsp]: "
1560+
1561+#: HomePage.qml:319
1562+msgid "Health: "
1563+msgstr "Santé[nbsp]: "
1564+
1565+#: HomePage.qml:322
1566+msgid "Damage: "
1567+msgstr "Dégâts[nbsp]: "
1568+
1569+#: HomePage.qml:326
1570+msgid "Unlock"
1571+msgstr "Déverrouiller"
1572+
1573+#: HomePage.qml:374
1574+msgid "Close"
1575+msgstr "Fermer"
1576+
1577+#: SettingsPage.qml:9
1578+msgid "Settings"
1579+msgstr "Paramètres"
1580+
1581+#: SettingsPage.qml:26
1582+msgid "Sound"
1583+msgstr "Son"
1584+
1585+#: SettingsPage.qml:68
1586+msgid "Reset and return"
1587+msgstr "Réinitialisation et retour"
1588+
1589+#: BrownMountain.qml:206 LevelSelect.qml:98 LevelSelect.qml:220
1590+msgid "The brown mountain"
1591+msgstr "La montagne brune"
1592+
1593+#: LevelSelect.qml:127
1594+msgid "Explore the dungeons of the brown mountain"
1595+msgstr "Explorez les donjons de la montage brune"
1596+
1597+#: LevelSelect.qml:144
1598+msgid "Difficulty: 1"
1599+msgstr "Difficulté[nbsp]: 1"
1600+
1601+#: LevelSelect.qml:159 LevelSelect.qml:281
1602+msgid "Levels completed: "
1603+msgstr "Niveaux terminés[nbsp]: "
1604+
1605+#: LevelSelect.qml:249
1606+msgid "Explore the dungeons of the dark, black mountain"
1607+msgstr "Explorez les donjons de la montage noire"
1608+
1609+#: LevelSelect.qml:266
1610+msgid "Difficulty: 2"
1611+msgstr "Difficulté[nbsp]: 2"
1612+
1613+#: LevelSelect.qml:312
1614+msgid "Select levelpack"
1615+msgstr "Sélectionner un pack de niveaux"
1616+
1617+#: About.qml:7
1618+msgid "About"
1619+msgstr "À propos"
1620+
1621+#: About.qml:38
1622+msgid ""
1623+"This application is made by Jorik van Nielen. The sourcecode is available at "
1624+"Launchpad.\n"
1625+"Do you like this app? Please rate in the Ubuntu Store"
1626+msgstr ""
1627+"Cette application a été créée par Jorik van Nielen. Le code source est disponible sur "
1628+"Launchpad.\n"
1629+"Vous aimez cette application[nbsp]? Notez-la dans la logithèque d'Ubuntu"
1630+
1631+#: About.qml:53
1632+msgid "Tutorial"
1633+msgstr "Tutoriel"
1634+
1635+#: Introduction.qml:108
1636+msgid "Skip"
1637+msgstr "Ignorer"
1638+
1639+#: Introduction.qml:155
1640+msgid "finish"
1641+msgstr "terminé"
1642
1643=== modified file 'po/tuxdungeon.pot'
1644--- po/tuxdungeon.pot 2015-10-23 15:37:55 +0000
1645+++ po/tuxdungeon.pot 2016-12-19 17:05:52 +0000
1646@@ -8,7 +8,7 @@
1647 msgstr ""
1648 "Project-Id-Version: PACKAGE VERSION\n"
1649 "Report-Msgid-Bugs-To: \n"
1650-"POT-Creation-Date: 2015-10-17 11:54+0200\n"
1651+"POT-Creation-Date: 2016-12-19 17:39+0100\n"
1652 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1653 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1654 "Language-Team: LANGUAGE <LL@li.org>\n"
1655@@ -17,11 +17,162 @@
1656 "Content-Type: text/plain; charset=CHARSET\n"
1657 "Content-Transfer-Encoding: 8bit\n"
1658
1659-#: Introduction.qml:76
1660-#, qt-format
1661-msgid "Already used %1? <b>Skip the tutorial</b>"
1662-msgstr ""
1663-
1664-#: Introduction.qml:76
1665+#: BlackMountain.qml:206
1666+msgid "The black mountain"
1667+msgstr ""
1668+
1669+#: Game.qml:14
1670+msgid "Level "
1671+msgstr ""
1672+
1673+#: Game.qml:14
1674+msgid ", floor "
1675+msgstr ""
1676+
1677+#: Game.qml:14
1678+msgid "/"
1679+msgstr ""
1680+
1681+#: Game.qml:601
1682+msgid "Floor completed!"
1683+msgstr ""
1684+
1685+#: Game.qml:606 VictoryPage.qml:53
1686+msgid "Monsters slain: "
1687+msgstr ""
1688+
1689+#: Game.qml:610 VictoryPage.qml:79
1690+msgid "Coins collected: "
1691+msgstr ""
1692+
1693+#: Game.qml:617
1694+msgid "Next floor"
1695+msgstr ""
1696+
1697+#: Game.qml:656
1698+msgid "Continue in this dungeon"
1699+msgstr ""
1700+
1701+#: Game.qml:684
1702+msgid "Game over!"
1703+msgstr ""
1704+
1705+#: Game.qml:688
1706+msgid ""
1707+"You have no health left...\n"
1708+"Collect coins to buy a more powerfull\n"
1709+"Tux and try again!"
1710+msgstr ""
1711+
1712+#: Game.qml:695
1713+msgid "Quit"
1714+msgstr ""
1715+
1716+#: VictoryPage.qml:7
1717+msgid "Level Completed"
1718+msgstr ""
1719+
1720+#: VictoryPage.qml:39
1721+msgid ""
1722+"Congratulations!\n"
1723+"You have completed level "
1724+msgstr ""
1725+
1726+#: VictoryPage.qml:39
1727+msgid " of the "
1728+msgstr ""
1729+
1730+#: VictoryPage.qml:108
1731+msgid "New total coins: "
1732+msgstr ""
1733+
1734+#: VictoryPage.qml:162
1735+msgid "complete"
1736+msgstr ""
1737+
1738+#: HomePage.qml:67 About.qml:27
1739+msgid "Tux Dungeon"
1740+msgstr ""
1741+
1742+#: HomePage.qml:316
1743+msgid "Price: "
1744+msgstr ""
1745+
1746+#: HomePage.qml:319
1747+msgid "Health: "
1748+msgstr ""
1749+
1750+#: HomePage.qml:322
1751+msgid "Damage: "
1752+msgstr ""
1753+
1754+#: HomePage.qml:326
1755+msgid "Unlock"
1756+msgstr ""
1757+
1758+#: HomePage.qml:374
1759+msgid "Close"
1760+msgstr ""
1761+
1762+#: SettingsPage.qml:9
1763+msgid "Settings"
1764+msgstr ""
1765+
1766+#: SettingsPage.qml:26
1767+msgid "Sound"
1768+msgstr ""
1769+
1770+#: SettingsPage.qml:68
1771+msgid "Reset and return"
1772+msgstr ""
1773+
1774+#: BrownMountain.qml:206 LevelSelect.qml:98 LevelSelect.qml:220
1775+msgid "The brown mountain"
1776+msgstr ""
1777+
1778+#: LevelSelect.qml:127
1779+msgid "Explore the dungeons of the brown mountain"
1780+msgstr ""
1781+
1782+#: LevelSelect.qml:144
1783+msgid "Difficulty: 1"
1784+msgstr ""
1785+
1786+#: LevelSelect.qml:159 LevelSelect.qml:281
1787+msgid "Levels completed: "
1788+msgstr ""
1789+
1790+#: LevelSelect.qml:249
1791+msgid "Explore the dungeons of the dark, black mountain"
1792+msgstr ""
1793+
1794+#: LevelSelect.qml:266
1795+msgid "Difficulty: 2"
1796+msgstr ""
1797+
1798+#: LevelSelect.qml:312
1799+msgid "Select levelpack"
1800+msgstr ""
1801+
1802+#: About.qml:7
1803+msgid "About"
1804+msgstr ""
1805+
1806+#: About.qml:38
1807+msgid ""
1808+"This application is made by Jorik van Nielen. The sourcecode is available at "
1809+"Launchpad.\n"
1810+"Do you like this app? Please rate in the Ubuntu Store"
1811+msgstr ""
1812+
1813+#: About.qml:53
1814+msgid "Tutorial"
1815+msgstr ""
1816+
1817+#: Introduction.qml:108
1818 msgid "Skip"
1819 msgstr ""
1820+
1821+#: Introduction.qml:155
1822+msgid "finish"
1823+msgstr ""

Subscribers

People subscribed via source and target branches

to all changes: