- 28 May, 2016 5 commits
-
-
Kurt Hindenburg authored
If a Profile command entry completion widget is needed in the future, consider using KlineEdit and KCompletion.
-
Kurt Hindenburg authored
A recent commit upped the limit to 1,000,000 fixed line scrollback. Add a note mentioning that this type of scrollback is saved to RAM.
-
Kurt Hindenburg authored
fontembedder is a small tool used to regenerate LineFont.h from LineFont.src
-
Kurt Hindenburg authored
There are some security concerns about allowing sendText and runCommand to be on the public D-Bus. Now, once upon a Konsole startup, a notification will popup noting this concern when either of these two methods are called. There is a cmake definition that will remove these methods from the public D-Bus. Discussion on the KDE security mailing list.
-
Kurt Hindenburg authored
Standardize all the internal Konsole sendText() calls into a new one. In preparation for upcoming qdbus sendText changes.
-
- 27 May, 2016 2 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 26 May, 2016 2 commits
-
-
Kurt Hindenburg authored
Since we no longer ship Shell.profile, if there are no profiles and the user edits the current profile it actually tries to change the built-in/fallback profile. Now a new correct profile is created.
-
Kurt Hindenburg authored
-
- 24 May, 2016 1 commit
-
-
Yuri Chornoivan authored
-
- 23 May, 2016 1 commit
-
-
Kurt Hindenburg authored
Thanks to Roman Gilg subdiff gmail com for patch REVIEW: 127801
-
- 21 May, 2016 3 commits
-
-
Kurt Hindenburg authored
Take into account menubar visibility when sizing a new window. Note that this is only used when 'Use current window size on next startup' is unchecked. Thanks to Roman Gilg subdiff gmail com for patch BUG: 359662 REVIEW: 27803
-
Kurt Hindenburg authored
Perhaps a note mentioning that this type of scrollback is held in memory. Regardless, allow up to 1 million lines. BUG: 356286
-
Kurt Hindenburg authored
Thanks to Burkhard Lück for patch REVIEW: 127682
-
- 16 May, 2016 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 04 May, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
Instead of using a hardcoded delay and hope that the signals are handled in the right order just use a direct connection for the first signal so we can guarantee that it is handled before the execution continues to the emission of the second signal. REVIEW: 127724
-
- 17 Apr, 2016 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
-
- 10 Apr, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 29 Mar, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 19 Mar, 2016 1 commit
-
-
Albert Astals Cid authored
-
- 05 Mar, 2016 1 commit
-
-
Kurt Hindenburg authored
Thanks Wolfgnag Bauer (wbauer) for patch REVIEW: 127128
-
- 26 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 22 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 16 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 15 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 11 Feb, 2016 2 commits
-
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
-
- 08 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 07 Feb, 2016 1 commit
-
-
Kurt Hindenburg authored
-
- 06 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 05 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 03 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 02 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 01 Feb, 2016 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 30 Jan, 2016 5 commits
-
-
Kurt Hindenburg authored
For certain fonts (with ligatures) QFontInfo::fixedPitch doesn't return the correct result. Previously, these fonts were not allowed to be used. Variable-width fonts are still not selectable in the font dialog. Thanks to Stefan Seemayer stefan seemayer de for research and patch. See reviewboard for a more detailed description REVIEW: 126921
-
Kurt Hindenburg authored
I simpflied the text for most of these from the reviewboard patch REVIEW:125943 BUG: 351960
-
Kurt Hindenburg authored
-
Kurt Hindenburg authored
When Konsole Settings -> 'Use current window size on next startup' is disabled, use the Profile's terminal size for new windows. Many thanks to Roman Gilg (subdiff gmail com) for research and patch. If there are no further issues, I'll commit to 15.12 branch (should go .2 release). REVIEW: 126924 CCBUG: 345403
-
Kurt Hindenburg authored
Change XGETTEXT to a 'find' to catch all sub-directories. BUG: 358758
-