Skip to content

Commit

Permalink
Merge pull request #85 from introlab/dev
Browse files Browse the repository at this point in the history
Main merge for 1.1.3 release
  • Loading branch information
SBriere authored Mar 9, 2023
2 parents c3110ea + 787fda4 commit adf0016
Show file tree
Hide file tree
Showing 101 changed files with 10,030 additions and 5,084 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_policy(SET CMP0043 NEW)
# Software version
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(CPACK_PACKAGE_VERSION_PATCH "3")
SET(CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
add_definitions(-DOPENTERAPLUS_VERSION="${CPACK_PACKAGE_VERSION}" )
add_definitions(-DOPENTERAPLUS_VERSION_MAJOR="${CPACK_PACKAGE_VERSION_MAJOR}" )
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ OpenTeraPlus is a client that works with [OpenTera Server](https://github.com/in

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

## Publication(s)

Expand Down
14 changes: 14 additions & 0 deletions client/resources/TeraClient.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,19 @@
<file>translations/openteraplus_fr.qm</file>
<file>icons/test_type.png</file>
<file>icons/qr.png</file>
<file>icons/log_icon.png</file>
<file>icons/logs/certificate.png</file>
<file>icons/logs/password.png</file>
<file>icons/logs/token.png</file>
<file>icons/question.png</file>
<file>icons/logs/browser_chrome.png</file>
<file>icons/logs/browser_firefox.png</file>
<file>icons/logs/browser_safari.png</file>
<file>icons/logs/os_android.png</file>
<file>icons/logs/os_ios.png</file>
<file>icons/logs/os_linux.png</file>
<file>icons/logs/os_mac.png</file>
<file>icons/logs/os_windows.png</file>
<file>icons/pause.png</file>
</qresource>
</RCC>
3 changes: 3 additions & 0 deletions client/resources/icons.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<a href="https://www.flaticon.com/free-icons/logos" title="logos icons">Logos icons created by Pixel perfect - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/logotype" title="logotype icons">Logotype icons created by Freepik - Flaticon</a>
<a href="https://www.flaticon.com/free-icons/chrome" title="chrome icons">Chrome icons created by Pixel perfect - Flaticon</a>
Binary file added client/resources/icons/log_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/browser_chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/browser_firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/browser_safari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/certificate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/os_android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/os_ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/os_linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/os_mac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/os_windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/logs/token.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/pause.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/resources/icons/question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 32 additions & 8 deletions client/resources/stylesheet.qss
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ QGroupBox {
border-color: gray;
margin-top: 27px;
font-size: 12px;
font-weight: bold;
font-weight: bold;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
Expand All @@ -131,9 +131,11 @@ QGroupBox::title {
subcontrol-position: top left;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
padding: 5px 150px;
padding: 5px; /* 150px;*/
background-color: #FF17365D;
color: rgb(255, 255, 255);
text-align: center;
min-width: 250px;
}

/*
Expand All @@ -145,10 +147,17 @@ QToolBox{
}

QToolBox::tab {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0,5,45,50%), stop: 0.2 rgba(0,64,128,50%), stop:1 rgba(0,5,45,50%));
/*background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0,5,45,50%), stop: 0.2 rgba(0,64,128,50%), stop:1 rgba(0,5,45,50%));
border-radius: 5px;
color: darkgray;
color: darkgray;*/
border-top-left-radius: 15px;
border-top-right-radius: 15px;
padding: 5px;
background-color: #FF17365D;
color: rgb(255, 255, 255);
height: 40px;
font-size: 12px;
text-align: center;
}

QToolBox::tab:selected {
Expand All @@ -157,10 +166,20 @@ QToolBox::tab:selected {
}

QToolBox::tab:!selected {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0,64,128,50%), stop: 0.2 rgba(0,5,45,50%), stop:1 rgba(0,64,128,50%));
/*background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0,64,128,50%), stop: 0.2 rgba(0,5,45,50%), stop:1 rgba(0,64,128,50%));*/
background-color: rgba(0,64,128,50%);
color: white;
}

/*QToolBox::tab:only-one {
background-color: transparent;
color: transparent;
height: 0px;
icon-size: 0px;
margin: 0px;
padding: 0px;
}*/

/*
QDialog.
*/
Expand All @@ -183,7 +202,7 @@ QLabel {
*/
QTreeWidget, QTableWidget{
selection-background-color: rgba(255,255,255,50%);/*rgba(0,5,45,50%)*/;
selection-color: lightblue;
selection-color: black/*lightblue*/;
}

QTreeWidget#treeNavigator {
Expand Down Expand Up @@ -617,13 +636,13 @@ QToolButton#btnVideo:!checked, QToolButton#btnLog:!checked, QToolButton#btnFilte
border-radius: 5px;
}

QToolButton#btnLog:!checked, QToolButton#btnInSessionInfos:!checked{
QToolButton#btnLog:!checked, QToolButton#btnInSessionInfos:!checked, QToolButton#btnPause:!checked{
color:white;
background-color: transparent;
border: 0px;
}

QToolButton#btnVideo:checked, QToolButton#btnLog:checked, QToolButton#btnInSessionInfos:checked, QToolButton#btnSearch:checked, QToolButton#btnFilterActive:checked{
QToolButton#btnVideo:checked, QToolButton#btnLog:checked, QToolButton#btnInSessionInfos:checked, QToolButton#btnSearch:checked, QToolButton#btnFilterActive:checked, QToolButton#btnPause:checked{
color:black;
background-color: gray;
/*border: 2px solid white;*/
Expand Down Expand Up @@ -796,3 +815,8 @@ QTreeWidget#treeAssets {
selection-color: lightblue;
}

/* Customizations for InSessionWidget */
QPushButton#btnDefaultPath, QPushButton#btnBrowseSavePath{
max-width: 80px;
min-width: 80px;
}
Loading

0 comments on commit adf0016

Please sign in to comment.