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

509 Commits

Author SHA1 Message Date
Bill Winslow
68649cb448 Fancy package script 2014-09-01 14:09:31 -05:00
Bill Winslow
7d3f98bc2a Merge branch 'master' of https://github.com/tux3/qTox 2014-09-01 13:46:05 -05:00
Bill Winslow
33064cdd17 modify buildPackages 2014-09-01 13:45:48 -05:00
Tux3 / Mlkj / !Lev.uXFMLA
532b8cec83 Add Jenkins build config 2014-09-01 20:33:04 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
3c8f39c2ca Merge pull request #244 from apprb/dev
fix #243 : Smileys are broken
2014-09-01 19:48:12 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
984949bc8a Merge pull request #242 from krepa098/master
Added editing functionality to the CroppingLabel
2014-09-01 19:44:04 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
2d952992fc Merge pull request #240 from dubslow/master
Update bootstrap.sh, match nodes to wiki.tox.im
2014-09-01 19:41:34 +02:00
krepa098
f845bfb756 xD smiley 2014-09-01 18:03:31 +02:00
apprb
24971f50e9 fix #243 : Smileys are broken 2014-09-01 18:55:07 +07:00
krepa098
7e6c4f5129 cleanup 2014-09-01 12:27:41 +02:00
krepa098
1cd954ba42 compatibility with old widgets 2014-09-01 11:16:41 +02:00
krepa098
26c028f416 removed ClickableLabel, EditableLabelWidget, ElideLabel, EscLineEdit,
CopyableElideLabel
2014-09-01 11:08:02 +02:00
krepa098
7c0cdd710f editable CroppingLabel 2014-09-01 11:00:06 +02: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