Nils Fenner
|
ab41bf92ba
|
don't open audio in/out twice
|
2015-10-20 23:10:14 +02:00 |
|
Zetok Zalbavar
|
c07aee18ad
|
Merge pull request #2346 from PKEv:save_avatar_in_DB
Save avatar in DB
add import avatars
update delete avatar action
correct import avatar for user without history
add multithreaded
make import run once
|
2015-10-20 21:01:20 +01:00 |
|
Nils Fenner
|
b7cf4df13f
|
Get rid of static methods and bugs
|
2015-10-20 03:46:44 +02:00 |
|
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 |
|
Zetok Zalbavar
|
a948a69ca0
|
Merge pull request #2417 from zetok:translation-ru
Update Russian translation
|
2015-10-18 21:18:51 +01:00 |
|
Zetok Zalbavar
|
ae5ca1ae53
|
Merge pull request #2418 from antis81:ngf/login-screen
use native dialog buttons in message boxes
|
2015-10-18 21:07:12 +01:00 |
|
agilob
|
7117083e86
|
Merge remote-tracking branch 'origin/new_video_view'
|
2015-10-18 20:55:01 +01:00 |
|
Nils Fenner
|
ad373d0362
|
use native dialog buttons in message boxes
|
2015-10-18 21:23:26 +02:00 |
|
PKEv
|
e5a5074f91
|
make import run once
and rename function
|
2015-10-18 22:15:49 +03:00 |
|
Alexey Suvorov
|
33e3e5a9bc
|
Update Russian translation
thanks to @alexeysvrv
|
2015-10-18 18:18:12 +01:00 |
|
PKEv
|
20d0eb06f6
|
add multithreaded
|
2015-10-18 20:04:37 +03:00 |
|
Zetok Zalbavar
|
d60cfe07b6
|
Remove an empty line and unneeded slash
|
2015-10-18 17:04:49 +01:00 |
|
PKEv
|
ec5e9c7350
|
correct import avatar for user without history
|
2015-10-18 16:50:00 +03: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 |
|
Zetok Zalbavar
|
60884b6c62
|
Display correct error message when trying to load non-existent profile
fixes #2412
|
2015-10-17 22:12:23 +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 |
|
Dmytro Shynkevych
|
e4ebe8b7a7
|
systemtrayicon: optimized QImage <-> GdkPixbuf conversion
Switched to gdk_pixbuf_new_from_resource() for loading from file
QImages are now stack-allocated, contents copied to GBytes
|
2015-10-17 12:44:33 -03: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 |
|
agilob
|
f9ecab4a5f
|
Merge pull request #3 from zetok/indentation-settings
Merge pull request #3 from zetok/indentation-settings
|
2015-10-17 16:15:11 +01:00 |
|
Zetok Zalbavar
|
4c383a624e
|
Merge pull request #2409 from matttbe:autostart_dir
Autorun:xdg: create autostart dir if needed
fixes #2332
|
2015-10-17 15:28:36 +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 |
|
Zetok Zalbavar
|
f1419ac245
|
Merge pull request #2403 from kehugter:master
Spanish translation update
|
2015-10-16 19:23:24 +01:00 |
|
Nils Fenner
|
69380d5159
|
Merge pull request #2383 from antis81:ngf/fix/ipc
|
2015-10-16 18:33:30 +02:00 |
|
kehugter
|
986473cfd4
|
Spanish translation update
|
2015-10-16 12:25:37 +02:00 |
|
agilob
|
5ecf9b729b
|
Merge remote-tracking branch 'antis81/ui/login-dialog'
|
2015-10-15 18:28:38 +01:00 |
|
PKEv
|
afb3bf35ee
|
update delete avatar action
|
2015-10-14 23:33:16 +03:00 |
|
PKEv
|
0a11ccbeab
|
add import avatars
|
2015-10-14 22:16:59 +03:00 |
|
PKev
|
dd975c38eb
|
Save avatar in DB
Partially addresses an issue #1656
|
2015-10-14 22:16:59 +03:00 |
|
Nils Fenner
|
b32410b962
|
style login screen completely via css
|
2015-10-14 21:11:39 +02:00 |
|
Zetok Zalbavar
|
fbe0eb5206
|
INSTALL.md: Fix fedora dependencies (fix #2399)
|
2015-10-14 14:46:08 +01:00 |
|