- Jan 04, 2022
-
-
Change-Id: Ifa610f3a110c050e22b6a83c79c0a94644ee82e1
-
Sébastien Blin authored
remove useless isFullscreen (visibility already stores this and it's not possible to go from fullscreen to minimized anyway). Also --minimized was ignored GitLab: #413 Change-Id: I610f17ce7ae5b2852aae5b40dc504174fa657c2d
-
- Jan 03, 2022
-
-
Jenkins authored
Change-Id: I36fb96db8e1404aa6963c6af3ae62c8945653e69
-
- Dec 30, 2021
-
-
Sébastien Blin authored
The textarea is still white in dark mode, so the text must be black Change-Id: I6d475cfb920fcd9f3b51e6df01eba4d30a0bc675
-
This reduces memory usage. Change-Id: Iddb54a844ffacfc96b7758b2a9317e68e04750c4
-
- Dec 27, 2021
-
-
Jenkins authored
Change-Id: I9772cae5d957298b23ed49bad9edee695c2ba373
-
- Dec 23, 2021
-
-
Sébastien Blin authored
Every models (like UtilsAdapter for example) owns a pointer of LRCInstance. So, when the MainApplication is destroyed, the QmlEngine and all structures owning a pointer of LRCInstance MUST be destroyed before LRCInstance to avoid any segfault GitLab: #631 Change-Id: Id30aaca325fe7172188bba468acd73525e62a34a
-
Andreas Traczyk authored
Change-Id: I5dc3eaa0afc4c1e01029ec66035201565f0829c3
-
Change-Id: I41cb36b931a648bc2f3191ba183bcc77e9c0b787
-
- Dec 22, 2021
-
-
Qt on Windows defaults to Direct3D rendering backend which causes flickering and visualy glitchy resizing. Gitlab: #601 Change-Id: I175d6131aca234f557234a23984e46f94c7d5417
-
Sébastien Blin authored
logs from the daemon should not be shown by default, but only in debug mode, so makes --quiet usable, but only with --debug Change-Id: Ia7da32e31e034650d184dfae06c9157e13102906
-
Sébastien Blin authored
GitLab: #628 Change-Id: Ibe47bb0500324570a8da29c41ff71aaff158f23d
-
Sébastien Blin authored
GitLab: #601 Change-Id: Ie8afca9f1eaacb36c73d5ac32d975ad448e23742
-
Change-Id: I9c3a0e146173c16414e000080086c805cbbd6c95 GitLab: #601
-
+ 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
-
Kateryna Kostiuk authored
- prepare app for distribution - add notarization Change-Id: I105e084292423fdd8c6b2d56f5e62a081defde99
-
Kateryna Kostiuk authored
Change-Id: Id88cfbd571f4b504f258758bd13b4e4a91bf1b49
-
Kateryna Kostiuk authored
Change-Id: Ib92cf40dafd02f1bdc55ba51bfce0744fe4d88fc
-
Kateryna Kostiuk authored
Change-Id: I1295a55c1c633f4e193b6097c12bdd7435dffade
-
Kateryna Kostiuk authored
- adapt build for macOS - fix video on macOS Change-Id: Ie325f3cd2955248c26ca858d37fcdc0d88c2e70d
-
- Dec 21, 2021
-
-
1. Add handler for DataTransferMessageDelegate MouseArea 2. Fix TextMessageDelegate crash caused by Loader 3. Fix SBSMessageBase padding when resizing 4. Use JamiListView for MessageListView 5. Fix ScrollToBottomButton DropShadow 6. Fix Typing indicator binding loop Change-Id: I59b97f3850fceb30f72c64f6cae54889fe4a18db
-
Change-Id: I19cab014fc119ae0fe0b3e742d1ec59ca8dfadc3
-
Change-Id: Iee0e9c955b426de4a7d757a3bc892287761265ca
-
1. JamiSwitch add tooltip (wip) 2. PushButton add preferredHeight/preferredWidth (bug?) 3. UsernameLineEdit use ResponsiveImage 4. SettingsView fix settings menu 5. Move LogsView to window 6. ToggleSwitch use JamiSwitch Change-Id: I07a455639e88550a7f0e40963550f8f842827370
-
1. GeneralMenuSeparator style 2. MessageBarTextArea style 3. SidePanelTabBar clickable area 4. SmartListItemDelegate CallStatus text position 5. ParticipantCallInStatus button/text size Change-Id: I9f974783e100a2ed3bf0d30353e071230b211167
-
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
-
1. JamiSwitch checked,focused color fixes 2. Avoid MaterialButton dashed line on focus 3. Placeholder text color fixes Change-Id: I9b04f643e3553fc1f493183eb0e30646818362bd
-
1. Avoid direct window declaration under ApplicationWindow 2. UI refactor Change-Id: I7991e22d3f85b1c17d85475000ab8b8c2fbc3391
-
Remove unsupported QtQuick One component and it will be added back in the following patches Change-Id: Iad206a880096cf956a4220a81dca85a993721fbd
-
Sébastien Blin authored
Change-Id: I2809d6f71c2766b748c5868e1005ac3bb88149bc
-
- Dec 20, 2021
-
-
Jenkins authored
Change-Id: I7227729ecfeee5b68e2ac24d3036b76bb84b2a77
-
Andreas Traczyk authored
Gitlab: #627 Change-Id: I5d892fc49b1605984481c810dcd43994258c845d
-
Sébastien Blin authored
Interaction's cache is cleaned to avoid to store too much informations and to refresh preferences for the chatview when necessary. However, this was called too much times. We only need to clear cache when the settings are changing or if we need to remove a lot of conversations. This patch uses the SmartListItem to determine what conversation needs to be cleaned. Change-Id: I731bb9e7d41b140bbc2607800c1a8e0a1eff3244
-
Sébastien Blin authored
Change-Id: Ibc2b183d92ab7cfa659f31a5351f91b5ed574b20
-
- Dec 16, 2021
-
-
Sébastien Blin authored
A blind person should be able to know if the button will show or hide the section Change-Id: I849e48eaa3166864493b2577c128bad6db705691 GitLab: #493
-
- Dec 15, 2021
-
-
- Camera preview in av settings now opens after inserting USB camera on a device with `No video device`; - Same for recording video message window. Change-Id: I34ad9b6900865fdc7c4acf861527e4bf8e336123 GitLab: #610
-
- Dec 13, 2021
-
-
Jenkins authored
Change-Id: I5c642d7ade15a64b2798b0d4183a68d420c9826f
-
Sébastien Blin authored
Moreover, this is not working correctly due to https://bugreports.qt.io/browse/QTBUG-76860 But, migration to Qt 6.2.1 is in progress (actually in review), we can let this as it is. Change-Id: I1143fe25161af334ab7424adcb69dfd4a17022cb GitLab: #620
-
Sébastien Blin authored
Change-Id: I2b0d245be5bdffc7262374187a03e2389d715113 GitLab: #608
-
Sébastien Blin authored
Change-Id: Idcbefba3765932eb673f3416bf59fdd16e2e3c1d GitLab: #621
-