kdeconnect-kde/plugins/runcommand
Christoph Wolk 19763dbf46 plugins/runcommand: use Kirigami.Dialog
The "Add Command" dialog in the settings for the Run Command plugin
looks rather broken at the moment, as the size is not explicitly set and
the default value ends up much smaller than the contents. It uses
QQC2.Dialog, even though the plugin makes heavy use of Kirigami. Using
Kirigami.dialog here would solve the sizing issue, and generally lead to
a more consistent interface.

This change makes the plugin use Kirigami.Dialog instead of QQC2.

BUG: 487438
2024-08-05 22:06:14 +00:00
..
CMakeLists.txt Add Qt::DBus dependency to kdeconnect_runcommand_config 2024-05-25 10:31:46 +02:00
kdeconnect_runcommand.json SVN_SILENT made messages (.desktop file) - always resolve ours 2024-06-28 01:20:00 +00:00
kdeconnect_runcommand_config.qml plugins/runcommand: use Kirigami.Dialog 2024-08-05 22:06:14 +00:00
runcommand_config.cpp Fix powershell example command 2024-06-14 14:56:46 +02:00
runcommand_config.h Use pragma once in plugins 2023-07-22 20:51:19 +00:00
runcommandplugin.cpp fix: runcommand with args fails on windows 2024-06-14 15:06:15 +08:00
runcommandplugin.h Simplify KDEConnectPlugin::recievePacket 2023-08-03 20:49:44 +02:00