D20746: Remove disable for showing only minimized tasks on Icons only task manager

Noah Davis noreply at phabricator.kde.org
Tue Apr 23 17:48:27 BST 2019


ndavis added a comment.


  @hein You appear to have been the one who created the first version of this line, but I can't figure out why it was added.
  
  This is the commit where it was added:
  
    commit 3b84f96dc32b60e45127b8d3011ffff1ac232f9e
    Author: Eike Hein <hein at kde.org>
    Date:   Fri Sep 5 22:07:01 2014 +0200
    
        Initial commit of Icons-only Task Manager applet.
    ---
     applets/taskmanager/package/contents/ui/ConfigGeneral.qml | 7 +++++++
     1 file changed, 7 insertions(+)
    
    diff --git a/applets/taskmanager/package/contents/ui/ConfigGeneral.qml b/appl
    ets/taskmanager/package/contents/ui/ConfigGeneral.qml
    index c4770aad..18243f6b 100644
    --- a/applets/taskmanager/package/contents/ui/ConfigGeneral.qml
    +++ b/applets/taskmanager/package/contents/ui/ConfigGeneral.qml
    @@ -70,6 +70,8 @@ ColumnLayout {
             title: i18n("Grouping and Sorting")
             flat: true
    
    +        visible: (plasmoid.pluginName != "org.kde.plasma.icontasks")
    +
             ColumnLayout {
                 RowLayout {
                     Label {
    @@ -110,6 +112,8 @@ ColumnLayout {
             title: i18n("Filters")
             flat: true
    
    +        Layout.fillHeight: true
    +
             ColumnLayout {
                 CheckBox {
                     id: showOnlyCurrentScreen
    @@ -128,6 +132,9 @@ ColumnLayout {
    
                 CheckBox {
                     id: showOnlyMinimized
    +
    +                visible: (plasmoid.pluginName != "org.kde.plasma.icontasks")
    +
                     text: i18n("Show only tasks that are minimized")
                 }
             }

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D20746

To: cblack, #plasma
Cc: ndavis, davidedmundson, hein, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190423/03cf852d/attachment-0001.html>


More information about the Plasma-devel mailing list