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.
4e1a204bc0
The GUI is slow to update after accepting a password, but a cursory ten minute investigation didn't yield why I inserted a processEvents() call before ready = true; at the end of Core::start, but that didn't help. Define the total time between the password dialog disappearing and the UI updating with your own status is T: Then my debug statement indicated that this processEvents call happened around 1/3T, raising two questions: 1) What the hell is happening between 0 and 1/3 T? Decryption doesn't take that long... Note that bad passwords are immediately rejected with a new dialog, so I highly doubt it's the decryption cpu time 2) The remaining 2/3rds: processEvents has been called after the avatar and username signals, yet they don't update in the UI till time T when everything updates after bootstrapping... Oh well, like I said, only a cursory investigation |
||
---|---|---|
audio | ||
debian | ||
img | ||
osx | ||
res | ||
smileys | ||
src | ||
tools | ||
translations | ||
ui | ||
updater | ||
windows | ||
.gitattributes | ||
.gitignore | ||
bootstrap.bat | ||
bootstrap.sh | ||
COPYING | ||
dialogs.ini | ||
INSTALL.md | ||
LICENSE | ||
NURUPOWILLSUEME | ||
qTox.desktop | ||
qtox.pro | ||
README.md | ||
res.qrc | ||
simple_make.sh |
qTox
qTox is a powerful Tox client that tries to follow the Tox design guidelines while running on all major platforms.
Features
- One to one chat with friends
- Group chats
- File transfers, with previewing of images
- Audio calls, including group calls
- Video calls
- Tox DNS and Tox URI support
- Translations in various languages
- Avatars
- Auto-updates on Windows and Mac, packages on Linux
- And many more options!
Downloads
This client runs on Windows, Linux and Mac natively.
Windows 64 bit download
Windows 32 bit download (for older hardware)
Mac OS X download
Linux binary download
Linux packages
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:
##Developer overview: