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 3de960b2aa Merge pull request #385 from dubslow/master
Simplify groupchat names
2014-10-06 20:28:53 +02:00
audio converted notification.wav to notification.pcm (raw audio) fixes #256 2014-09-10 23:21:37 +02:00
debian Revert "reduce dependency versions to debian stable versions" 2014-10-02 14:27:03 -05:00
img add utox icons for packaging 2014-09-30 20:44:28 +02:00
misc Merge pull request #386 from apprb/fonts 2014-10-06 20:28:26 +02:00
res Update DHT bootstrap list 2014-09-04 22:28:59 +02:00
smileys/default add Kappa emote 2014-10-05 22:47:12 -05:00
tools tweak buildPackages 2014-10-06 00:49:26 -05:00
translations Add Ukrainian translation 2014-09-29 22:05:48 +03:00
ui Revert "reduce font size and space between chat lines", use #386 2014-10-06 09:57:50 -05:00
widget Merge pull request #385 from dubslow/master 2014-10-06 20:28:53 +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 Update build scripts 2014-09-27 23:51:02 +02:00
COPYING Add license 2014-06-28 00:31:30 +02:00
core.cpp Merge pull request #385 from dubslow/master 2014-10-06 20:28:53 +02:00
core.h Merge pull request #385 from dubslow/master 2014-10-06 20:28:53 +02: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 FileTransferInstance: use correct fontmetrics 2014-10-05 14:47:22 +02:00
filetransferinstance.h Filetransfer: speed calculation fix 2014-10-01 01:00:33 +07:00
friend.cpp unmessification 2014-10-01 16:41:17 +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 simplify groupchat names, fix #379, more simplification is possible 2014-10-06 01:46:30 -05:00
group.h simplify groupchat names, fix #379, more simplification is possible 2014-10-06 01:46:30 -05: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 added table of content 2014-09-30 22:51:03 +02:00
LICENSE Add license 2014-06-28 00:31:30 +02:00
main.cpp Fix #361, load Qt runtime platform plugins 2014-10-01 16:50:02 +02:00
mainwindow.ui removed broken custom window decoration 2014-10-04 11:03:50 +02:00
NURUPOWILLSUEME Update NURUPOWILLSUEME 2014-07-06 12:57:00 -04:00
qTox.desktop Create desktop file for GNU-Linux 2014-09-30 20:44:14 +02:00
qtox.pro Merge pull request #381 from apprb/newsettings_v2 2014-10-06 13:29:44 +02:00
README.md README: Link to the new releases 2014-10-01 15:38:29 +02:00
res.qrc removed broken custom window decoration 2014-10-04 11:03:50 +02: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.

You can find the latest versions of qTox here, or from the Tox Project's servers :

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