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

7434 Commits

Author SHA1 Message Date
Bill Winslow
26f2f143fa Initial commit for activating the file transfer button
It compiles, but is in fact untested (and requires one small new icon)
2014-07-11 12:05:18 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
e87b8e6cc7 Merge pull request #121 from retuxx/docu
Improved bootstrap script for Linux
2014-07-09 11:04:35 +02:00
marcel
cfbe190de2 Merge branch 'upstream/master' 2014-07-09 10:40:31 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
e3736cf14d Fix possible crashes on call cleanup 2014-07-09 10:37:46 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
d46e01e2cf Fix audio underflows
By using a bigger buffer of 30 frames
2014-07-09 10:12:59 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
2c0db0c7c0 Update to new A/V recv callbacks 2014-07-09 09:55:25 +02:00
marcel
d1eb9d0dc6 improved bootstep script for linux 2014-07-08 12:39:58 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
616639818c Merge pull request #119 from arneboe/master
FIX: updated username and status message on editingFinished() instead of...
2014-07-07 22:29:39 +02:00
Arne Böckmann
a164e7a991 FIX: updated username and status message on editingFinished() instead of textEdited(). I.e. if the user presses return or the widget loses focus. 2014-07-07 19:10:24 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b3b01906f7 Don't give a parent to the core QTimers
Fixes #115 (hopefully)
2014-07-07 09:37:05 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
46ce9fbeef Enable italian translation 2014-07-07 09:35:25 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
7ceebc312c Merge pull request #116 from Ansa89/italian-translation
Italian translation: add italian translation
2014-07-07 09:31:07 +02:00
Ansa89
d93f14d2b9 Italian translation: add translation to build process
And sort translations alphabetically
2014-07-07 09:27:54 +02:00
Ansa89
3ffd24de1f Italian translation: create translation 2014-07-07 09:24:51 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
6ba8be3503 Fix stack smashing, QTimer threading
QTimer CAN NOT be handled from a different thread, we needed to push them to the Core's thread

Allocating a large video frame buffer on the stack is a Bad Idea(tm), this commit fixes a bad buffer overflow

Also improve our QTimer handling during calls, no need to disconnect/reconnect on call start/end, once is enough, and no need to keep them on the stack
2014-07-07 00:12:07 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
d68e35e3cb Merge pull request #112 from F1ynn/OSX-fixes
Osx fixes
2014-07-06 23:56:13 +02:00
Kevin Flynn
a2815e76f0 Fix buttons on OS X 2014-07-06 14:43:02 -07:00
Nobody of note.
eaadb4d244 Merge pull request #6 from tux3/master
Rebase on upstream
2014-07-06 14:17:44 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
af4706a892 Merge pull request #109 from F1ynn/fix-104
Fix #104
2014-07-06 19:46:05 +02:00
Nobody of note.
3404c9768d Merge pull request #5 from tux3/master
``Rebase'' on upstream
2014-07-06 10:45:03 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
22df83a5cf Merge pull request #108 from lance0/patch-1
Much needed update to NURUPOWILLSUEME
2014-07-06 19:44:15 +02:00
Kevin Flynn
7d15ae48aa Fix #104 2014-07-06 10:40:59 -07:00
Lance Tuller
a045456139 Update NURUPOWILLSUEME
Not enough freedom. Fixed.
2014-07-06 12:57:00 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
1f3c28c173 Merge pull request #106 from dubslow/master
Added GPL header to all source files
2014-07-06 18:45:33 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
eb3ffc313b Link with pthread on windows 2014-07-06 18:38:05 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
9da5741291 Fix maximizing disabled on windows 2014-07-06 18:37:46 +02:00
Bill Winslow
14a7d298f4 Added GPL header to all source files 2014-07-06 12:19:45 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
4dcccb8a08 Fix status icon not set on startup 2014-07-06 15:52:02 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
3a0e04f3dc Merge pull request #101 from dubslow/master
Add a missing connect and missing tr()
2014-07-06 12:05:01 +02:00
Bill Winslow
27bf913a27 Add a missing connect and missing tr() 2014-07-06 05:51:01 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
a015e3e035 Remove lone object file
I blame git add .
2014-07-06 11:35:39 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
a129764114 Merge pull request #100 from dubslow/master
Add a few tooltips
2014-07-06 08:25:25 +02:00
Bill Winslow
e98ba55c56 Merge branch 'master' of https://github.com/tux3/toxgui 2014-07-06 02:08:24 -04:00
Bill Winslow
cf864c71e5 Add a few tooltips (I wish I'd had these at the beginning) 2014-07-06 02:07:43 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
fb26a1765d Merge pull request #99 from F1ynn/GUI-fixes
Gui fixes
2014-07-06 07:56:09 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
eb1959f540 Merge pull request #98 from F1ynn/master
Fix #97
2014-07-06 07:55:34 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
cb7f0f8df6 Merge pull request #95 from retuxx/master
Use TOX_FRIEND_ADDRESS_SIZE from tox.h to calcualte length of a valid Tox ID
2014-07-06 07:53:30 +02:00
Kevin Flynn
00a3617a5a Make spacing consistent 2014-07-05 21:07:43 -07:00
Kevin Flynn
cfbc73e435 Fix #97 2014-07-05 20:47:31 -07:00
marcel
4372fea9ea calculate tox id length from definition in tox.h instead of setting it manually 2014-07-06 02:29:57 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b0fe026056 Merge pull request #94 from F1ynn/master
Fix buttons on OS X (hopefully)
2014-07-06 01:43:12 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
532f3336aa Update translations, enable german 2014-07-06 01:42:39 +02:00
Flynn
b52df4f17e Fix buttons on OS X (hopefully) 2014-07-05 16:39:35 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
a7b243fe14 Merge pull request #93 from retuxx/master
German translation
2014-07-06 01:31:20 +02:00
marcel
3e92b97d24 added german translation 2014-07-06 01:28:51 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
5b0335f7df Merge pull request #92 from F1ynn/master
Improve width of editablelabelwidgets used in name and status
2014-07-06 00:51:27 +02:00
Kevin Flynn
7949031298 Improve width of editablelabelwidgets used in name and status 2014-07-05 15:41:39 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
378e8cae04 Merge pull request #91 from F1ynn/master
Small fixes to status button
2014-07-06 00:26:49 +02:00
Kevin Flynn
c5c0f35f59 Small fixes to status button 2014-07-05 15:03:53 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
7f4f7f068e Merge pull request #90 from mouseym/patch-2
Some fixes.
2014-07-06 00:03:15 +02:00