* more intuitive configuration UI

* add queueLimit runtime configuration
This commit is contained in:
arcan1s 2015-09-22 00:31:30 +03:00
parent 4cc44c1d59
commit 82e2bc23a1
24 changed files with 1251 additions and 1246 deletions

View File

@ -1,218 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>About</class>
<widget class="QWidget" name="About">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>359</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_About">
<attribute name="title">
<string>About</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QScrollArea" name="scrollArea_about">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_about">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>418</width>
<height>284</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_name">
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_version">
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_description">
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_links">
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>
<spacer name="spacer_about">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_ackn">
<attribute name="title">
<string>Acknowledgement</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QScrollArea" name="scrollArea_ackn">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_ackn">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>418</width>
<height>284</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QLabel" name="label_translators">
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_trdparty">
<property name="text">
<string/>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
<item>
<spacer name="spacer_ackn">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>229</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QLabel" name="label_license">
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

View File

@ -14,20 +14,38 @@
<group name="Advanced">
<!-- advanced -->
<entry name="background" type="bool">
<default>true</default>
</entry>
<entry name="translateStrings" type="bool">
<default>true</default>
</entry>
<entry name="wrapNewLines" type="bool">
<default>false</default>
</entry>
<entry name="wrapText" type="bool">
<default>false</default>
</entry>
<entry name="notify" type="bool">
<default>true</default>
</entry>
<entry name="checkUpdates" type="bool">
<default>true</default>
</entry>
<entry name="height" type="int">
<default>0</default>
</entry>
<entry name="width" type="int">
<default>0</default>
</entry>
<entry name="notify" type="bool">
<default>true</default>
<entry name="interval" type="int">
<default>1000</default>
</entry>
<entry name="wrapNewLines" type="bool">
<default>false</default>
<entry name="queueLimit" type="int">
<default>0</default>
</entry>
<entry name="background" type="bool">
<default>true</default>
<entry name="tempUnits" type="string">
<default>Celsius</default>
</entry>
<entry name="customTime" type="string">
<default>$hh:$mm</default>
@ -35,24 +53,12 @@
<entry name="customUptime" type="string">
<default>$dd,$hh,$mm</default>
</entry>
<entry name="tempUnits" type="string">
<default>Celsius</default>
</entry>
<entry name="acOnline" type="string">
<default>(*)</default>
</entry>
<entry name="acOffline" type="string">
<default>( )</default>
</entry>
<entry name="checkUpdates" type="bool">
<default>true</default>
</entry>
<entry name="translateStrings" type="bool">
<default>true</default>
</entry>
<entry name="wrapText" type="bool">
<default>false</default>
</entry>
</group>
<group name="Tooltip">
@ -111,9 +117,6 @@
<group name="Appearance">
<!-- appearance -->
<entry name="interval" type="int">
<default>1000</default>
</entry>
<entry name="textAlign" type="string">
<default>center</default>
</entry>

View File

