1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

4851 Commits

Author SHA1 Message Date
sudden6
ee0294bb4c
Merge pull request #3464
Andrew Morgan (1):
      feat(chatform): Disable call buttons if friend is offline
2016-07-07 23:31:54 +02:00
Zetok Zalbavar
34fb127db1
docs(MAINTAINING.md): note that not using merge script can break builds 2016-07-07 14:14:50 +01:00
Diadlo
29dbd03076
feat(l10n): update Russian translation from weblate 2016-07-07 13:48:49 +01:00
Zetok Zalbavar
699ffae422
Merge pull request #3486
wDraw (1):
      feat(l10n): update Bulgarian translation
2016-07-07 13:41:54 +01:00
wDraw
b6b149a756 feat(l10n): update Bulgarian translation
feat(l10n): cleanup Bulgarian translation
2016-07-07 11:37:56 +03:00
Zetok Zalbavar
3ae18f2090
Merge pull request #3482
minj (1):
      feat(l10n): update Lithuanian translation
2016-07-06 13:40:13 +01:00
minj
9d10884029 feat(l10n): update Lithuanian translation 2016-07-06 13:32:05 +03:00
Zetok Zalbavar
2d06b9960c
fix(qtox.pro): don't depend on GTK in order to build on Linux 2016-07-06 10:40:44 +01:00
Zetok Zalbavar
99ce719b80
chore: remove unnecessary indentation from merge commit message 2016-07-05 14:47:24 +01:00
Nils Fenner
b4a87a3a0e
Merge PR #3447 branch from 'anoadragon453:nautilus-fix' 2016-07-05 10:38:02 +02:00
Nils Fenner
1dd730841a
refactor(chat-settings): use safe methods to get the font's pixel size
Further rename the pixel size vars to improve readability.
2016-07-05 08:48:09 +02:00
Nils Fenner
9ec5c11caa
fix(chat-settings): change order during chat-base-font UI initialization
Setting "currentFont" fires a "currentFontChanged" signal, causing the wrong font pixel-size. After changing the order, the values still overwrite the font settings - yet with the correct values. Probably all signals should be blocked in c'tor during initialization of the settings widget(s) to avoid overwriting any settings.
2016-07-05 08:48:09 +02:00
Zetok Zalbavar
a01293f81e
Merge pull request #3472
C M B (2):
      feat(l10n): update French translation from weblate
      feat(l10n): update German translation from weblate

Diadlo (1):
      feat(l10n): update Russian translation from weblate

Reg Zi (1):
      feat(l10n): update Bulgarian translation from weblate

ovalseven8 (1):
      feat(translation): Update for German translation file

qTox translations (1):
      chore(i18n): update translation files for weblate
2016-07-04 17:21:59 +01:00
ovalseven8
beca3a9c45 feat(translation): Update for German translation file 2016-07-04 17:33:11 +02:00
qTox translations
6649337fb6
chore(i18n): update translation files for weblate 2016-07-04 12:14:04 +01:00
C M B
351c4166b2
feat(l10n): update German translation from weblate 2016-07-04 12:06:32 +01:00
C M B
d9fc36db4b
feat(l10n): update French translation from weblate 2016-07-04 12:03:45 +01:00
Reg Zi
e0b41d5764
feat(l10n): update Bulgarian translation from weblate 2016-07-04 11:59:21 +01:00
Diadlo
861cf7d93d
feat(l10n): update Russian translation from weblate 2016-07-04 11:57:11 +01:00
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.
2016-07-04 01:05:13 -07:00
Zetok Zalbavar
4872eb3cc3
chore(travis): make travis build exit as soon as test fails
Also add `pkg-config` to travis build script for Linux.
2016-07-03 14:59:44 +01:00
tux3
4eed2549aa
fix(doc): CONTRIBUTING.md typos 2016-07-03 13:30:21 +02:00
tux3
fc3ac1ae5a
Merge pull request #3466
RegZi (1):
      docs(CONTRIBUTING.md): change type descriptions for less confusion
