forked from Silverfish/proton-bridge
Keep Import-Export credits up to date
This commit is contained in:
committed by
Michal Horejsek
parent
658ead9fb3
commit
df80e7eb27
@ -32,61 +32,20 @@ Item {
|
||||
ListView {
|
||||
anchors.fill: parent
|
||||
clip: true
|
||||
model: go.credits.split(";")
|
||||
|
||||
model: [
|
||||
"github.com/0xAX/notificator" ,
|
||||
"github.com/abiosoft/ishell" ,
|
||||
"github.com/allan-simon/go-singleinstance" ,
|
||||
"github.com/andybalholm/cascadia" ,
|
||||
"github.com/bgentry/speakeasy" ,
|
||||
"github.com/boltdb/bolt" ,
|
||||
"github.com/docker/docker-credential-helpers" ,
|
||||
"github.com/emersion/go-imap" ,
|
||||
"github.com/emersion/go-imap-appendlimit" ,
|
||||
"github.com/emersion/go-imap-idle" ,
|
||||
"github.com/emersion/go-imap-move" ,
|
||||
"github.com/emersion/go-imap-quota" ,
|
||||
"github.com/emersion/go-imap-specialuse" ,
|
||||
"github.com/emersion/go-smtp" ,
|
||||
"github.com/emersion/go-textwrapper" ,
|
||||
"github.com/fsnotify/fsnotify" ,
|
||||
"github.com/jaytaylor/html2text" ,
|
||||
"github.com/jhillyerd/go.enmime" ,
|
||||
"github.com/k0kubun/pp" ,
|
||||
"github.com/kardianos/osext" ,
|
||||
"github.com/keybase/go-keychain" ,
|
||||
"github.com/mattn/go-colorable" ,
|
||||
"github.com/pkg/browser" ,
|
||||
"github.com/shibukawa/localsocket" ,
|
||||
"github.com/shibukawa/tobubus" ,
|
||||
"github.com/shirou/gopsutil" ,
|
||||
"github.com/sirupsen/logrus" ,
|
||||
"github.com/skratchdot/open-golang/open" ,
|
||||
"github.com/therecipe/qt" ,
|
||||
"github.com/thomasf/systray" ,
|
||||
"github.com/ugorji/go/codec" ,
|
||||
"github.com/urfave/cli" ,
|
||||
"" ,
|
||||
"Font Awesome 4.7.0",
|
||||
"" ,
|
||||
"The Qt Company - Qt 5.9.1 LGPLv3" ,
|
||||
"" ,
|
||||
]
|
||||
|
||||
delegate: Text {
|
||||
delegate: AccessibleText {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text: modelData
|
||||
color: Style.main.text
|
||||
font.pointSize: Style.main.fontSize * Style.pt
|
||||
}
|
||||
|
||||
footer: ButtonRounded {
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
text: "Close"
|
||||
onClicked: {
|
||||
root.parent.hide()
|
||||
}
|
||||
text: qsTr("Close", "close window")
|
||||
onClicked: dialogCredits.hide()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user