~x2go/x2go/+git/x2goclient:feature/focal-ppa

Last commit made on 2020-05-20
Get this branch:
git clone -b feature/focal-ppa https://git.launchpad.net/~x2go/x2go/+git/x2goclient

Branch merges

Branch information

Name:
feature/focal-ppa
Repository:
lp:~x2go/x2go/+git/x2goclient

Recent commits

7c3c5a0... by Juri Grabowski <email address hidden>

Look for qmake-qt4, if not in PATH, then set QMAKE and LRELEASE to qt without suffix

It should save capability to build new releases on old Platforms with qt4.

185d2fc... by Juri Grabowski <email address hidden>

Prefer qt5

f18c58a... by Juri Grabowski <email address hidden>

add build dependencies for qt5 and testing on own remote branch

a1a2f62... by Mihai Moldovan

debian/changelog: fixup.

1ed20bf... by Mihai Moldovan

src/sshmasterconnection.{c,h}: fix builds, new function should have been registered and not static, but private.

56d82b9... by Melroy van den Berg

.gitignore: ignore Visual Studio temporary files. Fixes: #1469.

f101331... by Melroy van den Berg

src/sshmasterconnection: explicitly mark function parameters as unused.

0982f8f... by Melroy van den Berg

src/sshmasterconnection: correct retval check.

7a58037... by Melroy van den Berg

src/sshmasterconnection: fix 'when not' password auth.

Avoids double error messages.

221899d... by Melroy van den Berg

src/sshmasterconnection: refactor some of the channel loop and fix channel/session closes.