- Feb 12, 2024
-
-
Andreas Traczyk authored
Change-Id: Ib7c978e2b5ea8e16115c8818afc387988c13d72a
-
- Nov 16, 2023
-
-
Andreas Traczyk authored
Use version with latest vcxproj. Change-Id: I61cb0168e684566f47cf32e993371a25539d4c8a
-
- Nov 15, 2023
-
-
Sébastien Blin authored
Change-Id: Ie82dd09bde90df6d3df684198a5f561cba167347
-
- Nov 14, 2023
-
-
Andreas Traczyk authored
Changes to a more maintained repo source. Change-Id: Ie9903761ad8cb740b79552f59dc851976c1ef9da
-
- May 15, 2023
-
-
Introduces MessageParser to encapsulate text treatment for raw text messages. The async parsing sequence is as follows: - Markdown -> HTML (md4c) - link coloration (tidy-html5) - notify UI - request link preview info from PreviewEngine for the first link - Preview engine uses QtNetwork instead of QtWebengine - Linkification is handled by MessageParser instead of linkify.js QtWebengine is no longer required for message parsing. Gitlab: #1033 Gitlab: #855 Change-Id: Ief9b91aa291caf284f08230acaf57976f80fa05b
-
- Feb 28, 2023
-
-
Kateryna Kostiuk authored
This patch adds a parameter arch to specify architecture to build. This parameter could be arm64, x86_64 or unified. Change-Id: I2907e03410e0c01b8505afbe283da04b8d0291b6
-
- Sep 27, 2022
-
-
Andreas Traczyk authored
Change-Id: I1ab3c16d7ff99293c5931cea32097961c55528f9
-
- Sep 26, 2022
-
-
Andreas Traczyk authored
Can be used directly in QML without having to derive from QSortFilterProxyModel and manage source model settings from C++ code. Change-Id: Icac1f6dadfc0d1f64b4459ae0cdbebdd30b79b3e
-
- Dec 22, 2021
-
-
+ Check early for Qt6 and remove module list duplication. + Add qrencode-win32 as a submodule. Remove unused libqrencode submodule(GNU/Linux and macOS use package dependencies). + Remove unused ReleaseCompile option. REQUIRES adjustments to: - https://jenkins.jami.net/view/clients/job/client-qt-msvc-tests (JenkinsFile ??) Gitlab: #601 Change-Id: Ied65c9aaead86009d70f68705f8592950dab2dfa
-