Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified build/all/app/install/deploytophone.sh
100644 → 100755
Empty file.
11 changes: 5 additions & 6 deletions build/all/app/install/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
"hooks": {
"qmlmahjongg": {
"apparmor": "qmlmahjongg.apparmor",
"desktop": "qmlmahjongg.desktop"
"desktop": "qmlmahjongg.desktop"
}
},
"version": "0.2",
"version": "0.3",
"maintainer": "Mateo Salta <[email protected]>",
"framework" : "ubuntu-sdk-16.04.5",
"__commento_precedente_framework" : "ubuntu-sdk-16.04"
}

"framework": "ubuntu-sdk-20.04.1",
"__commento_precedente_framework": "@CLICK_FRAMEWORK@"
}
14 changes: 3 additions & 11 deletions build/all/app/install/qml/QmlMahjongg.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import "GameLogic.js" as Logic
ApplicationWindow {
id: appWindow
title: "Mahjongg"
width: root.width
height: root.height
width: units.gu(45)
height: units.gu(75)
property real margin: units.gu(2)

//@bug Menu is not displayed? Why?

Expand All @@ -20,13 +21,6 @@ ApplicationWindow {
Logic.createBoard()

}
// Button {
// id: test
// text: "Test"
// onClicked: {
// gameBoard.gameState=(gameBoard.gameState+1)%3
// }
// }

Rectangle {
Image {
Expand Down Expand Up @@ -73,8 +67,6 @@ ApplicationWindow {
Layout.minimumHeight: gameBoard.implicitHeight
Layout.fillWidth: true
Layout.fillHeight: true
//implicitHeight: gameBoard.implicitHeight
//implicitWidth: gameBoard.implicitWidth
}


Expand Down
69 changes: 0 additions & 69 deletions build/all/app/install/qml/build/tmp/GameBoard.qml

This file was deleted.

Loading