@ -43,6 +43,7 @@ Item {
height: parent.height
width: parent.width
QtControls.Tab {
anchors.margins: 10.0
title: i18n("About")
QtLayouts.ColumnLayout {
@ -85,6 +86,7 @@ Item {
}
QtControls.Tab {
anchors.margins: 10.0
title: i18n("Acknowledgment")
QtLayouts.ColumnLayout {
@ -110,6 +112,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
}

View File

@ -35,20 +35,21 @@ Item {
property bool debug: awActions.isDebugEnabled()
property alias cfg_interval: update.value
property alias cfg_background: background.checked
property alias cfg_translateStrings: translate.checked
property alias cfg_wrapNewLines: wrapNewLines.checked
property alias cfg_wrapText: wordWrap.checked
property alias cfg_notify: notify.checked
property alias cfg_checkUpdates: updates.checked
property alias cfg_height: widgetHeight.value
property alias cfg_width: widgetWidth.value
property alias cfg_notify: notify.checked
property alias cfg_wrapNewLines: wrapNewLines.checked
property alias cfg_background: background.checked
property alias cfg_interval: update.value
property alias cfg_queueLimit: queueLimit.value
property string cfg_tempUnits: tempUnits.currentText
property alias cfg_customTime: customTime.text
property alias cfg_customUptime: customUptime.text
property string cfg_tempUnits: tempUnits.currentText
property alias cfg_acOnline: acOnline.text
property alias cfg_acOffline: acOffline.text
property alias cfg_checkUpdates: updates.checked
property alias cfg_translateStrings: translate.checked
property alias cfg_wrapText: wordWrap.checked
Column {
@ -58,19 +59,83 @@ Item {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
height: parent.heigth
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Time interval")
}
QtControls.SpinBox {
id: update
QtControls.CheckBox {
id: background
width: parent.width * 3 / 5
minimumValue: 1000
maximumValue: 10000
stepSize: 500
value: plasmoid.configuration.interval
text: i18n("Enable background")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: translate
width: parent.width * 3 / 5
text: i18n("Translate strings")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: wrapNewLines
width: parent.width * 3 / 5
text: i18n("Wrap new lines")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: wordWrap
width: parent.width * 3 / 5
text: i18n("Enable word wrap")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: notify
width: parent.width * 3 / 5
text: i18n("Enable notifications")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: updates
width: parent.width * 3 / 5
text: i18n("Check updates on startup")
}
}
@ -118,55 +183,19 @@ Item {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Time interval")
}
QtControls.CheckBox {
id: notify
QtControls.SpinBox {
id: update
width: parent.width * 3 / 5
text: i18n("Enable notifications")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: wrapNewLines
width: parent.width * 3 / 5
text: i18n("Wrap new lines")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: wordWrap
width: parent.width * 3 / 5
text: i18n("Enable word wrap")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: background
width: parent.width * 3 / 5
text: i18n("Enable background")
minimumValue: 1000
maximumValue: 10000
stepSize: 500
value: plasmoid.configuration.interval
}
}
@ -178,29 +207,15 @@ Item {
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Custom time format")
text: i18n("Messages queue limit")
}
QtControls.TextField {
id: customTime
QtControls.SpinBox {
id: queueLimit
width: parent.width * 3 / 5
text: plasmoid.configuration.customTime
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Custom uptime format")
}
QtControls.TextField {
id: customUptime
width: parent.width * 3 / 5
text: plasmoid.configuration.customUptime
minimumValue: 0
maximumValue: 99
stepSize: 1
value: plasmoid.configuration.queueLimit
}
}
@ -261,6 +276,40 @@ Item {
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Custom time format")
}
QtControls.TextField {
id: customTime
width: parent.width * 3 / 5
text: plasmoid.configuration.customTime
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Custom uptime format")
}
QtControls.TextField {
id: customUptime
width: parent.width * 3 / 5
text: plasmoid.configuration.customUptime
}
}
Row {
height: implicitHeight
width: parent.width
@ -295,34 +344,6 @@ Item {
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: updates
width: parent.width * 3 / 5
text: i18n("Check updates on startup")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: translate
width: parent.width * 3 / 5
text: i18n("Translate strings")
}
}
Row {
height: implicitHeight
width: parent.width
@ -339,6 +360,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
}

View File

@ -236,6 +236,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
}

View File

@ -16,10 +16,8 @@
***************************************************************************/
import QtQuick 2.0
import QtQuick.Controls 1.0 as QtControls
import QtQuick.Controls 1.3 as QtControls
import QtQuick.Dialogs 1.1 as QtDialogs
import QtQuick.Layouts 1.0 as QtLayouts
import QtQuick.Controls.Styles 1.3 as QtStyles
import org.kde.plasma.private.awesomewidget 1.0
@ -43,9 +41,14 @@ Item {
property variant cfg_dataengine: awActions.readDataEngineConfiguration()
Column {
id: pageColumn
anchors.fill: parent
QtControls.GroupBox {
height: implicitHeight
width: parent.width
title: i18n("ACPI")
Row {
height: implicitHeight
width: parent.width
@ -62,7 +65,12 @@ Item {
onEditingFinished: cfg_dataengine["ACPIPATH"] = text
}
}
}
QtControls.GroupBox {
height: implicitHeight
width: parent.width
title: i18n("GPU")
Row {
height: implicitHeight
width: parent.width
@ -88,7 +96,15 @@ Item {
}
}
}
}
QtControls.GroupBox {
height: implicitHeight
width: parent.width
title: i18n("HDD temperature")
Column {
height: implicitHeight
width: parent.width
Row {
height: implicitHeight
width: parent.width
@ -131,7 +147,16 @@ Item {
onEditingFinished: cfg_dataengine["HDDTEMPCMD"] = text
}
}
}
}
QtControls.GroupBox {
height: implicitHeight
width: parent.width
title: i18n("Player")
Column {
height: implicitHeight
width: parent.width
Row {
height: implicitHeight
width: parent.width
@ -140,52 +165,15 @@ Item {
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("MPD address")
}
QtControls.TextField {
width: parent.width * 3 / 5
text: cfg_dataengine["MPDADDRESS"]
onEditingFinished: cfg_dataengine["MPDADDRESS"] = text
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("MPD port")
text: i18n("Player data symbols")
}
QtControls.SpinBox {
width: parent.width * 3 / 5
minimumValue: 1000
maximumValue: 65535
minimumValue: 1
maximumValue: 100
stepSize: 1
value: cfg_dataengine["MPDPORT"]
onEditingFinished: cfg_dataengine["MPDPORT"] = value
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("MPRIS player name")
}
QtControls.ComboBox {
id: mpris
width: parent.width * 3 / 5
editable: true
model: ["auto", "amarok", "audacious", "clementine", "deadbeef",
"vlc", "qmmp", "xmms2", cfg_dataengine["MPRIS"]]
currentIndex: model.length - 1
value: cfg_dataengine["PLAYERSYMBOLS"]
onEditingFinished: cfg_dataengine["PLAYERSYMBOLS"] = value
}
}
@ -223,18 +211,64 @@ Item {
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Player data symbols")
text: i18n("MPRIS player name")
}
QtControls.SpinBox {
QtControls.ComboBox {
id: mpris
width: parent.width * 3 / 5
minimumValue: 1
maximumValue: 100
stepSize: 1
value: cfg_dataengine["PLAYERSYMBOLS"]
onEditingFinished: cfg_dataengine["PLAYERSYMBOLS"] = value
editable: true
model: ["auto", "amarok", "audacious", "clementine", "deadbeef",
"vlc", "qmmp", "xmms2", cfg_dataengine["MPRIS"]]
currentIndex: model.length - 1
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("MPD address")
}
QtControls.TextField {
width: parent.width * 3 / 5
text: cfg_dataengine["MPDADDRESS"]
onEditingFinished: cfg_dataengine["MPDADDRESS"] = text
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("MPD port")
}
QtControls.SpinBox {
width: parent.width * 3 / 5
minimumValue: 1000
maximumValue: 65535
stepSize: 1
value: cfg_dataengine["MPDPORT"]
onEditingFinished: cfg_dataengine["MPDPORT"] = value
}
}
}
}
QtControls.GroupBox {
height: implicitHeight
width: parent.width
title: i18n("Extensions")
Column {
height: implicitHeight
width: parent.width
Row {
height: implicitHeight
width: parent.width
@ -303,6 +337,9 @@ Item {
}
}
}
}
}
Component.onCompleted: {
if (debug) console.debug()

View File

@ -173,6 +173,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
@ -236,7 +237,7 @@ Item {
if (debug) console.debug()
// init submodule
awKeys.initKeys(plasmoid.configuration.text)
awKeys.initKeys(plasmoid.configuration.text, plasmoid.configuration.queueLimit)
awKeys.initDataAggregator(tooltipSettings)
awKeys.setWrapNewLines(plasmoid.configuration.wrapNewLines)
// configure aggregator
@ -248,6 +249,7 @@ Item {
awKeys.setAggregatorProperty("translate", plasmoid.configuration.translateStrings)
}
function action_checkUpdates() {
if (debug) console.debug()

View File

@ -413,6 +413,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
}

View File

@ -341,6 +341,7 @@ Item {
title: i18n("Preview")
}
// we need to initializate DataEngines here too
// because we need to get keys and values
PlasmaCore.DataSource {
@ -381,6 +382,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
@ -389,7 +391,7 @@ Item {
awKeys.dropSourceFromDataengine.connect(dropSource)
awKeys.needTextToBeUpdated.connect(needTextUpdate)
// init submodule
awKeys.initKeys(plasmoid.configuration.text)
awKeys.initKeys(plasmoid.configuration.text, plasmoid.configuration.queueLimit)
awKeys.setAggregatorProperty("acOffline", plasmoid.configuration.acOffline)
awKeys.setAggregatorProperty("acOnline", plasmoid.configuration.acOnline)
awKeys.setAggregatorProperty("customTime", plasmoid.configuration.customTime)

View File

@ -14,12 +14,21 @@
<group name="Advanced">
<!-- advanced -->
<entry name="background" type="bool">
<default>true</default>
</entry>
<entry name="verticalLayout" type="bool">
<default>false</default>
</entry>
<entry name="height" type="int">
<default>0</default>
</entry>
<entry name="width" type="int">
<default>0</default>
</entry>
<entry name="mark" type="string">
<default>¤</default>
</entry>
<entry name="tooltipType" type="string">
<default>windows</default>
</entry>
@ -29,15 +38,6 @@
<entry name="tooltipColor" type="string">
<default>#ffffff</default>
</entry>
<entry name="background" type="bool">
<default>true</default>
</entry>
<entry name="verticalLayout" type="bool">
<default>false</default>
</entry>
<entry name="mark" type="string">
<default>¤</default>
</entry>
</group>
<group name="Appearance">

View File

@ -44,6 +44,7 @@ Item {
height: parent.height
width: parent.width
QtControls.Tab {
anchors.margins: 10.0
title: i18n("About")
QtLayouts.ColumnLayout {
@ -86,6 +87,7 @@ Item {
}
QtControls.Tab {
anchors.margins: 10.0
title: i18n("Acknowledgment")
QtLayouts.ColumnLayout {
@ -111,6 +113,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
}

View File

@ -236,6 +236,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
}

View File

@ -37,19 +37,47 @@ Item {
property bool debug: dpAdds.isDebugEnabled()
property alias cfg_background: background.checked
property alias cfg_verticalLayout: verticalLayout.checked
property alias cfg_height: widgetHeight.value
property alias cfg_width: widgetWidth.value
property string cfg_mark: mark.currentText
property string cfg_tooltipType: tooltipType.currentText
property alias cfg_tooltipWidth: tooltipWidth.value
property alias cfg_tooltipColor: tooltipColor.text
property alias cfg_background: background.checked
property alias cfg_verticalLayout: verticalLayout.checked
property string cfg_mark: mark.currentText
Column {
id: pageColumn
anchors.fill: parent
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: background
width: parent.width * 3 / 5
text: i18n("Enable background")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: verticalLayout
width: parent.width * 3 / 5
text: i18n("Vertical layout")
}
}
Row {
height: implicitHeight
width: parent.width
@ -90,6 +118,34 @@ Item {
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Mark")
}
QtControls.ComboBox {
id: mark
width: parent.width * 3 / 5
editable: true
model: ["#", "$", "%", "&", "*", "@", "¤", "¶", "·", "º",
plasmoid.configuration.mark]
currentIndex: model.length - 1
onCurrentIndexChanged: cfg_mark = currentText
}
}
QtControls.GroupBox {
height: implicitHeight
width: parent.width
title: i18n("Tooltip")
Column {
height: implicitHeight
width: parent.width
Row {
height: implicitHeight
width: parent.width
@ -181,53 +237,6 @@ Item {
onClicked: colorDialog.visible = true
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: background
width: parent.width * 3 / 5
text: i18n("Enable background")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.heigth
width: parent.width * 2 / 5
}
QtControls.CheckBox {
id: verticalLayout
width: parent.width * 3 / 5
text: i18n("Vertical layout")
}
}
Row {
height: implicitHeight
width: parent.width
QtControls.Label {
height: parent.height
width: parent.width * 2 / 5
horizontalAlignment: Text.AlignRight
verticalAlignment: Text.AlignVCenter
text: i18n("Mark")
}
QtControls.ComboBox {
id: mark
width: parent.width * 3 / 5
editable: true
model: ["#", "$", "%", "&", "*", "@", "¤", "¶", "·", "º",
plasmoid.configuration.mark]
currentIndex: model.length - 1
onCurrentIndexChanged: cfg_mark = currentText
}
}
}

View File

@ -236,6 +236,7 @@ Item {
}
}
Component.onCompleted: {
if (debug) console.debug()
}

View File

@ -101,6 +101,7 @@ Item {
}
}
Timer {
id: timer
interval: 1000

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -38,13 +38,10 @@ msgstr ""
msgid "Acknowledgment"
msgstr ""
msgid "Widget height, px"
msgid "Enable background"
msgstr ""
msgid "Widget width, px"
msgstr ""
msgid "Enable notifications"
msgid "Translate strings"
msgstr ""
msgid "Wrap new lines"
@ -53,13 +50,22 @@ msgstr ""
msgid "Enable word wrap"
msgstr ""
msgid "Enable background"
msgid "Enable notifications"
msgstr ""
msgid "Custom time format"
msgid "Check updates on startup"
msgstr ""
msgid "Custom uptime format"
msgid "Widget height, px"
msgstr ""
msgid "Widget width, px"
msgstr ""
msgid "Time interval"
msgstr ""
msgid "Messages queue limit"
msgstr ""
msgid "Temperature units"
@ -86,24 +92,21 @@ msgstr ""
msgid "kcal/mol"
msgstr ""
msgid "Custom time format"
msgstr ""
msgid "Custom uptime format"
msgstr ""
msgid "AC online tag"
msgstr ""
msgid "AC offline tag"
msgstr ""
msgid "Check updates on startup"
msgstr ""
msgid "Translate strings"
msgstr ""
msgid "Drop key cache"
msgstr ""
msgid "Time interval"
msgstr ""
msgid "Font"
msgstr ""
@ -143,31 +146,46 @@ msgstr ""
msgid "Select a font"
msgstr ""
msgid "ACPI"
msgstr ""
msgid "ACPI path"
msgstr ""
msgid "GPU"
msgstr ""
msgid "GPU device"
msgstr ""
msgid "HDD temperature"
msgstr ""
msgid "HDD"
msgstr ""
msgid "hddtemp cmd"
msgstr ""
msgid "Player"
msgstr ""
msgid "Player data symbols"
msgstr ""
msgid "Music player"
msgstr ""
msgid "MPRIS player name"
msgstr ""
msgid "MPD address"
msgstr ""
msgid "MPD port"
msgstr ""
msgid "MPRIS player name"
msgstr ""
msgid "Music player"
msgstr ""
msgid "Player data symbols"
msgid "Extensions"
msgstr ""
msgid "Custom scripts"
@ -514,6 +532,12 @@ msgstr ""
msgid "Inactive desktop"
msgstr ""
msgid "Vertical layout"
msgstr ""
msgid "Mark"
msgstr ""
msgid "Tooltip type"
msgstr ""
@ -535,12 +559,6 @@ msgstr ""
msgid "Tooltip width"
msgstr ""
msgid "Vertical layout"
msgstr ""
msgid "Mark"
msgstr ""
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"PO-Revision-Date: 2015-09-14 10:04+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-09-21 10:26+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: English <kde-russian@lists.kde.ru>\n"
"Language: ru\n"
@ -39,14 +39,11 @@ msgstr "About"
msgid "Acknowledgment"
msgstr "Acknowledgment"
msgid "Widget height, px"
msgstr "Widget height, px"
msgid "Enable background"
msgstr "Enable background"
msgid "Widget width, px"
msgstr "Widget width, px"
msgid "Enable notifications"
msgstr "Enable notifications"
msgid "Translate strings"
msgstr "Translate strings"
msgid "Wrap new lines"
msgstr "Wrap new lines"
@ -54,14 +51,23 @@ msgstr "Wrap new lines"
msgid "Enable word wrap"
msgstr "Enable word wrap"
msgid "Enable background"
msgstr "Enable background"
msgid "Enable notifications"
msgstr "Enable notifications"
msgid "Custom time format"
msgstr "Custom time format"
msgid "Check updates on startup"
msgstr "Check updates on startup"
msgid "Custom uptime format"
msgstr "Custom uptime format"
msgid "Widget height, px"
msgstr "Widget height, px"
msgid "Widget width, px"
msgstr "Widget width, px"
msgid "Time interval"
msgstr "Time interval"
msgid "Messages queue limit"
msgstr "Messages queue limit"
msgid "Temperature units"
msgstr "Temperature units"
@ -87,24 +93,21 @@ msgstr "kJ/mol"
msgid "kcal/mol"
msgstr "kcal/mol"
msgid "Custom time format"
msgstr "Custom time format"
msgid "Custom uptime format"
msgstr "Custom uptime format"
msgid "AC online tag"
msgstr "AC online tag"
msgid "AC offline tag"
msgstr "AC offline tag"
msgid "Check updates on startup"
msgstr "Check updates on startup"
msgid "Translate strings"
msgstr "Translate strings"
msgid "Drop key cache"
msgstr "Drop key cache"
msgid "Time interval"
msgstr "Time interval"
msgid "Font"
msgstr "Font"
@ -144,32 +147,47 @@ msgstr "Select a color"
msgid "Select a font"
msgstr "Select a font"
msgid "ACPI"
msgstr "ACPI"
msgid "ACPI path"
msgstr "ACPI path"
msgid "GPU"
msgstr "GPU"
msgid "GPU device"
msgstr "GPU device"
msgid "HDD temperature"
msgstr "HDD temperature"
msgid "HDD"
msgstr "HDD"
msgid "hddtemp cmd"
msgstr "hddtemp cmd"
msgid "Player"
msgstr "Player"
msgid "Player data symbols"
msgstr "Player data symbols"
msgid "Music player"
msgstr "Music player"
msgid "MPRIS player name"
msgstr "MPRIS player name"
msgid "MPD address"
msgstr "MPD address"
msgid "MPD port"
msgstr "MPD port"
msgid "MPRIS player name"
msgstr "MPRIS player name"
msgid "Music player"
msgstr "Music player"
msgid "Player data symbols"
msgstr "Player data symbols"
msgid "Extensions"
msgstr "Extensions"
msgid "Custom scripts"
msgstr "Custom scripts"
@ -523,6 +541,12 @@ msgstr "Active desktop"
msgid "Inactive desktop"
msgstr "Inactive desktop"
msgid "Vertical layout"
msgstr "Vertical layout"
msgid "Mark"
msgstr "Mark"
msgid "Tooltip type"
msgstr "Tooltip type"
@ -544,12 +568,6 @@ msgstr "none"
msgid "Tooltip width"
msgstr "Tooltip width"
msgid "Vertical layout"
msgstr "Vertical layout"
msgid "Mark"
msgstr "Mark"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Evgeniy Alekseev"
@ -803,15 +821,9 @@ msgstr "esalexeev@gmail.com"
#~ "...\n"
#~ "$cpuclN - CPU clock for core N, MHz"
#~ msgid "Temperature"
#~ msgstr "Temperature"
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
#~ msgstr "$tempN - physical temperature on device N (from 0). Example: $temp0"
#~ msgid "GPU"
#~ msgstr "GPU"
#~ msgid "$gpu - gpu usage, %"
#~ msgstr "$gpu - gpu usage, %"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-07-31 22:13+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: Spanish <kde-russian@lists.kde.ru>\n"
@ -39,14 +39,12 @@ msgstr "Acerca de"
msgid "Acknowledgment"
msgstr "Reconocimiento"
msgid "Widget height, px"
msgstr "Alto del widget, px"
msgid "Enable background"
msgstr "Habilitar fondo"
msgid "Widget width, px"
msgstr "Ancho del widget, px"
msgid "Enable notifications"
msgstr "Habilitar notificaciones"
#, fuzzy
msgid "Translate strings"
msgstr "Problemas de traducción"
msgid "Wrap new lines"
msgstr "Ajustar las nuevas líneas"
@ -54,14 +52,24 @@ msgstr "Ajustar las nuevas líneas"
msgid "Enable word wrap"
msgstr ""
msgid "Enable background"
msgstr "Habilitar fondo"
msgid "Enable notifications"
msgstr "Habilitar notificaciones"
msgid "Custom time format"
msgstr "Formato personalizado de hora"
#, fuzzy
msgid "Check updates on startup"
msgstr "Comprobar actualizaciones"
msgid "Custom uptime format"
msgstr "Formato personalizado de actividad del sistema"
msgid "Widget height, px"
msgstr "Alto del widget, px"
msgid "Widget width, px"
msgstr "Ancho del widget, px"
msgid "Time interval"
msgstr "Intervalo de tiempo"
msgid "Messages queue limit"
msgstr ""
msgid "Temperature units"
msgstr "Unidades de temperatura"
@ -87,26 +95,21 @@ msgstr "kJ/mol"
msgid "kcal/mol"
msgstr "kcal/mol"
msgid "Custom time format"
msgstr "Formato personalizado de hora"
msgid "Custom uptime format"
msgstr "Formato personalizado de actividad del sistema"
msgid "AC online tag"
msgstr "Etiqueta para alimentación conectada"
msgid "AC offline tag"
msgstr "Etiqueta para la alimentación desconectada"
#, fuzzy
msgid "Check updates on startup"
msgstr "Comprobar actualizaciones"
#, fuzzy
msgid "Translate strings"
msgstr "Problemas de traducción"
msgid "Drop key cache"
msgstr ""
msgid "Time interval"
msgstr "Intervalo de tiempo"
msgid "Font"
msgstr "Tipo de letra"
@ -146,31 +149,48 @@ msgstr "Elige un color"
msgid "Select a font"
msgstr "Elige un tipo de letra"
#, fuzzy
msgid "ACPI"
msgstr "Ruta ACPI"
msgid "ACPI path"
msgstr "Ruta ACPI"
msgid "GPU"
msgstr "GPU"
msgid "GPU device"
msgstr "Dispositivo de GPU"
#, fuzzy
msgid "HDD temperature"
msgstr "Temperatura"
msgid "HDD"
msgstr "Disco duro"
msgid "hddtemp cmd"
msgstr "Comando hddtemp"
msgid "Player"
msgstr ""
msgid "Player data symbols"
msgstr ""
msgid "Music player"
msgstr "Reproductor de música"
msgid "MPRIS player name"
msgstr "Nombre del reproductor MPRIS"
msgid "MPD address"
msgstr "Dirección de MPD"
msgid "MPD port"
msgstr "Puerto de MPD"
msgid "MPRIS player name"
msgstr "Nombre del reproductor MPRIS"
msgid "Music player"
msgstr "Reproductor de música"
msgid "Player data symbols"
msgid "Extensions"
msgstr ""
msgid "Custom scripts"
@ -538,6 +558,12 @@ msgstr "Escritorio activo"
msgid "Inactive desktop"
msgstr "Escritorio inactivo"
msgid "Vertical layout"
msgstr "Orientación vertical"
msgid "Mark"
msgstr "Marca"
msgid "Tooltip type"
msgstr "Tipo de ventana emergente"
@ -559,12 +585,6 @@ msgstr "ninguno"
msgid "Tooltip width"
msgstr "Ancho de la ventana emergente"
msgid "Vertical layout"
msgstr "Orientación vertical"
msgid "Mark"
msgstr "Marca"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Tu nombre"
@ -799,17 +819,11 @@ msgstr "Tu correo electrónico"
#~ "...\n"
#~ "$cpuclN - frecuencia de la CPU para el núcleo N, MHz"
#~ msgid "Temperature"
#~ msgstr "Temperatura"
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
#~ msgstr ""
#~ "$tempN - temperatura física en el dispositivo N (a partir de 0). Ejemplo: "
#~ "$temp0"
#~ msgid "GPU"
#~ msgstr "GPU"
#~ msgid "$gpu - gpu usage, %"
#~ msgstr "$gpu - uso de la GPU, %"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-07-31 22:16+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: French <kde-russian@lists.kde.ru>\n"
@ -41,14 +41,12 @@ msgstr "À propos"
msgid "Acknowledgment"
msgstr "À savoir"
msgid "Widget height, px"
msgstr "Paramètres du composant"
msgid "Enable background"
msgstr "Activer le fond"
msgid "Widget width, px"
msgstr "Largeur de l'applet"
msgid "Enable notifications"
msgstr "Activer les notifications"
#, fuzzy
msgid "Translate strings"
msgstr "Traductions"
msgid "Wrap new lines"
msgstr "Couper les lignes supplémentaires"
@ -56,14 +54,24 @@ msgstr "Couper les lignes supplémentaires"
msgid "Enable word wrap"
msgstr ""
msgid "Enable background"
msgstr "Activer le fond"
msgid "Enable notifications"
msgstr "Activer les notifications"
msgid "Custom time format"
msgstr "Format de l'heure personnalisé"
#, fuzzy
msgid "Check updates on startup"
msgstr "Vérifier les mises à jour"
msgid "Custom uptime format"
msgstr "Temps de fonctionnement personalisé"
msgid "Widget height, px"
msgstr "Paramètres du composant"
msgid "Widget width, px"
msgstr "Largeur de l'applet"
msgid "Time interval"
msgstr "Intervalle"
msgid "Messages queue limit"
msgstr ""
msgid "Temperature units"
msgstr "Unités de température"
@ -89,26 +97,21 @@ msgstr "kJ/mol"
msgid "kcal/mol"
msgstr "kcal/mol"
msgid "Custom time format"
msgstr "Format de l'heure personnalisé"
msgid "Custom uptime format"
msgstr "Temps de fonctionnement personalisé"
msgid "AC online tag"
msgstr "Étiquette alimentation branchée"
msgid "AC offline tag"
msgstr "Étiquette alimentation débranchée"
#, fuzzy
msgid "Check updates on startup"
msgstr "Vérifier les mises à jour"
#, fuzzy
msgid "Translate strings"
msgstr "Traductions"
msgid "Drop key cache"
msgstr ""
msgid "Time interval"
msgstr "Intervalle"
msgid "Font"
msgstr "Police"
@ -148,31 +151,48 @@ msgstr "Sélectionner une couleur"
msgid "Select a font"
msgstr "Sélectionner une police"
#, fuzzy
msgid "ACPI"
msgstr "chemin ACPI"
msgid "ACPI path"
msgstr "chemin ACPI"
msgid "GPU"
msgstr "Processeur graphique"
msgid "GPU device"
msgstr "Périphérique graphique"
#, fuzzy
msgid "HDD temperature"
msgstr "Température"
msgid "HDD"
msgstr "Disque dur"
msgid "hddtemp cmd"
msgstr "Cmd de température disques"
msgid "Player"
msgstr ""
msgid "Player data symbols"
msgstr ""
msgid "Music player"
msgstr "Lecteur audio"
msgid "MPRIS player name"
msgstr "Nom du lecteur MPRIS"
msgid "MPD address"
msgstr "Adresse MPD"
msgid "MPD port"
msgstr "Port MPD"
msgid "MPRIS player name"
msgstr "Nom du lecteur MPRIS"
msgid "Music player"
msgstr "Lecteur audio"
msgid "Player data symbols"
msgid "Extensions"
msgstr ""
msgid "Custom scripts"
@ -548,6 +568,12 @@ msgstr "Bureau actif"
msgid "Inactive desktop"
msgstr "Bureau inactif"
msgid "Vertical layout"
msgstr "Positionnement vertical"
msgid "Mark"
msgstr "Marquer"
msgid "Tooltip type"
msgstr "Type d'infobulle"
@ -569,12 +595,6 @@ msgstr "Aucun"
msgid "Tooltip width"
msgstr "Largeur de l'infobulle"
msgid "Vertical layout"
msgstr "Positionnement vertical"
msgid "Mark"
msgstr "Marquer"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Evgeniy Alekseev MerMouY"
@ -799,17 +819,11 @@ msgstr "esalexeev@gmail.com mermouy@gmail.com"
#~ "...\n"
#~ "$cpuclN - Horloge du coeur N, MHz"
#~ msgid "Temperature"
#~ msgstr "Température"
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
#~ msgstr ""
#~ "$tempN - Température physique du périphérique N (à partir de 0). Exemple: "
#~ "$temp0"
#~ msgid "GPU"
#~ msgstr "Processeur graphique"
#~ msgid "$gpu - gpu usage, %"
#~ msgstr "$gpu - utilisation du processeur graphique, %"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Awesome widgets\n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-08-20 22:52+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: Dutch <kde-i18n-nl@kde.org>\n"
@ -41,14 +41,12 @@ msgstr "Over"
msgid "Acknowledgment"
msgstr "Erkenning"
msgid "Widget height, px"
msgstr ""
msgid "Enable background"
msgstr "Achtergrond inschakelen"
msgid "Widget width, px"
msgstr ""
msgid "Enable notifications"
msgstr ""
#, fuzzy
msgid "Translate strings"
msgstr "Probleem met de vertaling"
msgid "Wrap new lines"
msgstr ""
@ -56,14 +54,24 @@ msgstr ""
msgid "Enable word wrap"
msgstr ""
msgid "Enable background"
msgstr "Achtergrond inschakelen"
msgid "Enable notifications"
msgstr ""
msgid "Custom time format"
msgstr "Aangepaste tijdsopmaak"
#, fuzzy
msgid "Check updates on startup"
msgstr "Controleren op updates"
msgid "Custom uptime format"
msgstr "Aangepast uptime-opmaak"
msgid "Widget height, px"
msgstr ""
msgid "Widget width, px"
msgstr ""
msgid "Time interval"
msgstr "Tijdstussenpose"
msgid "Messages queue limit"
msgstr ""
msgid "Temperature units"
msgstr "Temperatuureenheden"
@ -89,26 +97,21 @@ msgstr "kJ/mol"
msgid "kcal/mol"
msgstr "kcal/mol"
msgid "Custom time format"
msgstr "Aangepaste tijdsopmaak"
msgid "Custom uptime format"
msgstr "Aangepast uptime-opmaak"
msgid "AC online tag"
msgstr "AC online-sleutelwoord"
msgid "AC offline tag"
msgstr "AC offline-sleutelwoord"
#, fuzzy
msgid "Check updates on startup"
msgstr "Controleren op updates"
#, fuzzy
msgid "Translate strings"
msgstr "Probleem met de vertaling"
msgid "Drop key cache"
msgstr ""
msgid "Time interval"
msgstr "Tijdstussenpose"
msgid "Font"
msgstr "Lettertype"
@ -148,31 +151,48 @@ msgstr "Selecteer een kleur"
msgid "Select a font"
msgstr "Selecteer een lettertype"
#, fuzzy
msgid "ACPI"
msgstr "ACPI-pad"
msgid "ACPI path"
msgstr "ACPI-pad"
msgid "GPU"
msgstr ""
msgid "GPU device"
msgstr "GPU-apparaat"
#, fuzzy
msgid "HDD temperature"
msgstr "Temperatuureenheden"
msgid "HDD"
msgstr "HDD"
msgid "hddtemp cmd"
msgstr "hddtemp cmd"
msgid "Player"
msgstr ""
msgid "Player data symbols"
msgstr ""
msgid "Music player"
msgstr "Muziekspeler"
msgid "MPRIS player name"
msgstr "MPRIS-mediaspelernaam"
msgid "MPD address"
msgstr "MPD-adres"
msgid "MPD port"
msgstr "MPD-poort"
msgid "MPRIS player name"
msgstr "MPRIS-mediaspelernaam"
msgid "Music player"
msgstr "Muziekspeler"
msgid "Player data symbols"
msgid "Extensions"
msgstr ""
msgid "Custom scripts"
@ -543,6 +563,12 @@ msgstr "Actieve kleur"
msgid "Inactive desktop"
msgstr "Inactieve kleur"
msgid "Vertical layout"
msgstr "Verticale layout"
msgid "Mark"
msgstr "Markeren"
#, fuzzy
msgid "Tooltip type"
msgstr "Opmerkingsballon"
@ -565,12 +591,6 @@ msgstr "geen"
msgid "Tooltip width"
msgstr "Opmerkingsballonbreedte"
msgid "Vertical layout"
msgstr "Verticale layout"
msgid "Mark"
msgstr "Markeren"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Heimen Stoffels"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-07-31 22:21+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
@ -40,14 +40,12 @@ msgstr "Sobre"
msgid "Acknowledgment"
msgstr "Confirmação"
msgid "Widget height, px"
msgstr "Altura do widget, px"
msgid "Enable background"
msgstr "Ativar plano de fundo"
msgid "Widget width, px"
msgstr "Largura do widget, px"
msgid "Enable notifications"
msgstr "Ativar notificações"
#, fuzzy
msgid "Translate strings"
msgstr "Problema na tradução"
msgid "Wrap new lines"
msgstr "Cobrir novas linhas"
@ -55,14 +53,24 @@ msgstr "Cobrir novas linhas"
msgid "Enable word wrap"
msgstr ""
msgid "Enable background"
msgstr "Ativar plano de fundo"
msgid "Enable notifications"
msgstr "Ativar notificações"
msgid "Custom time format"
msgstr "Formato de hora personalizado"
#, fuzzy
msgid "Check updates on startup"
msgstr "Checar por atualizações"
msgid "Custom uptime format"
msgstr "Tempo em atividade com formato personalizado"
msgid "Widget height, px"
msgstr "Altura do widget, px"
msgid "Widget width, px"
msgstr "Largura do widget, px"
msgid "Time interval"
msgstr "Intervalo de tempo"
msgid "Messages queue limit"
msgstr ""
msgid "Temperature units"
msgstr "Unidades de temperatura"
@ -88,26 +96,21 @@ msgstr "KJ/mol"
msgid "kcal/mol"
msgstr "kcal/mol"
msgid "Custom time format"
msgstr "Formato de hora personalizado"
msgid "Custom uptime format"
msgstr "Tempo em atividade com formato personalizado"
msgid "AC online tag"
msgstr "Rótulo com carregador conectado"
msgid "AC offline tag"
msgstr "Rótulo com carregador desconectado"
#, fuzzy
msgid "Check updates on startup"
msgstr "Checar por atualizações"
#, fuzzy
msgid "Translate strings"
msgstr "Problema na tradução"
msgid "Drop key cache"
msgstr ""
msgid "Time interval"
msgstr "Intervalo de tempo"
msgid "Font"
msgstr "Tamanho da fonte"
@ -147,31 +150,48 @@ msgstr "Selecionar uma cor"
msgid "Select a font"
msgstr "Selecionar uma fonte"
#, fuzzy
msgid "ACPI"
msgstr "Caminho ACPI"
msgid "ACPI path"
msgstr "Caminho ACPI"
msgid "GPU"
msgstr "GPU"
msgid "GPU device"
msgstr "Dispositivo GPU"
#, fuzzy
msgid "HDD temperature"
msgstr "Temperatura "
msgid "HDD"
msgstr "HDD"
msgid "hddtemp cmd"
msgstr "comando hddtemp"
msgid "Player"
msgstr ""
msgid "Player data symbols"
msgstr ""
msgid "Music player"
msgstr "Reprodutor de áudio"
msgid "MPRIS player name"
msgstr "Nome do player MPRIS"
msgid "MPD address"
msgstr "Endereço do MPD"
msgid "MPD port"
msgstr "Porta do MPD"
msgid "MPRIS player name"
msgstr "Nome do player MPRIS"
msgid "Music player"
msgstr "Reprodutor de áudio"
msgid "Player data symbols"
msgid "Extensions"
msgstr ""
msgid "Custom scripts"
@ -532,6 +552,12 @@ msgstr "Desktop ativo"
msgid "Inactive desktop"
msgstr "Desktop inativo"
msgid "Vertical layout"
msgstr "Layout vertical"
msgid "Mark"
msgstr "Marca"
msgid "Tooltip type"
msgstr "Tipo de dica de contexto"
@ -553,12 +579,6 @@ msgstr "nenhum"
msgid "Tooltip width"
msgstr "Largura da dica de contexto"
msgid "Vertical layout"
msgstr "Layout vertical"
msgid "Mark"
msgstr "Marca"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "under"
@ -791,17 +811,11 @@ msgstr "under@insicuri.net"
#~ "...\n"
#~ "$cpuclN - frequência da CPU para o núcleo N, MHz"
#~ msgid "Temperature"
#~ msgstr "Temperatura "
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
#~ msgstr ""
#~ "$hddtempN - temperatura física no dispositivo N (começando por 0). "
#~ "Exemplo: $hddtemp0"
#~ msgid "GPU"
#~ msgstr "GPU"
#~ msgid "$gpu - gpu usage, %"
#~ msgstr "$gpu - uso da GPU, %"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"PO-Revision-Date: 2015-09-14 10:04+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-09-21 10:27+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
"Language: ru\n"
@ -39,14 +39,11 @@ msgstr "О программе"
msgid "Acknowledgment"
msgstr "Благодарности"
msgid "Widget height, px"
msgstr "Высота виджета, пиксели"
msgid "Enable background"
msgstr "Включить фон"
msgid "Widget width, px"
msgstr "Ширина виджета, пиксели"
msgid "Enable notifications"
msgstr "Включить уведомления "
msgid "Translate strings"
msgstr "Переводить строки"
msgid "Wrap new lines"
msgstr "Заменить символ перевода строки"
@ -54,14 +51,23 @@ msgstr "Заменить символ перевода строки"
msgid "Enable word wrap"
msgstr "Включить перенос слов"
msgid "Enable background"
msgstr "Включить фон"
msgid "Enable notifications"
msgstr "Включить уведомления "
msgid "Custom time format"
msgstr "Свой формат времени"
msgid "Check updates on startup"
msgstr "Проверять обновления при запуске"
msgid "Custom uptime format"
msgstr "Свой формат аптайма"
msgid "Widget height, px"
msgstr "Высота виджета, пиксели"
msgid "Widget width, px"
msgstr "Ширина виджета, пиксели"
msgid "Time interval"
msgstr "Интервал обновления"
msgid "Messages queue limit"
msgstr "Ограничение очереди сообщений"
msgid "Temperature units"
msgstr "Температурные единицы"
@ -87,24 +93,21 @@ msgstr "кДж/моль"
msgid "kcal/mol"
msgstr "ккал/моль"
msgid "Custom time format"
msgstr "Свой формат времени"
msgid "Custom uptime format"
msgstr "Свой формат аптайма"
msgid "AC online tag"
msgstr "AC подключен"
msgid "AC offline tag"
msgstr "AC отключен"
msgid "Check updates on startup"
msgstr "Проверять обновления при запуске"
msgid "Translate strings"
msgstr "Переводить строки"
msgid "Drop key cache"
msgstr "Сбросить кеш ключей"
msgid "Time interval"
msgstr "Интервал обновления"
msgid "Font"
msgstr "Шрифт"
@ -144,32 +147,47 @@ msgstr "Выберете цвет"
msgid "Select a font"
msgstr "Выберете шрифт"
msgid "ACPI"
msgstr "ACPI"
msgid "ACPI path"
msgstr "Пусть к ACPI"
msgid "GPU"
msgstr "GPU"
msgid "GPU device"
msgstr "Устройство GPU"
msgid "HDD temperature"
msgstr "Температура HDD"
msgid "HDD"
msgstr "HDD"
msgid "hddtemp cmd"
msgstr "Команда hddtemp"
msgid "Player"
msgstr "Проигрыватель"
msgid "Player data symbols"
msgstr "Символы в информации о плеере"
msgid "Music player"
msgstr "Музыкальный плеер"
msgid "MPRIS player name"
msgstr "Имя плеера в MPRIS"
msgid "MPD address"
msgstr "Адрес сервера MPD"
msgid "MPD port"
msgstr "Порт сервера MPD"
msgid "MPRIS player name"
msgstr "Имя плеера в MPRIS"
msgid "Music player"
msgstr "Музыкальный плеер"
msgid "Player data symbols"
msgstr "Символы в информации о плеере"
msgid "Extensions"
msgstr "Расширения"
msgid "Custom scripts"
msgstr "Свои скрипты"
@ -523,6 +541,12 @@ msgstr "Активный рабочий стол"
msgid "Inactive desktop"
msgstr "Неактивный рабочий стол"
msgid "Vertical layout"
msgstr "Вертикальная разметка"
msgid "Mark"
msgstr "Метка"
msgid "Tooltip type"
msgstr "Тип тултипа"
@ -544,12 +568,6 @@ msgstr "ничего"
msgid "Tooltip width"
msgstr "Ширина тултипа"
msgid "Vertical layout"
msgstr "Вертикальная разметка"
msgid "Mark"
msgstr "Метка"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Evgeniy Alekseev"
@ -803,16 +821,10 @@ msgstr "esalexeev@gmail.com"
#~ "...\n"
#~ "$cpuclN - частота CPU для ядра N, MHz"
#~ msgid "Temperature"
#~ msgstr "Температура"
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
#~ msgstr ""
#~ "$tempN - физическая температура на устройстве N (от 0). Пример: $temp0"
#~ msgid "GPU"
#~ msgstr "GPU"
#~ msgid "$gpu - gpu usage, %"
#~ msgstr "$gpu - использование GPU, %"

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-07-31 22:23+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: Ukrainian <kde-russian@lists.kde.ru>\n"
@ -39,14 +39,12 @@ msgstr "Про програму"
msgid "Acknowledgment"
msgstr "Подяка"
msgid "Widget height, px"
msgstr "Висота віджету, пікселі"
msgid "Enable background"
msgstr "Включити фон"
msgid "Widget width, px"
msgstr "Ширина віджету, пікселі"
msgid "Enable notifications"
msgstr "Включити повідомлення"
#, fuzzy
msgid "Translate strings"
msgstr "Тікет перекладу"
msgid "Wrap new lines"
msgstr "Замінити символ переводу рядка"
@ -54,14 +52,24 @@ msgstr "Замінити символ переводу рядка"
msgid "Enable word wrap"
msgstr ""
msgid "Enable background"
msgstr "Включити фон"
msgid "Enable notifications"
msgstr "Включити повідомлення"
msgid "Custom time format"
msgstr "Свій формат часу"
#, fuzzy
msgid "Check updates on startup"
msgstr "Шукати оновлення"
msgid "Custom uptime format"
msgstr "Свій формат аптайму (uptime)"
msgid "Widget height, px"
msgstr "Висота віджету, пікселі"
msgid "Widget width, px"
msgstr "Ширина віджету, пікселі"
msgid "Time interval"
msgstr "Інтервал оновлення"
msgid "Messages queue limit"
msgstr ""
msgid "Temperature units"
msgstr "Одиниці виміру температури"
@ -87,26 +95,21 @@ msgstr "кДж/моль"
msgid "kcal/mol"
msgstr "ккал/моль"
msgid "Custom time format"
msgstr "Свій формат часу"
msgid "Custom uptime format"
msgstr "Свій формат аптайму (uptime)"
msgid "AC online tag"
msgstr "AC підключений"
msgid "AC offline tag"
msgstr "AC відключений"
#, fuzzy
msgid "Check updates on startup"
msgstr "Шукати оновлення"
#, fuzzy
msgid "Translate strings"
msgstr "Тікет перекладу"
msgid "Drop key cache"
msgstr ""
msgid "Time interval"
msgstr "Інтервал оновлення"
msgid "Font"
msgstr "Шрифт"
@ -146,31 +149,48 @@ msgstr "Оберіть колір"
msgid "Select a font"
msgstr "Оберіть шрифт"
#, fuzzy
msgid "ACPI"
msgstr "Шлях до ICPI"
msgid "ACPI path"
msgstr "Шлях до ICPI"
msgid "GPU"
msgstr "GPU"
msgid "GPU device"
msgstr "Пристій GPU"
#, fuzzy
msgid "HDD temperature"
msgstr "Температура"
msgid "HDD"
msgstr "HDD"
msgid "hddtemp cmd"
msgstr "Команда hddtemp"
msgid "Player"
msgstr ""
msgid "Player data symbols"
msgstr ""
msgid "Music player"
msgstr "Музичний плеєр"
msgid "MPRIS player name"
msgstr "Ім’я плеєру в MPRIS"
msgid "MPD address"
msgstr "Адреса сервера MPD"
msgid "MPD port"
msgstr "Порт сервера MPD"
msgid "MPRIS player name"
msgstr "Ім’я плеєру в MPRIS"
msgid "Music player"
msgstr "Музичний плеєр"
msgid "Player data symbols"
msgid "Extensions"
msgstr ""
msgid "Custom scripts"
@ -540,6 +560,12 @@ msgstr "Активний робочий стіл"
msgid "Inactive desktop"
msgstr "Неактивний робочий стіл"
msgid "Vertical layout"
msgstr "Вертикальна розмітка"
msgid "Mark"
msgstr "Позначка"
msgid "Tooltip type"
msgstr "Тип підказки"
@ -561,12 +587,6 @@ msgstr "немає"
msgid "Tooltip width"
msgstr "Ширина підказки"
msgid "Vertical layout"
msgstr "Вертикальна розмітка"
msgid "Mark"
msgstr "Позначка"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Slobodyan Victor"
@ -802,15 +822,9 @@ msgstr "sarumyan@i.ua"
#~ "...\n"
#~ "$cpuclN - частота CPU для ядра N, MHz"
#~ msgid "Temperature"
#~ msgstr "Температура"
#~ msgid "$tempN - physical temperature on device N (from 0). Example: $temp0"
#~ msgstr "$tempN - фізична температура на пристрої N (від 0). Приклад: $temp0"
#~ msgid "GPU"
#~ msgstr "GPU"
#~ msgid "$gpu - gpu usage, %"
#~ msgstr "$gpu - використання gpu, %"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://github.com/arcan1s/awesome-widgets/issues\n"
"POT-Creation-Date: 2015-09-14 10:03+0300\n"
"POT-Creation-Date: 2015-09-21 20:49+0300\n"
"PO-Revision-Date: 2015-07-31 22:24+0300\n"
"Last-Translator: Evgeniy Alekseev <esalexeev@gmail.com>\n"
"Language-Team: Russian <kde-russian@lists.kde.ru>\n"
@ -39,13 +39,10 @@ msgstr ""
msgid "Acknowledgment"
msgstr ""
msgid "Widget height, px"
msgstr ""
msgid "Enable background"
msgstr "启用背景"
msgid "Widget width, px"
msgstr ""
msgid "Enable notifications"
msgid "Translate strings"
msgstr ""
msgid "Wrap new lines"
@ -54,14 +51,23 @@ msgstr ""
msgid "Enable word wrap"
msgstr ""
msgid "Enable background"
msgstr "启用背景"
msgid "Enable notifications"
msgstr ""
msgid "Custom time format"
msgstr "自定义时间格式"
msgid "Check updates on startup"
msgstr ""
msgid "Custom uptime format"
msgstr "自定义启动时间显示格式"
msgid "Widget height, px"
msgstr ""
msgid "Widget width, px"
msgstr ""
msgid "Time interval"
msgstr "时间周期"
msgid "Messages queue limit"
msgstr ""
msgid "Temperature units"
msgstr "温度单位"
@ -87,24 +93,21 @@ msgstr ""
msgid "kcal/mol"
msgstr ""
msgid "Custom time format"
msgstr "自定义时间格式"
msgid "Custom uptime format"
msgstr "自定义启动时间显示格式"
msgid "AC online tag"
msgstr "外接电源使用中标签"
msgid "AC offline tag"
msgstr "外接电源未使用标签"
msgid "Check updates on startup"
msgstr ""
msgid "Translate strings"
msgstr ""
msgid "Drop key cache"
msgstr ""
msgid "Time interval"
msgstr "时间周期"
msgid "Font"
msgstr "字体"
@ -146,31 +149,47 @@ msgstr "选择字体"
msgid "Select a font"
msgstr "选择字体"
msgid "ACPI"
msgstr ""
msgid "ACPI path"
msgstr ""
msgid "GPU"
msgstr ""
msgid "GPU device"
msgstr "GPU 设备"
#, fuzzy
msgid "HDD temperature"
msgstr "温度单位"
msgid "HDD"
msgstr "硬盘"
msgid "hddtemp cmd"
msgstr "硬盘温度显示命令"
msgid "Player"
msgstr ""
msgid "Player data symbols"
msgstr ""
msgid "Music player"
msgstr "音乐播放器"
msgid "MPRIS player name"
msgstr "MPRIS 播放器名"
msgid "MPD address"
msgstr "MPD 地址"
msgid "MPD port"
msgstr "MPD 端口"
msgid "MPRIS player name"
msgstr "MPRIS 播放器名"
msgid "Music player"
msgstr "音乐播放器"
msgid "Player data symbols"
msgid "Extensions"
msgstr ""
msgid "Custom scripts"
@ -541,6 +560,12 @@ msgstr "当前激活桌面"
msgid "Inactive desktop"
msgstr "未激活桌面"
msgid "Vertical layout"
msgstr ""
msgid "Mark"
msgstr "标记"
#, fuzzy
msgid "Tooltip type"
msgstr "提示"
@ -565,12 +590,6 @@ msgstr ""
msgid "Tooltip width"
msgstr "提示"
msgid "Vertical layout"
msgstr ""
msgid "Mark"
msgstr "标记"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "用户名"