~x2go/x2go/+git/x2goclient:bugfix/general

Last commit made on 2015-04-26
Get this branch:
git clone -b bugfix/general https://git.launchpad.net/~x2go/x2go/+git/x2goclient

Branch merges

Branch information

Name:
bugfix/general
Repository:
lp:~x2go/x2go/+git/x2goclient

Recent commits

072dfa6... by Nicolas Husson <email address hidden>

src/{onmainwindow,sshmasterconnection}.cpp: enable use of SSH proxy configuration with x2goplugin. Fixes: #798.

v2: refactor patch, fix whitespace issues. (Mihai Moldovan)

505d4e0... by Michael DePaulo

Windows: Upgrade bundled PulseAudio from 5.0-rev18 to 6.0-11.1

ee11aa4... by Mihai Moldovan

onmainwindow.cpp: fix up pulse config file generation and PULSE_CLIENTCONFIG setting once more.

cd47266... by Mihai Moldovan

x2goutils.{cpp,h}: fix compile issue -- include QFont and QFontUtils.

d9e4716... by Mihai Moldovan

help.h: lower default splitting length to 100 characters.

dc2c70c... by Mihai Moldovan

onmainwindow.cpp: don't let a potential terminal affect the help string shown in the GUI.

3d58218... by Mihai Moldovan

help.{cpp,h}: add a boolean terminal_output parameter to the pretty_print() function family.

Controls terminal width auto-detection and automatic printing to stderr.

6e7ca03... by Mihai Moldovan

help.cpp: move functions around a bit.

dbaba2f... by Mihai Moldovan

help.cpp: simplify pretty_print() and make it also split lines for non-terminal output or when the terminal width is unknown.

bf9294c... by Mihai Moldovan

help.{cpp,h}: provide string splitting logic as separate split_long_line() function. Use this in pretty_print().