Skip to content

Commit ee9f68d

Browse files
authored
Merge pull request #57 from introlab/dev
Merge for 1.0.4 release
2 parents 977450b + 8bda49e commit ee9f68d

File tree

140 files changed

+2238
-2171
lines changed

Some content is hidden

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

140 files changed

+2238
-2171
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cmake_policy(SET CMP0043 NEW)
1313
# Software version
1414
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
1515
SET(CPACK_PACKAGE_VERSION_MINOR "0")
16-
SET(CPACK_PACKAGE_VERSION_PATCH "3")
16+
SET(CPACK_PACKAGE_VERSION_PATCH "4")
1717
SET(CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
1818
add_definitions(-DOPENTERAPLUS_VERSION="${CPACK_PACKAGE_VERSION}" )
1919
add_definitions(-DOPENTERAPLUS_VERSION_MAJOR="${CPACK_PACKAGE_VERSION_MAJOR}" )

client/resources/TeraClient.qrc

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<file>controls/branch_left.png</file>
1515
<file>controls/branch_opened.png</file>
1616
<file>controls/branch_up.png</file>
17-
<file>icons/connect.png</file>
1817
<file>icons/copy.png</file>
1918
<file>icons/data.png</file>
2019
<file>icons/data_sensor.png</file>
@@ -31,27 +30,14 @@
3130
<file>icons/new.png</file>
3231
<file>icons/options.png</file>
3332
<file>icons/patient.png</file>
34-
<file>icons/patient_add.png</file>
35-
<file>icons/patient_filter_red.png</file>
3633
<file>icons/patient_installed.png</file>
37-
<file>icons/patient_installed_v1.png</file>
38-
<file>icons/patient_installed_warning.png</file>
39-
<file>icons/patient_offline.png</file>
40-
<file>icons/patient_offline_v2.png</file>
4134
<file>icons/patient_online.png</file>
4235
<file>icons/patient_online_busy.png</file>
43-
<file>icons/patient_online_busy_warning.png</file>
44-
<file>icons/patient_online_v1.png</file>
45-
<file>icons/patient_online_warning.png</file>
46-
<file>icons/photo.png</file>
47-
<file>icons/photo_add.png</file>
4836
<file>icons/refresh.png</file>
4937
<file>icons/save.png</file>
5038
<file>icons/search.png</file>
5139
<file>icons/sensors.png</file>
5240
<file>icons/session.png</file>
53-
<file>icons/session_add.png</file>
54-
<file>icons/session_disconnect.png</file>
5541
<file>icons/session_offline.png</file>
5642
<file>icons/session_offline_warning.png</file>
5743
<file>icons/session_online.png</file>
@@ -67,8 +53,6 @@
6753
<file>icons/unlock.png</file>
6854
<file>icons/user_info.png</file>
6955
<file>icons/usergroup.png</file>
70-
<file>icons/video.png</file>
71-
<file>icons/video_add.png</file>
7256
<file>icons/warning.png</file>
7357
<file>TeRA_Background.png</file>
7458
<file>icons/error.png</file>
@@ -77,11 +61,9 @@
7761
<file>icons/device.png</file>
7862
<file>icons/project.png</file>
7963
<file>icons/device_installed.png</file>
80-
<file>icons/device_offline.png</file>
8164
<file>icons/device_online.png</file>
8265
<file>stylesheet.qss</file>
8366
<file>icons/info.png</file>
84-
<file>icons/camera.png</file>
8567
<file>icons/navtree.png</file>
8668
<file>icons/history.png</file>
8769
<file>icons/config.png</file>
@@ -103,7 +85,6 @@
10385
<file>icons/service.png</file>
10486
<file>icons/stop.png</file>
10587
<file>status/session_loading.gif</file>
106-
<file>icons/software_user_offline.png</file>
10788
<file>icons/software_user_online.png</file>
10889
<file>controls/radio-off.png</file>
10990
<file>controls/radio-on.png</file>

client/resources/icons/busy.png

10.3 KB

client/resources/icons/camera.png

-64 KB
Binary file not shown.

client/resources/icons/config.png

446 Bytes

client/resources/icons/connect.png

-8.31 KB
Binary file not shown.

client/resources/icons/copy.png

0 Bytes
769 Bytes

client/resources/icons/data.png

793 Bytes
0 Bytes

0 commit comments

Comments
 (0)