summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-30 17:24:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-30 17:24:09 +0100
commit16d166ea8aae5d5f4246c1ef3bdf1fd88b7e3b8d (patch)
tree1b226aab4135ece0ccc6e4bfb45c45a129d61723 /kde-frameworks/ktexteditor/files
parentmedia-video/gpac: Drop 0.6.1-r2 (diff)
downloadgentoo-16d166ea8aae5d5f4246c1ef3bdf1fd88b7e3b8d.tar.gz
gentoo-16d166ea8aae5d5f4246c1ef3bdf1fd88b7e3b8d.tar.bz2
gentoo-16d166ea8aae5d5f4246c1ef3bdf1fd88b7e3b8d.zip
kde-frameworks/ktexteditor: Allow changing the marker size again
Fixes a regression from 5.54.0. KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=403422 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/ktexteditor/files')
-rw-r--r--kde-frameworks/ktexteditor/files/ktexteditor-5.54.0-allow-change-marker-size.patch78
1 files changed, 78 insertions, 0 deletions
diff --git a/kde-frameworks/ktexteditor/files/ktexteditor-5.54.0-allow-change-marker-size.patch b/kde-frameworks/ktexteditor/files/ktexteditor-5.54.0-allow-change-marker-size.patch
new file mode 100644
index 000000000000..032fbc99367e
--- /dev/null
+++ b/kde-frameworks/ktexteditor/files/ktexteditor-5.54.0-allow-change-marker-size.patch
@@ -0,0 +1,78 @@
+From 5a6449c3b3d9bbc2b1bc15a5d5b40d7228f3a406 Mon Sep 17 00:00:00 2001
+From: Dominik Haumann <dhaumann@kde.org>
+Date: Wed, 30 Jan 2019 17:16:32 +0100
+Subject: Fix bug 403422: Allow changing the marker size again
+
+This bug was introduced with https://phabricator.kde.org/D17661
+with commit c287d3858fd780f5e139d05e8bb7d4558ccc71b8
+
+FIXED-IN: 5.55
+BUG: 403422
+---
+ src/dialogs/textareaappearanceconfigwidget.ui | 27 +++++++++++++++++++++------
+ 1 file changed, 21 insertions(+), 6 deletions(-)
+
+diff --git a/src/dialogs/textareaappearanceconfigwidget.ui b/src/dialogs/textareaappearanceconfigwidget.ui
+index 02a0d54..cc44a39 100644
+--- a/src/dialogs/textareaappearanceconfigwidget.ui
++++ b/src/dialogs/textareaappearanceconfigwidget.ui
+@@ -185,10 +185,10 @@
+ <string>Size of the visible highlight marker.</string>
+ </property>
+ <property name="minimum">
+- <number>-1</number>
++ <number>1</number>
+ </property>
+ <property name="maximum">
+- <number>-1</number>
++ <number>5</number>
+ </property>
+ <property name="singleStep">
+ <number>1</number>
+@@ -301,6 +301,21 @@ beginning of a file.</string>
+ <header>kcombobox.h</header>
+ </customwidget>
+ </customwidgets>
++ <tabstops>
++ <tabstop>gbWordWrap</tabstop>
++ <tabstop>chkDynWrapAtStaticMarker</tabstop>
++ <tabstop>cmbDynamicWordWrapIndicator</tabstop>
++ <tabstop>sbDynamicWordWrapDepth</tabstop>
++ <tabstop>chkShowTabs</tabstop>
++ <tabstop>chkShowSpaces</tabstop>
++ <tabstop>sliSetMarkerSize</tabstop>
++ <tabstop>chkShowIndentationLines</tabstop>
++ <tabstop>chkShowWholeBracketExpression</tabstop>
++ <tabstop>chkAnimateBracketMatching</tabstop>
++ <tabstop>chkFoldFirstLine</tabstop>
++ <tabstop>chkShowWordCount</tabstop>
++ <tabstop>chkShowLineCount</tabstop>
++ </tabstops>
+ <resources/>
+ <connections>
+ <connection>
+@@ -314,8 +329,8 @@ beginning of a file.</string>
+ <y>7</y>
+ </hint>
+ <hint type="destinationlabel">
+- <x>340</x>
+- <y>44</y>
++ <x>559</x>
++ <y>117</y>
+ </hint>
+ </hints>
+ </connection>
+@@ -330,8 +345,8 @@ beginning of a file.</string>
+ <y>6</y>
+ </hint>
+ <hint type="destinationlabel">
+- <x>385</x>
+- <y>72</y>
++ <x>559</x>
++ <y>162</y>
+ </hint>
+ </hints>
+ </connection>
+--
+cgit v1.1
+