- Apr 13, 2023
-
-
Andreas Traczyk authored
This homogenizes the script calling convention with other platforms, and will allow for a cleaner approach when searching for Qt tools (qmlformat). Gitlab: #1059 Change-Id: I540ff61bd92186bb5a2998670665631e352852b9
-
Andreas Traczyk authored
Devs will need to remove the existing pre-commit hook or regenerate the hook with `build.py --init`. Gitlab: #1059 Change-Id: I1cec9150c7781d769cb229dfd170a9dcfc819edb
-
- appearance - link preview - username - link account Change-Id: I48f77bfe71474ea17c0c41d951db497bbe47ead3
-
- Apr 12, 2023
-
-
Sébastien Blin authored
Change-Id: I03f11d245d4c8c233b7c2008e84ac78ad79eb6da
-
- Apr 11, 2023
-
-
Also, force the format of the vcard to always be the same to avoid to change the shasum in a useless way. Finally, only change if there is new details jami-project#1558 Change-Id: I95bc52e13c8d1020eae6ad64e77d4e58b1ee734b
-
Prevents some uncaught exceptions that could occur depending on test implementation. Gitlab: #899 Change-Id: I5b06c270c924071f331e20f3b894a4bb80228137
-
Sébastien Blin authored
Change-Id: I4071f7a6f94c95a6e11135c2f0229bf51960d721
-
Sébastien Blin authored
This allow to easily get URI + QRCode Change-Id: If986b42e46c074971c7467de4d7446d2c8d3a865 GitLab: #955
-
+ 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 10, 2023
-
-
Jenkins authored
Change-Id: Ia25778e44625815e10fe79c4dbeaacd04e637ca5
-
- Apr 07, 2023
-
-
Andreas Traczyk authored
CMake build type shouldn't include "Beta". Change-Id: I38e92a7d821c8a55614b82da1e0bae69862368ec
-
Andreas Traczyk authored
Now that the settings are not loaded on start, the updatemanager signals need to be moved to the main window component. Gitlab: #1056 Change-Id: I17e750ef1417e8bfca7d06976f14a1d75492cec5
-
+ fix top margin for the error label in usernameTextEdit. + fix the info button margin when placeHolder text is active. GitLab: #1060 Change-Id: I3ca5421c908a0b77c7c175af54a45d49aacf8f57
-
Change-Id: I5c8cc068f0d8c2ab2996b026db88b637f919414c
-
Sébastien Blin authored
Change-Id: I1fd1181aeedc47114876e2f0355b076602ac6649 GitLab: #1050
-
Sébastien Blin authored
Else, on GNU/Linux it will select "alsa" in the UI. Also AVSettingsPage is unused. Change-Id: I5744b2c8dc02b65d97e6ea2bf8dcec477ae0042c
-
Sébastien Blin authored
selecting an emoji results in emojiIsPicked undefined Change-Id: Ieff7f5ae554179868586560d7707cbea73fc18c8
-
Sébastien Blin authored
GitLab: #477 Change-Id: I52b4896fcdd3284b75bade44ec3028742e1a50a0
-
Franck Laurent authored
Replace StackLayout with StackView. The StackView manages the lifetime of the view. GitLab: #897 Change-Id: I25892310eb83ad70f4b06f91e94ec5ea8b87ef86
-
Change-Id: I03f536a22eb24c30a33f9d1736ac0e7849d66c42
-
Sébastien Blin authored
Setting an account to migrating is asynchronous. So the status of the account should be checked via dedicated signals and not just at the startup, else the migration view is not shown. Also removing two accounts to migrate wasn't working correctly. Change-Id: I0bb716982ec5fe76aaba3ad4cb6f47b1ef0aa710 GitLab: #1062
-
- Apr 06, 2023
-
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: I5defa1135f23da975fa0f60cb2762b67d7bc7e86
-
Andreas Traczyk authored
Adds a `--with-engine` option for the resource generator script which will prevent packaging unused resources when building without webengine support. Change-Id: If2f31284ef59166615221235427a53d0df8da2ce
-
Andreas Traczyk authored
Change-Id: Id593b7f551efc2fc465c4ec0e8936c77628f7f48
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: I5bc73e07f15e73ee2f84e8e5c02689c81e670272
-
Andreas Traczyk authored
Gitlab: #899 Change-Id: Id00f91996fe93279992a2aa8c5778de8a93dcdbc
-
Andreas Traczyk authored
Several subsequent patches will be required so this can be used for our tests. Gitlab: #899 Change-Id: I3939770ed34fe40aafa2ab93e2bab3cd77a20955
-
Andreas Traczyk authored
This may have negative side-effects depending on the build environment. Change-Id: I70356e80f26683ec4f5ed6993c134a44807d6def
-
Andreas Traczyk authored
In this case we simply don't connect to a null object pointer. This was causing invalid connections during test setup. Gitlab: #899 Change-Id: I1c38c9338451f6817444576b95809c19bb28e3ff
-
- 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
-
- Apr 04, 2023
-
-
GitLab: #1057 Change-Id: I626cf3d11952c236c82a2329fadb7d893da42ce9
-
Sébastien Blin authored
Not useful in calladapter as we need to check if it's for the current call. Also, fix some race-confitions where the callparticipantsmodel was empty (in swarm-call with only the host in general) #639 Change-Id: I69df1aa9f7d2d5b198c0fdc01e88e36f9c2c0bd7
-
Sébastien Blin authored
Else, because we show the incomingCallView, the currentCall may be different to what we show Change-Id: I8d996df5db22a8b2cb4a69ed070c278c08816b07
-
Sébastien Blin authored
Change-Id: I5d15ad9b8019fc1c758224bccd024679288bec98 GitLab: #1055
-
Sébastien Blin authored
And set default to true Change-Id: Idc871c5d0497bc4d7e5c137795e9165ca987274d GitLab: #1039
-
- Apr 03, 2023
-
-
Jenkins authored
Change-Id: I9b4d8af860511901d1976de5de14e0cab24b23de
-
- Mar 31, 2023
-
-
Franck Laurent authored
- Contributor added to credits Change-Id: I121c5edea1a9339f3b06aec0c63badda9dc5ded4
-
- Mar 30, 2023
-
-
Sébastien Blin authored
Change-Id: I28ed5573adb50b4372f4b763d3565eefeb00ae35 GitLab: #1018
-
Sébastien Blin authored
jami-project#1538 Change-Id: I50593347fe2c1adbeecdd371400f639234dad74c
-