- 19 Jul, 2016 1 commit
-
-
Kurt Hindenburg authored
Konsole has builtin code to manually write out line characters. There are certain reasons why this might not be desired. This adds a profile option to use the fonts line characters. The default is as-is today using the builtin code. BUG: 364992 (cherry picked from commit a4de3feb)
-
- 16 Jul, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
This should update filters less often, and also hopefully fix the issue where underlined links get stuck while scrolling. The idea is to not to do it on all mouse updates, only when needed on mouse updates, and also not display the filters if they are out of date. The only thing that should happen on screen changes now is setting the _filterUpdateRequired variable to true, which leads to the filters not being displayed until re-processed, which happens the next time the mouse moves, unless I fucked something up. REVIEW: 128393 (cherry picked from commit f3ce85b9)
-
- 06 Jul, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
Implements a feature from e. g. good old Konqueror/KHTML, where you got a number overlaid all links when pressing ctrl, and then you could press ctrl+number to activate that link. REVIEW: 128348
-
- 03 Oct, 2015 1 commit
-
-
Kurt Hindenburg authored
<esc>\[O Focus gained send <esc>\[I Focus lost send <esc>\[?1004h Enable focus reporting recv <esc>\[?1004l Disable focus reporting recv Patch by Gerhard Gappmeier gerhard gappmeier ascolab com REVIEW: 124898
-
- 29 Aug, 2015 1 commit
-
-
Kurt Hindenburg authored
This patch allows the dnd menu to be disabled, making it possible to drag and drop URLs as text by default. Thanks to Peter Wu peter lekensteyn nl for patch REVIEW: 124908 BUG: 304290
-
- 16 Aug, 2015 1 commit
-
-
Kurt Hindenburg authored
While Konsole's main scrollbar is handled by QtScrollBar and therefore works as expected under Qt5, the other custom scroll wheel actions available do not accumulate and handle the small scroll deltas provided. This results in stuttery, uneven and unexpected responses to scrolling. Accumulate and trigger events on thresholds. If pixel scroll values are provided, utilize them when emulating mouseup/mousedown events (by dividing by pixel font height). Patch by Lindsay Roberts linds r gmail com REVIEW: 124590
-
- 17 Oct, 2014 1 commit
-
-
Laurent Montel authored
-
- 30 Apr, 2014 1 commit
-
-
Alex Richardson authored
REVIEW: 117482
-
- 17 Feb, 2014 5 commits
-
-
Kurt Hindenburg authored
In KDE 3.5, there used to be a --no-resize option; it was never ported/used in KDE 4.x (cherry picked from commit b180a6ac)
-
Kurt Hindenburg authored
Select entire line from a shortcut. Patch by Christian Couder chriscool@tuxfamily.org BUG: 327395 FIXED-IN: 2.13 (cherry picked from commit 7cf548be)
-
Kurt Hindenburg authored
This will allow selectLine() to be called outside of using the Enum:: SelectWholeLine and SelectForwardsFromCursor. If more Enums are added this code will need adjusted. CCBUG: 327395 (cherry picked from commit ce554872)
-
Kurt Hindenburg authored
Use a helper method selectLine() which is most of the mouseTripleClickEvent(). Also, in preparation for upcoming patch to allow selectLine per shortcut. CCBUG: 327395 (cherry picked from commit c5beb590)
-
Kurt Hindenburg authored
Previously when using an image as the background, the opacity was ignored. This patch corrects that. Many thanks for patch to Wolfgang Brehm wolfgang brehm gmail com BUG: 312843 FIXED-IN: 2.13 (cherry picked from commit 09ca63db)
-
- 16 Feb, 2014 1 commit
-
-
Kurt Hindenburg authored
In KDE 3.5, there used to be a --no-resize option; it was never ported/used in KDE 4.x
-
- 12 Feb, 2014 3 commits
-
-
Kurt Hindenburg authored
Select entire line from a shortcut. Patch by Christian Couder chriscool@tuxfamily.org BUG: 327395 FIXED-IN: 2.13
-
Kurt Hindenburg authored
This will allow selectLine() to be called outside of using the Enum:: SelectWholeLine and SelectForwardsFromCursor. If more Enums are added this code will need adjusted. CCBUG: 327395
-
Kurt Hindenburg authored
Use a helper method selectLine() which is most of the mouseTripleClickEvent(). Also, in preparation for upcoming patch to allow selectLine per shortcut. CCBUG: 327395
-
- 11 Feb, 2014 1 commit
-
-
Kurt Hindenburg authored
Previously when using an image as the background, the opacity was ignored. This patch corrects that. Many thanks for patch to Wolfgang Brehm wolfgang brehm gmail com BUG: 312843 FIXED-IN: 2.13
-
- 10 Feb, 2014 1 commit
-
-
Kurt Hindenburg authored
With flow control enabled, the first line of terminal is hidden with the message about flow control. This messsage will be dismissed after 10 seconds. FIXED-IN: 2.13 BUG: 327281 REVIEW: 115607 (cherry picked from commit db8877db)
-
- 09 Feb, 2014 1 commit
-
-
Kurt Hindenburg authored
With flow control enabled, the first line of terminal is hidden with the message about flow control. This messsage will be dismissed after 10 seconds. FIXED-IN: 2.13 BUG: 327281 REVIEW: 115607
-
- 07 Feb, 2014 1 commit
-
-
Kurt Hindenburg authored
Double-clicking on text will highlight text not on the visible screen. This is the 2nd part of this patch. The first part for triple clicking highlighting the entire line is already in 2.12. Thanks to Yichao Yu yyc1992@gmail.com for this big patch. REVIEW: 111441 BUG: 319260 FIXED-IN: 2.13 (cherry picked from commit 0b69bdcd)
-
- 12 Jan, 2014 1 commit
-
-
Kurt Hindenburg authored
Double-clicking on text will highlight text not on the visible screen. This is the 2nd part of this patch. The first part for triple clicking highlighting the entire line is already in 2.12. Thanks to Yichao Yu yyc1992@gmail.com for this big patch. REVIEW: 111441 BUG: 319260 FIXED-IN: 2.13
-
- 11 Jan, 2014 2 commits
-
-
Kurt Hindenburg authored
Allow xterm's bracketed paste mode to work When enabled by '\e[?2004h', pasted data is surrounded by \e[200~ and \e[201~. This is mainly for text editors to temporarily switch off autoindent and line wrapping. http://invisible-island.net/xterm/ctlseqs/ctlseqs.html This page have a .vimrc that will trigger this https://bugzilla.gnome.org/show_bug.cgi?id=605299 Thanks to Egmont Koblinger for patch BUG: 324946 FEATURE: 4.13 (cherry picked from commit 8082bcd2)
-
Kurt Hindenburg authored
Allow xterm's bracketed paste mode to work When enabled by '\e[?2004h', pasted data is surrounded by \e[200~ and \e[201~. This is mainly for text editors to temporarily switch off autoindent and line wrapping. http://invisible-island.net/xterm/ctlseqs/ctlseqs.html This page have a .vimrc that will trigger this https://bugzilla.gnome.org/show_bug.cgi?id=605299 Thanks to Egmont Koblinger for patch BUG: 324946 FEATURE: 4.13
-
- 01 Sep, 2013 1 commit
-
-
Kurt Hindenburg authored
(cherry picked from commit 64aaa934)
-
- 31 Aug, 2013 1 commit
-
-
Kurt Hindenburg authored
-
- 26 Aug, 2013 1 commit
-
-
Kurt Hindenburg authored
This is from rb 111441- however that patch is so big it is difficult to follow. I'm breaking it up into smaller parts. This commit is just for findLineStart/End and only for extending the selection. Thanks to Yichao Yu yyc1992@gmail.com (cherry picked from commit 8976d35c)
-
- 24 Aug, 2013 2 commits
-
-
Harald Hvaal authored
- Do not automatically reset the search start line on search hits This was causing the annoying behavior that if you were to pause while typing in a search term, and it would actually find a hit, then you would be searching for the term a second time once you finish typing. This commit introduces two new behaviors: 1. When you show the search bar, all searching will be done from the first visible line in the terminal. 2. This start position is only reset when you advance to the next result, by pressing "next", "previous", or the shortcuts RETURN or SHIFT-RETURN - When the view scrolls to a result, it will appear centered. - When showing the search bar, do not invoke a search, only apply the highlight filters - Add "search from beginning/end" button This will scroll to the top/bottom before searching Ctrl+return is also bound to this action - Text highlighted by mouse will be set as the current search text when the incremental search bar is opened - Add "Search backwards" to search bar options Button text is swapped according to reverse search switch (cherry picked from commit aa42a27e)
-
Kurt Hindenburg authored
This is from rb 111441- however that patch is so big it is difficult to follow. I'm breaking it up into smaller parts. This commit is just for findLineStart/End and only for extending the selection. Thanks to Yichao Yu yyc1992@gmail.com
-
- 23 Aug, 2013 1 commit
-
-
Harald Hvaal authored
- Do not automatically reset the search start line on search hits This was causing the annoying behavior that if you were to pause while typing in a search term, and it would actually find a hit, then you would be searching for the term a second time once you finish typing. This commit introduces two new behaviors: 1. When you show the search bar, all searching will be done from the first visible line in the terminal. 2. This start position is only reset when you advance to the next result, by pressing "next", "previous", or the shortcuts RETURN or SHIFT-RETURN - When the view scrolls to a result, it will appear centered. - When showing the search bar, do not invoke a search, only apply the highlight filters - Add "search from beginning/end" button This will scroll to the top/bottom before searching Ctrl+return is also bound to this action - Text highlighted by mouse will be set as the current search text when the incremental search bar is opened - Add "Search backwards" to search bar options Button text is swapped according to reverse search switch
-
- 18 May, 2013 1 commit
-
-
Kurt Hindenburg authored
Instead of keeping track of constants and +1 -1, use a QRect to handle the terminal margins. There is no GUI for this currently and the margins are hard-coded to what they are now. Code to center the terminal is also include (w/o GUI). This patch comes from review 109891 w/ a few changes from me. Thanks to Mariusz Glebocki mglb@arccos-1.net
-
- 10 Apr, 2013 1 commit
-
-
Kurt Hindenburg authored
Patch from portion review 109891 by Mariusz Glebocki mglb@arccos-1.net
-
- 17 Mar, 2013 1 commit
-
-
Kurt Hindenburg authored
-
- 14 Mar, 2013 1 commit
-
-
Francesco Cecconi authored
Fixing the wrong behaviour to open two or more "edit dialog" for one session/tab with the same profile, and the crash with two or more "edit dialog", one for different session(tabs) with the same profile. BUG: 311270 REVIEW: 107640 FIXED-IN: 4.11
-
- 24 Feb, 2013 1 commit
-
-
Kurt Hindenburg authored
The default is still half page - there is no GUI to change this; either use konsoleprofile or change the .profile manually. CCBUG: 280637
-
- 29 Jan, 2013 1 commit
-
-
Kurt Hindenburg authored
-
- 10 Jan, 2013 1 commit
-
-
Kurt Hindenburg authored
All these are in the comments - no code changes
-
- 28 Dec, 2012 1 commit
-
-
Kurt Hindenburg authored
The built-in behavior of Ctrl+<Mouse Wheel> to zoom in/out the terminal can not be disabled. This patch adds an option to disable this behavior. (Default to the original behavior). Original patch by Yichao Yu yyc1992@gmail.com I made some changes - bugs are mine as usual REVIEW: 107281 FIXED-IN: 4.11 GUI:
-
- 09 Sep, 2012 1 commit
-
-
Kurt Hindenburg authored
In the ongoing issue with spaces at the end of lines, this allows for an option to trim the spaces. By default, it is disabled so only people who need this will be affected. Many thanks to David Smid <david@smidovi.eu> CCBUG: 188528
-
- 03 Sep, 2012 1 commit
-
-
Kurt Hindenburg authored
-