- Apr 26, 2023
-
-
- add an outline on the item that have the active focus - override only after a tab key press GitLab: #1082 Change-Id: Ib549052e0fa2fe6d781df6980ce662919925c473
-
- Apr 11, 2023
-
-
Prevents some uncaught exceptions that could occur depending on test implementation. Gitlab: #899 Change-Id: I5b06c270c924071f331e20f3b894a4bb80228137
-
+ set the maximum number of characters in the input + elide the text when it's too long + save on focus change in the settings view GitLab: #1064 Change-Id: I973ff09cb3ce56cda98a0b40cedde88ac3829c1d
-
- Apr 06, 2023
-
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: I5defa1135f23da975fa0f60cb2762b67d7bc7e86
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: I5bc73e07f15e73ee2f84e8e5c02689c81e670272
-
Andreas Traczyk authored
Several subsequent patches will be required so this can be used for our tests. Gitlab: #899 Change-Id: I3939770ed34fe40aafa2ab93e2bab3cd77a20955
-
- Apr 05, 2023
-
-
Andreas Traczyk authored
This was causing invalid connections during test setup. Not having a null preview engine will prevent dereferencing a null pointer once messaging tests are implemented, however, the webengine will not work correctly due to missing resources which may be corrected in a subsequent patch. This commit also moves .clang-format to the root repo dir so it will apply to the test source code (the test source code should be within the src dir). Gitlab: #899 Change-Id: I8cac1fb937a0c60a91219b11ed1e0b5f323b1816
-
Andreas Traczyk authored
- simplifies and fixes the python build script for Windows - applies pep8 to the script also Gitlab: #899 Change-Id: Ieb3debd08ddf1649a46208fc52362d20c504c1b1
-
- Feb 28, 2023
-
-
Aline Gondim Santos authored
GitLab: #986 GitLab: #1004 Change-Id: Iea441cba4c258a82b9a553c93c81e4d76f0baa1c
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Jan 06, 2023
-
-
Andreas Traczyk authored
This is moved to libjami in commit e4fa507. Also bump libjami to e4fa507. Change-Id: I5414f0b4987aec6474c09d8ecc4d1675c565853d
-
- Dec 20, 2022
-
-
Sébastien Blin authored
isBlocked doesn't exist, it's isBanned. Also link spfm and webengine to tests (in order to fix tst_ChatViewFooter.qml) Change-Id: Ic4ac0565ba5975213728b16e3e3d5718aa9851b6
-
- Dec 05, 2022
-
-
Sébastien Blin authored
This avoid to get previous text when creating a second swarm Change-Id: I86bb907cc30133432601cb59d9384758971fb331
-
- Dec 02, 2022
-
-
Sébastien Blin authored
Change-Id: I393ba9f6a18061de9036953bf178a8898c9380f1
-
Sébastien Blin authored
Pretty all tests are broken, but at least, forcing the CI to build it will force people to check it. Change-Id: I974905a893b6a53ce71890b63a01be6a791ea556
-
- Nov 12, 2022
-
-
Maxim Cournoyer authored
The linker would throw errors starting with GCC 10 (see: https://gcc.gnu.org/gcc-10/porting_to.html). Final fix for <#882>. * tests/unittests/account_unittest.cpp (globalEnv): Remove variable. * tests/unittests/contact_unittest.cpp: Likewise. Change-Id: I08cff055590c06afb9423759ff3e2c6c6c790e94
-
- Nov 11, 2022
-
-
Maxim Cournoyer authored
Fixes <#883>. Automated via: $ find tests -name '*.qml' | xargs sed -i 's,qrc:/src,../../../src,' Change-Id: Ic1a2f419e3e328e8bf861e7fdf370f15da66675f
-
Maxim Cournoyer authored
Partially fixes <#882>. * tests/CMakeLists.txt: Link test objects with ${LIBCLIENT_NAME}. Change-Id: I6808202f046902c5c05c089c0c2fe3d97492a754
-
- Nov 08, 2022
-
-
Maxim Cournoyer authored
Partially fixes <#882>. This follows commit dae92490. * tests/CMakeLists.txt: Rename QML_LIBS to QT_LIBS, a regression introduced in d82e3820. Remove the dependency on on the Widgets module, now provided via QT_LIBS. * tests/qml/main.cpp [WITH_WEBENGINE]: Include QtWebEngine modules conditionally. (main) [WITH_WEBENGINE]: Initialize webengine conditionally. Change-Id: I0df4e11ca3571338fb1e8967784dc6f09ca1dfee
-
- Nov 06, 2022
-
-
Maxim Cournoyer authored
Fixes <#882>. * tests/CMakeLists.txt: Add "Widgets" Qt module to find_package call. (QML_TEST_LIBS): Add Qt::Widgets. Change-Id: I695010776e6d2638fb65009c79f3263269e1020e
-
- Sep 30, 2022
-
-
Change-Id: Ia6d7ba0ee9e32d5830b35b863b3981e2487df183 GitLab: #821
-
- Sep 19, 2022
-
-
Split TipBox into dynamic components to avoid to load all the things. Show the Customize Tip Box only if necessary Replace backup key page by a tipbox Change-Id: Ie499fb16fe67648bbdd327eb24705a1881d9cea8
-
- Jul 12, 2022
-
-
Change-Id: Idc960c96e4647dbb6f8c1d64f545fe25c80bbaa5
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- 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
-
- Dec 21, 2021
-
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Nov 15, 2021
-
-
Ming Rui Zhang authored
Archive master.zip seems invalid Change-Id: I0a5187ed54440b8d79498f03064a82e8429e5aff
-
- Oct 06, 2021
-
-
Introduces a primitive QML ListView based chat view lacking features present in the previous web chat view, that will be added in subsequent commits(styling, preview/media/link/file-transfer message type support, etc.). Gitlab: #467 Change-Id: Iedc40f6172a6cdacc48cda6f4187053fbf226713
-
- Sep 14, 2021
-
-
Ming Rui Zhang authored
1. Add account config QML properties and use them in settings directly to avoid manual update 2. Rough clean up for video/audio settings 3. Remove settingsAdapter entirely and split the responsibility Change-Id: Icf81b91d5a3a0dd9f2a52824159cd222367b801f
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
Andreas Traczyk authored
This test relies on jams server response. We should be providing a fake lrc implemtation for testing to guarantee signal emission. Change-Id: I6a15d729d87db15ab535bec0962e1166a6944b33
-
- Aug 16, 2021
-
-
Ming Rui Zhang authored
Add enter key event handle for lineEdits in wizardview Gitlab: #470 Change-Id: I41948196742068cd0a03ff37efe93982410e91ce
-
Ming Rui Zhang authored
1. Remove the "Select file" button during the camera picture-taking process 2. Add missing cancel (x) button during the first step of the camera picture-taking process 3. Disable all interactive components when the account creation is unfinished Gitlab: #486 Change-Id: I91e279052aecdd9327f59e9a1377c344d9052323
-
- Aug 05, 2021
-
-
Gitlab: #470 Change-Id: I598cab490149739858958e89cc40cabb5820714a
-
Gitlab: #470 Change-Id: I79d1b5c77ae9e983e1c264532727616afb23f3ab
-
Gitlab: #470 Change-Id: I9dd65e83885e89b447d6354c984d3d707e9f7061
-
1. Move accountStatusChanged and profileUpdated signals out from safeInit. 2. Add interrupter concept into Utils::oneShotConnect to avoid oneShotConnect being triggered after. 3. Add varieties of tests for wizardview including accounts creation tests (SIP, Jami, Rendezvous, Backup) 4. Remove uncleared stackLayoutIndex Gitlab: #470 Change-Id: I22c04811110b277eee53610f4ae34c924316a20a
-
- Jul 29, 2021
-
-
Ming Rui Zhang authored
1. Move JAMI_DATA_HOME, JAMI_CONFIG_HOME, JAMI_CACHE_HOME setup into individual test main entry 2. Use google test assertion macros instead of Qt 3. Add QT_QPA_FONTDIR to avoid QFont warnings 4. Tests will now fail if the env variables cannot be set Change-Id: I63f6498d26b646d8ebc60799d8797fd5f13b54f9
-
- Jul 20, 2021
-
-
Ming Rui Zhang authored
1. Adjust QML main setup 2. Add resources.qrc for test and Qt Creator display 3. Change LRCInstance and ScreenInfo to QML Singletons 4. Move QML type registration entirely to qmlregister Change-Id: I5c8a854173a2ec1f85ffa971707af262fa344505
-