tox-user
2fae2a30f7
feat(chat): add UI option to mute group peers
...
Implements #4596 , #4626 , #1007
Adds a context menu to every peer label in group chat with an
option to mute chosen peers, which adds them to the blacklist.
Mutes audio of blacklisted group peers.
7 years ago
sudden6
afe7914bb7
Merge pull request #5159
...
ezavod (1):
refactor(chatform): Use QStringList instead of QVector<QString>
7 years ago
ezavod
847f155b7b
refactor(chatform): Use QStringList instead of QVector<QString>
...
This replaces QVector<QString> with QStringList consistently across all files.
7 years ago
sudden6
9b46700c6a
Merge pull request #5158
...
ezavod (2):
fix(chatform): check for empty path when exporting profile
refactor(chatform): consistent usage of file dialogs
7 years ago
ezavod
4434253283
refactor(chatform): consistent usage of file dialogs
...
This makes the usage of QFileDialogs consistent by using he native
file picker in all cases. Also makes the usage of the last location
consistent. Furthermore this removes default parameter values and uses
Q_NULLPTR.
7 years ago
ezavod
757791eea4
fix(chatform): check for empty path when exporting profile
...
Fixes #5146 . If the filedialog is cancelled the returned path is empty.
Do not try to export the profile in this case.
7 years ago
sudden6
22f7f958ed
chore(deploy): upload AppImage to Github releases on each tag
7 years ago
sudden6
1f58e1c0af
Merge pull request #5103
...
pkev (1):
fix(build): correct install script nsis for win64
7 years ago
tox-user
b00cbc1d6f
fix(docs): update toxcore build instructions
...
Partially fixes #5133
7 years ago
sudden6
8461a373dd
Merge pull request #5142
...
Andrius Štikonas (1):
fix(wayland): Fix desktop file name in Qt properties
7 years ago
sudden6
3d7d791e5f
Merge pull request #5111
...
Alice (1):
fix(core): Clean illegal chars from filenames
7 years ago
sudden6
a3370173df
fix(audio): close the audio device after playing a sound
...
This bug was uncovered by 65896e4501
because this sound now happens after the call is closed, but doesn't
close the audio device.
7 years ago
sudden6
e55f86c6a5
fix(video): unsubscribe the video device correctly
...
fixes #5110
7 years ago
sudden6
50cee67f5f
chore: add more debugging when subscribing video
7 years ago
Alice
ab85716f00
fix(core): Clean illegal chars from filenames
...
Fixes : #1304
7 years ago
Andrius Štikonas
c1caeb585a
fix(wayland): Fix desktop file name in Qt properties
...
fixes #5141
7 years ago
Diadlo
aae567ed8e
feat: Add ability to remove dialog from content dialog with middle click
7 years ago
Diadlo
228c431c89
feat: Add ability to quit group with middle click
...
Fix #2605
7 years ago
Diadlo
65fc1dc266
feat: Add middle mouse clicked signal for GenericChatroom
7 years ago
sudden6
8b4240776c
chore(install): rename .desktop and .appdata.xml
...
The xdg-desktop specification strongly recommends to use a reverse
domain name, so follow that.
7 years ago
sudden6
4acf884fb9
refactor: use ToxPk as identifier
...
fixes #5116 and #5117
7 years ago
tox-user
d6df8883e3
feat(chat): full screen video chat
...
Implements #2922 and #2514 .
This change adds:
- a button for enabling full screen mode
- a panel with buttons for controlling the chat in full screen mode
- a button to toggle video preview
- new icons
fix(chat): fix buttons in full screen video call
feat(chat): add hotkey for exiting full screen video
fix(chat): use screen res to position button panel
fix(chat): dont remove video widget on window close
7 years ago
sudden6
3751cf7176
Merge pull request #5126
...
Maxim Biro (6):
chore(windows): bump Qt 5.9 version to the latest (5.9.5)
chore: typos
chore(windows): the installer does get built now
refactor(docs): re-format Windows cross-compilation instructions
refactor(windows): remove the unused SCRIPT_DIR variable
refactor(windows): remove the script directory requirement
7 years ago
Maxim Biro
5f7b9e67c1
refactor(windows): remove the script directory requirement
7 years ago
Maxim Biro
3c1d02d2cb
refactor(windows): remove the unused SCRIPT_DIR variable
7 years ago
Maxim Biro
4f22640b9f
refactor(docs): re-format Windows cross-compilation instructions
7 years ago
Maxim Biro
17d7c80d56
chore(windows): the installer does get built now
7 years ago
Maxim Biro
a690e4e6b7
chore: typos
7 years ago
Maxim Biro
56abc19dab
chore(windows): bump Qt 5.9 version to the latest (5.9.5)
7 years ago
Anthony Bilinski
ca32e77d74
feat(history): load set number of messages from history
...
Fix #3124
Fix #3004
Instead of loading a set 7 days of history. Better performance when there are lots of messages, and better context when friends haven't talked in over a week.
Removed historyBaselineDate, introduced in deb8440c6a
to fix duplicate messages, but duplicate messages were very likely fixed by https://github.com/qTox/qTox/pull/4607 .
Also refactored history loading.
7 years ago
Anthony Bilinski
dfd2de836e
fix(history): don't save both action prefix and displayed name
...
Displayed name is already added to action messages when added to ChatForm. Saving in history as well results in the display name being displayed twice when loaded from history.
7 years ago
sudden6
b38d79e3da
Merge pull request #5112
...
Alice (1):
refactor(docs): Fix grammer and wording in the cross-compile guide
7 years ago
sudden6
64a7c24b2b
fix(appimage): build sqlcipher form source
...
Needed since Debian version is broken https://bugs.debian.org/850421
7 years ago
Alice
a53ec7fb12
refactor(docs): Fix grammer and wording in the cross-compile guide
...
Rewrote the cross-compile guide to make it easier to understand.
7 years ago
sudden6
48179b6a19
fix: two crashes, uncovered by the persistent groupchat patch
7 years ago
sudden6
498c04ba50
refactor(group): store peer list in a more intelligent way
7 years ago
sudden6
0d74134dc1
refactor(group): use displayedNameChanged signal
7 years ago
sudden6
3f00e85486
Merge pull request #5046
...
0/0 (1):
chore(i18n): translate INSTALL.md to persian
7 years ago
sudden6
605d351a96
Merge pull request #4474
...
Samantha McVey (1):
docs: Add a pull request template file
7 years ago
pkev
25e69572f8
fix(build): correct install script nsis for win64
...
fix #4627
7 years ago
sudden6
f7345e4db2
feat(appimage): build appimage on TravisCI
...
first step on the way to #4874
7 years ago
Anthony Bilinski
1af3ad69e8
fix(login): start login screen on profile select by -p option
7 years ago
Anthony Bilinski
2d87999922
Merge pull request #5084
...
TriKriSta (1):
fix: delete double initialization callDuration
7 years ago
Anthony Bilinski
65896e4501
feat(call): add call end sound
...
Fix #4905
7 years ago
Anthony Bilinski
5dc4e6de81
chore(legal): update copyright date to 2018 for all source files
7 years ago
Anthony Bilinski
8ba8ce91f3
fix(theme): clear stylesheet cache on theme colour change
...
Fix #5092
7 years ago
Anthony Bilinski
d7b6af9a5b
chore(release): Update README download links and MAINTAINING.md
7 years ago
Anthony Bilinski
7293151469
fix(ui): increase number of low res camera options
...
partially revert behaviour of 04ecfe3f34
to show any options that were shown before. Mentioned in comments of #5097 .
7 years ago
sudden6
441931765f
fix(build): make qTox compile with ffmpeg 4.0 and newer
7 years ago
Anthony Bilinski
02d6c63aca
chore(windows): fix automatic deploy for windows
7 years ago