syncthingtray/plasmoid
Martchus 4c920b6418 Avoid further QML warnings of Plasmoid
This should avoid:
```
file:///usr/share/plasma/plasmoids/martchus.syncthingplasmoid-git/contents/ui/main.qml:13:34: QML FullRepresentation: Binding loop detected for property "implicitWidth"
…
qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
…
file:///usr/share/plasma/plasmoids/martchus.syncthingplasmoid-git/contents/ui/TabButton.qml:27:13: Unable to assign [undefined] to QFont
…
file:///usr/share/plasma/plasmoids/martchus.syncthingplasmoid-git/contents/ui/ToolButton.qml:23:13: Unable to assign [undefined] to QFont
```
2022-05-05 20:52:04 +02:00
..
cmake/templates Improve Plasmoid to make it look more like official Plasmoids 2021-11-30 19:43:26 +01:00
lib Add internal errors to menu/dialog even if the notification is disabled 2022-05-04 00:24:26 +02:00
package/contents/ui Avoid further QML warnings of Plasmoid 2022-05-05 20:52:04 +02:00
resources/screenshots Update README.md 2019-08-12 00:33:23 +02:00
scripts Ensure files for mocked configuration are found when testing plasmoid 2021-08-02 23:38:58 +02:00
testfiles Add mocks for testing rejected events 2018-05-02 00:00:47 +02:00
translations Update translations 2022-05-05 18:57:08 +02:00
.gitignore Prevent installing .gitignore as part of the plasmoid package 2020-03-18 17:26:22 +01:00
CMakeLists.txt Improve Plasmoid to make it look more like official Plasmoids 2021-11-30 19:43:26 +01:00
testing.md Improve Plasmoid to make it look more like official Plasmoids 2021-11-30 19:43:26 +01:00