|
|
@ -29,16 +29,16 @@ import org.kde.plasma.plasmoid 2.0
|
|
|
|
import org.kde.latte 0.1 as Latte
|
|
|
|
import org.kde.latte 0.1 as Latte
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.Page {
|
|
|
|
PlasmaComponents.Page {
|
|
|
|
Layout.maximumWidth: content.width + units.smallSpacing * 2
|
|
|
|
Layout.maximumWidth: content.width + content.Layout.leftMargin * 2
|
|
|
|
Layout.maximumHeight: content.height + units.smallSpacing * 2
|
|
|
|
Layout.maximumHeight: content.height + units.smallSpacing * 2
|
|
|
|
|
|
|
|
|
|
|
|
ColumnLayout {
|
|
|
|
ColumnLayout {
|
|
|
|
id: content
|
|
|
|
id: content
|
|
|
|
|
|
|
|
|
|
|
|
width: dialog.maxWidth - units.smallSpacing * 5
|
|
|
|
width: dialog.maxWidth - Layout.leftMargin * 2
|
|
|
|
spacing: units.largeSpacing
|
|
|
|
spacing: units.largeSpacing
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.centerIn: parent
|
|
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
|
|
|
|
|
|
|
|
//! BEGIN: Tasks Appearance
|
|
|
|
//! BEGIN: Tasks Appearance
|
|
|
|
ColumnLayout {
|
|
|
|
ColumnLayout {
|
|
|
@ -50,7 +50,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: showGlow
|
|
|
|
id: showGlow
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Show glow around windows points")
|
|
|
|
text: i18n("Show glow around windows points")
|
|
|
|
checked: plasmoid.configuration.showGlow
|
|
|
|
checked: plasmoid.configuration.showGlow
|
|
|
|
|
|
|
|
|
|
|
@ -61,7 +61,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: threeColorsWindows
|
|
|
|
id: threeColorsWindows
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Different color for minimized windows")
|
|
|
|
text: i18n("Different color for minimized windows")
|
|
|
|
checked: plasmoid.configuration.threeColorsWindows
|
|
|
|
checked: plasmoid.configuration.threeColorsWindows
|
|
|
|
|
|
|
|
|
|
|
@ -72,7 +72,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: dotsOnActive
|
|
|
|
id: dotsOnActive
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Dots on active window")
|
|
|
|
text: i18n("Dots on active window")
|
|
|
|
checked: plasmoid.configuration.dotsOnActive
|
|
|
|
checked: plasmoid.configuration.dotsOnActive
|
|
|
|
|
|
|
|
|
|
|
@ -83,7 +83,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: reverseLinesPosition
|
|
|
|
id: reverseLinesPosition
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Reverse position for lines and dots")
|
|
|
|
text: i18n("Reverse position for lines and dots")
|
|
|
|
checked: plasmoid.configuration.reverseLinesPosition
|
|
|
|
checked: plasmoid.configuration.reverseLinesPosition
|
|
|
|
|
|
|
|
|
|
|
@ -104,7 +104,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: showPreviewsChk
|
|
|
|
id: showPreviewsChk
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Preview windows on hovering")
|
|
|
|
text: i18n("Preview windows on hovering")
|
|
|
|
checked: plasmoid.configuration.showToolTips
|
|
|
|
checked: plasmoid.configuration.showToolTips
|
|
|
|
|
|
|
|
|
|
|
@ -115,7 +115,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: highlightWindowsChk
|
|
|
|
id: highlightWindowsChk
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Highlight windows on hovering")
|
|
|
|
text: i18n("Highlight windows on hovering")
|
|
|
|
checked: plasmoid.configuration.highlightWindows
|
|
|
|
checked: plasmoid.configuration.highlightWindows
|
|
|
|
|
|
|
|
|
|
|
@ -126,7 +126,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: windowActionsChk
|
|
|
|
id: windowActionsChk
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Show window actions in the context menu")
|
|
|
|
text: i18n("Show window actions in the context menu")
|
|
|
|
checked: plasmoid.configuration.showWindowActions
|
|
|
|
checked: plasmoid.configuration.showWindowActions
|
|
|
|
|
|
|
|
|
|
|
@ -137,7 +137,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: smartLaunchersChk
|
|
|
|
id: smartLaunchersChk
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Show progress information in task buttons")
|
|
|
|
text: i18n("Show progress information in task buttons")
|
|
|
|
checked: plasmoid.configuration.smartLaunchersEnabled
|
|
|
|
checked: plasmoid.configuration.smartLaunchersEnabled
|
|
|
|
|
|
|
|
|
|
|
@ -158,7 +158,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: showOnlyCurrentScreen
|
|
|
|
id: showOnlyCurrentScreen
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Show only tasks from the current screen")
|
|
|
|
text: i18n("Show only tasks from the current screen")
|
|
|
|
checked: plasmoid.configuration.showOnlyCurrentScreen
|
|
|
|
checked: plasmoid.configuration.showOnlyCurrentScreen
|
|
|
|
|
|
|
|
|
|
|
@ -169,7 +169,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: showOnlyCurrentDesktop
|
|
|
|
id: showOnlyCurrentDesktop
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Show only tasks from the current desktop")
|
|
|
|
text: i18n("Show only tasks from the current desktop")
|
|
|
|
checked: plasmoid.configuration.showOnlyCurrentDesktop
|
|
|
|
checked: plasmoid.configuration.showOnlyCurrentDesktop
|
|
|
|
|
|
|
|
|
|
|
@ -180,7 +180,7 @@ PlasmaComponents.Page {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
id: showOnlyCurrentActivity
|
|
|
|
id: showOnlyCurrentActivity
|
|
|
|
Layout.leftMargin: units.smallSpacing * 4
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
text: i18n("Show only tasks from the current activity")
|
|
|
|
text: i18n("Show only tasks from the current activity")
|
|
|
|
checked: plasmoid.configuration.showOnlyCurrentActivity
|
|
|
|
checked: plasmoid.configuration.showOnlyCurrentActivity
|
|
|
|
|
|
|
|
|
|
|
|