Commit Graph

138 Commits

Author SHA1 Message Date
Arthur Golubtsov
376aaad5dd Server: modify set id request to message 2019-10-17 14:08:33 +03:00
Artem30801
7a2dda139a Update table data models for selfcheck 2019-10-17 14:05:43 +03:00
Artem30801
2affda5635 Merge branch 'feature-branch' of https://github.com/CopterExpress/clever-show into feature-branch 2019-10-16 19:34:06 +03:00
Artem30801
327f7547a3 Preview of selfchecheck results on double click 2019-10-16 19:33:02 +03:00
Arthur Golubtsov
80809bf2cc Merge master branch 2019-10-16 17:37:26 +03:00
Arthur Golubtsov
5745daaf67 Server: Add send calibration files menu function 2019-10-16 17:10:05 +03:00
Artem30801
c5bf5465bb Probably fixes behaviour of non-immidiate data sending from server 2019-10-16 17:07:48 +03:00
Arthur Golubtsov
49fb6c1153 Server: Check if self.clients list is not empty when trying to pop element from it 2019-10-16 15:28:53 +03:00
Artem30801
9cbd7e1b15 Renaming copters from QT server table on the go + some improvements 2019-10-13 12:02:31 +03:00
Artem30801
3860ec85ae Option for automatically remove disconnected copters from table 2019-10-12 13:20:36 +03:00
Artem30801
09992bd751 Added client removing functionality 2019-10-11 22:43:34 +03:00
Artem30801
edfe808bd5 Added indication of connected/disconnected copters 2019-10-10 18:12:32 +03:00
Artem30801
b26238461a Changed and optimized a lot checks behaviour 2019-10-10 17:56:22 +03:00
Artem30801
d74377d31d Logging impr 2019-10-10 16:19:02 +03:00
Artem30801
d6f1379095 Fixed 'confirmation_required' wrapper 2019-10-10 16:15:37 +03:00
Artem30801
a1f9174a4c .client_connected > .new_client_connected 2019-10-10 16:07:11 +03:00
Arthur Golubtsov
01287a766e Server: Update interface 2019-10-09 18:43:30 +03:00
Arthur Golubtsov
19b4d73da3 Server: correct send start_time logic 2019-10-08 19:55:14 +03:00
Arthur Golubtsov
d81f521b75 Server: fix play_music_at_time logic 2019-10-08 18:58:41 +03:00
Arthur Golubtsov
ca4b4aa1bf Connection rewrite: update client and server connection logic (#49) 2019-10-07 20:05:39 +03:00
Arthur Golubtsov
5f0c78f725 Server: Add set_z_offset_to_ground and reset_z_offset commands 2019-10-01 02:34:07 +03:00
Arthur Golubtsov
018f4f891f Server: Fix play music checkbox checking 2019-10-01 02:19:27 +03:00
Arthur Golubtsov
f8c8c0213d Server: update chrony config 2019-09-25 16:28:30 +03:00
Arthur Golubtsov
e191db3cbe Server: Add ability to play music 2019-09-25 16:25:59 +03:00
Arthur Golubtsov
df4d7801ec Fix conditions in col_checks 2019-09-25 16:25:20 +03:00
Arthur Golubtsov
424f1cbec2 Add moving and resetting start animation position 2019-09-19 17:13:37 +03:00
Arthur Golubtsov
130ca7845f Server: Add current position request check 2019-09-19 16:03:25 +03:00
Arthur Golubtsov
da5cc5becc Server UI: Add Select All menu button and shortcut, set row size to fit headers names on start 2019-09-19 15:03:40 +03:00
Arthur Golubtsov
56fb329309 Change size adjust policy of tableView to adjust to contents, add Select All menu item 2019-09-19 15:02:13 +03:00
Arthur Golubtsov
a408b298e3 Server: Add developer menu options 2019-09-13 19:12:00 +03:00
Arthur Golubtsov
263d4081ab Server: Add calibration functions, improve buttons state behavior 2019-09-12 07:49:28 +03:00
Arthur Golubtsov
fbadc64e30 Server: Small update of user interface 2019-09-12 07:49:28 +03:00
Arthur Golubtsov
d3a8d11777 Server: Update user interface 2019-09-12 05:04:15 +03:00
Arthur Golubtsov
d32e1480e1 Server: Add get system and calibration status functions support 2019-09-12 02:39:02 +03:00
Artem30801
eceb5a7f71 Minor config changes (added ability to turn off broadcast) 2019-07-26 12:36:33 +03:00
Arthur Golubtsov
c03d0d61bd Server: add chrony example configuration file 2019-07-22 02:31:22 +03:00
Arthur Golubtsov
07d47bbfc2 Change checks type for takeoff and flip actions 2019-07-18 16:20:05 +03:00
Arthur Golubtsov
7c34cfcde5 Server: Repaired bugs with takeoff ready check, confirmation_required decorators, resume time sending 2019-07-05 18:36:48 +03:00
Arthur Golubtsov
f724e9e830 Server: Add separate check for takeoff button 2019-07-05 15:41:06 +03:00
Arthur Golubtsov
bfe705f10d Update table model and signal emitting condition 2019-07-05 14:23:36 +03:00
Artem30801
ed02db6dbf Fix for python <3.6 2019-06-25 19:23:55 +03:00
Artem30801
cd9baa6a09 Fixed sel unregister issue 2019-06-25 18:46:04 +03:00
Artem30801
d7e8e29f80 Display fix 2019-06-25 18:35:39 +03:00
Artem30801
0bbabb6363 Server now can send resume time stamp for sync, closes #33 2019-06-18 13:32:13 +03:00
Artem30801
2c08053c4c This commit group closing #28 and closing #27
Resolved all model integration issues, improved qt syntax and code organization
2019-06-16 22:50:01 +03:00
Artem30801
adb2adedad Merge remote-tracking branch 'origin/master' 2019-06-16 19:42:09 +03:00
Artem30801
a9b9694add Disabling and enabling some buttons based on selected copters 2019-06-16 19:06:51 +03:00
Artem30801
0fa7d1a4b7 New! Realization of table model for storing all copter data. Auto refresh, sorting, data checks and coloring based on checks, thread-safety 2019-06-16 16:57:42 +03:00
Arthur Golubtsov
9790d2b164 Server: Repair bug in emegrency land function 2019-06-15 13:29:37 +03:00
Arthur Golubtsov
82a0cf0bd2 Emergency dialog: Add led off command when user closes dialog 2019-06-14 18:57:58 +03:00