Tux3 / Mlkj / !Lev.uXFMLA
5751e8e4a1
Update install target
2014-08-31 01:55:45 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
95dedc3759
Link libsodium
...
So we don't have to package it separately
2014-08-31 00:33:11 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
46fd073ba8
Link toxcore and toxav statically
...
So we don't have to package them separately, since there are no official Tox debian packages on the main archive
2014-08-31 00:20:38 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
53c07fc4a7
Improve DHT bootsraping reliability
...
Don't try to spam boostrap nodes, if we've tried enough nodes and none of them worked, chances are our connection is just a little slow, so wait some more before trying even more nodes or we might never see the end of it. May help with #221
2014-08-30 22:13:27 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f97729261a
Clean & remove old code and dependencies
...
We don't use QtMultimedia and OpenCV_imgproc anymore
Fixes #218
2014-08-30 15:15:23 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
35731e1f53
Use a global AL context, not per-call
2014-08-30 14:40:41 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
5b617dd4fb
Always unmute mic when a call ends
...
Since the mute mic button will be disabled
2014-08-29 19:28:22 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
3fc9cc0d83
Fix #219 , handle av media changes
...
Can now start or stop video on demand of the peer
2014-08-29 19:20:34 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
bd1ca80ffd
Fix #213
2014-08-29 18:16:16 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
84d6c1063e
Update Mac build config
2014-08-29 15:39:30 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
ccdb3b57fd
Remove all Qt video code
2014-08-29 14:42:38 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
938650fa40
Color compatibility with uTox
2014-08-29 14:33:19 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
6348976df7
Switch network camera to OpenCV
2014-08-29 14:20:32 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f4b1b64ae6
Switch self cam view to OpenCV
2014-08-29 13:40:37 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
99a4b03cfd
Fix #211
2014-08-29 12:52:34 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
635bfd3e44
Merge pull request #216 from Ansa89/italian-translation
...
Italian translation: update
2014-08-29 12:26:17 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
c22c874778
Fix #214
2014-08-29 12:15:20 +02:00
Ansa89
3074b1be5d
Italian translation: update
2014-08-29 12:07:29 +02:00
Ansa89
c56a62fd74
Italian translation: update
2014-08-29 12:00:41 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
2612073842
Fix #215 , update translations
2014-08-29 11:56:42 +02:00
Ansa89
303f1734e5
Italian translation: update
2014-08-29 10:39:09 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
8c82d07a3a
Remove some debug output
2014-08-28 23:11:33 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
5fba31927f
Fix bad audio quality
2014-08-28 23:06:53 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
3fc37d2d4c
Move file transfer in the core thread
...
Toxcore is not thread safe
2014-08-28 21:56:55 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
a75d1c5c6e
Don't call tox_do from FT functions
2014-08-28 20:52:26 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
56edd76df9
Fix use after free on file received
2014-08-28 20:20:28 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
74e9d7a4f5
Fix division by 0 when receiving from empty files
...
Like /dev/zero.
2014-08-28 19:21:48 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
af9c370169
Forbid sending sequential files
...
They aren't seekable, and tend to be infinitely big..
2014-08-28 19:06:51 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
34b8706408
Remove Qt audio input code
2014-08-28 17:46:45 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
d49e1042fa
OpenAL input cleanup
2014-08-28 17:32:12 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
5adce652ca
OpenAL input
2014-08-28 17:13:26 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
92ff16ffb6
Add OpenAL cleanup
2014-08-28 16:02:32 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
28b1678a88
Remove all AudioBuffer code
2014-08-28 15:58:05 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
77843b14cc
Remove Qt audio output code
2014-08-28 15:53:58 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
1c44f7fdf4
OpenAL init and output
...
No cleanup yet!
2014-08-28 15:46:11 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
287d50eea4
Split core into core and coreav
2014-08-28 14:30:38 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
8602327d16
Term deadlocked threads on exit
...
To prevent deadlocking the whole thing when we really just want to exit
Qt w/ pulseaudio can deadlock internally on call start if it fails to connect to the PA context. Awesome.
2014-08-28 13:09:26 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
c657296535
Fix #152 and fix #131
...
We weren't reopening the audio input on subsequent calls
2014-08-28 12:52:30 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
444972f214
Fix fileTransferFinsished not emitted on sender
2014-08-28 12:12:56 +02:00
Ansa89
07639865c9
Italian translation: update
2014-08-26 14:13:04 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
ba9353efc3
Merge pull request #199 from apprb/flist
...
sort the friendlist by contact Status
2014-08-22 21:50:03 +02:00
apprb
11c6dd7bec
sort the friendlist by contact Status
2014-08-23 02:12:37 +07:00
Tux3 / Mlkj / !Lev.uXFMLA
24b61d00dd
Merge pull request #198 from ReDetection/master
...
steps to easy install qTox on OS X with homebrew
2014-08-21 12:36:19 +02:00
Serg
8d5e4389eb
added easy installation on OS X
2014-08-20 09:59:56 +07:00
midnight079
5e5bb66409
changed size of micButton and volButton
2014-08-19 21:49:37 +02:00
midnight079
ec1facccf8
fixed some bugs with micButton
2014-08-19 21:49:35 +02:00
midnight079
a18ba9d7ed
fixed some bugs with micButton
2014-08-19 21:49:33 +02:00
midnight079
b474ff2c2b
realized micButton for calls
2014-08-19 21:49:32 +02:00
midnight079
ca9a9b79cb
micButton and volButton were added to chatForm, but micButton for some
...
reason is blinking
2014-08-19 21:46:59 +02:00
midnight079
fdfbd9b162
added stylesheets for micButton and volButton
2014-08-19 21:46:57 +02:00