1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Go to file
2014-10-06 03:02:12 +09:00
audio converted notification.wav to notification.pcm (raw audio) fixes #256 2014-09-10 23:21:37 +02:00
debian Update build scripts 2014-09-28 00:43:01 +02:00
img fixes #332, #334 and other visual glitches 2014-09-28 17:30:00 +02:00
misc mv some files, clean up top level folder 2014-09-28 23:16:11 -05:00
res Update DHT bootstrap list 2014-09-04 22:28:59 +02:00
smileys/default xD smiley 2014-09-01 18:03:31 +02:00
tools Update build scripts 2014-09-28 00:43:01 +02:00
translations Add Ukrainian translation 2014-09-29 22:05:48 +03:00
ui fixes #332, #334 and other visual glitches 2014-09-28 17:30:00 +02:00
widget cosmetic fixes 2014-10-06 03:02:12 +09:00
.gitignore minutiae 2014-09-10 09:12:15 -05:00
bootstrap.bat overwrite existing data when unzipping (windows) 2014-07-03 19:31:24 +02:00
bootstrap.sh Update build scripts 2014-09-27 23:51:02 +02:00
COPYING Add license 2014-06-28 00:31:30 +02:00
core.cpp Compat with toxcore 2014-09-30 01:18:23 -05:00
core.h Compat with toxcore 2014-09-30 01:18:23 -05:00
coreav.cpp check if call is active before mute 2014-09-27 16:05:05 +03:00
coreav.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
coredefines.h work torwards #340, CAUTION 2014-09-28 18:08:07 -05:00
corestructs.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
corestructs.h Core: emit TOX_FILECONTROL_RESUME_BROKEN request (base functionality) 2014-09-29 23:14:19 +07:00
dialogs.ini Add video reception 2014-06-30 14:49:42 +02:00
filetransferinstance.cpp Merge pull request #342 from dubslow/avatarhash 2014-09-29 20:32:54 +02:00
filetransferinstance.h Merge pull request #342 from dubslow/avatarhash 2014-09-29 20:32:54 +02:00
friend.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
friend.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
friendlist.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
friendlist.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
group.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
group.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
grouplist.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
grouplist.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
INSTALL.md minor fixes 2014-09-26 17:11:13 -05:00
LICENSE Add license 2014-06-28 00:31:30 +02:00
main.cpp fix file mvs 2014-09-29 13:28:59 -05:00
mainwindow.ui Merge branch 'master' into newsettings 2014-09-30 04:57:05 -05:00
NURUPOWILLSUEME Update NURUPOWILLSUEME 2014-07-06 12:57:00 -04:00
qtox.pro base refactoring 2014-10-06 01:17:01 +09:00
README.md Initial avatars support 2014-09-24 17:28:38 +02:00
res.qrc Add Ukrainian translation 2014-09-29 22:05:48 +03:00
simple_make.sh simplify compilation 2014-09-10 17:36:34 -05:00

qTox

Powerful Tox client that tries to follow the Tox UI mockup while running on all major systems.
This GUI uses code from @nurupo'tos ProjectTox-Qt-GUI, in particular the "Core" Toxcore wrapper.
However, it is not a fork.

Features

  • One to one chat with friends
  • Group chats
  • File transfers, with previewing of images
  • Audio calls
  • Video calls
  • Tox DNS
  • Translations in various languages
  • Avatars

Downloads

This client runs on Windows, Linux and Mac natively.

Windows download
Mac download
Linux download (click "Last successful artifacts")

Screenshots

Note: The screenshots may not always be up to date, but they should give a good idea of the general look and features

##Documentation:

Compiling