Skip to content

Commit adf0016

Browse files
authored
Merge pull request #85 from introlab/dev
Main merge for 1.1.3 release
2 parents c3110ea + 787fda4 commit adf0016

File tree

101 files changed

+10030
-5084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+10030
-5084
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cmake_policy(SET CMP0043 NEW)
1717
# Software version
1818
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
1919
SET(CPACK_PACKAGE_VERSION_MINOR "1")
20-
SET(CPACK_PACKAGE_VERSION_PATCH "2")
20+
SET(CPACK_PACKAGE_VERSION_PATCH "3")
2121
SET(CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
2222
add_definitions(-DOPENTERAPLUS_VERSION="${CPACK_PACKAGE_VERSION}" )
2323
add_definitions(-DOPENTERAPLUS_VERSION_MAJOR="${CPACK_PACKAGE_VERSION_MAJOR}" )

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ OpenTeraPlus is a client that works with [OpenTera Server](https://github.com/in
77

88
* Simon Brière, ing. M.Sc.A., Research Center on Aging, CIUSSS de l'Estrie-CHUS (@sbriere)
99
* Dominic Létourneau, ing. M.Sc.A., IntRoLab, Université de Sherbrooke (@doumdi)
10+
* François Michaud, ing. Ph.D., IntRoLab, Université de Sherbrooke
11+
* Michel Tousignant, pht, Ph.D., CDRV, Université de Sherbrooke
1012

1113
## Publication(s)
1214

client/resources/TeraClient.qrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,19 @@
134134
<file>translations/openteraplus_fr.qm</file>
135135
<file>icons/test_type.png</file>
136136
<file>icons/qr.png</file>
137+
<file>icons/log_icon.png</file>
138+
<file>icons/logs/certificate.png</file>
139+
<file>icons/logs/password.png</file>
140+
<file>icons/logs/token.png</file>
141+
<file>icons/question.png</file>
142+
<file>icons/logs/browser_chrome.png</file>
143+
<file>icons/logs/browser_firefox.png</file>
144+
<file>icons/logs/browser_safari.png</file>
145+
<file>icons/logs/os_android.png</file>
146+
<file>icons/logs/os_ios.png</file>
147+
<file>icons/logs/os_linux.png</file>
148+
<file>icons/logs/os_mac.png</file>
149+
<file>icons/logs/os_windows.png</file>
150+
<file>icons/pause.png</file>
137151
</qresource>
138152
</RCC>

client/resources/icons.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<a href="https://www.flaticon.com/free-icons/logos" title="logos icons">Logos icons created by Pixel perfect - Flaticon</a>
2+
<a href="https://www.flaticon.com/free-icons/logotype" title="logotype icons">Logotype icons created by Freepik - Flaticon</a>
3+
<a href="https://www.flaticon.com/free-icons/chrome" title="chrome icons">Chrome icons created by Pixel perfect - Flaticon</a>
46.6 KB
Loading
20.3 KB
Loading
118 KB
Loading
57.3 KB
Loading
30.7 KB
Loading
5.92 KB
Loading

0 commit comments

Comments
 (0)