sudden6
90910cbfe1
docs(codingstyle): update min qt version
8 years ago
Diadlo
7b3bd45d50
feat(aboutform): Add OS name in issue template
8 years ago
Diadlo
dd9b324ec3
chore(qt): Remove old qt code
8 years ago
Diadlo
af77efe2ba
chore(travis): Bump travis qt version
8 years ago
Diadlo
f1cf733e3d
chore(INSTALL): Bump Qt lowest versions
...
Since new Debian stable was released, we can drop support of old packages
8 years ago
Diadlo
ab87a8da59
Merge pull request #4494
...
ezavod (1):
fix(ui): wrong size of svg images on buttons
8 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.
8 years ago
Diadlo
bb65a18de5
feat: Add message count in tooltip to LoadHistoryDialog
8 years ago
Diadlo
23fd6962a1
Merge pull request #4488
...
tWido (1):
feat(chatform): Highlight chat history
8 years ago
Diadlo
aebb8d6e76
Merge pull request #4482
...
Yuri (1):
docs: Improved the FreeBSD installation instructions.
8 years ago
Yuri
ddb8e7202d
docs: Improved the FreeBSD installation instructions.
...
Recommending in this order:
1. The binary package
2. The port
8 years ago
Diadlo
c667cf5c84
refactor(widget): Remove 'chatFormIsSet'
...
'charFormIsSet' is small static method used in one place, replaced
on direct using.
8 years ago
Diadlo
31d35ecc62
refactor: Remove Friend::getChatForm using
8 years ago
tWido
3257770bfa
feat(chatform): Highlight chat history
...
Calendar dates with chat history highlighted with bold
Fixes #2296
8 years ago
Diadlo
a7e17a4ee4
Merge pull request #4489
...
tWido (1):
feat(chatform): Export chat history to file
8 years ago
tWido
5e4ab76944
feat(chatform): Export chat history to file
...
Export chat history to plaintext
Fixes #4143
8 years ago
Diadlo
8b6d3a19ef
refactor(chatform): Use offlineEngine directly
8 years ago
Diadlo
0b5b3fcf1a
fix(main): Use correct way to handle application quit
...
Handle apllication aboutToQuit signal
8 years ago
Diadlo
9908c7473b
refactor(main): Use application pointer
8 years ago
Diadlo
70428771fd
Merge pull request #4481
...
Yuri (1):
fix(v4l): Fixed CMakeLists.txt for v4l on FreeBSD
8 years ago
sudden6
b01d04d475
Merge pull request #4471
...
Vincas Dargis (1):
docs(coding): add guides about string usage
8 years ago
Yuri
dfe696e25a
fix(v4l): Fixed CMakeLists.txt for v4l on FreeBSD
...
Fix #4459
MATCH FreeBSD was missing in CMakeKusts.txt.
8 years ago
sudden6
67d2041684
Merge pull request #4480
...
Andrew (anoa) (1):
fix(emojis): Add text variants for the blush emoji
8 years ago
sudden6
6b7c0c738b
fix(build): add missing rcc options
...
This should reduce the qTox binary size.
8 years ago
Zetok Zalbavar
e5bc9bb16a
Merge pull request #4473
...
Samantha McVey (1):
docs(Install): Fix command that could glob incorrectly
8 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.
8 years ago
Andrew (anoa)
9a367ffbf0
fix(emojis): Add text variants for the blush emoji
8 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.
8 years ago
Zetok Zalbavar
05ba157e83
Merge pull request #4475
...
Andrew (anoa) (1):
docs(INSTALL): update install docs with workaround for fedora 25
8 years ago
Andrew (anoa)
5f41853881
docs(INSTALL): update install docs with workaround for fedora 25
8 years ago
Diadlo
b39a15873d
Merge pull request #4467
...
Yuri (1):
feat(toxid): Show NoSpam and checksum parts of ToxID in colors.
8 years ago
Zetok Zalbavar
b40733b62f
Merge pull request #4463
...
Alice Weigt (1):
fix(bootstrap): qrencode url
8 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.
8 years ago
Yuri
c0951a5675
feat(toxid): Show NoSpam and checksum parts of ToxID in colors.
...
Also added the explanation to the ToxID tooltip message.
8 years ago
Diadlo
a9e96e5928
Merge pull request #4464
...
Alice Weigt (1):
feat(audio):OutgoingCallSound
8 years ago
Alice Weigt
a06ad7048e
feat(audio):OutgoingCallSound
...
Adds outgoing call sound when call is started
8 years ago
Diadlo
23ed1a3966
refactor: Move iterator declaration in foreach scope
...
Narrow the iterator scope
8 years ago
Diadlo
3f7380db48
refactor: Add deleted copy constructor
...
GenericChatItemLayout allocates memory in constructor, so it's require a
copy constructor. Because we don't copy it I've declare this constructor
as deleted
8 years ago
Diadlo
6045e57829
refactor: Make constructor with one argument explicit
8 years ago
Diadlo
6e697053a7
refactor: Reorder FrameBufferKey
...
Reordered to be same with docs and prototype.
8 years ago
Diadlo
6c4c5d86fc
refactor: Remove audioInputFlag and audioOutputFlag
...
They exists in the parent class
8 years ago
Diadlo
efcad35fd5
fix: Fix warning about stack protection
...
Replace local array on stack with dynamic size on QByteArray with
dynamic size
8 years ago
Diadlo
8e93af7fca
refactor: Add copy and move assignment operator to toxid and toxpk
...
Add assignment operator to classes which has copy constructor
8 years ago
Diadlo
365d703e8a
perf: Pass std::function by reference
8 years ago
Diadlo
7895bcdaa0
refactor: Remove useless check
...
uint32_t always greater of equal 0
8 years ago
Diadlo
9a0632b0cf
fix: Using foreach to iterate through CFLAGS_OTHER
...
PkgConfig use 'separate_arguments' for pkgconfig result, so output
converted to the list (in cmake it's semicolumnt separated values).
If we try to append CFLAGS_OTHER as is, it will provide error for
more then one cflag in '.pc' file
Fix #4175 , fix #4457 .
8 years ago
Diadlo
d90a60bdf7
revert: "fix: Replace hardcored roaming path on QStandartPath"
...
Fix #4449
This reverts commit f616ff36b6
.
8 years ago
Zetok Zalbavar
6b3e03ca6a
chore(travis): fix deployment of jenkins branch for bugfix tags
...
Bugfix tags contain backported patches, and thus they aren't shown by
the `git describe`. Thus trust that Travis provides correct branch name
for the tag to push to `for-jenkins-release` branch.
8 years ago
Zetok Zalbavar
cf72136b14
chore(build): don't update version numbers via cmake
...
Scripts updating versions in source depend on GNU sed which is sometimes
not set as the default on some OSes.
With the change, one will need to manually call the update script before
releases.
Fixes #4439 .
8 years ago
sudden6
98a01dfefc
Merge pull request #4440
...
ezavod (1):
fix(ui): add date message before info messages
8 years ago