- Feb 15, 2024
-
-
Andreas Traczyk authored
This doesn't make much sense with our current test structure, and will add a StackView component on top of the UUT. Change-Id: Ice3425bfea0b5229c87caf3fa22b181ce6aa520d
-
Andreas Traczyk authored
Gitlab: #1555 Change-Id: Ifa196b91fed4d13d1cd0acf535cc3e1802c22a29
-
Andreas Traczyk authored
This is a WIP and is intended to be adapted continuously to support more and more UI elements and reduce the time spent debugging components. Some components will require additional configuration (e.g. the conversation ID must be set), which may require additional changes. Change-Id: Iaa5d49693f874202439e746a274da4911adf7d15
-
- Jan 31, 2024
-
-
Andreas Traczyk authored
- better manage QML interop object lifetimes - allow intellisense to pick up QML registered symbols - fix for PreviewEngine threading Change-Id: I416cdede70b155dc34fc3ee94f428ae2128c8950
-
- Jan 26, 2024
-
-
Andreas Traczyk authored
Several major changes to the layout have been made. - The chat search bar is moved into the message search layout. - The Searchbar component is stripped of unused features. - Some remaining logic that was used to switch main loader components is removed. - ViewCoordinator.getView gets a "force create" parameter and we no longer preload low-cost views. NOTE: the option to use a frameless window is available within general settings Gitlab: #1524 (Frameless Window) Change-Id: Iec6bdf162cb0335d3ae3d9bd09dd9783991a4a57
-
- Jan 03, 2024
-
-
Sébastien Blin authored
Change-Id: I8d5f968fbedbc884c91416246049a0ef4cd652eb
-
- May 15, 2023
-
-
Sébastien Blin authored
The focus policy was broken and this patch fix also the tests due to an incorrect conversationModel. Change-Id: I9e7f76b0dff80548d3b92296f22bdd7b848ee931
-
- Apr 11, 2023
-
-
+ 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: I5bc73e07f15e73ee2f84e8e5c02689c81e670272
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- 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
Pretty all tests are broken, but at least, forcing the CI to build it will force people to check it. Change-Id: I974905a893b6a53ce71890b63a01be6a791ea556
-
- Nov 11, 2022
-
-
Maxim Cournoyer authored
Fixes <#883>. Automated via: $ find tests -name '*.qml' | xargs sed -i 's,qrc:/src,../../../src,' Change-Id: Ic1a2f419e3e328e8bf861e7fdf370f15da66675f
-
- 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 21, 2021
-
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- 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
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
- Aug 05, 2021
-
-
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 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
-