Google Task - web
Plasma 5 Widgets
openDesktop.org :
Zren
8 months ago
Maybe even inject a refresh button into the bottom row that calls window.location.reload() or whatever it is.
Report
suli
8 months ago
Report
zekthedeadcow
1 year ago
My main.qml looks like this:
import QtQuick 2.0
import QtWebKit 3.0
import QtQuick.Layouts 1.1
import org.kde.plasma.components 2.0 as PlasmaComponents
import org.kde.plasma.extras 2.0 as PlasmaExtras
import QtWebKit.experimental 1.0
ColumnLayout {
PlasmaComponents.Button{
iconSource: "view-refresh"
onClicked: webview.reload()
}
Rectangle {
Layout.fillWidth: true
Layout.fillHeight: true
Layout.minimumWidth : 120
WebView {
id: webview
url: "https://mail.google.com/tasks/ig?pli=1"
anchors.fill: parent
experimental.preferredMinimumContentsWidth: 30
}
}
}
Report
markgran
1 year ago
Thank you for the app.
With opensuse Leap 42.1 and plasma5 font-size changes with changing size of the app and is then ok.
A request: Is it possible to change sort-order (date or priority)?
Thank you.
Markus
Report
suli
8 months ago
Report
suli
8 months ago
Report
suli
8 months ago
Report
bateau
2 years ago
Loading google account with rekonq is ok
Running KDE 15.04
Report
suli
2 years ago
Please report this bug on
http://kde-apps.org/content/show.php/WebView+test?content=168119
Report
bateau
2 years ago
Problem was the network connection that has to be managed by network-manager to have plasma5 plasmoids to work, whilst I had it controlled by distribution specific scripts (defined in /etc/network/interfaces).
After the switch to network-manager, webview and google tasks plasmoids started to work again.
Report
festal
2 years ago
Report
suli
2 years ago
Report