Ralf Ramsauer
d1d0d5b160
Fix QT quirk
...
So far, we used QT interfaces in a wrong way. QT is not thread safe, so
use its signal/slot concept and move network communication stuff to a
separate QThread.
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-07-31 15:48:19 +02:00
Ralf Ramsauer
8503a2114f
Mainwindow: Show huge token
...
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-07-17 23:00:08 +02:00
Ralf Ramsauer
474d941918
clientmessage: Refactor token to web_address
...
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-07-17 22:57:54 +02:00
Ralf Ramsauer
5355749c6b
UI: refactor tokenLabel to address_label
...
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-07-17 22:38:01 +02:00
Ralf Ramsauer
99feb14036
Use aplay command for playing sounds
...
This basically reverts 5c8ca78c99
.
Using libao + sndfile was a bad idea...
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
2016-04-24 22:08:21 +02:00
Ralf Ramsauer
ac0c5f3dba
Improved GUI
2015-10-11 19:54:42 +02:00
Ralf Ramsauer
d504b191d5
Small bugfix
2015-10-11 19:38:06 +02:00
Ralf Ramsauer
5c8ca78c99
Cached playback of audio files
...
doorlock_client now caches wave files in memory for faster playback.
LibAO is used for audio playback and libsndfile for wave file header
parsing.
2015-10-11 19:33:19 +02:00
Ralf Ramsauer
bb703cb5b5
Defaulted location of LED pictures
2015-10-07 17:44:45 +02:00
Ralf Ramsauer
6634d1fd71
Playing different sounds on different actions
...
still bloody beta
2015-10-07 17:42:52 +02:00
Ralf Ramsauer
9ac1e22af3
Improved GUI
2015-10-06 00:22:35 +02:00
Ralf Ramsauer
99ddc88c6b
Improved GUI
2015-10-05 23:59:18 +02:00
Ralf Ramsauer
7874dafd3a
Improved GUI
2015-10-02 19:39:47 +02:00
Ralf Ramsauer
cde0521d6f
Added ui file for MainWindow
2015-09-30 15:26:28 +02:00