kdeconnect-kde/plugins/runcommand
Christoph Wolk eecdc67074 plugins/runcommand: use ColumnLayout for ListView
The ListView displaying the configured actions currently directly uses a
label that is made multi-line by including a newline. As a consequence,
eliding the text does not work properly and there is a visual clash with
the included action button. It also means that there is a rather
pointlessly translatable string that is just there for UI logic.

This change modifies the delegate to use a ColumnLayout instead, which
enables correct eliding of the labels and more cleanly separates layout
and content concerns.
2024-09-08 13:19:44 +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-08-28 01:25:08 +00:00
kdeconnect_runcommand_config.qml plugins/runcommand: use ColumnLayout for ListView 2024-09-08 13:19:44 +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