Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #162

Open
wants to merge 26 commits into
base: dev
Choose a base branch
from
Open

Dev #162

Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e1aea43
Have the gui window resizable using Qt Layouts.
hjr Jun 11, 2019
a4fe679
Address warnings.
rohsh442 Jun 19, 2019
b5070d5
Rearrange the Log tab.
rohsh442 Jun 19, 2019
ece10a2
Ignore all in build/examples/ and build/tmp/ .
rohsh442 Jun 19, 2019
8841ae8
Typo in comment.
rohsh442 Jun 19, 2019
1ac3766
Address more warnings.
rohsh442 Jun 19, 2019
dca7a4e
Address warnings.
rohsh442 Jun 21, 2019
5d47ee8
Disentangle mutex use on atomics, start train thread with cond variable.
rohsh442 Jun 21, 2019
12b2704
Use current C++ standard name, fix win32 settings.
rohsh442 Jun 26, 2019
643702f
Use one flage to switch between pre-built and build from source GRT lib.
rohsh442 Jun 26, 2019
c4800cf
Fix double mutex request in core thread.
rohsh442 Jun 26, 2019
1a13bbf
Inline getter methods.
rohsh442 Jun 26, 2019
b220869
Fine tuning layout.
rohsh442 Jun 26, 2019
c916059
Have only one "Record" button.
rohsh442 Jun 26, 2019
8ef40d0
Only one data set name and info for all modes.
rohsh442 Jun 26, 2019
d5249b4
Fix lock up on shut down training thread.
rohsh442 Jun 27, 2019
62112a4
Fix data set name for time series and reconnect info label signal.
rohsh442 Jun 27, 2019
f42e8d7
Reduce to one number of training samples widget, set the static widge…
rohsh442 Jun 27, 2019
36ea3a6
Fix gui help text for frame timing.
rohsh442 Jun 27, 2019
2ccd110
Extend the output widgets.
rohsh442 Jun 27, 2019
6ed948b
Fix grt source build with qmake.
rohsh442 Jun 28, 2019
45b00c6
Close graph windows on app quit.
rohsh442 Jun 28, 2019
e0f8e3e
Ignore test build binaries.
rohsh442 Jun 28, 2019
a1dc592
Class label editable.
rohsh442 Jul 1, 2019
f703c28
Re-add GRT headers to the qt gui project.
rohsh442 Jul 1, 2019
0dc4bdd
Add a cluster mode image.
rohsh442 Jul 2, 2019
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
Prev Previous commit
Next Next commit
Fix gui help text for frame timing.
rohsh442 committed Aug 6, 2019
commit 36ea3a6a30789ab1f1355c17a9d37808648a1239
10 changes: 5 additions & 5 deletions gui/GRT/mainwindow.ui
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>2</number>
<number>7</number>
</property>
<widget class="QWidget" name="tab_11">
<attribute name="title">
@@ -5325,7 +5325,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_188">
<property name="text">
<string>Core Update Rate:</string>
<string>Core Update Frame Time:</string>
</property>
</widget>
</item>
@@ -5389,7 +5389,7 @@
<bool>true</bool>
</property>
<property name="plainText">
<string>Sets the time in seconds at which the GRT core processes incoming data. An update rate of 0.1, for example, would set the main core thread to loop at 100Hz (100 times per second).</string>
<string>Sets the time in seconds at which the GRT core processes incoming data. An update rate of 0.01, for example, would set the main core thread to loop at 100Hz (100 times per second).</string>
</property>
</widget>
</item>
@@ -5402,7 +5402,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_187">
<property name="text">
<string>Maximum Graph Refresh Rate:</string>
<string>Maximum Graph Refresh Frame Time:</string>
</property>
</widget>
</item>
@@ -5466,7 +5466,7 @@
<bool>true</bool>
</property>
<property name="plainText">
<string>Sets the time in seconds at which the GRT graphs will refresh. Limiting the refresh rate helps to reduce the CPU load on your machine. A maximum refresh rate of 0.1, for example, would stop the GRT graphs from refreshing more than 100 times per second.</string>
<string>Sets the time in seconds at which the GRT graphs will refresh. Limiting the refresh rate helps to reduce the CPU load on your machine. A maximum refresh rate of 0.01, for example, would stop the GRT graphs from refreshing more than 100 times per second.</string>
</property>
</widget>
</item>