- Nov 22, 2023
-
-
GitLab: #1417 Change-Id: Ibbdaa074ac6e6a7c778ef4710f334e23d04dd121
-
- Sep 19, 2023
-
-
GitLab: #1326 Change-Id: Ia72a9f4d2daa60261054e050ab89de18a139ecd2
-
- Apr 14, 2023
-
-
Gitlab: #1059 Change-Id: Ia973ee1f8666bdd8597d6cbb47a87534ac4358c8
-
- Mar 22, 2023
-
-
Sébastien Blin authored
The blue was too blue, the links didn't work neither Change-Id: Ibc01b13a76d0957fc45f2c240764f7915c3636af
-
- Feb 17, 2023
-
-
Andreas Traczyk authored
Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components. The following objects are now created and destroyed as needed: - SettingsView - WizardView - dialogs Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView. Gitlab: #897 Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Jan 05, 2023
-
-
Sébastien Blin authored
e.g. <a href="test" id="fuzzelement1">test</a> is invalid and should not open qrc://components/test Also fix editId on message edition and format in the reply row. Change-Id: I570ddf18f6ba716e448e9fbadd558a4d04cdef1c
-
- Jul 30, 2022
-
-
Sébastien Blin authored
Change-Id: I5266b02255badb100aa8f84f29024befce81c42e
-
- Jul 29, 2022
-
-
This changes many things: + Except the backup page, all pages were re-designed + Heavily modify buttons and line edits with new components style + Update switches themes + Re-work username + Add future components + Update strings + Update PhotoBoothView GitLab: #769 GitLab: #770 GitLab: #766 Change-Id: Ic97d36cf8c86c4242013bf71a524887f7ce56f8f
-
- Jul 14, 2022
-
-
Fadi Shehadeh authored
- added possibility to scroll - limited scrollbar height - excluded close button from columnlayout - managed zoom Change-Id: I548ff899a5ff47dc37e698807d75343a34ae3f63 Gitlab: #731
-
- Jul 11, 2022
-
-
Sébastien Blin authored
Change-Id: Iff4226180b0aa9c5ce4ae12849cd290451b6a939 GitLab: #765
-
- Jul 04, 2022
-
-
- changed flickable window to rectangle - font size - window radius - hyperlink to company name - changed escription - added close button - deleted html reformating after file load and added it directly to the html file containing the credits Change-Id: I7805ddead153c9be4d66e7789e754ba2c3cc20a7 Gitlab: #731
-
- May 19, 2022
-
-
Amin Bandali authored
In preparation for vendoring libjamiclient into 'src/libclient/'. GitLab: #734 Change-Id: Ibd956abc8fe9bd454ac0e9a5a28b77a5a74174e7
-
- Mar 17, 2022
-
-
Aline Gondim Santos authored
Set a maximum size for Jami secondary windows/popups. Change-Id: Ie03c48c58e6f08662fe4a51bacbd2c02a500012c GitLab: #691
-
- Jan 06, 2022
-
-
Amin Bandali authored
Change-Id: I8eb66c1c3cddb3bf73b6784a9876dd9dc9c12481
-
- Dec 21, 2021
-
-
Dialog in Qt.labs.platform which is used to be native in Qt 5.15 cannnot be accessed in Qt 6.2 for now, use popup dialogs instead 1. Add tittle 2. DropShadow revisit 3. Dim properly Change-Id: I8804ae0c30e3450c9a800d9a1c3946ff0bf44b46
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
- Aug 23, 2021
-
-
Andreas Traczyk authored
Change-Id: Ia80632cf2e217e8dd6844a6a8c0d0d8c0f6e1baf
-
Andreas Traczyk authored
Change-Id: I6e912c7a3dbba63f874b063770ba5c68a3f2de2f
-
- Aug 12, 2021
-
-
Andreas Traczyk authored
A button component should have implicit dimensions based on it's content item. This patch provides implicit dimensioning around the content item so that non-fixed size buttons can be made by not specifying the preferredWidth property. Change-Id: Idc30eb1d9a33d8dd4b416e1060b45593b4fc4cba
-
- Jul 21, 2021
-
-
Andreas Traczyk authored
gen-resources.py should be used to generate resources.qrc and JamiResources.qml. Steps to add an image resource: - add the resource file to the appropriate path under resources/ - run gen-resources.py - use the newly available resource Note: only icons and images will be represented by Qml properties. The resource file generation may be made to run during CMake configuration in a subsequent commit. Some unused components were also removed during the refactor. Gitlab: #477 Change-Id: I8e7f13d465031666be2bbadd5f29f9afc94d210d
-
- Jun 07, 2021
-
-
Change-Id: Idfe409c6e01f8437cba2659e79234a6083bec04e
-
Ming Rui Zhang authored
1. Make version number in AboutPopUp selectable 2. Remove "Copy"/"Paste" options in the context menu when the lineEdit is readonly 3. Make texts in UserProfile selectable Change-Id: I53b7566841d84cb8ad27298f995f99a2de6384f0
-
- Mar 25, 2021
-
-
Ming Rui Zhang authored
The main reason for this change is to remove the misusage of QQuick one in ElidedTextLabel and useless QQuick one module import Change-Id: Ie296c0f7a90c6ec26ab85bcf3d8b75393463fbed
-
- Jan 15, 2021
-
-
Albert Babí Oller authored
- add configurable list of default moderators - add option for enabling local moderators - indicate when participant is locally muted on moderation overlay - small typo fixes Change-Id: I1669c903be3c3a3f2344f1d95d8b618e62b9d412
-
- Dec 07, 2020
- Nov 09, 2020
-
-
Ming Rui Zhang authored
Change-Id: Iaa6376ed6d1a626079a4e2ef80bc94a3d34899d3
-
- Oct 30, 2020
-
-
Ming Rui Zhang authored
Gitlab: #155 Change-Id: I207190da48d0ab7bf94645a097a8078dd08a4566
-
- Oct 23, 2020
-
-
- QML headers revision - networkmanager: use of deprecated QNetworkReply::error instead of errorOcurred Gitlab: #127 Change-Id: I74f4fd01a0bf34f7a2cb4ae21e3ce611839846f5
-
- Oct 09, 2020
-
-
Andreas Traczyk authored
Change-Id: Id39e14ac93b68a2c8d069e5a4d2ac5e3aa07f140
-
- Oct 08, 2020
-
-
Andreas Traczyk authored
Change-Id: I6a9b406ad93fc1144ccaa3c4f9eed3b8fabd256f
-
- Sep 29, 2020
-
-
1. Make version codename not translatable 2. Update changelog 3. Correct company name to "Savoir-faire Linux Inc." 4. Add a scroll view around Gitlab: #104 Change-Id: I1f91001fbf3943c8421595f9f6d798c8dd434cb0
-
- Sep 16, 2020
-
-
Gitlab: #20 Change-Id: I05358244ad9cae5d335934a2947c18de6d79683e
-
- Sep 15, 2020
- Sep 10, 2020
-
-
Andreas Traczyk authored
- Separate utilsadapter into files and expose it to Qml so it can be used without passing through clientwrapper. Change-Id: I7c351d7191cd166521b6e0a685ea9d4a9731f165 Gitlab: #66
-
Correct Layout and Anchors emplacement Erase inutile code Fix binding loop warnings Replace magic numbers by JamiTheme values Remove multiline comments from qml files Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d Gitlab: #5
-
- Aug 28, 2020
-
-
Sébastien Blin authored
Change-Id: I1e26a1672ac6fe23969fc7960be4aa8ccbd28fe4 Gitlab: #22
-
Sébastien Blin authored
Change-Id: I76b245f312df2807921536d46a2bb1f98fde2001 Gitlab: #27
-