1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

497 Commits

Author SHA1 Message Date
Bill Winslow
33064cdd17 modify buildPackages 2014-09-01 13:45:48 -05:00
Bill Winslow
0de3ddaacd Update bootstrap.sh, match nodes to wiki.tox.im
This might help #221 or #237, several of the old list are probably offline
2014-09-01 00:25:22 -05:00
Bill Winslow
125af3f8bc Merge branch 'master' of https://github.com/tux3/qTox 2014-08-31 23:22:30 -05:00
Tux3 / Mlkj / !Lev.uXFMLA
c54cfd6ff3 Reduce precision of human readable, now more readable! 2014-08-31 23:07:07 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
628d9a0aae Tweak file transfer speed
Hopefully increase stability by replacing a sleep by a longer timer interval
2014-08-31 23:06:31 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
c5c3513ee9 Write settings on toggling 'Make Tox Portable' 2014-08-31 22:44:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
73309d8b90 Fix #235, Fix #84 2014-08-31 22:26:45 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
4b570c88f9 Debian bash script to build .deb and .rpm qTox packages
Just run buildPackages.sh from a Debian box with the qTox build dependencies installed
2014-08-31 19:47:09 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
d69eb0d34e Merge pull request #233 from apprb/dev
Widget code cleanup
2014-08-31 19:11:51 +02:00
apprb
fd4c47cba3 Widget code cleanup: removed isFriendWidgetActive and isGroupWidgetActive 2014-08-31 23:49:15 +07:00
Tux3 / Mlkj / !Lev.uXFMLA
76971f5238 Make notifications consistent
Notify of AV and FT requests if we're selected but not active or minimised, and add sound (consistent with how message notifications work)
2014-08-31 18:30:04 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f531d5672d Merge pull request #232 from apprb/dev
Dev
2014-08-31 18:17:46 +02:00
apprb
f0c8be43db change status light on incoming file request 2014-08-31 22:02:08 +07:00
apprb
a3785f3c27 Widget::updateFriendStatusLights moved to FriendWidget 2014-08-31 22:02:08 +07:00
apprb
7fe938a7ca filenames and paths processing little fix 2014-08-31 22:02:08 +07:00
Tux3 / Mlkj / !Lev.uXFMLA
90d426e347 Improve file transfer performance 2014-08-31 14:53:37 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
efdc7b3a9c Fix uninitialized sendTimer pointer 2014-08-31 13:57:59 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
6668cdc1e7 Never use [-]9.9e[+|-]999 format for human readable numbers 2014-08-31 13:27:42 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
51f397104c Improve file transfer speed 2014-08-31 13:13:46 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
0deba0ad24 Fix #228 2014-08-31 13:07:31 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
4a66026676 Fix #174, was only partially fixed 2014-08-31 12:49:58 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
169bca0a76 Merge pull request #227 from ReDetection/patch-1
Fixed Jenkins OS X download link
2014-08-31 12:14:41 +02:00
Serg
fd0c4fe566 Fixed Jenkins OS X download link
someone changed image name
2014-08-31 17:09:46 +07:00
Tux3 / Mlkj / !Lev.uXFMLA
e8757569d8 Default to non-package builds, unless STATICPKG=YES
Fixes #226
2014-08-31 11:39:59 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
c59d8f5349 Merge pull request #225 from ReDetection/master
Fixed build for OS X
2014-08-31 11:17:11 +02:00
ReDetection
b99c6035a4 fixed build for OS X 2014-08-31 10:37:08 +07:00
Tux3 / Mlkj / !Lev.uXFMLA
879da4deaa Update Debian Build-Depends 2014-08-31 02:35:35 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
404b5151d7 Add debian packaging metadata 2014-08-31 02:33:45 +02:00
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