Skip to content

Commit

Permalink
improve config UI
Browse files Browse the repository at this point in the history
  • Loading branch information
nclarius committed May 10, 2022
1 parent 835e38c commit 169268c
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.bbcode
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[h2]v6.3[/h2]
[list]\n[*] improve config UI
[/list]

[h2]v6.2[/h2]
[list]\n[*] fix windows sometimes incorrectly minimized on regeometrization
[/list]
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v6.3
- improve config UI

## v6.2
- fix windows sometimes incorrectly minimized on regeometrization

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ This program comes with absolutely no warranty.
This is free software, and you are welcome to redistribute and/or modify it under certain conditions.
If you would like to thank me, you can always make me happy with a review or a cup of coffee:
<a href="https://store.kde.org/p/1619690"><img src="https://raw.githubusercontent.com/nclarius/Plasma-window-decorations/main/.img/kdestore.png" height="25"/></a> <a href="https://www.paypal.com/donate/?hosted_button_id=7LUUJD83BWRM4"><img src="https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif" height="25"/></a>&nbsp;&nbsp;<a href="https://www.buymeacoffee.com/nclarius"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="25"/></a>

75 changes: 74 additions & 1 deletion contents/ui/config.ui
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,16 @@
<property name="text">
<string>any non-normal windows</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="kcfg_ignoreSpecial">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>desktop shell windows (such as panel popouts or KRunner)</string>
</property>
Expand All @@ -100,6 +106,9 @@
</item>
<item>
<widget class="QCheckBox" name="kcfg_ignoreTransient">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>transient windows (such as dialogs or toolbars) that belong to the same main window</string>
</property>
Expand Down Expand Up @@ -195,7 +204,7 @@
<item>
<widget class="QLineEdit" name="kcfg_excludedAppsForeground">
<property name="text">
<string>plasmashell, krunner</string>
<string/>
</property>
</widget>
</item>
Expand Down Expand Up @@ -483,5 +492,69 @@
</hint>
</hints>
</connection>
<connection>
<sender>kcfg_ignoreNonnormal</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_ignoreSpecial</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>346</x>
<y>178</y>
</hint>
<hint type="destinationlabel">
<x>346</x>
<y>206</y>
</hint>
</hints>
</connection>
<connection>
<sender>kcfg_ignoreNonnormal</sender>
<signal>clicked(bool)</signal>
<receiver>kcfg_ignoreSpecial</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>346</x>
<y>178</y>
</hint>
<hint type="destinationlabel">
<x>346</x>
<y>206</y>
</hint>
</hints>
</connection>
<connection>
<sender>kcfg_ignoreNonnormal</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_ignoreTransient</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>346</x>
<y>178</y>
</hint>
<hint type="destinationlabel">
<x>346</x>
<y>234</y>
</hint>
</hints>
</connection>
<connection>
<sender>kcfg_ignoreNonnormal</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_ignoreTransient</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>346</x>
<y>178</y>
</hint>
<hint type="destinationlabel">
<x>346</x>
<y>234</y>
</hint>
</hints>
</connection>
</connections>
</ui>
Binary file not shown.
2 changes: 1 addition & 1 deletion metadata.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Comment[nl]=Voorkomt vensteroverlapping door ze te minimaliseren en herstellen o
Icon=preferences-system-windows

X-KDE-PluginInfo-Name=floatingtiles
X-KDE-PluginInfo-Version=6.2
X-KDE-PluginInfo-Version=6.3
X-KDE-PluginInfo-Author=Natalie Clarius
X-KDE-PluginInfo-Email[email protected]
X-KDE-PluginInfo-License=GPLv3.0
Expand Down

0 comments on commit 169268c

Please sign in to comment.