sudden6
aeb9df0750
refactor(core): reduce line lenghts
8 years ago
sudden6
3e50757ddb
refactor(profile): reduce code duplication
8 years ago
sudden6
c7375e7f3d
Merge pull request #4300
...
ezavod (1):
fix: set CSS font-weight of editbox always to normal
8 years ago
NWeyand
7d316009cd
docs(INSTALL): added note about possible false positives on some anti virus SW
...
Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
8 years ago
ezavod
3acbc148f5
feat(chatform): mark message with triple click
...
This is an implementation of proposal #4003 .
8 years ago
ezavod
96b2977a5f
fix: set CSS font-weight of editbox always to normal
...
This fixes issue #4292 by setting CSS `font-weight: normal` always.
8 years ago
NWeyand
2c7f945326
docs(INSTALL): updated Windows build instructions
...
Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
8 years ago
Zetok Zalbavar
b173d4677c
docs(CONTRIB): add index of sections to CONTRIBUTING.md
...
Should help people who feel lost scrolling through lots of stuff there.
8 years ago
sudden6
2e4ac3c6ac
Merge pull request #4285
...
DX37 (1):
chore(build): Remove '-pie' linker flag in qtox.pro for Windows
8 years ago
sudden6
6a16a2bdbc
feat(groups): add option to automatically accept groupchat invites
...
Allows to accept group chat invites from select contacts automatically.
fix #1197
8 years ago
Zetok Zalbavar
9236763865
docs(INSTALL): fix formatting after github changed its markdown parser
8 years ago
DX37
6e9c097531
chore(build): Remove '-pie' linker flag in qtox.pro for Windows
...
This, again, fixes #4280 , but now for qmake, which I forgot to edit.
This should finally fix Windows Jenkins builds.
8 years ago
sudden6
f839abf33f
Merge pull request #4281
...
DX37 (1):
chore(build): Remove '-pie' linker flag and fix strmiids dependency on Windows
8 years ago
sudden6
e9515f4898
fix: remove useless line that caused a warning
8 years ago
sudden6
feea196ad2
Merge pull request #4279
...
noavarice (2):
test: added case for multiple URL's in one message
fix: fixed wrong formatting for multiple URL's in one message
8 years ago
DX37
f6b8601897
chore(build): Remove '-pie' linker flag and fix strmiids dependency on Windows
...
One part fixes #4280 (removing this flag giving qTox on Windows able to start properly), another part fixes my mistake in #4258 (strmiids still needed for
linking, but previous searching of this libstrmiids.a wasn't include, for example, '/mingw32/i686-w64-mingw32/lib'. So I just add this lib to $ALL_LIBRARIES,
because it exists in system by default).
8 years ago
noavarice
08208e9aa5
fix: fixed wrong formatting for multiple URL's in one message
...
Fix #4275
I did not consider that replacing one substring with another will point
to shifting position of next URL found with regexp. That's the behavior
of Qt's "QRegularExpression" class - it takes a string into constructor
and seems to make its copy inside so changing source string does not
affect this regex object
8 years ago
noavarice
d34ac1e396
test: added case for multiple URL's in one message
8 years ago
sudden6
6b5d25acc7
Merge pull request #4273
...
Flemming Richter (2):
chore(build): add missing dependencies and fix make path
chore(build): switch from ffmpeg2-devel to libav*-devel for OpenSUSE
8 years ago
Flemming Richter
2a093936e3
chore(build): switch from ffmpeg2-devel to libav*-devel for OpenSUSE
...
Switched to libav*-devel because ffmpeg-devel is not available on
OpenSUSE in the official repos, and libav*-devel provides the headers
for FFmpeg 3.x series.
8 years ago
Diadlo
84e73f300a
fix(README): Fix mardown to correct display on github
8 years ago
Flemming Richter
9b3d919d27
chore(build): add missing dependencies and fix make path
...
This commit adds the following fixes to simple_make.sh
- cmake -H -B is undocumented and not officially supported, so replace
it with the standard way
Fixes #4267
- fix build via "opensuse" docker image
+ zypper in sudo (if not installed)
+ replace external program "which" with shell built-in "command -v"
+ update and sorte depencies for OpenSUSE
+ improve the distro test, as OpenSUSE may have apt installed, but
not necessarily lsb_release.
Note:
OpenSUSE has no package called ffmpeg-devel in the official repos, but it
it has ffmpeg2-devel.
8 years ago
Diadlo
74356abda4
docs: Add docs to ContentDialog
8 years ago
Diadlo
add8d51a29
refactor: ContentDialog refactoring
8 years ago
Diadlo
c7202c8b24
fix(widget): Add friendWidget deletation
...
Thanks @noavarice for help.
Fix #4254 , #4229
8 years ago
sudden6
f0cec44a8c
fix: silence various warnings
8 years ago
tux3
f07daaf159
fix: Stop using deprecated avcodec_decode_video2
8 years ago
tux3
91414b4fce
fix: Remove unnecessary calls to av_frame_unref
...
If we immediately free it, the refcount goes to zero!
8 years ago
tux3
9674bff0cf
fix: Stop using deprecated AVStream::codec
...
We now use the AVCodecParameters instead, as recommended
8 years ago
sudden6
300ac12e3f
fix: silence warning by not using dynamic arrays on stack
8 years ago
Zetok Zalbavar
7e0bcf089f
chore(CHANGELOG): add changelog for the v1.9.0 release
8 years ago
Zetok Zalbavar
f72c83afb7
chore(i18n): update translation files for Weblate
8 years ago
Bert
015c8b0092
feat(l10n): update German translation from Weblate
8 years ago
sudden6
036ea14b26
feat(l10n): update German translation from Weblate
8 years ago
LNDDYL
9fadde67a1
feat(l10n): update Chinese (Traditional) translation from Weblate
8 years ago
LNDDYL
ae67624610
feat(l10n): update Chinese (Simplified) translation from Weblate
8 years ago
ati3
a6665fe028
feat(l10n): update Slovak translation from Weblate
8 years ago
Viktar Vauchkevich
a335e32af5
feat(l10n): update Belarusian translation from Weblate
8 years ago
Maxim Kurnosenko
17413c0864
feat(l10n): update Russian translation from Weblate
8 years ago
Pietro La Porta
c6ca151883
feat(l10n): update Italian translation from Weblate
8 years ago
Zetok Zalbavar
3f013331c6
docs(INSTALL): add missing Debian dependency `qttools5-dev`
...
Which provides needed `Qt5LinguistToolsConfig.cmake` for CMake.
8 years ago
sudden6
377908a6a5
Merge pull request #4258
...
DX37 (1):
chore(build): don't ask for strmiids
8 years ago
sudden6
b195ff5a66
Merge pull request #4257
...
DX37 (1):
fix: Fix incorrect headers order
8 years ago
DX37
0fc3911318
fix: Fix incorrect headers order
...
Because of incorrect order, qTox on Windows can't be compiled properly.
Fixes #4220
8 years ago
DX37
7c72f4e921
chore(build): don't ask for strmiids
...
Fixes bulding with cmake on Windows. strmiids is exists as a
libstrmiids.a static library, but cmake can't find it. Because of
useless of this search and successful building without it, I'm removed it.
8 years ago
Zetok Zalbavar
1d82f1fe89
Merge pull request #4255
...
ezavod (1):
fix: emoji packs path in user manual
8 years ago
ezavod
a3e646182a
fix: emoji packs path in user manual
8 years ago
Diadlo
2923697b5c
Merge pull request #4243
...
noavarice (2):
test: added tests for all types of markdown symbols in URL
fix: URL's are not affected by markdown
8 years ago
noavarice
18c3f3a217
fix: URL's are not affected by markdown
...
Fix #4242
Just running in a loop through all of markdown symbols in found URL's,
replacing them with their associated HTML character code before the code
formatting to avoid any chance of interception
8 years ago
noavarice
54ae5c006d
test: added tests for all types of markdown symbols in URL
8 years ago