
Google Task - web - obsoleted
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Widget shows google tasks thru WebView.
Thanks for help zekthedeadcow - bug in font/web size si +/- solved
Instalation
-----------
Unzip file then use
# plasmapkg2 -i gtask-web/
or upgrade
# plasmapkg2 -u gtask-web/
suli
1 year ago
Report
notgoo
1 year ago
Report
emplate430
2 years ago
Report
Zren
3 years ago
Maybe even inject a refresh button into the bottom row that calls window.location.reload() or whatever it is.
Report
suli
3 years ago
Report
zekthedeadcow
4 years 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
4 years 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
3 years ago
Report
suli
3 years ago
Report
suli
3 years ago
Report
bateau
5 years ago
Loading google account with rekonq is ok
Running KDE 15.04
Report
suli
5 years ago
Please report this bug on
http://kde-apps.org/content/show.php/WebView+test?content=168119
Report
bateau
5 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
5 years ago
Report
suli
5 years ago
Report