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

446 Commits

Author SHA1 Message Date
dubslow
5cad5fb265 devil's in the details 2014-07-12 05:38:36 -04:00
dubslow
ba2bc21489 *tweaks, omg. The vagaries of version control... 2014-07-12 05:31:10 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
f10e1b5868 Register vpx_image meta type 2014-07-12 10:55:12 +02:00
Bill Winslow
310fd21123 A few teaks... sadly, it doesn't quite work for now
See the comment in filesform.cpp
Also Flynn, a better matching icon is required
2014-07-11 18:07:00 -04:00
Bill Winslow
e0b6fd1e13 Remove username and status message from settings, instead use Core 2014-07-11 16:38:39 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
84daa907f6 Merge pull request #125 from fr0stycl34r/patch-1
Symlinks to the rescue
2014-07-11 20:55:32 +02:00
Urras
0301c3f9bc Symlinks to the rescue 2014-07-11 14:35:05 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
318f6cd301 Update README.md 2014-07-11 19:18:04 +02:00
Bill Winslow
34e596641a Fixed bug the first (still needs everything tested though) 2014-07-11 13:14:56 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
8c94deb4f6 Update README.md 2014-07-11 19:03:29 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b93e0d7456 Update README: Add Mac OSX download 2014-07-11 19:00:08 +02:00
Bill Winslow
806b8ea7c3 cleanup 2014-07-11 12:17:37 -04:00
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