sudden6
afe7914bb7
Merge pull request #5159
...
ezavod (1):
refactor(chatform): Use QStringList instead of QVector<QString>
2018-05-31 22:09:36 +02:00
ezavod
847f155b7b
refactor(chatform): Use QStringList instead of QVector<QString>
...
This replaces QVector<QString> with QStringList consistently across all files.
2018-05-31 21:32:58 +02:00
sudden6
9b46700c6a
Merge pull request #5158
...
ezavod (2):
fix(chatform): check for empty path when exporting profile
refactor(chatform): consistent usage of file dialogs
2018-05-31 16:30:40 +02:00
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.
2018-05-29 12:51:50 +02:00
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.
2018-05-29 12:21:40 +02:00
sudden6
22f7f958ed
chore(deploy): upload AppImage to Github releases on each tag
2018-05-19 09:10:37 +02:00
sudden6
1f58e1c0af
Merge pull request #5103
...
pkev (1):
fix(build): correct install script nsis for win64
2018-05-16 19:49:24 +02:00
tox-user
b00cbc1d6f
fix(docs): update toxcore build instructions
...
Partially fixes #5133
2018-05-16 12:22:46 +00:00
sudden6
8461a373dd
Merge pull request #5142
...
Andrius Štikonas (1):
fix(wayland): Fix desktop file name in Qt properties
2018-05-15 22:57:22 +02:00
sudden6
3d7d791e5f
Merge pull request #5111
...
Alice (1):
fix(core): Clean illegal chars from filenames
2018-05-15 22:56:25 +02:00
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.
2018-05-15 21:14:06 +02:00
sudden6
e55f86c6a5
fix(video): unsubscribe the video device correctly
...
fixes #5110
2018-05-15 20:29:47 +02:00
sudden6
50cee67f5f
chore: add more debugging when subscribing video
2018-05-15 20:29:42 +02:00
Alice
ab85716f00
fix(core): Clean illegal chars from filenames
...
Fixes : #1304
2018-05-14 16:16:16 -07:00
Andrius Štikonas
c1caeb585a
fix(wayland): Fix desktop file name in Qt properties
...
fixes #5141
2018-05-14 19:24:16 +01:00
Diadlo
aae567ed8e
feat: Add ability to remove dialog from content dialog with middle click
2018-05-14 09:18:48 +03:00
Diadlo
228c431c89
feat: Add ability to quit group with middle click
...
Fix #2605
2018-05-14 09:18:48 +03:00
Diadlo
65fc1dc266
feat: Add middle mouse clicked signal for GenericChatroom
2018-05-14 09:18:48 +03:00
sudden6
8b4240776c
chore(install): rename .desktop and .appdata.xml
...
The xdg-desktop specification strongly recommends to use a reverse
domain name, so follow that.
2018-05-13 22:09:58 +02:00
sudden6
4acf884fb9
refactor: use ToxPk as identifier
...
fixes #5116 and #5117
2018-05-11 20:35:24 +02:00
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
2018-05-10 20:08:37 +00:00
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
2018-05-08 21:17:14 +02:00
Maxim Biro
5f7b9e67c1
refactor(windows): remove the script directory requirement
2018-05-07 06:44:28 -04:00
Maxim Biro
3c1d02d2cb
refactor(windows): remove the unused SCRIPT_DIR variable
2018-05-07 06:44:28 -04:00
Maxim Biro
4f22640b9f
refactor(docs): re-format Windows cross-compilation instructions
2018-05-07 06:44:28 -04:00
Maxim Biro
17d7c80d56
chore(windows): the installer does get built now
2018-05-07 06:44:28 -04:00
Maxim Biro
a690e4e6b7
chore: typos
2018-05-07 05:03:01 -04:00
Maxim Biro
56abc19dab
chore(windows): bump Qt 5.9 version to the latest (5.9.5)
2018-05-07 04:59:40 -04:00
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.
2018-05-06 15:31:54 -07:00
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.
2018-05-06 15:31:26 -07:00
sudden6
b38d79e3da
Merge pull request #5112
...
Alice (1):
refactor(docs): Fix grammer and wording in the cross-compile guide
2018-05-05 09:18:56 +02:00
sudden6
64a7c24b2b
fix(appimage): build sqlcipher form source
...
Needed since Debian version is broken https://bugs.debian.org/850421
2018-05-05 01:53:36 +02:00
Alice
a53ec7fb12
refactor(docs): Fix grammer and wording in the cross-compile guide
...
Rewrote the cross-compile guide to make it easier to understand.
2018-05-03 15:37:29 -07:00
sudden6
48179b6a19
fix: two crashes, uncovered by the persistent groupchat patch
2018-05-02 22:49:59 +02:00
sudden6
498c04ba50
refactor(group): store peer list in a more intelligent way
2018-04-30 01:19:34 +02:00
sudden6
0d74134dc1
refactor(group): use displayedNameChanged signal
2018-04-30 01:19:34 +02:00
sudden6
3f00e85486
Merge pull request #5046
...
0/0 (1):
chore(i18n): translate INSTALL.md to persian
2018-04-28 21:24:50 +02:00
sudden6
605d351a96
Merge pull request #4474
...
Samantha McVey (1):
docs: Add a pull request template file
2018-04-28 21:19:06 +02:00
pkev
25e69572f8
fix(build): correct install script nsis for win64
...
fix #4627
2018-04-28 11:08:43 +03:00
sudden6
f7345e4db2
feat(appimage): build appimage on TravisCI
...
first step on the way to #4874
2018-04-27 22:55:20 +02:00
Anthony Bilinski
1af3ad69e8
fix(login): start login screen on profile select by -p option
2018-04-26 13:43:10 -07:00
Anthony Bilinski
2d87999922
Merge pull request #5084
...
TriKriSta (1):
fix: delete double initialization callDuration
2018-04-26 13:42:01 -07:00
Anthony Bilinski
65896e4501
feat(call): add call end sound
...
Fix #4905
2018-04-26 12:49:58 -07:00
Anthony Bilinski
5dc4e6de81
chore(legal): update copyright date to 2018 for all source files
2018-04-25 17:33:38 -07:00
Anthony Bilinski
8ba8ce91f3
fix(theme): clear stylesheet cache on theme colour change
...
Fix #5092
2018-04-25 14:20:56 -07:00
Anthony Bilinski
d7b6af9a5b
chore(release): Update README download links and MAINTAINING.md
2018-04-25 13:32:15 -07:00
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 .
2018-04-24 13:51:24 -07:00
sudden6
441931765f
fix(build): make qTox compile with ffmpeg 4.0 and newer
2018-04-23 19:31:58 +02:00
Anthony Bilinski
02d6c63aca
chore(windows): fix automatic deploy for windows
2018-04-19 13:50:47 -07:00
Anthony Bilinski
3c15cd2b10
chore(release): update qTox version to v1.15.0
2018-04-19 10:16:49 -07:00