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
6d9d26db65
perf(ui): cache stylesheets to reduce memory usage
...
Issue #5078
7 years ago
TriKriSta
dc1f5ea0a3
fix: delete double initialization callDuration
7 years ago
Anthony Bilinski
55d8922d69
fix(settings): connect enable LAN discovery checkbox
...
Checkbox and setting introduced in 9f8b0fed07
but not connected.
7 years ago
Anthony Bilinski
869036f3c6
fix(core): split messages on utf8 multibyte character boundary properly
...
Fix #4917
7 years ago
Anthony Bilinski
04ecfe3f34
feat(camera): add higher resolution camera options
...
Fix #5065
7 years ago
Anthony Bilinski
1583991fb4
refactor(avform): simplify and standardize sliders, use RMS for volume
...
Also improve usefulness of volume bar by including gain, clipping, and activation threshold. Remove magic numbers. Clear volumue display when mic is disabled.
Fix #4893
7 years ago
Anthony Bilinski
f6622e4092
fix(audio): apply gain to both audio channels
...
Fix #5039
7 years ago
Anthony Bilinski
5d0f9509a8
fix(audio): move audio timers to and start from audioThread
...
Fix #5053
7 years ago
Anthony Bilinski
97bc4a9b4a
refactor(ui): consolidate new message settings under UI page
7 years ago
Anthony Bilinski
fcd88d65b2
feat(ui): add setting for disabling new message notification popup
...
Fix #4979
7 years ago
Anthony Bilinski
9f8b0fed07
feat(ui): Add ability to disable LAN discovery
...
Fix #4074
7 years ago
Anthony Bilinski
cfdc1cdb2e
fix(profile): don't error if no new avatar is selected
7 years ago
Anthony Bilinski
a8fc6e5c6b
fix(chatform): include pressed key(s) when changing focus
...
Instead of just giving focus, give focus and add the key that was pressed. Also change from KeyRelease to KeyPress to avoid missing the second key pressed in the case of the second key being pressed before the first is released.
7 years ago
Anthony Bilinski
65d59ba6b7
fix(settings): add missing enableTestSound to settings
7 years ago
Anthony Bilinski
cb0f26356d
fix(ui): remove placeholder update UI
...
Auto-updates were disabled in 196529b8e8
Fix #5040
7 years ago
Anthony Bilinski
9216549d6e
refactor(call): Refactor toxcall and disconnect lambda on destruction
...
Fixes #3840
Move audio and video state into ToxCall which both ToxFriendCall and ToxGroupCall inherit from
7 years ago
Anthony Bilinski
b852809d0c
fix(history): don't save own messages when history is disabled
...
Fix #5036
7 years ago
Anthony Bilinski
703876c372
fix(login): Don't dereference null pointer
...
Fix #5032
7 years ago
tox-user
23f6ad7047
fix: remove build date and time from main.cpp
...
This is the first step to having reproducible builds. It
should allow to make an identical build in the same environment
and increase privacy when sharing logs, because the build time
was not in UTC.
8 years ago
Anthony Bilinski
acea7c315f
fix(import): don't use java-style iterator before first element
...
Fix #4962
8 years ago
Anthony Bilinski
4951f90964
fix(offlinemsg): make faux offline messages purely event based
...
Since real offline message reliability issue was fixed in PR #4607 , now removing all the workarounds that had been added. Offline messages are now sent as soon as we see our friend come online, and at no other time. Fixes 2 minute wait time before attempting to send if message is entered while you or friend is offline, removes 2 minute constant retry timer, removes 250ms delay between seeing friend come online and sending offline messages.
8 years ago
sudden6
0170ccd6f7
refactor: remove some unused includes
...
thanks @iphydf for pointing that out
8 years ago
Anthony Bilinski
d2ad2107f2
fix(IPC): Update profileName to update IPC ID after login screen
...
Fix #4948
Fix #5025
8 years ago
DESKTOP-Z50-70\Arman
ebdc675cbc
fix(chattextedit): ChatTextEdit bug fix for issue #5020 Corrected
8 years ago
Anthony Bilinski
c2410e0a65
fix(name): Clear alias on name change so that name changes are visible
...
Temporary work around for #5013
8 years ago
Anthony Bilinski
bc18990fd2
fix(build): Remove unused vars, add default case for switch
...
Fix #5006
8 years ago
Anthony Bilinski
1afed5f72e
fix: don't use invalid reference after erasing element
...
Fix #5002
8 years ago
Horace Bianchon
ad6ddfc4f2
fix(avform): Audio/Video settings tab #5011 issue bugfix
...
Signed-off-by: Horace Bianchon <horace.bianchon@gmail.com>
8 years ago
Anthony Bilinski
8198940607
fix(widget): Fix double free crash on group leave
...
Fix #5004
8 years ago
Diadlo
2a0c71d0d4
fix: Fix crash on manipulation with friend
...
Fix #4991
8 years ago
Diadlo
e3726eade6
fix(avform): Hotfix for crash on video device change on 'None'
...
Fix #4994
8 years ago
Diadlo
0a590336b1
fix(group): Show correct count of user on first creation
...
Fix #4503
8 years ago
Diadlo
9b4972e045
fix(friendwidget): Use queued connection to avoid removing 'this'
...
Fix #4966
Since 'removeAction' can remove friend (who would have thought?) it must be
connectd queued to avoid use after free.
8 years ago
sudden6
1f8c9a2e2f
refactor: update displayed user name from the friend model
8 years ago
sudden6
a910d57824
refactor(friend): add an additional signal to Friend
8 years ago
Anthony Bilinski
e564b85e3c
fix(chatform): Broaden URL matching to include unicode
...
Fix #4853
Fix #4295
*Instead of searching strictly valid URIs, allow anything characters following scheme. This allows for UTF-8 characters used in other languages, as well as parentheses and other ASCII characters. This will over-match some invalid URLs.
*Ignored surrounding characters of URIs and ending punctuation
*Fix www-only links by adding http scheme to href
8 years ago
sudden6
d3d81bbdf3
feat: update to the new c-toxcore 0.2.0 conferences api
...
The old functions are disabled at compile time and should be removed
later.
8 years ago
iphydf
1111949f45
fix(core): Adapt qtox to new conferences state change callback.
8 years ago
Diadlo
e73dc10c7f
fix: Not quit on close if this setting is enabled
...
Fix #4949
8 years ago
Anthony Bilinski
d9118cfc71
fix(widget): Fix status pic alignment
8 years ago
Anthony Bilinski
9643e48ef1
fix(chatlog): Match multi-character emoticons again
...
Fixed after broken in https://github.com/qTox/qTox/pull/4940 . Single-character UTF-8 emoji still work without whitespace on either side, but multi-character emoticon patterns like 😄 or :) do require surrounding whitespace, to avoid matching punctuation or HTML tags.
8 years ago
TriKriSta
fe4dd83d10
refactor: add/delete checks in search code
8 years ago
TriKriSta
40cebd421b
refactor: rename hideButton to searchHideButton
8 years ago
TriKriSta
3e05279c09
fix: add search symbol ' in history
8 years ago
TriKriSta
f73021c376
style: change code in searchInText
8 years ago
TriKriSta
ffb51e8a0e
feat: add hot keys for search
8 years ago
TriKriSta
18fa8a745b
feat: optimise search in history
8 years ago
TriKriSta
7718734c9a
feat: add search in text in group chats
8 years ago