Viktar Vauchkevich
0c95284ecc
feat(l10n): update Belarusian translation from Weblate
8 years ago
remussatala
383746043f
feat(l10n): update Romanian translation from Weblate
8 years ago
sudden6
ab62221375
fix(build): when building without XSS extension
8 years ago
sudden6
8c2703b756
Merge pull request #4507
...
Andrew Morgan (1):
fix(ui): Use native file picker dialog
8 years ago
Andrew Morgan
42a9534b24
fix(ui): Use native file picker dialog
...
The original reason that the Qt picker was used instead of the native
picker was that the native option would cause Nautilus/GNOME-based
pickers to hang.
This turned out to be due with a Qt bug with parenting Gtk windows. As a
result the parent of each file dialog window has been set to NULL,
eliminating the crash. As far as tests have shown, this produces no
adverse effects on either floating or tiling wms.
Fixes #3494
8 years ago
Diadlo
d704f5d21d
perf: Optimize open/close device
...
Because while device thread wait for a freeing 'streamMutex', in another
thread someone can subscribe or unsubscribe => it will require useless
pair (close + open) or (open + close)
8 years ago
Diadlo
d86912eacd
fix: Invoke device methods in deviceThread
...
Fix #2058
8 years ago
Diadlo
d720cca969
refactor: Split device and stream mutexes
8 years ago
Diadlo
50eaea8f8e
refactor: Add deviceThread
8 years ago
Diadlo
60dc4b34a4
refactor: Remove extra checks in [un]subscribe
8 years ago
Diadlo
a22694c9e8
refactor: Remove unused bool result
8 years ago
Diadlo
b562b31413
refactor: Remove unused functions
8 years ago
Diadlo
3b2352a0ee
refactor: Rename methods in CameraSource
...
To make the method more correctly reflect the essence
8 years ago
Diadlo
3c21af200c
revert: "refactor(core): Remove unused Core::reset method"
...
This reverts commit 4664c6249a .
8 years ago
sudden6
90910cbfe1
docs(codingstyle): update min qt version
9 years ago
Diadlo
7b3bd45d50
feat(aboutform): Add OS name in issue template
9 years ago
Diadlo
dd9b324ec3
chore(qt): Remove old qt code
9 years ago
Diadlo
af77efe2ba
chore(travis): Bump travis qt version
9 years ago
Diadlo
f1cf733e3d
chore(INSTALL): Bump Qt lowest versions
...
Since new Debian stable was released, we can drop support of old packages
9 years ago
Diadlo
ab87a8da59
Merge pull request #4494
...
ezavod (1):
fix(ui): wrong size of svg images on buttons
9 years ago
ezavod
5b0bf9fc9b
fix(ui): wrong size of svg images on buttons
...
Replaced size in percentage with size in pixels in call and emote buttons.
Added margin to mic and volume buttons.
9 years ago
Diadlo
bb65a18de5
feat: Add message count in tooltip to LoadHistoryDialog
9 years ago
Diadlo
23fd6962a1
Merge pull request #4488
...
tWido (1):
feat(chatform): Highlight chat history
9 years ago
Diadlo
aebb8d6e76
Merge pull request #4482
...
Yuri (1):
docs: Improved the FreeBSD installation instructions.
9 years ago
Yuri
ddb8e7202d
docs: Improved the FreeBSD installation instructions.
...
Recommending in this order:
1. The binary package
2. The port
9 years ago
Diadlo
c667cf5c84
refactor(widget): Remove 'chatFormIsSet'
...
'charFormIsSet' is small static method used in one place, replaced
on direct using.
9 years ago
Diadlo
31d35ecc62
refactor: Remove Friend::getChatForm using
9 years ago
tWido
3257770bfa
feat(chatform): Highlight chat history
...
Calendar dates with chat history highlighted with bold
Fixes #2296
9 years ago
Diadlo
a7e17a4ee4
Merge pull request #4489
...
tWido (1):
feat(chatform): Export chat history to file
9 years ago
tWido
5e4ab76944
feat(chatform): Export chat history to file
...
Export chat history to plaintext
Fixes #4143
9 years ago
Diadlo
8b6d3a19ef
refactor(chatform): Use offlineEngine directly
9 years ago
Diadlo
0b5b3fcf1a
fix(main): Use correct way to handle application quit
...
Handle apllication aboutToQuit signal
9 years ago
Diadlo
9908c7473b
refactor(main): Use application pointer
9 years ago
Diadlo
70428771fd
Merge pull request #4481
...
Yuri (1):
fix(v4l): Fixed CMakeLists.txt for v4l on FreeBSD
9 years ago
sudden6
b01d04d475
Merge pull request #4471
...
Vincas Dargis (1):
docs(coding): add guides about string usage
9 years ago
Yuri
dfe696e25a
fix(v4l): Fixed CMakeLists.txt for v4l on FreeBSD
...
Fix #4459
MATCH FreeBSD was missing in CMakeKusts.txt.
9 years ago
sudden6
67d2041684
Merge pull request #4480
...
Andrew (anoa) (1):
fix(emojis): Add text variants for the blush emoji
9 years ago
sudden6
6b7c0c738b
fix(build): add missing rcc options
...
This should reduce the qTox binary size.
9 years ago
Zetok Zalbavar
e5bc9bb16a
Merge pull request #4473
...
Samantha McVey (1):
docs(Install): Fix command that could glob incorrectly
9 years ago
Vincas Dargis
bf8ecb4419
docs(coding): add guides about string usage
...
Add guides about using QStringLiteral, QLatin1String, QLatin1Char and QStringBuilder for more efficient strings.
Qt uses uses these techniques internally and can be considered as good coding practice when working with Qt libraries.
9 years ago
Andrew (anoa)
9a367ffbf0
fix(emojis): Add text variants for the blush emoji
9 years ago
Samantha McVey
06d0844a31
docs(Install): Fix command that could glob incorrectly
...
Without the slash, the shell may try and select the ffmpeg archive
instead of the ffmpeg archive's extracted folder.
9 years ago
Zetok Zalbavar
05ba157e83
Merge pull request #4475
...
Andrew (anoa) (1):
docs(INSTALL): update install docs with workaround for fedora 25
9 years ago
Andrew (anoa)
5f41853881
docs(INSTALL): update install docs with workaround for fedora 25
9 years ago
Diadlo
b39a15873d
Merge pull request #4467
...
Yuri (1):
feat(toxid): Show NoSpam and checksum parts of ToxID in colors.
9 years ago
Zetok Zalbavar
b40733b62f
Merge pull request #4463
...
Alice Weigt (1):
fix(bootstrap): qrencode url
9 years ago
Alice Weigt
f90da3d07a
fix(bootstrap): qrencode url
...
Updated qrencode url to https and added error checking if the cert gets in the way.
9 years ago
Yuri
c0951a5675
feat(toxid): Show NoSpam and checksum parts of ToxID in colors.
...
Also added the explanation to the ToxID tooltip message.
9 years ago
Diadlo
a9e96e5928
Merge pull request #4464
...
Alice Weigt (1):
feat(audio):OutgoingCallSound
9 years ago
Alice Weigt
a06ad7048e
feat(audio):OutgoingCallSound
...
Adds outgoing call sound when call is started
9 years ago