diff --git a/sources/3rdparty/about/about.ui b/sources/3rdparty/about/about.ui
deleted file mode 100644
index a350df8..0000000
--- a/sources/3rdparty/about/about.ui
+++ /dev/null
@@ -1,218 +0,0 @@
-
-
- About
-
-
-
- 0
- 0
- 450
- 359
-
-
-
- -
-
-
- 0
-
-
-
- About
-
-
-
-
-
-
- true
-
-
-
-
- 0
- 0
- 418
- 284
-
-
-
-
-
-
-
-
-
-
- Qt::AlignCenter
-
-
- true
-
-
- Qt::TextBrowserInteraction
-
-
-
- -
-
-
-
-
-
- Qt::AlignCenter
-
-
- true
-
-
- Qt::TextBrowserInteraction
-
-
-
- -
-
-
-
-
-
- Qt::AlignJustify|Qt::AlignVCenter
-
-
- true
-
-
- Qt::TextBrowserInteraction
-
-
-
- -
-
-
-
-
-
- Qt::RichText
-
-
- true
-
-
- true
-
-
- Qt::TextBrowserInteraction
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
-
-
-
-
-
-
-
-
- Acknowledgement
-
-
- -
-
-
- true
-
-
-
-
- 0
- 0
- 418
- 284
-
-
-
-
-
-
-
-
-
-
- true
-
-
- Qt::TextBrowserInteraction
-
-
-
- -
-
-
-
-
-
- true
-
-
- Qt::TextBrowserInteraction
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 229
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
- Qt::RichText
-
-
- Qt::AlignCenter
-
-
- true
-
-
- true
-
-
- Qt::TextBrowserInteraction
-
-
-
-
-
-
-
-
diff --git a/sources/awesome-widget/package/contents/config/main.xml b/sources/awesome-widget/package/contents/config/main.xml
index c3f6a13..05fc242 100644
--- a/sources/awesome-widget/package/contents/config/main.xml
+++ b/sources/awesome-widget/package/contents/config/main.xml
@@ -3,135 +3,138 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
-
+
-
-
-
- [cpu: $cpu%] [mem: $mem%] [swap: $swap%] [$netdev: $down/$upKB/s]
-
-
+
+
+
+ [cpu: $cpu%] [mem: $mem%] [swap: $swap%] [$netdev: $down/$upKB/s]
+
+
-
-
-
- 0
-
-
- 0
-
-
- true
-
-
- false
-
-
- true
-
-
- $hh:$mm
-
-
- $dd,$hh,$mm
-
-
- Celsius
-
-
- (*)
-
-
- ( )
-
-
- true
-
-
- true
-
-
- false
-
-
+
+
+
+ true
+
+
+ true
+
+
+ false
+
+
+ false
+
+
+ true
+
+
+ true
+
+
+ 0
+
+
+ 0
+
+
+ 1000
+
+
+ 0
+
+
+ Celsius
+
+
+ $hh:$mm
+
+
+ $dd,$hh,$mm
+
+
+ (*)
+
+
+ ( )
+
+
-
-
- 100
-
-
- true
-
-
- #ffffff
-
-
- true
-
-
- #ff0000
-
-
- true
-
-
- #00ff00
-
-
- true
-
-
- #0000ff
-
-
- true
-
-
- #ffff00
-
-
- true
-
-
- #00ffff
-
-
- #ff00ff
-
-
- true
-
-
- #008800
-
-
- #880000
-
-
+
+
+ 100
+
+
+ true
+
+
+ #ffffff
+
+
+ true
+
+
+ #ff0000
+
+
+ true
+
+
+ #00ff00
+
+
+ true
+
+
+ #0000ff
+
+
+ true
+
+
+ #ffff00
+
+
+ true
+
+
+ #00ffff
+
+
+ #ff00ff
+
+
+ true
+
+
+ #008800
+
+
+ #880000
+
+
-
-
-
- 1000
-
-
- center
-
-
- Terminus
-
-
- 12
-
-
- #000000
-
-
- normal
-
-
- normal
-
-
+
+
+
+ center
+
+
+ Terminus
+
+
+ 12
+
+
+ #000000
+
+
+ normal
+
+
+ normal
+
+
diff --git a/sources/awesome-widget/package/contents/ui/about.qml b/sources/awesome-widget/package/contents/ui/about.qml
index 2c1bf12..e16930e 100644
--- a/sources/awesome-widget/package/contents/ui/about.qml
+++ b/sources/awesome-widget/package/contents/ui/about.qml
@@ -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()
}
diff --git a/sources/awesome-widget/package/contents/ui/advanced.qml b/sources/awesome-widget/package/contents/ui/advanced.qml
index 5f73c72..1160a3f 100644
--- a/sources/awesome-widget/package/contents/ui/advanced.qml
+++ b/sources/awesome-widget/package/contents/ui/advanced.qml
@@ -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()
}
diff --git a/sources/awesome-widget/package/contents/ui/appearance.qml b/sources/awesome-widget/package/contents/ui/appearance.qml
index 6559cb9..9fcf912 100644
--- a/sources/awesome-widget/package/contents/ui/appearance.qml
+++ b/sources/awesome-widget/package/contents/ui/appearance.qml
@@ -236,6 +236,7 @@ Item {
}
}
+
Component.onCompleted: {
if (debug) console.debug()
}
diff --git a/sources/awesome-widget/package/contents/ui/dataengine.qml b/sources/awesome-widget/package/contents/ui/dataengine.qml
index 3404512..377aadf 100644
--- a/sources/awesome-widget/package/contents/ui/dataengine.qml
+++ b/sources/awesome-widget/package/contents/ui/dataengine.qml
@@ -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,267 +41,306 @@ Item {
property variant cfg_dataengine: awActions.readDataEngineConfiguration()
+
Column {
id: pageColumn
anchors.fill: parent
- Row {
+ QtControls.GroupBox {
height: implicitHeight
width: parent.width
- QtControls.Label {
- height: parent.height
- width: parent.width * 2 / 5
- horizontalAlignment: Text.AlignRight
- verticalAlignment: Text.AlignVCenter
- text: i18n("ACPI path")
- }
- QtControls.TextField {
- width: parent.width * 3 / 5
- text: cfg_dataengine["ACPIPATH"]
- onEditingFinished: cfg_dataengine["ACPIPATH"] = text
+ title: i18n("ACPI")
+ Row {
+ height: implicitHeight
+ width: parent.width
+ QtControls.Label {
+ height: parent.height
+ width: parent.width * 2 / 5
+ horizontalAlignment: Text.AlignRight
+ verticalAlignment: Text.AlignVCenter
+ text: i18n("ACPI path")
+ }
+ QtControls.TextField {
+ width: parent.width * 3 / 5
+ text: cfg_dataengine["ACPIPATH"]
+ onEditingFinished: cfg_dataengine["ACPIPATH"] = text
+ }
}
}
- Row {
+ QtControls.GroupBox {
height: implicitHeight
width: parent.width
- QtControls.Label {
- height: parent.height
- width: parent.width * 2 / 5
- horizontalAlignment: Text.AlignRight
- verticalAlignment: Text.AlignVCenter
- text: i18n("GPU device")
- }
- QtControls.ComboBox {
- id: gpuDev
- width: parent.width * 3 / 5
- model: ["auto", "disable", "ati", "nvidia"]
- Component.onCompleted: {
- if (debug) console.debug()
- for (var i=0; i
-
+
-
-
-
- [$mark$number/$total: $name]
-
-
+
+
+
+ [$mark$number/$total: $name]
+
+
-
-
-
- 0
-
-
- 0
-
-
- windows
-
-
- 200
-
-
- #ffffff
-
-
- true
-
-
- false
-
-
- ¤
-
-
+
+
+
+ true
+
+
+ false
+
+
+ 0
+
+
+ 0
+
+
+ ¤
+
+
+ windows
+
+
+ 200
+
+
+ #ffffff
+
+
-
-
-
- center
-
-
- Terminus
-
-
- 12
-
-
- #000000
-
-
- normal
-
-
- normal
-
-
-
- center
-
-
- Terminus
-
-
- 12
-
-
- #ff0000
-
-
- normal
-
-
- normal
-
-
+
+
+
+ center
+
+
+ Terminus
+
+
+ 12
+
+
+ #000000
+
+
+ normal
+
+
+ normal
+
+
+
+ center
+
+
+ Terminus
+
+
+ 12
+
+
+ #ff0000
+
+
+ normal
+
+
+ normal
+
+
diff --git a/sources/desktop-panel/package/contents/ui/about.qml b/sources/desktop-panel/package/contents/ui/about.qml
index 23177d7..894678a 100644
--- a/sources/desktop-panel/package/contents/ui/about.qml
+++ b/sources/desktop-panel/package/contents/ui/about.qml
@@ -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()
}
diff --git a/sources/desktop-panel/package/contents/ui/activeapp.qml b/sources/desktop-panel/package/contents/ui/activeapp.qml
index f2fbfda..f57ac2c 100644
--- a/sources/desktop-panel/package/contents/ui/activeapp.qml
+++ b/sources/desktop-panel/package/contents/ui/activeapp.qml
@@ -236,6 +236,7 @@ Item {
}
}
+
Component.onCompleted: {
if (debug) console.debug()
}
diff --git a/sources/desktop-panel/package/contents/ui/advanced.qml b/sources/desktop-panel/package/contents/ui/advanced.qml
index ad96552..037e901 100644
--- a/sources/desktop-panel/package/contents/ui/advanced.qml
+++ b/sources/desktop-panel/package/contents/ui/advanced.qml
@@ -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,126 +118,6 @@ 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("Tooltip type")
- }
- QtControls.ComboBox {
- id: tooltipType
- width: parent.width * 3 / 5
- textRole: "label"
- model: [
- {
- 'label': i18n("contours"),
- 'name': "contours"
- },
- {
- 'label': i18n("windows"),
- 'name': "windows"
- },
- {
- 'label': i18n("clean desktop"),
- 'name': "clean"
- },
- {
- 'label': i18n("names"),
- 'name': "names"
- },
- {
- 'label': i18n("none"),
- 'name': "none"
- }
- ]
- onCurrentIndexChanged: cfg_tooltipType = model[currentIndex]["name"]
- Component.onCompleted: {
- if (debug) console.debug()
- for (var i = 0; i < model.length; i++) {
- if (model[i]["name"] == plasmoid.configuration.tooltipType) {
- if (debug) console.info("Found", model[i]["name"], "on", i)
- tooltipType.currentIndex = i;
- }
- }
- }
- }
- }
-
- Row {
- height: implicitHeight
- width: parent.width
- QtControls.Label {
- height: parent.height
- width: parent.width * 2 / 5
- horizontalAlignment: Text.AlignRight
- verticalAlignment: Text.AlignVCenter
- text: i18n("Tooltip width")
- }
- QtControls.SpinBox {
- id: tooltipWidth
- width: parent.width * 3 / 5
- minimumValue: 100
- maximumValue: 1000
- stepSize: 50
- value: plasmoid.configuration.tooltipWidth
- }
- }
-
- Row {
- height: implicitHeight
- width: parent.width
- QtControls.Label {
- height: parent.height
- width: parent.width * 2 / 5
- horizontalAlignment: Text.AlignRight
- verticalAlignment: Text.AlignVCenter
- text: i18n("Font color")
- }
- QtControls.Button {
- id: tooltipColor
- width: parent.width * 3 / 5
- style: QtStyles.ButtonStyle {
- background: Rectangle {
- color: plasmoid.configuration.tooltipColor
- }
- }
- text: plasmoid.configuration.tooltipColor
- 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
@@ -230,6 +138,107 @@ Item {
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
+ QtControls.Label {
+ height: parent.height
+ width: parent.width * 2 / 5
+ horizontalAlignment: Text.AlignRight
+ verticalAlignment: Text.AlignVCenter
+ text: i18n("Tooltip type")
+ }
+ QtControls.ComboBox {
+ id: tooltipType
+ width: parent.width * 3 / 5
+ textRole: "label"
+ model: [
+ {
+ 'label': i18n("contours"),
+ 'name': "contours"
+ },
+ {
+ 'label': i18n("windows"),
+ 'name': "windows"
+ },
+ {
+ 'label': i18n("clean desktop"),
+ 'name': "clean"
+ },
+ {
+ 'label': i18n("names"),
+ 'name': "names"
+ },
+ {
+ 'label': i18n("none"),
+ 'name': "none"
+ }
+ ]
+ onCurrentIndexChanged: cfg_tooltipType = model[currentIndex]["name"]
+ Component.onCompleted: {
+ if (debug) console.debug()
+ for (var i = 0; i < model.length; i++) {
+ if (model[i]["name"] == plasmoid.configuration.tooltipType) {
+ if (debug) console.info("Found", model[i]["name"], "on", i)
+ tooltipType.currentIndex = i;
+ }
+ }
+ }
+ }
+ }
+
+ Row {
+ height: implicitHeight
+ width: parent.width
+ QtControls.Label {
+ height: parent.height
+ width: parent.width * 2 / 5
+ horizontalAlignment: Text.AlignRight
+ verticalAlignment: Text.AlignVCenter
+ text: i18n("Tooltip width")
+ }
+ QtControls.SpinBox {
+ id: tooltipWidth
+ width: parent.width * 3 / 5
+ minimumValue: 100
+ maximumValue: 1000
+ stepSize: 50
+ value: plasmoid.configuration.tooltipWidth
+ }
+ }
+
+ Row {
+ height: implicitHeight
+ width: parent.width
+ QtControls.Label {
+ height: parent.height
+ width: parent.width * 2 / 5
+ horizontalAlignment: Text.AlignRight
+ verticalAlignment: Text.AlignVCenter
+ text: i18n("Font color")
+ }
+ QtControls.Button {
+ id: tooltipColor
+ width: parent.width * 3 / 5
+ style: QtStyles.ButtonStyle {
+ background: Rectangle {
+ color: plasmoid.configuration.tooltipColor
+ }
+ }
+ text: plasmoid.configuration.tooltipColor
+ onClicked: colorDialog.visible = true
+ }
+ }
+ }
+ }
}
QtDialogs.ColorDialog {
diff --git a/sources/desktop-panel/package/contents/ui/inactiveapp.qml b/sources/desktop-panel/package/contents/ui/inactiveapp.qml
index f974a04..684c9b5 100644
--- a/sources/desktop-panel/package/contents/ui/inactiveapp.qml
+++ b/sources/desktop-panel/package/contents/ui/inactiveapp.qml
@@ -236,6 +236,7 @@ Item {
}
}
+
Component.onCompleted: {
if (debug) console.debug()
}
diff --git a/sources/desktop-panel/package/contents/ui/main.qml b/sources/desktop-panel/package/contents/ui/main.qml
index a1845b3..8bd1f87 100644
--- a/sources/desktop-panel/package/contents/ui/main.qml
+++ b/sources/desktop-panel/package/contents/ui/main.qml
@@ -101,6 +101,7 @@ Item {
}
}
+
Timer {
id: timer
interval: 1000
diff --git a/sources/translations/awesome-widgets.pot b/sources/translations/awesome-widgets.pot
index 4862f0d..6e684e8 100644
--- a/sources/translations/awesome-widgets.pot
+++ b/sources/translations/awesome-widgets.pot
@@ -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 \n"
"Language-Team: LANGUAGE \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 ""
diff --git a/sources/translations/en.po b/sources/translations/en.po
index 28e598a..b8a7f8e 100644
--- a/sources/translations/en.po
+++ b/sources/translations/en.po
@@ -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 \n"
"Language-Team: English \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, %"
diff --git a/sources/translations/es.po b/sources/translations/es.po
index 3b2ef50..d5e810f 100644
--- a/sources/translations/es.po
+++ b/sources/translations/es.po
@@ -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 \n"
"Language-Team: Spanish \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, %"
diff --git a/sources/translations/fr.po b/sources/translations/fr.po
index 19d90be..a22f4d4 100644
--- a/sources/translations/fr.po
+++ b/sources/translations/fr.po
@@ -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 \n"
"Language-Team: French \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, %"
diff --git a/sources/translations/nl.po b/sources/translations/nl.po
index d79ba0f..6d6e60a 100644
--- a/sources/translations/nl.po
+++ b/sources/translations/nl.po
@@ -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 \n"
"Language-Team: Dutch \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"
diff --git a/sources/translations/pt_BR.po b/sources/translations/pt_BR.po
index b215cc2..829900f 100644
--- a/sources/translations/pt_BR.po
+++ b/sources/translations/pt_BR.po
@@ -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 \n"
"Language-Team: Russian \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, %"
diff --git a/sources/translations/ru.po b/sources/translations/ru.po
index 157f92c..973e532 100644
--- a/sources/translations/ru.po
+++ b/sources/translations/ru.po
@@ -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 \n"
"Language-Team: Russian \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, %"
diff --git a/sources/translations/uk.po b/sources/translations/uk.po
index e10d2f8..55bfb5c 100644
--- a/sources/translations/uk.po
+++ b/sources/translations/uk.po
@@ -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 \n"
"Language-Team: Ukrainian \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, %"
diff --git a/sources/translations/zh.po b/sources/translations/zh.po
index 17a9619..4428f42 100644
--- a/sources/translations/zh.po
+++ b/sources/translations/zh.po
@@ -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 \n"
"Language-Team: Russian \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 "用户名"