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.
192f1f7d62
Added null checks around usage of tray icon object. This change solves issues/crashes where tray is not immediately available when qTox is started. It is common on linux desktops. While for example lxqt has option to delay application autostart until panel (and thus tray) is available other desktops (like KDE) do not. Adding checks around use of icon object was not enough because application may start a little bit earlier than panel is available. For that reason tray icon creation is delayed to timer event and tried multiple times with delay of one second. Usually after few tries icon creation succeeds and signal is disconnected. In case tray is not available qTox window is shown. This creates a side effect where starting qTox before tray is available will make application window briefly appear and when tray is available window will be hidden or remain visible as per settings. Window has to be visible if tray is unavailable because otherwise users may end up with qTox running and no way to access it. If application is started and tray is available no window flashing happens and settings are restored as usual. Without this patch if qTox started before tray is available window is shown and changing tray icon visibility option crashes application. Thats probably a known issue. |
||
---|---|---|
android | ||
audio | ||
debian | ||
img | ||
osx | ||
res | ||
smileys | ||
src | ||
tools | ||
translations | ||
ui | ||
updater | ||
windows | ||
.gitattributes | ||
.gitignore | ||
bootstrap.bat | ||
bootstrap.sh | ||
COPYING | ||
dialogs.ini | ||
install_libfilteraudio.sh | ||
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: