Commit Graph

18 Commits

Author SHA1 Message Date
Kurt Hindenburg
d2291de4f8 remove unneeded const from signal 2018-01-01 11:44:50 -05:00
Kurt Hindenburg
34585192bd add KUIT context markers 2017-07-08 10:06:16 -04:00
Kurt Hindenburg
99835ba4e9 uncrustify using kf5 config 2017-05-29 17:25:47 -04:00
Kurt Hindenburg
2b586e6ff8 use auto 2017-03-28 11:25:26 -04:00
Kurt Hindenburg
6e13148726 Add note about using ScrollBack fixed line using RAM
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.
2016-05-28 16:42:46 -04:00
Kurt Hindenburg
a1957e8a8f Allow user to select where the scrollback/history files are written.
Currently, when unlimited scrollback is used, the files are stored in
/tmp.  As noted in the bug report, this can cause issues on some
distros.  The default is still /tmp but the user can selected to use
a location in their $HOME folder (QStandardPaths::CacheLocation).

This is somewhat a WIP.  Allowing for the changes to take effect
immediately appears to be a gigantic mess to get to work.

CCBUG: 173283
2015-08-16 13:32:36 -04:00
Montel Laurent
fe770fbf2b kdelibs4support-- 2014-10-19 18:18:11 +02:00
Montel Laurent
83515eafbc Port to new connect api 2014-10-18 14:11:18 +02:00
Alex Richardson
a3ce74d4eb Convert to Qt5 signal slot syntax
REVIEW: 117482
2014-04-30 19:16:54 +02:00
Kurt Hindenburg
597d4657a7 s/kde4_add_ui_files/qt5_wrap_ui cmake fix 2014-01-12 10:22:51 -05:00
Kurt Hindenburg
1ea501da62 remove include moc from .cpp files - removes build warnings 2013-10-22 20:07:23 -04:00
Jekyll Wu
131091c983 Adjust including form for some Qt headers as preparation for Qt5
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
2012-08-14 17:32:06 +08:00
Kurt Hindenburg
bee9aa8f78 minor style fixes - remove empty lines start/end code blocks 2012-05-13 10:08:05 -04:00
Jekyll Wu
8ce92c98b4 Change the type of KMessageWidget to 'Information' 2012-05-07 08:46:09 +08:00
Kurt Hindenburg
4af2e5aef1 Add more text about deleting temporary files.
The temp files will not be deleted when Konsole is closed in a non-
normal manner.
2012-04-08 12:38:22 -04:00
Kurt Hindenburg
5b083640ce whitespace and style fixes
Use 'git diff -w --ignore-all-space' to see non-whitespace changes
2012-04-05 11:08:53 -04:00
Kurt Hindenburg
fe83cf0545 Add alert about unlimited scrollback saving to HD.
Some people may not realize that when using 'unlimited scrollback' the
scrollback is on the hard drive unencrypted.  The recent libvte
'security' report brought this issue up.

REVIEW: 104452
2012-04-02 22:37:43 -04:00
Jekyll Wu
6d43f0ca77 Refacotr history size related UI components into HistorySizeWidget
This make EditProfileDialog and HistorySizeDialog reuse the same
widget, instead of duplicating each other in its own code or .ui file.
HistorySizeDialog is now just a simple container of HistorySizeWidget
2012-03-21 00:49:24 +08:00