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
Tux3 / Mlkj / !Lev.uXFMLA 7ad6ad2731 Avatar support for ourselves
2014-09-24 16:51:16 +02:00
audio converted notification.wav to notification.pcm (raw audio) fixes #256 2014-09-10 23:21:37 +02:00
debian Update changelog 2014-09-03 05:22:41 -05:00
img added images 2014-09-12 15:50:39 +02: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 buildPackages.sh 2014-09-03 05:22:29 -05:00
translations Finnish translation to qTox 2014-09-21 23:28:04 +03:00
ui Fix greentext 2014-09-12 22:51:13 +02:00
widget Avatar support for ourselves 2014-09-24 16:51:16 +02: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 sigh 2014-09-10 17:44:12 -05:00
cdata.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
cdata.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
COPYING Add license 2014-06-28 00:31:30 +02:00
core.cpp Avatar support for ourselves 2014-09-24 16:51:16 +02:00
core.h Avatar support for ourselves 2014-09-24 16:51:16 +02:00
coreav.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
coreav.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
coredefines.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
corestructs.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
corestructs.h added ToxID struct 2014-09-12 15:23:30 +02:00
cstring.cpp Split message 2014-09-21 17:31:36 +07:00
cstring.h Split message 2014-09-21 17:31:36 +07:00
dialogs.ini Add video reception 2014-06-30 14:49:42 +02:00
filetransferinstance.cpp filetransfer: corrected pause/resume behaviour 2014-09-12 01:32:31 +07:00
filetransferinstance.h filetransfer: corrected pause/resume behaviour 2014-09-12 01:32:31 +07: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 simplify compilation 2014-09-10 17:36:34 -05:00
LICENSE Add license 2014-06-28 00:31:30 +02:00
main.cpp Clean code, improve compilation speed 2014-09-11 15:44:34 +02:00
mainwindow.ui Avatar support for ourselves 2014-09-24 16:51:16 +02:00
NURUPOWILLSUEME Update NURUPOWILLSUEME 2014-07-06 12:57:00 -04:00
qtox.pro Avatar support for ourselves 2014-09-24 16:51:16 +02:00
README.md Update Screenshot 2014-09-22 09:31:44 -04:00
res.qrc Finnish translation to qTox 2014-09-21 23:28:04 +03:00
settings.cpp Avatar support for ourselves 2014-09-24 16:51:16 +02:00
settings.h Avatar support for ourselves 2014-09-24 16:51:16 +02:00
simple_make.sh simplify compilation 2014-09-10 17:36:34 -05:00
smileypack.cpp added smiley selection to the new settings dialog, new default search- 2014-09-12 19:09:05 +02:00
smileypack.h added smiley selection to the new settings dialog, new default search- 2014-09-12 19:09:05 +02:00
style.cpp removed "the super ugly hack", Widget derives from QMainWindow 2014-08-11 10:00:08 +02:00
style.h Clean code, improve compilation speed 2014-09-11 15:44:34 +02: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

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