feat: add Konsole recipe source and patches

This commit is contained in:
2026-05-07 07:54:52 +01:00
parent 171a96c6af
commit ab85eb7b3d
632 changed files with 713138 additions and 3 deletions
@@ -0,0 +1,300 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditProfileScrollingPage</class>
<widget class="QWidget" name="EditProfileScrollingPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>400</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout">
<item row="0" column="0" alignment="Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTop">
<widget class="QLabel" name="historySizeLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Scrollback:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="Konsole::HistorySizeWidget" name="historySizeWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0" alignment="Qt::AlignmentFlag::AlignRight">
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Scroll Page Up/Down:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QRadioButton" name="scrollHalfPage">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Scroll the page the half height of window</string>
</property>
<property name="text">
<string>Half screen heigh&amp;t</string>
</property>
<attribute name="buttonGroup">
<string notr="true">scrollAmount</string>
</attribute>
</widget>
</item>
<item row="3" column="1">
<widget class="QRadioButton" name="scrollFullPage">
<property name="toolTip">
<string>Scroll the page the full height of window</string>
</property>
<property name="text">
<string>F&amp;ull screen height</string>
</property>
<attribute name="buttonGroup">
<string notr="true">scrollAmount</string>
</attribute>
</widget>
</item>
<item row="4" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="0" alignment="Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignVCenter">
<widget class="QLabel" name="labelSize">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Scrollbar position:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QRadioButton" name="scrollBarRightButton">
<property name="toolTip">
<string>Show the scroll bar on the right side of the terminal window</string>
</property>
<property name="text">
<string comment="@option:radio Show scrollbar on the right side">Ri&amp;ght side</string>
</property>
<attribute name="buttonGroup">
<string notr="true">scrollBarPosition</string>
</attribute>
</widget>
</item>
<item row="6" column="1">
<widget class="QRadioButton" name="scrollBarLeftButton">
<property name="toolTip">
<string>Show the scroll bar on the left side of the terminal window</string>
</property>
<property name="text">
<string comment="@option:radio Show scrollbar on the left side">&amp;Left side</string>
</property>
<attribute name="buttonGroup">
<string notr="true">scrollBarPosition</string>
</attribute>
</widget>
</item>
<item row="7" column="1">
<widget class="QRadioButton" name="scrollBarHiddenButton">
<property name="text">
<string comment="@option:radio Hide the scroll bar">Hidden</string>
</property>
<attribute name="buttonGroup">
<string notr="true">scrollBarPosition</string>
</attribute>
</widget>
</item>
<item row="8" column="1">
<spacer>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item row="9" column="0" alignment="Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignVCenter">
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Highlighting:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QCheckBox" name="highlightScrolledLinesButton">
<property name="text">
<string>Highlight the lines coming into view</string>
</property>
</widget>
</item>
<item row="10" column="0" alignment="Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignVCenter">
<widget class="QLabel" name="labelReflowLines">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Reflow Lines:</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QCheckBox" name="reflowLinesButton">
<property name="text">
<string>Reflow lines when terminal resizes</string>
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QLabel" name="labelMarkerColor">
<property name="text">
<string>Color of scrollbar markers:</string>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="KColorButton" name="markerColorButton">
</widget>
</item>
<item row="12" column="0">
<widget class="QLabel" name="labelMarkerSize">
<property name="text">
<string>Size of each marker (as a percentage of scrollbar length):</string>
</property>
</widget>
</item>
<item row="12" column="1">
<widget class="QDoubleSpinBox" name="markerSizeWidget">
<property name="decimals">
<number>1</number>
</property>
<property name="minimum">
<number>0.1</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="suffix">
<string> %</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>Konsole::HistorySizeWidget</class>
<extends>QWidget</extends>
<header>widgets/HistorySizeWidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
<buttongroups>
<buttongroup name="scrollBarPosition"/>
<buttongroup name="scrollAmount"/>
</buttongroups>
</ui>