Commit Graph

3 Commits

Author SHA1 Message Date
Ahmad Samir
5f60bc5a6f Replace foreach (deprecated) with range-for
The code compiles and konsole seems to work as bofore.
2019-12-03 11:29:31 +02:00
Kurt Hindenburg
61ed2c88a4 Remember last 'Save Output As' directory
This will save current session's last 'Save Output As' directory as
well as saving it so next Konsole startup will remember it.

Original code by Tao Guo <guotao945@gmail.com> with additions
by myself.

BUG: 403103
FIXED-IN: 19.08.0

Differential Revision: https://phabricator.kde.org/D18352
2019-04-21 15:12:13 -04:00
Tomaz Canabrava
d1e18d9dda Remove three classes form the SessionController header/source
Summary:
Those three classes where *used* inside of the SessionController
but they where not supposed to be there. The code in the
SessionController is already too big to understand, so the removal
of unrelated code is a good thing: it's now easier to reason
about those other three classes without having to deal with
the whole code that the SessionController has.

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: konsole-devel

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D17485
2018-12-11 08:53:43 -05:00