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 3f35a5a48d Fix #266
2014-09-09 22:36:34 +02:00
audio Add audio notifications 2014-06-27 14:36:44 -07:00
debian Update changelog 2014-09-03 05:22:41 -05:00
img Add Busy status 2014-07-03 20:00:14 +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 Italian translation: update 2014-09-09 17:46:34 +02:00
ui use "white-space: nowrap" for div.date 2014-09-09 18:09:51 +02:00
widget Fix #266 2014-09-09 22:36:34 +02:00
.gitignore added directory libs to gitignore 2014-07-03 14:40:44 +02:00
bootstrap.bat overwrite existing data when unzipping (windows) 2014-07-03 19:31:24 +02:00
bootstrap.sh Update bootstrap.sh, match nodes to wiki.tox.im 2014-09-01 00:25:22 -05:00
cdata.cpp Add unicode font, fix mem corruption 2014-06-30 04:40:18 +02:00
cdata.h Add nurupo's LICENSE on some refactored files 2014-06-27 20:41:54 +02:00
COPYING Add license 2014-06-28 00:31:30 +02:00
core.cpp Option to use custom list of bootstrap nodes 2014-09-04 23:13:59 +02:00
core.h Fix #235, Fix #84 2014-08-31 22:26:45 +02:00
coreav.cpp modify buildPackages 2014-09-01 13:45:48 -05:00
cstring.cpp Add nurupo's LICENSE on some refactored files 2014-06-27 20:41:54 +02:00
cstring.h Add nurupo's LICENSE on some refactored files 2014-06-27 20:41:54 +02:00
dialogs.ini Add video reception 2014-06-30 14:49:42 +02:00
filetransferinstance.cpp filetransfer: original buttons positions 2014-09-07 23:14:06 +07:00
filetransferinstance.h filetransfer: original buttons positions 2014-09-07 23:14:06 +07:00
friend.cpp change status light on incoming file request 2014-08-31 22:02:08 +07:00
friend.h change status light on incoming file request 2014-08-31 22:02:08 +07:00
friendlist.cpp Clean & remove old code and dependencies 2014-08-30 15:15:23 +02:00
friendlist.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
group.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
group.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
grouplist.cpp Added GPL header to all source files 2014-07-06 12:19:45 -04:00
grouplist.h Added GPL header to all source files 2014-07-06 12:19:45 -04:00
INSTALL.md Update INSTALL.md 2014-09-09 21:23:29 +02:00
LICENSE Add license 2014-06-28 00:31:30 +02:00
main.cpp sort the friendlist by contact Status 2014-08-23 02:12:37 +07:00
mainwindow.ui removed ClickableLabel, EditableLabelWidget, ElideLabel, EscLineEdit, 2014-09-01 11:08:02 +02:00
NURUPOWILLSUEME Update NURUPOWILLSUEME 2014-07-06 12:57:00 -04:00
qtox.pro fixed pro file for windows 2014-09-09 21:23:29 +02:00
README.md Update README.md 2014-09-09 21:23:29 +02:00
res.qrc filetransferinstance should use own pictures 2014-09-07 15:04:42 +07:00
settings.cpp Option to use custom list of bootstrap nodes 2014-09-04 23:13:59 +02:00
settings.h Option to use custom list of bootstrap nodes 2014-09-04 23:13:59 +02:00
smileypack.cpp filenames and paths processing little fix 2014-08-31 22:02:08 +07:00
smileypack.h define SMILEYPACK_DEFAULT_PATH 2014-08-10 19:04:09 +02:00
style.cpp removed "the super ugly hack", Widget derives from QMainWindow 2014-08-11 10:00:08 +02:00
style.h removed "the super ugly hack", Widget derives from QMainWindow 2014-08-11 10:00:08 +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 (alpha)
  • 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