- 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)
-
- 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
-
- 15 Oct, 2015 1 commit
-
-
Kurt Hindenburg authored
-
- 17 Sep, 2015 1 commit
-
-
Kurt Hindenburg authored
-
- 15 Sep, 2015 2 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 12 Sep, 2015 2 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 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
-
- 27 Nov, 2014 1 commit
-
-
Kurt Hindenburg authored
Crash research/fix by Alexander Richardson arichardson kde gmail com FIXED-IN: 3.0.0 REVIEW: 121108 (cherry picked from commit 1826b91d)
-
- 18 Oct, 2014 1 commit
-
-
Laurent Montel authored
-
- 11 Oct, 2014 1 commit
-
-
Michal Humpula authored
REVIEW: 120493
-
- 06 Oct, 2014 1 commit
-
-
Lukáš Tinkl authored
-
- 20 Jun, 2014 1 commit
-
-
Aurélien Gâteau authored
Move code responsible for 'forgetting' a view outside of code responding to the TerminalDisplay deletion. This avoids a loop like this: ~MainWindow => ~QStackedWidget => ~TerminalDisplay => QObject::destroyed => ViewContainer::viewDestroyed => ViewContainer::removeViewWidget - internal cleanup - try to remove TerminalDisplay from QStackedWidget which is being deleted and crash Instead the code now does: ~MainWindow => ~QStackedWidget => ~TerminalDisplay => QObject::destroyed => ViewContainer::viewDestroyed => ViewContainer::forgetView (does the internal clean up) And if one tries to explicitly remove a view, sequence is: ViewContainer::removeView => ViewContainer::forgetView => ViewContainer::removeViewWidget The patch also removes ViewManager::focusActiveView() because it causes a crash when closing a TerminalDisplay as it tries to put the focus on the deleted TerminalDisplay. I initially called it through a queued connection, but realized it is actually not needed for focus to be passed to the correct view, so just removed it. BUG: 331724 REVIEW: 118839
-
- 30 Apr, 2014 1 commit
-
-
Alex Richardson authored
REVIEW: 117482
-
- 05 Mar, 2014 1 commit
-
-
Kurt Hindenburg authored
New feature in 2.13 allows columns/rows in profiles; however, the rows would be incorrect depending on if tabbar was visible. Ideally, this should not be needed but I would guess this won't get fixed correctly until frameworks timeframe. This calculation can still be wrong if ShowNavigationAsNeeded and perhaps other times depending on height of tabbar. FIXED: 2.13 (cherry picked from commit 73e1db3e)
-
- 02 Mar, 2014 1 commit
-
-
Kurt Hindenburg authored
New feature in 2.13 allows columns/rows in profiles; however, the rows would be incorrect depending on if tabbar was visible. Ideally, this should not be needed but I would guess this won't get fixed correctly until frameworks timeframe. This calculation can still be wrong if ShowNavigationAsNeeded and perhaps other times depending on height of tabbar. FIXED: 2.13
-
- 17 Feb, 2014 2 commits
-
-
Kurt Hindenburg authored
With the recent new code, profiles can have the terminal col/rows. Everyone will notice that the rows won't match what Konsole uses. (cherry picked from commit 90691643)
-
Kurt Hindenburg authored
This removes the profile setting to 'Save window size upon exit'. Now it is in the Konsole settings; each profile can now set desired column and row size. Konsole Settings->Configure Konsole->General->Use current window size on next startup: Enabled - ignores all profile size settings - uses previous window size Disabled - profile size settings are used - set via Edit Current Profile 1st tab Only new windows will use "new" col/row/size settings. BUG: 152385 REVIEW: 115628 FIXED-IN: 2.13 (cherry picked from commit 931d64df)
-
- 16 Feb, 2014 1 commit
-
-
Kurt Hindenburg authored
With the recent new code, profiles can have the terminal col/rows. Everyone will notice that the rows won't match what Konsole uses.
-
- 15 Feb, 2014 1 commit
-
-
Kurt Hindenburg authored
This removes the profile setting to 'Save window size upon exit'. Now it is in the Konsole settings; each profile can now set desired column and row size. Konsole Settings->Configure Konsole->General->Use current window size on next startup: Enabled - ignores all profile size settings - uses previous window size Disabled - profile size settings are used - set via Edit Current Profile 1st tab Only new windows will use "new" col/row/size settings. BUG: 152385 REVIEW: 115628 FIXED-IN: 2.13
-
- 23 Oct, 2013 1 commit
-
-
Kurt Hindenburg authored
-
- 21 Aug, 2013 2 commits
-
-
Kurt Hindenburg authored
(cherry picked from commit 43f7d5b3)
-
Kurt Hindenburg authored
-
- 20 Aug, 2013 1 commit
-
-
Alex Richardson authored
TerminalDisplayAccessible is disabled for Qt5 currently since I don't have any experience with accessible stuff and it is more complicated than just changing a few includes REVIEW: 111937
-
- 16 Aug, 2013 1 commit
-
-
Kurt Hindenburg authored
Too many issues/crashes for too long when detaching on MacOSX. You can still some strange things but I can't get it to crash now.
-
- 15 Aug, 2013 1 commit
-
-
Francesco Cecconi authored
BUG: 210871 REVIEW: 107640 FIXED-IN: 4.12
-
- 13 Aug, 2013 2 commits
-
-
Alex Richardson authored
This reverts commit 4adfbe84. This work will go into a new branch instead
-
Alex Richardson authored
To build for KF5 pass the option -DQT5_BUILD=ON to CMake TerminalDisplayAccessible is disabled for Qt5 currently since I don't have any experience with accessible stuff and it is more complicated than just changing a few includes REVIEW: 111937
-
- 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
-
- 27 Mar, 2013 1 commit
-
-
Kurt Hindenburg authored
The current was 10; Ingo Molnar suggested 14 via email. I have a keyboard with 19 so that seems a reasonable limit.
-
- 16 Mar, 2013 1 commit
-
-
Kurt Hindenburg authored
-
- 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
-
- 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
-
- 02 Sep, 2012 1 commit
-
-
Kurt Hindenburg authored
-
- 14 Aug, 2012 1 commit
-
-
Jekyll Wu authored
So if someone notices later some Qt header is included in the form of "#include <Class>" instead of the more common form of "#include <Module/Class>", do not rush changing it. REVIEW: 105819
-
- 05 Aug, 2012 1 commit
-
-
Kurt Hindenburg authored
use git diff -w --ignore-all-space to see non-space changes
-
- 14 Jul, 2012 1 commit
-
-
Jekyll Wu authored
Thanks to Asko Eronen<asko.eronen@gmail.com> for the idea and patch REVIEW: 105282 FEATURE: DIGEST:
-