Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.39k stars 575 forks source link

Release before new Split-Terminal feature? #1411

Closed aichingm closed 5 years ago

aichingm commented 5 years ago

Hey @gsemet,

I'm done implementing #71.

Two questions:

  1. As of now I would consider guake pretty stable. Since the new feature changes a lot of code again I thought maybe it is a good idea to to release a current version.

  2. Have you seen the bounty over on https://www.bountysource.com/issues/1324038-split-terminal-functionnality? Some one should claim it... (I would like to :stuck_out_tongue_winking_eye: , BTW who is paying for the domain http://guake-project.org/?)

Keybindings for:

gsemet commented 5 years ago

Seem really cool ! Thanks for your work :)

Yes the bounty has just got 250$ a few days ago, I have no idea who is behind and even if it will work. So to answer you short: YES, I see no problem if you claim the bounty for your really helpful work the last months, this terminal backend rework enabling the split terminal and of course the GTK3 transition.

But I would be happy if you can consider a donation to the Guake project :) I am the one for the guake-project.org domain and hosting. Please contact me to my mail :)

I just released 3.3.3 as you suggested, with a small version increase since most changes you did are under the hood. So when you land your split terminal feature, so not forget the sem-ver: feature tag in your commit message.

I like the context menu entry, much like iterm2 does. Does it also support drag and droping the terminal to reorganize the notebook terms?

aichingm commented 5 years ago

But I would be happy if you can consider a donation to the Guake project :) I am the one for the guake-project.org domain and hosting. Please contact me to my mail :)

Yes, of course! I was thinking about a 50/50 split, since all I have done would be more or less useless without the work you have done for example on the build system.

There is no drag & drop support at the moment. I have to look in to drag & drop mechanisms in GTK.