C M B
d9fc36db4b
feat(l10n): update French translation from weblate
9 years ago
Reg Zi
e0b41d5764
feat(l10n): update Bulgarian translation from weblate
9 years ago
Diadlo
861cf7d93d
feat(l10n): update Russian translation from weblate
9 years ago
Andrew Morgan
bbefe0119d
feat(chatform): Disable call buttons if friend is offline
...
Call buttons would be enabled but non-functional if you were looking at a friend who was offline. We now check if the friend is offline and disable the call buttons if so.
9 years ago
Zetok Zalbavar
4872eb3cc3
chore(travis): make travis build exit as soon as test fails
...
Also add `pkg-config` to travis build script for Linux.
9 years ago
tux3
4eed2549aa
fix(doc): CONTRIBUTING.md typos
9 years ago
tux3
fc3ac1ae5a
Merge pull request #3466
...
RegZi (1):
docs(CONTRIBUTING.md): change type descriptions for less confusion
9 years ago
tux3
2bdd9824c7
fix(ui): Prevent suicide crash on logout
...
Fixes #2480
The GUI was deleting itself on logout, but was doing while deep inside the middle of GUI code, resulting in a series of use-after-free on the return path. We now freeze the GUI and logout asynchronously in a more suitable call stack.
9 years ago
RegZi
02cacea6fd
docs(CONTRIBUTING.md): change type descriptions for less confusion
9 years ago
Andrew Morgan
881409b91f
fix(profile): Fix for opening file dialog using Nautilus file manager
...
Importing a profile, saving a QR code image or setting an auto-accept directory using Nautilus as the default file manager, which many users use, was causing a hang in Qt's method. Setting Qt to use it's own file manager in this circumstance fixes the issue. Closes #3436 , closes #3443 .
9 years ago
Nils Fenner
9694d6b6d4
fix(audio): actually disable the audio in/out device in settings, when selected
...
As esecially the "Disabled" text is translated, the audio device will change from "disabled" to "default", just by changing the language.
In contrast to video devices, an audio device is either always available, or sound will be disabled. So "Disabled" is the correct term to use here.
9 years ago
Nils Fenner
81df534c9a
refactor(audio): cleanup initialization of audio device lists
...
API:
* open default in/out device, when device name is empty
* move privatized code
* fix unsigned/signed conversion warnings
UI (settings):
* refactor: select audio devices by combobox index
9 years ago
Nils Fenner
bec635ad11
refactor(audio): cleanup initialization of audio device lists
...
* move private code
* fix unsigned/signed conversion warnings
9 years ago
Zetok Zalbavar
6ac8827d29
chore(ISSUE_TEMPLATE): update location of log file on ~unix platforms
9 years ago
qTox translations
59c136c562
chore(l18n): update translation files for Weblate
9 years ago
Twyz™
e6f870f4b4
feat(l10n): update Italian translation from weblate
9 years ago
Eugene
f2c19912c4
feat(l10n): update Belarusian translation from weblate
9 years ago
Nils Grundmann
6501911730
feat(l10n): update German translation from weblate
9 years ago
Nils Fenner
6189ecbf47
refactor(chatform): use reference var when initializing from settings
9 years ago
Nils Fenner
41c96eb159
feat(chat): add the ui settings to alter font and size for chat messages
9 years ago
Nils Fenner
67136e29ed
feat(chat): consistent use of the chat font settings
...
Note: Currently a CSS stylesheet has to be set, resembling the font settings for the HTML document, that is used to render chat messages.
9 years ago
Nils Fenner
8ba2054190
feat(chat): add settings to alter the chat view's base font
...
Defaults to GUI style font according to previous behavior.
9 years ago
sudden6
d408cb5184
Merge pull request #3444
...
Diadlo (1):
fix(chatform, screenshotgrabber): Fixed memory leak
9 years ago
Diadlo
bf7c62d6fa
fix(chatform, screenshotgrabber): Fixed memory leak
...
Memory for ScreenshotGrabber was allocated, but don't deallocated
9 years ago
sudden6
2c49ada955
Merge pull request #3445
...
Diadlo (2):
fix(main): Closing file before removing
style(main): Small style fixes
9 years ago
sudden6
35669cb12b
Merge pull request #3446
...
Diadlo (1):
fix(addfriendform): Fixed problem with reading friend request
9 years ago
Diadlo
7be8ad01da
fix(addfriendform): Fixed problem with reading friend request
...
Fix #3421
9 years ago
Diadlo
104c7c6e0c
style(main): Small style fixes
9 years ago
sudden6
4f493c5df7
Merge pull request #3424
...
Colomban Wendling (1):
refactor(passwordedit): optimize event handler unregistration
9 years ago
Diadlo
29ab61efdf
fix(main): Closing file before removing
...
Fix #3440
9 years ago
Zetok Zalbavar
02b6fcb089
chore: add Belarusian and Esperanto to translations/README.md table
9 years ago
Nathan Follens
8ac47bf06b
feat(l10n): update Dutch translation from weblate
9 years ago
Anton Batenev
379aaa0fdb
feat(l10n): update Russian translation from weblate
9 years ago
Zetok Zalbavar
dc26379eeb
Merge pull request #3437
...
Vincas Dargis (1):
fix(loginscreen.cpp): fix password input focus after mouse click
9 years ago
Zetok Zalbavar
6e2cca7ad1
Merge pull request #3433
...
Vincas Dargis (1):
fix(chattextedit.cpp): fix drag-and-drop to be consistent across systems
9 years ago
Zetok Zalbavar
36b840e014
Merge pull request #3434
...
Andrew Morgan (1):
fix(markdown): Remove spaces from markdown translation
9 years ago
Vincas Dargis
6e8ea15a15
fix(loginscreen.cpp): fix password input focus after mouse click
...
Add setFocus() call to make password input focus work after user
clicks Load button (hence losing focus) with invalid password.
Without this patch, focus only works when using Enter key to login.
9 years ago
Diadlo
504ad534e0
fix(directshow): Fixed problem with crosses initialization
9 years ago
Diadlo
c3de6238ca
feat(camerasource): Change default video mode to preferred
9 years ago
Diadlo
1c5158213d
fix(avform): Added restoring selected region
9 years ago
Diadlo
1ddc1371a0
fix(videoframe): Added correct image copy
9 years ago
Diadlo
ef641ce6d3
style(corevideosource): Small style fixes
9 years ago
Diadlo
9cfd678c26
feat(avform, screenshotgrabber): Added custom screen region selection
9 years ago
Diadlo
d781a4f762
feat(cameradevice, avform): Added ability of screen selection
9 years ago
Diadlo
fd701df101
feat(videomode): Added possible video shift
9 years ago
Diadlo
2d861ee25b
fix(avform): Took default resolution from middle of list
9 years ago
Diadlo
33729dcf4a
refactor(avform): Separeted search of preferred index in function
9 years ago
Diadlo
3f82396173
refactor(avform): Replace `bestModeInds` on videoMode index and video height as quality name
9 years ago
Diadlo
6f3ef0cf59
refactor(avform): Extracted functions with best mode search and combo box filling
9 years ago
Andrew Morgan
fca5f15532
fix(markdown): Remove spaces from markdown translation
...
Spaces were being inserted before and after markdown translated code which could potentially change intended meaning and/or presentation of the user's message. I believe these were necessary for dealing with an earlier bug but from my testing they are no longer needed.
9 years ago