[konsole] [Bug 178320] Konsole split view: in both views same content

2016-09-14 Thread xliiv via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=178320

--- Comment #40 from xliiv  ---
I've suspended my work on this, because it took me too much time to learn
c++/cmake/compile working in this project in general and I simple got bored by
real coding of the feature.
Anyway I could share my experience, which is this:

First steps, Vincecio's work:
I made successfully port of Vincencio's work to qt5 (perhaps it's this branch
https://github.com/xliiv/konsole-multi-terminal/tree/kde5port I'm not sure :)).
It worked with some minor flaws, like closing last terminal didn't trigger
window closing etc.
But it worked. However my tests were very limited, like compile do some splits,
close terminal, etc.
Then i thought about Yakuake.

Experimenting with Yakuake:
After that I thought that I could "reuse" some of work from Yakuake project.
I started to play a bit with Yakuake and as far as i remember I extracted some
code of Yakuake project and got simple minimal splitable terminal application
based on Yakuake project.
I've got it on private repo so I could publish it if anyone is interested.

Back to Konsole:
Next step was to reuse knowlegde and code from `experimenting with Yakuake`
step in Konsole project. I got working horizontal split using Yakuake concept,
but it was very non-production version.
And then i started to reanalyze it. Because it's complex topic.
Feature creation is one thing and shipping it is another thing.
Not saying about the KPart should still works. And what about current split
which should be removed(?).
It's very complex case which lead me to the conslusion that the easiest way of
doing this is to create a new application.
The new application would adopt KPart (like Yakuake did). Because Yakuake is
almost Konsole with splits. Yakuake doesn't allow you to run more than one
instance but this is very easy change comparing it to deep down design changes
in Konsole views/splits etc.
And such deep changes are vary hard without A LOT OF TESTS.

However I'm not sure if this solution (like new application) is acceptable by
Konsole/KDE maintainers?

-- 
You are receiving this mail because:
You are watching all bug changes.


[konsole] [Bug 180770] Provide a quadkonsole like interface

2016-05-04 Thread xliiv via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=180770

--- Comment #19 from xliiv  ---
(In reply to Giuseppe CalĂ  from comment #17)
> (In reply to xliiv from comment #16)
> > Well I'm working on it
> > https://github.com/xliiv/konsole-multi-terminal/tree/kde5port
> > and can't say anything more.
> 
> just tested your fork and seems very promising. thanks for your efforts

Thanks should go to Vincepii, because it's his effort. I only ported it to
kde5. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 346309] Rename Session Feature missing on session right click menu

2016-04-26 Thread xliiv via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346309

xliiv  changed:

   What|Removed |Added

 CC||tymoteusz.jankowski@gmail.c
   ||om

--- Comment #1 from xliiv  ---
I can do it by right-click on tab (from tabbar).
Is this is ok?

-- 
You are receiving this mail because:
You are watching all bug changes.