Add description and progress bar for track visualization.
This commit is contained in:
@@ -55,6 +55,12 @@ Item {
|
||||
}
|
||||
}
|
||||
}
|
||||
PlasmaComponents.ProgressBar {
|
||||
id:trackProgress
|
||||
Layout.fillWidth: true
|
||||
maximumValue: castSource.data.CurrentState.trackDuration
|
||||
value: castSource.data.CurrentState.trackPosition
|
||||
}
|
||||
RowLayout {
|
||||
PlasmaComponents.Button {
|
||||
iconSource: castSource.data.CurrentState.playingState?"media-playback-pause":"media-playback-start"
|
||||
|
||||
@@ -1,81 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=SimpleCastPlasmoid
|
||||
Name[ar]=SimpleCastPlasmoid
|
||||
Name[ca]=SimpleCastPlasmoid
|
||||
Name[ca@valencia]=SimpleCastPlasmoid
|
||||
Name[cs]=SimpleCastPlasmoid
|
||||
Name[da]=SimpleCastPlasmoid
|
||||
Name[de]=SimpleCastPlasmoid
|
||||
Name[en_GB]=SimpleCastPlasmoid
|
||||
Name[es]=SimpleCastPlasmoid
|
||||
Name[et]=SimpleCastPlasmoid
|
||||
Name[eu]=SimpleCastPlasmoid
|
||||
Name[fi]=SimpleCastPlasmoid
|
||||
Name[fr]=SimpleCastPlasmoid
|
||||
Name[gd]=SimpleCastPlasmoid
|
||||
Name[gl]=SimpleCastPlasmoid
|
||||
Name[hu]=SimpleCastPlasmoid
|
||||
Name[ia]=SimpleCastPlasmoid
|
||||
Name[id]=SimpleCastPlasmoid
|
||||
Name[it]=SimpleCastPlasmoid
|
||||
Name[ko]=SimpleCastPlasmoid
|
||||
Name[nb]=SimpleCastPlasmoid
|
||||
Name[nl]=SimpleCastPlasmoid
|
||||
Name[nn]=SimpleCastPlasmoid
|
||||
Name[pl]=SimpleCastPlasmoid
|
||||
Name[pt]=SimpleCastPlasmoid
|
||||
Name[pt_BR]=SimpleCastPlasmoid
|
||||
Name[ru]=SimpleCastPlasmoid
|
||||
Name[sk]=SimpleCastPlasmoid
|
||||
Name[sl]=SimpleCastPlasmoid
|
||||
Name[sr]=SimpleCastPlasmoid
|
||||
Name[sr@ijekavian]=SimpleCastPlasmoid
|
||||
Name[sr@ijekavianlatin]=SimpleCastPlasmoid
|
||||
Name[sr@latin]=SimpleCastPlasmoid
|
||||
Name[sv]=SimpleCastPlasmoid
|
||||
Name[tr]=SimpleCastPlasmoid
|
||||
Name[uk]=SimpleCastPlasmoid
|
||||
Name[x-test]=xxSimpleCastPlasmoidxx
|
||||
Name[zh_CN]=SimpleCastPlasmoid
|
||||
Name[zh_TW]=SimpleCastPlasmoid
|
||||
Comment=what your app does in a few words
|
||||
Comment[ar]=ما يفعله تطبيقك ببضع كلمات
|
||||
Comment[ca]=Què fa aquesta aplicació en poques paraules
|
||||
Comment[ca@valencia]=Què fa aquesta aplicació en poques paraules
|
||||
Comment[da]=nogle få ord om hvad din app gør
|
||||
Comment[de]=In ein paar Worten, was Ihre Anwendung tut
|
||||
Comment[en_GB]=what your app does in a few words
|
||||
Comment[es]=lo que hace su aplicación, en pocas palabras
|
||||
Comment[et]=Mõne sõnaga, mida rakendus teeb
|
||||
Comment[eu]=zure aplikazioak egiten duena hitz gutxitan
|
||||
Comment[fi]=ohjelmasi toiminta muutamalla sanalla
|
||||
Comment[fr]=que fait votre application en quelques mots
|
||||
Comment[gd]=na nì an aplacaid agad ann am beagan fhaclan
|
||||
Comment[gl]=o que fai o seu aplicativo en poucas palabras
|
||||
Comment[hu]=Írja le néhány szóba, mit csinál az alkalmazása!
|
||||
Comment[ia]=cosa tu app face in pauc parolas
|
||||
Comment[id]=app apa yang kamu lakukan dalam beberapa kata
|
||||
Comment[it]=Cosa fa la tua applicazione in poche parole
|
||||
Comment[ko]=프로그램이 하는 일에 대한 간단한 설명
|
||||
Comment[nb]=hva programmet gjør, med noen få ord
|
||||
Comment[nl]=wat uw app doet in een paar woorden
|
||||
Comment[nn]=nokre få ord om kva programmet gjer
|
||||
Comment[pl]=w kilku słowach opis co robi twój program
|
||||
Comment[pt]=o que faz a sua aplicação, em poucas palavras
|
||||
Comment[pt_BR]=breve descrição do que o seu aplicativo faz
|
||||
Comment[ru]=Несколько слов о том, что делает ваша программа
|
||||
Comment[sk]=čo vaša aplikácia robí v niekoľkých slovách
|
||||
Comment[sl]=kaj vaš program dela, v nekaj besedah
|
||||
Comment[sr]=Укратко о томе шта ваш програм ради
|
||||
Comment[sr@ijekavian]=Укратко о томе шта ваш програм ради
|
||||
Comment[sr@ijekavianlatin]=Ukratko o tome šta vaš program radi
|
||||
Comment[sr@latin]=Ukratko o tome šta vaš program radi
|
||||
Comment[sv]=vad programmet gör med några få ord
|
||||
Comment[tr]=uygulamanızın yaptığı şey, birkaç sözcükte
|
||||
Comment[uk]=призначення вашої програми у декількох словах
|
||||
Comment[x-test]=xxwhat your app does in a few wordsxx
|
||||
Comment[zh_CN]=简单几个词概括您的小程序的功能
|
||||
Comment[zh_TW]=以數個字描述您的應用程式的用途
|
||||
Name=Simple Cast
|
||||
Comment=Load up music from Internet sources and control remotely.
|
||||
|
||||
Icon=emblem-music-symbolic
|
||||
Type=Service
|
||||
|
||||
Reference in New Issue
Block a user