Nils Fenner
|
54547af7cf
|
warn when trying to start audio thread twice
|
2015-10-20 03:42:02 +02:00 |
|
Nils Fenner
|
a675725a5e
|
change wording in docs
|
2015-10-20 03:41:18 +02:00 |
|
Nils Fenner
|
2bc3798aa0
|
remove dead & unfinished code
|
2015-10-19 21:59:47 +02:00 |
|
Nils Fenner
|
c8e003decb
|
further cleanup
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
8530acf079
|
fix asserts when (un-)subscribing input
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
59ca97e9b6
|
move docs to cpp
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
1c205b7c16
|
the big code cleanup
* Get rid of static vars and methods and move mutexes to right places.
* Use static wrappers for the moment to retain compatibility.
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
2a2cba3cf2
|
remove outcommented code
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
932d9b7c9b
|
Audio: Fix device open only when needed
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
dc2c6532a5
|
Audio: Fix unclosed audio when hanging up
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
bbbd450b6a
|
Audio: Only open mic when requested
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
868381fe3f
|
Audio: Don't need this?
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
61eb302ff7
|
Audio: Fix crash when no devices available
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
a311b96376
|
Audio: Open output only when necessary
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
a2a32b61c4
|
Audio: persistent volume sliders, mic feedback and volume
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
1fc703c281
|
fix warnings
|
2015-10-18 22:20:16 +02:00 |
|
agilob
|
7117083e86
|
Merge remote-tracking branch 'origin/new_video_view'
|
2015-10-18 20:55:01 +01:00 |
|
Zetok Zalbavar
|
d60cfe07b6
|
Remove an empty line and unneeded slash
|
2015-10-18 17:04:49 +01:00 |
|
agilob
|
cde9721600
|
qunused on event
|
2015-10-18 10:18:13 +01:00 |
|
agilob
|
ec3ccc7ca3
|
remove qdebug from audio.cpp:270
|
2015-10-18 10:18:13 +01:00 |
|
agilob
|
d2e09ead7a
|
one more line to remove
|
2015-10-18 10:18:13 +01:00 |
|
agilob
|
d875221e53
|
remove unused code, removed unused checks
|
2015-10-18 10:18:06 +01:00 |
|
agilob
|
7b90ed1abb
|
Merge remote-tracking branch 'zetok/fix-password-dialog'
|
2015-10-17 18:17:58 +01:00 |
|
Zetok Zalbavar
|
febb1933d9
|
Make text about not long enough password disappear if no password given
fixes #2405
|
2015-10-17 17:54:31 +01:00 |
|
Zetok Zalbavar
|
0cf70c33ae
|
Merge pull request #2386 from agilob:settings_reogranize
reorganize generalsettings:
generalsettings form: removed empty label
generalsetting layout: change indentation method
remove slash
Fix indentation for `Focus window` setting
|
2015-10-17 16:31:29 +01:00 |
|
Matthieu Baerts
|
aaf9b95d97
|
Autorun:xdg: create autostart dir if needed
After a fresh installation of Ubuntu, 'autostart' dir is not available.
Simply create it with QDir::mkpath() (= mkdir -p).
|
2015-10-17 16:00:17 +02:00 |
|
Zetok Zalbavar
|
cedec2ea8d
|
Fix indentation for Focus window setting
|
2015-10-17 09:34:33 +01:00 |
|
Nils Fenner
|
69380d5159
|
Merge pull request #2383 from antis81:ngf/fix/ipc
|
2015-10-16 18:33:30 +02:00 |
|
agilob
|
5ecf9b729b
|
Merge remote-tracking branch 'antis81/ui/login-dialog'
|
2015-10-15 18:28:38 +01:00 |
|
Nils Fenner
|
b32410b962
|
style login screen completely via css
|
2015-10-14 21:11:39 +02:00 |
|
agilob
|
919ba8c6d7
|
remove slash
|
2015-10-14 07:27:57 +01:00 |
|
Zetok Zalbavar
|
41cba4ae52
|
Merge pull request #2390 from antis81:ui/login-dialog
set login dialog style via css stylesheet
closes #2333 #2368 #2367
|
2015-10-14 01:00:55 +01:00 |
|
agilob
|
726ebadaaa
|
Merge remote-tracking branch 'zetok/password-dialog'
|
2015-10-13 20:31:01 +01:00 |
|
agilob
|
e0819d8439
|
generalsetting layout: change indentation method
|
2015-10-13 19:37:29 +01:00 |
|
Nils Fenner
|
06ba8a0f6a
|
set login dialog style via css stylesheet
|
2015-10-13 19:02:28 +02:00 |
|
Nils Fenner
|
a8725729bf
|
readd msleep with lowest possible sleep time
|
2015-10-12 20:28:03 +02:00 |
|
Nils Fenner
|
3f38ba3896
|
initialize IPC on first call
|
2015-10-11 23:09:29 +02:00 |
|
Nils Fenner
|
6644622301
|
fix #2360
The valid result prevents starting a second instance.
|
2015-10-11 23:08:49 +02:00 |
|
Nils Fenner
|
7cf1f564b0
|
remove dead code
|
2015-10-11 23:07:37 +02:00 |
|
agilob
|
7afeb41b1e
|
Merge remote-tracking branch 'antis81/ngf/fix/screen-grabber'
|
2015-10-11 20:27:46 +01:00 |
|
agilob
|
4a4df15662
|
Merge remote-tracking branch 'Impyy/feature-rm-avatar'
|
2015-10-11 20:21:36 +01:00 |
|
agilob
|
cf98376587
|
generalsettings form: removed empty label
|
2015-10-11 18:51:08 +01:00 |
|
agilob
|
15077ec142
|
reorganize generalsettings:
* tab order on widgets
* better spacing
* consistent text
* indentation for similar settings
|
2015-10-11 18:46:35 +01:00 |
|
Nils Fenner
|
5ddfc2eefe
|
cleanup inheritance QThread --> QObject and includes
IPC is actually not running in a thread; And if, QThread should not be inherited.
|
2015-10-11 13:49:22 +02:00 |
|
Nils Fenner
|
42a917fc58
|
remove obsolete QThread::msleep completely
|
2015-10-11 13:47:19 +02:00 |
|
agilob
|
884547cd34
|
Video: fix sgefault when disconnecting from video call
|
2015-10-11 10:46:42 +01:00 |
|
agilob
|
73993e8b5d
|
update video mode on manual change , closes #2046
|
2015-10-11 07:58:36 +01:00 |
|
agilob
|
cffac87cbd
|
nicely close camera when quitting qtox from opened av tab, fixes #2037
|
2015-10-11 07:50:08 +01:00 |
|
agilob
|
7c6ac40d21
|
add debugging messages to camerasource, code reformatting to make it more readable and ogranized better
|
2015-10-11 07:38:44 +01:00 |
|
bitok
|
23a0f748dd
|
Added clear button for search field #2015
|
2015-10-11 01:15:30 +03:00 |
|