mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00

The attempted fix in commit65d3bef
was based on the incorrect assumption that md4c systematically fails to detect links that contain at least one +, - or _. This commit removes the postprocessing step added in65d3bef
and instead patches md4c to directly fix its link recognition algorithm. GitLab: #1903 GitLab: #1964 Change-Id: Ic1d6302e3250390af66611a16715a6397578abb5
33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
[submodule "3rdparty/qrencode-win32"]
|
|
path = 3rdparty/qrencode-win32
|
|
url = https://github.com/blizzard4591/qrencode-win32.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/libqrencode"]
|
|
url = https://github.com/fukuchi/libqrencode.git
|
|
ignore = dirty
|
|
path = 3rdparty/libqrencode
|
|
[submodule "3rdparty/SortFilterProxyModel"]
|
|
path = 3rdparty/SortFilterProxyModel
|
|
url = https://github.com/atraczyk/SortFilterProxyModel.git
|
|
branch = qt-6
|
|
ignore = dirty
|
|
[submodule "daemon"]
|
|
path = daemon
|
|
url = https://review.jami.net/jami-daemon
|
|
# Sparkle is updater for macOS
|
|
[submodule "extras/packaging/update/sparkle/Sparkle"]
|
|
path = extras/packaging/update/sparkle/Sparkle
|
|
url = https://github.com/sparkle-project/Sparkle.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/md4c"]
|
|
path = 3rdparty/md4c
|
|
url = https://github.com/fsimonfc/md4c.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/tidy-html5"]
|
|
path = 3rdparty/tidy-html5
|
|
url = https://github.com/htacg/tidy-html5.git
|
|
ignore = dirty
|
|
[submodule "3rdparty/zxing-cpp"]
|
|
path = 3rdparty/zxing-cpp
|
|
url = https://github.com/nu-book/zxing-cpp.git
|
|
ignore = dirty
|