1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-25 17:23:58 +02:00
jami-client-qt/src
agsantos fcd8a907e4 conf: fix participant menu focus
Superposing a MouseArea and a hover in a child
component may cause focus problems.
This replaces MouseArea for a HoverHandler
in the participant moderator menu.

Change-Id: Ic4eb763c79f04198d3a2a2f24636fb2a09dca172
GitLab: #601
2022-01-05 08:43:13 -05:00
..
commoncomponents pluginview: use ToggleSwitch to homogeneize style 2021-12-22 13:50:35 -05:00
constant misc: add KeyboardShortcutTable back 2021-12-21 14:21:36 -05:00
mainview conf: fix participant menu focus 2022-01-05 08:43:13 -05:00
settingsview logsview: fix logs color in dark mode 2021-12-30 16:15:32 -05:00
wizardview dialog: use popup dialogs to replace the existing Qt.labs.platform ones 2021-12-21 14:21:36 -05:00
abstractlistmodelbase.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
accountadapter.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
accountadapter.h backupKeyPage: fix unfunctional export account logic 2021-09-28 16:26:41 -04:00
accountlistmodel.cpp swarm: simplify and update avatar update mechanism 2021-07-12 17:29:48 -04:00
accountlistmodel.h swarm: simplify and update avatar update mechanism 2021-07-12 17:29:48 -04:00
AccountMigrationView.qml accountMigration: use the existing loader mechanism to avoid crash 2021-12-21 14:21:36 -05:00
appsettingsmanager.cpp injection: remove the remaining c++ singleton classes 2021-04-02 15:37:33 -04:00
appsettingsmanager.h mainapplication: fix --minimized option 2022-01-04 09:50:47 -05:00
audiodevicemodel.cpp calloverlay: fix audio output device selection 2021-05-30 22:49:39 -04:00
audiodevicemodel.h calloverlay: implement new action button design 2021-05-27 13:58:29 -04:00
audiomanagerlistmodel.cpp misc: remove LRC singleton 2021-03-22 15:47:14 -05:00
audiomanagerlistmodel.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
avadapter.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
avadapter.h x11: window sharing 2021-12-01 11:09:13 -05:00
avatarimageprovider.h conference: only load avatars if visible 2021-07-14 16:50:06 -04:00
avatarregistry.cpp avatars: invalidate cache when changing account 2021-07-15 14:43:16 -04:00
avatarregistry.h swarm: simplify and update avatar update mechanism 2021-07-12 17:29:48 -04:00
bannedlistmodel.cpp misc: revise and catch exceptions thrown from lrc 2021-03-26 14:44:52 -04:00
bannedlistmodel.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
calladapter.cpp calls: fix wrong reference to convId 2021-11-19 16:29:35 -05:00
calladapter.h calls: fix wrong reference to convId 2021-11-19 16:29:35 -05:00
calloverlaymodel.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
calloverlaymodel.h calloverlay: keep the recording action visible while recording 2021-06-01 14:11:44 -04:00
connectivitymonitor.cpp connectivity: implement for macOS 2021-12-22 13:02:53 -05:00
connectivitymonitor.h project: don't use Qt keywords for signal/slot/emit 2021-04-02 15:37:43 -04:00
connectivitymonitor.mm connectivity: implement for macOS 2021-12-22 13:02:53 -05:00
contactadapter.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
contactadapter.h misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
conversationlistmodel.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
conversationlistmodel.h lrcinstance: remove custom setter/getter for currentAccountId 2021-07-09 15:11:27 -04:00
conversationlistmodelbase.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
conversationlistmodelbase.h swarm: prevent interacting with read-only conversations 2021-08-02 12:10:41 -04:00
conversationsadapter.cpp conversations: provide descriptive help banner for read-only convs 2021-08-13 10:21:15 -04:00
conversationsadapter.h conversations: provide descriptive help banner for read-only convs 2021-08-13 10:21:15 -04:00
currentaccount.cpp settings: refactor for SettingsView - stage one 2021-09-14 16:52:30 -04:00
currentaccount.h settings: refactor for SettingsView - stage one 2021-09-14 16:52:30 -04:00
currentaccounttomigrate.cpp accountMigration: use the existing loader mechanism to avoid crash 2021-12-21 14:21:36 -05:00
currentaccounttomigrate.h accountMigration: use the existing loader mechanism to avoid crash 2021-12-21 14:21:36 -05:00
currentconversation.cpp chatview: replace web chat view with qml listview 2021-10-06 15:51:20 -04:00
currentconversation.h chatview: replace web chat view with qml listview 2021-10-06 15:51:20 -04:00
DaemonReconnectWindow.qml dialog: use popup dialogs to replace the existing Qt.labs.platform ones 2021-12-21 14:21:36 -05:00
dbuserrorhandler.cpp project: don't use Qt keywords for signal/slot/emit 2021-04-02 15:37:43 -04:00
dbuserrorhandler.h project: don't use Qt keywords for signal/slot/emit 2021-04-02 15:37:43 -04:00
deviceitemlistmodel.cpp settingsview: LinkedDevices view refactor 2021-08-30 11:45:17 -04:00
deviceitemlistmodel.h settingsview: LinkedDevices view refactor 2021-08-30 11:45:17 -04:00
distantrenderer.cpp build: add macOS 2021-12-22 12:55:51 -05:00
distantrenderer.h videoInput: use new api 2021-11-17 16:26:24 -05:00
filestosendlistmodel.cpp messagewebview: chatview message bar qml replacement - ui 2021-07-09 10:06:42 -04:00
filestosendlistmodel.h messagewebview: chatview message bar qml replacement - ui 2021-07-09 10:06:42 -04:00
jami packaging: add global installation support for linux 2021-02-03 13:42:19 -05:00
jamiavatartheme.h misc: apply clang-formatting 2020-09-10 18:00:08 -04:00
lrcinstance.cpp smartlist: improve cache cleaning and avoid glitches 2021-12-20 13:43:08 -05:00
lrcinstance.h calls: follow API changes (add accountId for calls and conferences) 2021-11-17 16:26:26 -05:00
main.cpp window: set graphics backend to vulkan for Windows 2021-12-22 14:06:14 -05:00
mainapplication.cpp mainapplication: fix --minimized option 2022-01-04 09:50:47 -05:00
mainapplication.h mainapplication: fix destruction ordering 2021-12-23 15:18:09 -05:00
MainApplicationWindow.qml mainapplication: fix --minimized option 2022-01-04 09:50:47 -05:00
mediacodeclistmodel.cpp settings: refactor for SettingsView - stage one 2021-09-14 16:52:30 -04:00
mediacodeclistmodel.h settings: refactor for SettingsView - stage one 2021-09-14 16:52:30 -04:00
messagesadapter.cpp conversation: fix long loading time for images 2021-12-22 13:05:17 -05:00
messagesadapter.h conversation: fix long loading time for images 2021-12-22 13:05:17 -05:00
moderatorlistmodel.cpp lrcinstance: remove custom setter/getter for currentAccountId 2021-07-09 15:11:27 -04:00
moderatorlistmodel.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
networkmanager.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
networkmanager.h misc: homogenize source file line-endings to LF 2021-08-23 19:23:09 -04:00
pluginadapter.cpp pluginadapter: add handler list count properties 2021-06-02 18:04:31 -04:00
pluginadapter.h pluginadapter: add handler list count properties 2021-06-02 18:04:31 -04:00
pluginhandleritemlistmodel.cpp misc: remove LRC singleton 2021-03-22 15:47:14 -05:00
pluginhandleritemlistmodel.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
pluginitemlistmodel.cpp misc: remove LRC singleton 2021-03-22 15:47:14 -05:00
pluginitemlistmodel.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
pluginlistpreferencemodel.cpp settings: redesign plugin preferences view 2021-03-26 10:39:18 -04:00
pluginlistpreferencemodel.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
preferenceitemlistmodel.cpp settings: redesign plugin preferences view 2021-03-26 10:39:18 -04:00
preferenceitemlistmodel.h misc: use QAbstractListModel in list model base class and rename 2021-04-27 14:05:24 -04:00
previewengine.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
previewengine.h misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
previewrenderer.cpp build: add macOS 2021-12-22 12:55:51 -05:00
previewrenderer.h videoInput: use new api 2021-11-17 16:26:24 -05:00
qmladapterbase.h injection: place parent QObject as last parameter in ctors 2021-04-02 15:37:33 -04:00
qmlregister.cpp accountMigration: use the existing loader mechanism to avoid crash 2021-12-21 14:21:36 -05:00
qmlregister.h chatview: replace web chat view with qml listview 2021-10-06 15:51:20 -04:00
qrimageprovider.h qrcode: fix account qr code generation 2021-08-17 15:26:08 -04:00
qtutils.h settings: refactor for SettingsView - stage two 2021-09-14 16:52:45 -04:00
quickimageproviderbase.h misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
rendermanager.cpp videoInput: use new api 2021-11-17 16:26:24 -05:00
rendermanager.h videoInput: use new api 2021-11-17 16:26:24 -05:00
runguard.cpp runguard: enable on linux 2021-06-06 08:09:46 -04:00
runguard.h runguard: enable on linux 2021-06-06 08:09:46 -04:00
screensaver.cpp misc: homogenize source file line-endings to LF 2021-08-23 19:23:09 -04:00
screensaver.h misc: homogenize source file line-endings to LF 2021-08-23 19:23:09 -04:00
searchresultslistmodel.cpp swarm: simplify and update avatar update mechanism 2021-07-12 17:29:48 -04:00
searchresultslistmodel.h sidepanel: improve smartlist interface with underlying models 2021-05-07 15:41:28 -04:00
selectablelistproxymodel.cpp swarm: simplify and update avatar update mechanism 2021-07-12 17:29:48 -04:00
selectablelistproxymodel.h swarm: simplify and update avatar update mechanism 2021-07-12 17:29:48 -04:00
smartlistmodel.cpp defaultModerator: fix contact picker for default moderator 2021-08-30 11:45:06 -04:00
smartlistmodel.h sidepanel: improve smartlist interface with underlying models 2021-05-07 15:41:28 -04:00
systemtray.cpp resources: remove unused images and icons 2021-07-20 21:57:27 -04:00
systemtray.h systray: change systray icon when we have notifications 2021-07-14 17:13:45 -04:00
updatemanager.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
updatemanager.h misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
utils.cpp utils: remove dead code 2022-01-04 09:55:38 -05:00
utils.h utils: remove dead code 2022-01-04 09:55:38 -05:00
utilsadapter.cpp misc: Qt 6.2.0 initial migration 2021-12-21 14:21:36 -05:00
utilsadapter.h smartlist: improve cache cleaning and avoid glitches 2021-12-20 13:43:08 -05:00
version.h misc: apply clang-formatting 2020-09-10 18:00:08 -04:00
videodevices.cpp x11: window sharing 2021-12-01 11:09:13 -05:00
videodevices.h videoInput: use new api 2021-11-17 16:26:24 -05:00
wizardviewstepmodel.cpp wizardviewstepmodel: remove profile page flow from imported accounts 2021-08-05 12:48:04 -04:00
wizardviewstepmodel.h wizardview: refactor account creation ui and enhance flow 2021-07-29 10:48:39 -04:00
xrectsel.c misc: change the way of manipulating window's display screen 2020-12-14 12:55:21 -05:00
xrectsel.h misc: change the way of manipulating window's display screen 2020-12-14 12:55:21 -05:00