alpha 2
@ -29,20 +29,20 @@ initAll()
|
|||||||
addDeployFromCustomFile("Client" "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/Client.json")
|
addDeployFromCustomFile("Client" "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/Client.json")
|
||||||
addDeployFromCustomFile("Server" "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/Server.json")
|
addDeployFromCustomFile("Server" "${CMAKE_CURRENT_SOURCE_DIR}/Deploy/Server.json")
|
||||||
|
|
||||||
if (WIN32)
|
#if (WIN32)
|
||||||
addDeployQIF("Client" ${INSTALLER_DIR} ${TARGET_DIR} "${INSTALLER_DIR}/config/configWin.xml")
|
# addDeployQIF("Client" ${INSTALLER_DIR} ${TARGET_DIR} "${INSTALLER_DIR}/config/configWin.xml")
|
||||||
|
|
||||||
else (WIN32)
|
#else (WIN32)
|
||||||
addDeployQIF("Client" ${INSTALLER_DIR} ${TARGET_DIR} "${INSTALLER_DIR}/config/configLinux.xml")
|
# addDeployQIF("Client" ${INSTALLER_DIR} ${TARGET_DIR} "${INSTALLER_DIR}/config/configLinux.xml")
|
||||||
|
|
||||||
addDeploySnap("Client" ${TARGET_DIR})
|
#addDeploySnap("Client" ${TARGET_DIR})
|
||||||
addReleaseSnap("Client")
|
#addReleaseSnap("Client")
|
||||||
|
|
||||||
endif(WIN32)
|
#endif(WIN32)
|
||||||
|
|
||||||
addReleaseQif("Client" ${DATA_DIR} ${TARGET_DIR})
|
#addReleaseQif("Client" ${DATA_DIR} ${TARGET_DIR})
|
||||||
|
|
||||||
addDeployAPK("Android" "${CMAKE_CURRENT_SOURCE_DIR}/hanoi_towers/android-libHanoiTowers.so-deployment-settings.json" "digitalface" "${SIGN_PATH}/DigitalFaceMobily.keystore" "${SIGN_STORE_PASSWORD}" "${TARGET_DIR}")
|
#addDeployAPK("Android" "${CMAKE_CURRENT_SOURCE_DIR}/hanoi_towers/android-libHanoiTowers.so-deployment-settings.json" "digitalface" "${SIGN_PATH}/DigitalFaceMobily.keystore" "${SIGN_STORE_PASSWORD}" "${TARGET_DIR}")
|
||||||
|
|
||||||
|
|
||||||
# Add sub directories
|
# Add sub directories
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"binDir": "./../hanoi_towers/build/Release",
|
"bin": [
|
||||||
|
"./../HanoiTowers/build/Release/HanoiTowersClient"
|
||||||
|
],
|
||||||
"clear": true,
|
"clear": true,
|
||||||
"libDir": "./../",
|
"libDir": "./../",
|
||||||
"recursiveDepth": "10",
|
"recursiveDepth": "10",
|
||||||
"deploySystem": false,
|
"deploySystem": false,
|
||||||
"qmlDir": "../",
|
"qmlDir": "./../HanoiTowers",
|
||||||
"ignoreEnv": [
|
"ignoreEnv": [
|
||||||
"./../installer",
|
"./../installer",
|
||||||
"./../Distro",
|
"./../Distro",
|
||||||
@ -14,5 +16,8 @@
|
|||||||
"./../stage"
|
"./../stage"
|
||||||
],
|
],
|
||||||
"extraLib": "crypto",
|
"extraLib": "crypto",
|
||||||
"targetDir": "./../installer/packages/HanoiTowers/data"
|
"qif": "./../installer",
|
||||||
|
"icon": "./../HanoiTowers/client/res/iconInstall.png",
|
||||||
|
"deb": true,
|
||||||
|
"targetDir": "./../Distro"
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"bin": [
|
"bin": [
|
||||||
"./../HanoiTowersServer/build/Release",
|
"./../HanoiTowers/build/Release/HanoiTowersTerminal",
|
||||||
"./../HanoiTowersTerminal/build/Release"
|
"./../HanoiTowers/build/Release/HanoiTowersServer"
|
||||||
],
|
],
|
||||||
"clear": true,
|
"clear": true,
|
||||||
"libDir": "./../",
|
"libDir": "./../",
|
||||||
"recursiveDepth": "10",
|
"recursiveDepth": "10",
|
||||||
"deploySystem": true,
|
"deploySystem": false,
|
||||||
"ignoreEnv": [
|
"ignoreEnv": [
|
||||||
"./../installer",
|
"./../installer",
|
||||||
"./../Distro",
|
"./../Distro",
|
||||||
@ -18,5 +18,6 @@
|
|||||||
"extraLib": "crypto",
|
"extraLib": "crypto",
|
||||||
"name": "HanoiCore",
|
"name": "HanoiCore",
|
||||||
"targetDir": "./../Distro/Server",
|
"targetDir": "./../Distro/Server",
|
||||||
"qif": true
|
"qif": false,
|
||||||
|
"deb": true
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# define HANOITOWERSPROTOCOL_EXPORT Q_DECL_IMPORT
|
# define HANOITOWERSPROTOCOL_EXPORT Q_DECL_IMPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_HANOI_ADDRESS "127.0.0.1" //"quasarapp.ddns.net"
|
#define DEFAULT_HANOI_ADDRESS "quasarapp.ddns.net"
|
||||||
#define DEFAULT_HANOI_PORT 7770
|
#define DEFAULT_HANOI_PORT 7770
|
||||||
|
|
||||||
#endif // HANOITOWERSPROTOCOL_GLOBAL_H
|
#endif // HANOITOWERSPROTOCOL_GLOBAL_H
|
||||||
|
@ -24,4 +24,3 @@ add_executable(${CURRENT_PROJECT} ${SOURCE_CPP})
|
|||||||
target_link_libraries(${CURRENT_PROJECT} PRIVATE HanoiTowersProtockol Patronum)
|
target_link_libraries(${CURRENT_PROJECT} PRIVATE HanoiTowersProtockol Patronum)
|
||||||
target_include_directories(${CURRENT_PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
target_include_directories(${CURRENT_PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
setVersionForTarget(${CURRENT_PROJECT} ${PRODUCT_VER_Mj} ${PRODUCT_VER_Mn} ${PRODUCT_VER_Re})
|
|
||||||
|
@ -24,4 +24,3 @@ target_link_libraries(${CURRENT_PROJECT} PRIVATE Patronum)
|
|||||||
target_include_directories(${CURRENT_PROJECT} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
target_include_directories(${CURRENT_PROJECT} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
|
|
||||||
setVersionForTarget(${CURRENT_PROJECT} ${PRODUCT_VER_Mj} ${PRODUCT_VER_Mn} ${PRODUCT_VER_Re})
|
|
||||||
|
@ -11,6 +11,11 @@ cmake_minimum_required(VERSION 3.1)
|
|||||||
set(CURRENT_PROJECT "${PROJECT_NAME}Client")
|
set(CURRENT_PROJECT "${PROJECT_NAME}Client")
|
||||||
|
|
||||||
|
|
||||||
|
set (CREDITS_TESTS OFF)
|
||||||
|
set (CREDITS_EXAMPLES OFF)
|
||||||
|
set (LOGINVIEW_EXAMPLES OFF)
|
||||||
|
set (VIEWSOLUTIONS_EXAMPLES OFF)
|
||||||
|
|
||||||
add_subdirectory(QMLLoginView)
|
add_subdirectory(QMLLoginView)
|
||||||
add_subdirectory(SimpleQmlNotify)
|
add_subdirectory(SimpleQmlNotify)
|
||||||
add_subdirectory(ViewSolutions)
|
add_subdirectory(ViewSolutions)
|
||||||
@ -31,7 +36,6 @@ add_executable(${CURRENT_PROJECT} ${SOURCE_CPP})
|
|||||||
target_link_libraries(${CURRENT_PROJECT} PRIVATE QmlNotyfyService HanoiTowersProtockol LoginView Credits)
|
target_link_libraries(${CURRENT_PROJECT} PRIVATE QmlNotyfyService HanoiTowersProtockol LoginView Credits)
|
||||||
target_include_directories(${CURRENT_PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
target_include_directories(${CURRENT_PROJECT} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
setVersionForTarget(${CURRENT_PROJECT} ${PRODUCT_VER_Mj} ${PRODUCT_VER_Mn} ${PRODUCT_VER_Re})
|
|
||||||
|
|
||||||
set(LANGS ${CMAKE_CURRENT_SOURCE_DIR}/languages/en.ts
|
set(LANGS ${CMAKE_CURRENT_SOURCE_DIR}/languages/en.ts
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/languages/ru.ts
|
${CMAKE_CURRENT_SOURCE_DIR}/languages/ru.ts
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 1a159ea58a4d49a2b213a78922c67ee765e335ce
|
Subproject commit 498423b476de8938539d16ce50a526a578bae424
|
@ -1 +1 @@
|
|||||||
Subproject commit 0ec27ac10276b286d3dc036ddfdec06bfcf52b73
|
Subproject commit c63cefdd2960ae429e9aa3ba64a794fae86340fc
|
@ -1 +1 @@
|
|||||||
Subproject commit 08c5841e0ddd476207ab6e148b42646f8f2bf4c7
|
Subproject commit 4631d7834b11e0e3b03d7331b4493132bd20ce9f
|
@ -9,15 +9,26 @@
|
|||||||
<translation>About</translation>
|
<translation>About</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../About.qml" line="45"/>
|
<location filename="../About.qml" line="34"/>
|
||||||
|
<source>About</source>
|
||||||
|
<translation type="unfinished">About</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="37"/>
|
||||||
|
<source>Credits</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="67"/>
|
||||||
<source>Product of QuasarApp
|
<source>Product of QuasarApp
|
||||||
* Developers:
|
* Developers:
|
||||||
* Programmer: Yankovich N. Andrei.
|
* Programmer: Yankovich N. Andrei.
|
||||||
|
* Disigner: Chernenkov I. Oleg.
|
||||||
* This game is distributed under the LGPLv3 license.
|
* This game is distributed under the LGPLv3 license.
|
||||||
* Contact: https://github.com/EndrII
|
* Contact: https://github.com/EndrII
|
||||||
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.
|
||||||
<translatorcomment>Need update</translatorcomment>
|
* Copyright (C) 2019-2021 QuasarApp group.</source>
|
||||||
<translation></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
@ -9,14 +9,35 @@
|
|||||||
<translation>約</translation>
|
<translation>約</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../About.qml" line="45"/>
|
<location filename="../About.qml" line="34"/>
|
||||||
|
<source>About</source>
|
||||||
|
<translation type="unfinished">約</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="37"/>
|
||||||
|
<source>Credits</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="67"/>
|
||||||
|
<source>Product of QuasarApp
|
||||||
|
* Developers:
|
||||||
|
* Programmer: Yankovich N. Andrei.
|
||||||
|
* Disigner: Chernenkov I. Oleg.
|
||||||
|
* This game is distributed under the LGPLv3 license.
|
||||||
|
* Contact: https://github.com/EndrII
|
||||||
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.
|
||||||
|
* Copyright (C) 2019-2021 QuasarApp group.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
<source>Product of QuasarApp
|
<source>Product of QuasarApp
|
||||||
* Developers:
|
* Developers:
|
||||||
* Programmer: Yankovich N. Andrei.
|
* Programmer: Yankovich N. Andrei.
|
||||||
* This game is distributed under the LGPLv3 license.
|
* This game is distributed under the LGPLv3 license.
|
||||||
* Contact: https://github.com/EndrII
|
* Contact: https://github.com/EndrII
|
||||||
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
||||||
<translation>QuasarAppの製品
|
<translation type="vanished">QuasarAppの製品
|
||||||
*開発者:
|
*開発者:
|
||||||
*プログラマー:Yankovich N. Andrei。
|
*プログラマー:Yankovich N. Andrei。
|
||||||
*このゲームはLGPLv3ライセンスの下で配布されています。
|
*このゲームはLGPLv3ライセンスの下で配布されています。
|
||||||
|
@ -9,14 +9,35 @@
|
|||||||
<translation>Об Авторе</translation>
|
<translation>Об Авторе</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../About.qml" line="45"/>
|
<location filename="../About.qml" line="34"/>
|
||||||
|
<source>About</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="37"/>
|
||||||
|
<source>Credits</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="67"/>
|
||||||
|
<source>Product of QuasarApp
|
||||||
|
* Developers:
|
||||||
|
* Programmer: Yankovich N. Andrei.
|
||||||
|
* Disigner: Chernenkov I. Oleg.
|
||||||
|
* This game is distributed under the LGPLv3 license.
|
||||||
|
* Contact: https://github.com/EndrII
|
||||||
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.
|
||||||
|
* Copyright (C) 2019-2021 QuasarApp group.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
<source>Product of QuasarApp
|
<source>Product of QuasarApp
|
||||||
* Developers:
|
* Developers:
|
||||||
* Programmer: Yankovich N. Andrei.
|
* Programmer: Yankovich N. Andrei.
|
||||||
* This game is distributed under the LGPLv3 license.
|
* This game is distributed under the LGPLv3 license.
|
||||||
* Contact: https://github.com/EndrII
|
* Contact: https://github.com/EndrII
|
||||||
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
||||||
<translation>Продукт QuasarApp
|
<translation type="vanished">Продукт QuasarApp
|
||||||
* Разработчики:
|
* Разработчики:
|
||||||
* Программист: Янкович А. Н.
|
* Программист: Янкович А. Н.
|
||||||
* Эта игра распостроняеться в соотвецтвии с лицензией LGPLv3.
|
* Эта игра распостроняеться в соотвецтвии с лицензией LGPLv3.
|
||||||
|
@ -9,14 +9,35 @@
|
|||||||
<translation>hakkında</translation>
|
<translation>hakkında</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../About.qml" line="45"/>
|
<location filename="../About.qml" line="34"/>
|
||||||
|
<source>About</source>
|
||||||
|
<translation type="unfinished">hakkında</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="37"/>
|
||||||
|
<source>Credits</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="67"/>
|
||||||
|
<source>Product of QuasarApp
|
||||||
|
* Developers:
|
||||||
|
* Programmer: Yankovich N. Andrei.
|
||||||
|
* Disigner: Chernenkov I. Oleg.
|
||||||
|
* This game is distributed under the LGPLv3 license.
|
||||||
|
* Contact: https://github.com/EndrII
|
||||||
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.
|
||||||
|
* Copyright (C) 2019-2021 QuasarApp group.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
<source>Product of QuasarApp
|
<source>Product of QuasarApp
|
||||||
* Developers:
|
* Developers:
|
||||||
* Programmer: Yankovich N. Andrei.
|
* Programmer: Yankovich N. Andrei.
|
||||||
* This game is distributed under the LGPLv3 license.
|
* This game is distributed under the LGPLv3 license.
|
||||||
* Contact: https://github.com/EndrII
|
* Contact: https://github.com/EndrII
|
||||||
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
||||||
<translation>QuasarApp ürünü
|
<translation type="vanished">QuasarApp ürünü
|
||||||
* Geliştiriciler:
|
* Geliştiriciler:
|
||||||
* Programcı: Yankovich N. Andrei.
|
* Programcı: Yankovich N. Andrei.
|
||||||
* Bu oyun LGPLv3 lisansı altında dağıtılmaktadır.
|
* Bu oyun LGPLv3 lisansı altında dağıtılmaktadır.
|
||||||
|
@ -9,14 +9,35 @@
|
|||||||
<translation>Про автора</translation>
|
<translation>Про автора</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../About.qml" line="45"/>
|
<location filename="../About.qml" line="34"/>
|
||||||
|
<source>About</source>
|
||||||
|
<translation type="unfinished">Про автора</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="37"/>
|
||||||
|
<source>Credits</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../About.qml" line="67"/>
|
||||||
|
<source>Product of QuasarApp
|
||||||
|
* Developers:
|
||||||
|
* Programmer: Yankovich N. Andrei.
|
||||||
|
* Disigner: Chernenkov I. Oleg.
|
||||||
|
* This game is distributed under the LGPLv3 license.
|
||||||
|
* Contact: https://github.com/EndrII
|
||||||
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.
|
||||||
|
* Copyright (C) 2019-2021 QuasarApp group.</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
<source>Product of QuasarApp
|
<source>Product of QuasarApp
|
||||||
* Developers:
|
* Developers:
|
||||||
* Programmer: Yankovich N. Andrei.
|
* Programmer: Yankovich N. Andrei.
|
||||||
* This game is distributed under the LGPLv3 license.
|
* This game is distributed under the LGPLv3 license.
|
||||||
* Contact: https://github.com/EndrII
|
* Contact: https://github.com/EndrII
|
||||||
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
* Copyright (C) 2018-2019 Yankovich N. Andrei.</source>
|
||||||
<translation>Продукт компанії QuasarApp
|
<translation type="vanished">Продукт компанії QuasarApp
|
||||||
* Розробники:
|
* Розробники:
|
||||||
* Програміст: Янкович Н. Андрій.
|
* Програміст: Янкович Н. Андрій.
|
||||||
* Ця гра поширюється під ліцензією LGPLv3.
|
* Ця гра поширюється під ліцензією LGPLv3.
|
||||||
|
BIN
HanoiTowers/client/res/HanoiTowers_Banner_installer.png
Normal file
After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 605 KiB |
Before Width: | Height: | Size: 278 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 367 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 372 KiB |
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 121 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 102 KiB |
@ -1,165 +0,0 @@
|
|||||||
GNU LESSER GENERAL PUBLIC LICENSE
|
|
||||||
Version 3, 29 June 2007
|
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
|
|
||||||
This version of the GNU Lesser General Public License incorporates
|
|
||||||
the terms and conditions of version 3 of the GNU General Public
|
|
||||||
License, supplemented by the additional permissions listed below.
|
|
||||||
|
|
||||||
0. Additional Definitions.
|
|
||||||
|
|
||||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
|
||||||
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
|
||||||
General Public License.
|
|
||||||
|
|
||||||
"The Library" refers to a covered work governed by this License,
|
|
||||||
other than an Application or a Combined Work as defined below.
|
|
||||||
|
|
||||||
An "Application" is any work that makes use of an interface provided
|
|
||||||
by the Library, but which is not otherwise based on the Library.
|
|
||||||
Defining a subclass of a class defined by the Library is deemed a mode
|
|
||||||
of using an interface provided by the Library.
|
|
||||||
|
|
||||||
A "Combined Work" is a work produced by combining or linking an
|
|
||||||
Application with the Library. The particular version of the Library
|
|
||||||
with which the Combined Work was made is also called the "Linked
|
|
||||||
Version".
|
|
||||||
|
|
||||||
The "Minimal Corresponding Source" for a Combined Work means the
|
|
||||||
Corresponding Source for the Combined Work, excluding any source code
|
|
||||||
for portions of the Combined Work that, considered in isolation, are
|
|
||||||
based on the Application, and not on the Linked Version.
|
|
||||||
|
|
||||||
The "Corresponding Application Code" for a Combined Work means the
|
|
||||||
object code and/or source code for the Application, including any data
|
|
||||||
and utility programs needed for reproducing the Combined Work from the
|
|
||||||
Application, but excluding the System Libraries of the Combined Work.
|
|
||||||
|
|
||||||
1. Exception to Section 3 of the GNU GPL.
|
|
||||||
|
|
||||||
You may convey a covered work under sections 3 and 4 of this License
|
|
||||||
without being bound by section 3 of the GNU GPL.
|
|
||||||
|
|
||||||
2. Conveying Modified Versions.
|
|
||||||
|
|
||||||
If you modify a copy of the Library, and, in your modifications, a
|
|
||||||
facility refers to a function or data to be supplied by an Application
|
|
||||||
that uses the facility (other than as an argument passed when the
|
|
||||||
facility is invoked), then you may convey a copy of the modified
|
|
||||||
version:
|
|
||||||
|
|
||||||
a) under this License, provided that you make a good faith effort to
|
|
||||||
ensure that, in the event an Application does not supply the
|
|
||||||
function or data, the facility still operates, and performs
|
|
||||||
whatever part of its purpose remains meaningful, or
|
|
||||||
|
|
||||||
b) under the GNU GPL, with none of the additional permissions of
|
|
||||||
this License applicable to that copy.
|
|
||||||
|
|
||||||
3. Object Code Incorporating Material from Library Header Files.
|
|
||||||
|
|
||||||
The object code form of an Application may incorporate material from
|
|
||||||
a header file that is part of the Library. You may convey such object
|
|
||||||
code under terms of your choice, provided that, if the incorporated
|
|
||||||
material is not limited to numerical parameters, data structure
|
|
||||||
layouts and accessors, or small macros, inline functions and templates
|
|
||||||
(ten or fewer lines in length), you do both of the following:
|
|
||||||
|
|
||||||
a) Give prominent notice with each copy of the object code that the
|
|
||||||
Library is used in it and that the Library and its use are
|
|
||||||
covered by this License.
|
|
||||||
|
|
||||||
b) Accompany the object code with a copy of the GNU GPL and this license
|
|
||||||
document.
|
|
||||||
|
|
||||||
4. Combined Works.
|
|
||||||
|
|
||||||
You may convey a Combined Work under terms of your choice that,
|
|
||||||
taken together, effectively do not restrict modification of the
|
|
||||||
portions of the Library contained in the Combined Work and reverse
|
|
||||||
engineering for debugging such modifications, if you also do each of
|
|
||||||
the following:
|
|
||||||
|
|
||||||
a) Give prominent notice with each copy of the Combined Work that
|
|
||||||
the Library is used in it and that the Library and its use are
|
|
||||||
covered by this License.
|
|
||||||
|
|
||||||
b) Accompany the Combined Work with a copy of the GNU GPL and this license
|
|
||||||
document.
|
|
||||||
|
|
||||||
c) For a Combined Work that displays copyright notices during
|
|
||||||
execution, include the copyright notice for the Library among
|
|
||||||
these notices, as well as a reference directing the user to the
|
|
||||||
copies of the GNU GPL and this license document.
|
|
||||||
|
|
||||||
d) Do one of the following:
|
|
||||||
|
|
||||||
0) Convey the Minimal Corresponding Source under the terms of this
|
|
||||||
License, and the Corresponding Application Code in a form
|
|
||||||
suitable for, and under terms that permit, the user to
|
|
||||||
recombine or relink the Application with a modified version of
|
|
||||||
the Linked Version to produce a modified Combined Work, in the
|
|
||||||
manner specified by section 6 of the GNU GPL for conveying
|
|
||||||
Corresponding Source.
|
|
||||||
|
|
||||||
1) Use a suitable shared library mechanism for linking with the
|
|
||||||
Library. A suitable mechanism is one that (a) uses at run time
|
|
||||||
a copy of the Library already present on the user's computer
|
|
||||||
system, and (b) will operate properly with a modified version
|
|
||||||
of the Library that is interface-compatible with the Linked
|
|
||||||
Version.
|
|
||||||
|
|
||||||
e) Provide Installation Information, but only if you would otherwise
|
|
||||||
be required to provide such information under section 6 of the
|
|
||||||
GNU GPL, and only to the extent that such information is
|
|
||||||
necessary to install and execute a modified version of the
|
|
||||||
Combined Work produced by recombining or relinking the
|
|
||||||
Application with a modified version of the Linked Version. (If
|
|
||||||
you use option 4d0, the Installation Information must accompany
|
|
||||||
the Minimal Corresponding Source and Corresponding Application
|
|
||||||
Code. If you use option 4d1, you must provide the Installation
|
|
||||||
Information in the manner specified by section 6 of the GNU GPL
|
|
||||||
for conveying Corresponding Source.)
|
|
||||||
|
|
||||||
5. Combined Libraries.
|
|
||||||
|
|
||||||
You may place library facilities that are a work based on the
|
|
||||||
Library side by side in a single library together with other library
|
|
||||||
facilities that are not Applications and are not covered by this
|
|
||||||
License, and convey such a combined library under terms of your
|
|
||||||
choice, if you do both of the following:
|
|
||||||
|
|
||||||
a) Accompany the combined library with a copy of the same work based
|
|
||||||
on the Library, uncombined with any other library facilities,
|
|
||||||
conveyed under the terms of this License.
|
|
||||||
|
|
||||||
b) Give prominent notice with the combined library that part of it
|
|
||||||
is a work based on the Library, and explaining where to find the
|
|
||||||
accompanying uncombined form of the same work.
|
|
||||||
|
|
||||||
6. Revised Versions of the GNU Lesser General Public License.
|
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions
|
|
||||||
of the GNU Lesser General Public License from time to time. Such new
|
|
||||||
versions will be similar in spirit to the present version, but may
|
|
||||||
differ in detail to address new problems or concerns.
|
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
|
||||||
Library as you received it specifies that a certain numbered version
|
|
||||||
of the GNU Lesser General Public License "or any later version"
|
|
||||||
applies to it, you have the option of following the terms and
|
|
||||||
conditions either of that published version or of any later version
|
|
||||||
published by the Free Software Foundation. If the Library as you
|
|
||||||
received it does not specify a version number of the GNU Lesser
|
|
||||||
General Public License, you may choose any version of the GNU Lesser
|
|
||||||
General Public License ever published by the Free Software Foundation.
|
|
||||||
|
|
||||||
If the Library as you received it specifies that a proxy can decide
|
|
||||||
whether future versions of the GNU Lesser General Public License shall
|
|
||||||
apply, that proxy's public statement of acceptance of any version is
|
|
||||||
permanent authorization for you to choose that version for the
|
|
||||||
Library.
|
|
@ -1,2 +0,0 @@
|
|||||||
# DesktopInstaller
|
|
||||||
Desktop Installer of QuasaApp projects
|
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 37 KiB |
@ -17,11 +17,4 @@
|
|||||||
<Banner>banner.png</Banner>
|
<Banner>banner.png</Banner>
|
||||||
<Logo>logo.png</Logo>
|
<Logo>logo.png</Logo>
|
||||||
|
|
||||||
<RemoteRepositories>
|
|
||||||
<Repository>
|
|
||||||
<Url>http://quasarapp.ddns.net:3030/HanoiTowers/Linux</Url>
|
|
||||||
<Enabled>1</Enabled>
|
|
||||||
<DisplayName>QuasarApp</DisplayName>
|
|
||||||
</Repository>
|
|
||||||
</RemoteRepositories>
|
|
||||||
</Installer>
|
</Installer>
|
@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Installer>
|
|
||||||
<WizardDefaultWidth>640px</WizardDefaultWidth>
|
|
||||||
<WizardDefaultHeight>400px</WizardDefaultHeight>
|
|
||||||
<Name>HanoiTowers</Name>
|
|
||||||
<Version>1.2.3.1</Version>
|
|
||||||
<Title>HanoiTowers</Title>
|
|
||||||
<Publisher>QuasarApp</Publisher>
|
|
||||||
<StartMenuDir>QuasarApp</StartMenuDir>
|
|
||||||
<TargetDir>@HomeDir@/HanoiTowers</TargetDir>
|
|
||||||
<InstallActionColumnVisible>true</InstallActionColumnVisible>
|
|
||||||
<RemoveTargetDir>true</RemoveTargetDir>
|
|
||||||
<ControlScript>controlScript.js</ControlScript>
|
|
||||||
<MaintenanceToolName>HanoiTowersTool</MaintenanceToolName>
|
|
||||||
<WizardStyle>Classic</WizardStyle>
|
|
||||||
<StyleSheet>style.css</StyleSheet>
|
|
||||||
<Banner>banner.png</Banner>
|
|
||||||
<Logo>logo.png</Logo>
|
|
||||||
|
|
||||||
<RemoteRepositories>
|
|
||||||
<Repository>
|
|
||||||
<Url>http://quasarapp.ddns.net:3030/HanoiTowers/Windows</Url>
|
|
||||||
<Enabled>1</Enabled>
|
|
||||||
<DisplayName>QuasarApp</DisplayName>
|
|
||||||
</Repository>
|
|
||||||
</RemoteRepositories>
|
|
||||||
</Installer>
|
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 18 KiB |
@ -1,6 +1,6 @@
|
|||||||
.QWidget {
|
.QWidget {
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
min-width: 640px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.QLabel {
|
.QLabel {
|
||||||
|
Before Width: | Height: | Size: 22 KiB |
@ -1,74 +0,0 @@
|
|||||||
// Constructor
|
|
||||||
function Component()
|
|
||||||
{
|
|
||||||
|
|
||||||
generateTr();
|
|
||||||
}
|
|
||||||
|
|
||||||
Component.prototype.createOperations = function()
|
|
||||||
{
|
|
||||||
// call default implementation to actually install README.txt!
|
|
||||||
component.createOperations();
|
|
||||||
|
|
||||||
if (!component.isUninstalled()) {
|
|
||||||
console.log("remove icons!!!");
|
|
||||||
|
|
||||||
if (systemInfo.kernelType === "winnt") {
|
|
||||||
console.log("create icons!!! on Windows");
|
|
||||||
component.addOperation("Delete",
|
|
||||||
"@DesktopDir@/@Name@.lnk");
|
|
||||||
}
|
|
||||||
|
|
||||||
console.log("remove icons!!!");
|
|
||||||
|
|
||||||
if (systemInfo.kernelType === "linux") {
|
|
||||||
|
|
||||||
console.log("create icons!!! on LINUX");
|
|
||||||
component.addOperation("Delete",
|
|
||||||
"@HomeDir@/.local/share/applications/@Name@.desktop");
|
|
||||||
component.addOperation("Delete",
|
|
||||||
"@HomeDir@/Desktop/@Name@.desktop");
|
|
||||||
|
|
||||||
console.log("remove icons!!! on LINUX done");
|
|
||||||
}
|
|
||||||
|
|
||||||
} else {
|
|
||||||
console.log("create icons!!!");
|
|
||||||
|
|
||||||
if (systemInfo.kernelType === "winnt") {
|
|
||||||
|
|
||||||
console.log("create icons!!! on Windows");
|
|
||||||
component.addOperation("CreateShortcut",
|
|
||||||
"@TargetDir@/@Name@.exe",
|
|
||||||
"@DesktopDir@/@Name@.lnk");
|
|
||||||
}
|
|
||||||
|
|
||||||
console.log("create icons!!!");
|
|
||||||
|
|
||||||
if (systemInfo.kernelType === "linux") {
|
|
||||||
console.log("create icons!!! on LINUX");
|
|
||||||
component.addOperation("CreateDesktopEntry",
|
|
||||||
"@HomeDir@/.local/share/applications/@Name@.desktop",
|
|
||||||
"Version=@Version@\n
|
|
||||||
Type=Application\n
|
|
||||||
Terminal=false\n
|
|
||||||
Exec=@TargetDir@/AppRun.sh\n
|
|
||||||
Name=@Name@\n
|
|
||||||
Icon=@TargetDir@/icons/icon.png\n
|
|
||||||
Name[en_US]=@Name@");
|
|
||||||
|
|
||||||
console.log("create icons!!! on LINUX done");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function generateTr() {
|
|
||||||
component.setValue("DisplayName", qsTr("HanoiTowers"));
|
|
||||||
component.setValue("Description", qsTr("Install HanoiTowers"));
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function isNoEmpty(dir){
|
|
||||||
var libsArray = installer.findPath("*", [dir]);
|
|
||||||
return Boolean(libsArray.length);
|
|
||||||
}
|
|
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<Package>
|
|
||||||
<DisplayName>from script</DisplayName>
|
|
||||||
<Description>from script</Description>
|
|
||||||
<Version>1.5.3.1</Version>
|
|
||||||
<Default>true</Default>
|
|
||||||
<Script>installscript.js</Script>
|
|
||||||
<ReleaseDate>2018-08-25</ReleaseDate>
|
|
||||||
<SortingPriority>200</SortingPriority>
|
|
||||||
<ForcedInstallation>true</ForcedInstallation>
|
|
||||||
<Translations>
|
|
||||||
<Translation>ru.qm</Translation>
|
|
||||||
</Translations>
|
|
||||||
</Package>
|
|
@ -1,49 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
|
||||||
<TS version="2.1" language="ru_RU">
|
|
||||||
<context>
|
|
||||||
<name>TargetWidget</name>
|
|
||||||
<message>
|
|
||||||
<source>Install dir</source>
|
|
||||||
<translation type="vanished">Папка установки</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>Select the Installation directory</source>
|
|
||||||
<translation type="vanished">Выберите директорию установки</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
<context>
|
|
||||||
<name>installscript</name>
|
|
||||||
<message>
|
|
||||||
<source>Virtus Rlo Images</source>
|
|
||||||
<translation type="vanished">Изображения Virtus ИВС</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>This package contains images for the sidebar of the rolo mode</source>
|
|
||||||
<translation type="vanished">Этот пакет содержит изображения для боковой панели режима ИВС</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>Choose your target directory.</source>
|
|
||||||
<translation type="vanished">Выберите целевой каталог.</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>Attention! This directory is already taken, to continue the installation, select another directory!</source>
|
|
||||||
<translation type="vanished">Внимание! Этот каталог уже создан, чтобы продолжить установку выберите другой каталог!</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<source>App</source>
|
|
||||||
<translation type="vanished">Основные компоненнты</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="installscript.js" line="66"/>
|
|
||||||
<source>HanoiTowers</source>
|
|
||||||
<translation>Ханойские башни</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="installscript.js" line="67"/>
|
|
||||||
<source>Install HanoiTowers</source>
|
|
||||||
<oldsource>Install SoundBand</oldsource>
|
|
||||||
<translation>установка основного компонента</translation>
|
|
||||||
</message>
|
|
||||||
</context>
|
|
||||||
</TS>
|
|