2016-07-03 13:27:29 +02:00
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.
2016-07-03 12:49:13 +02:00
RegZi
02cacea6fd
docs(CONTRIBUTING.md): change type descriptions for less confusion 2016-07-03 13:28:40 +03:00
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.
2016-07-02 15:17:02 -07:00
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.
2016-07-01 10:41:41 +02:00
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
2016-07-01 10:41:41 +02:00
Nils Fenner
bec635ad11
refactor(audio): cleanup initialization of audio device lists
* move private code
* fix unsigned/signed conversion warnings
2016-07-01 10:41:41 +02:00
Zetok Zalbavar
6ac8827d29
chore(ISSUE_TEMPLATE): update location of log file on ~unix platforms 2016-06-30 21:38:51 +01:00
qTox translations
59c136c562
chore(l18n): update translation files for Weblate 2016-06-30 21:15:37 +01:00
Twyz™
e6f870f4b4
feat(l10n): update Italian translation from weblate 2016-06-30 21:13:34 +01:00
Eugene
f2c19912c4
feat(l10n): update Belarusian translation from weblate 2016-06-30 21:11:26 +01:00
Nils Grundmann
6501911730
feat(l10n): update German translation from weblate 2016-06-30 21:08:56 +01:00
Nils Fenner
6189ecbf47
refactor(chatform): use reference var when initializing from settings 2016-06-30 20:24:00 +02:00
Nils Fenner
41c96eb159
feat(chat): add the ui settings to alter font and size for chat messages 2016-06-30 20:24:00 +02:00
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.
2016-06-30 20:24:00 +02:00
Nils Fenner
8ba2054190
feat(chat): add settings to alter the chat view's base font
Defaults to GUI style font according to previous behavior.
2016-06-30 20:24:00 +02:00
sudden6
d408cb5184
Merge pull request #3444
Diadlo (1):
      fix(chatform, screenshotgrabber): Fixed memory leak
2016-06-30 13:49:45 +02:00
Diadlo
bf7c62d6fa
fix(chatform, screenshotgrabber): Fixed memory leak
Memory for ScreenshotGrabber was allocated, but don't deallocated
2016-06-30 14:45:47 +03:00
sudden6
2c49ada955
Merge pull request #3445
Diadlo (2):
      fix(main): Closing file before removing
      style(main): Small style fixes
2016-06-30 13:13:13 +02:00
sudden6
35669cb12b
Merge pull request #3446
Diadlo (1):
      fix(addfriendform): Fixed problem with reading friend request
2016-06-30 13:09:06 +02:00
Diadlo
7be8ad01da
fix(addfriendform): Fixed problem with reading friend request
Fix #3421
2016-06-28 23:07:47 +03:00
Diadlo
104c7c6e0c
style(main): Small style fixes 2016-06-28 22:42:49 +03:00
sudden6
4f493c5df7
Merge pull request #3424
Colomban Wendling (1):
      refactor(passwordedit): optimize event handler unregistration
2016-06-28 19:03:13 +02:00
Diadlo
29ab61efdf
fix(main): Closing file before removing
Fix #3440
2016-06-26 21:13:39 +03:00
Zetok Zalbavar
02b6fcb089
chore: add Belarusian and Esperanto to translations/README.md table 2016-06-25 18:39:13 +01:00
Nathan Follens
8ac47bf06b
feat(l10n): update Dutch translation from weblate 2016-06-25 18:03:12 +01:00
Anton Batenev
379aaa0fdb
feat(l10n): update Russian translation from weblate 2016-06-25 17:57:40 +01:00
Zetok Zalbavar
dc26379eeb
Merge pull request #3437
Vincas Dargis (1):
      fix(loginscreen.cpp): fix password input focus after mouse click
2016-06-25 16:20:53 +01:00