~x2go/x2go/+git/x2goclient:bugfix/help-cmd

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

Branch merges

Branch information

Name:
bugfix/help-cmd
Repository:
lp:~x2go/x2go/+git/x2goclient

Recent commits

b2024e4... by Mihai Moldovan

help.cpp: hardcode indentation value to 2 (for the first spaces) + maximum length of parameters + 4 (for the trailing 4 spaces).

Calculations via terminal_cols and remaining do not work, if
terminal_cols is unknown.

729415a... by Mihai Moldovan

help.cpp: fix a compile warning (by including winsock2.h) and error (caused by a typo) on Windows.

e1013d8... by Mihai Moldovan

help.cpp: trying to split at hyphens was a bad idea. Remove that part.

abf9161... by Mihai Moldovan

help.cpp: switch from do { ... } while (...); to just while (...) { ... }.

50378fa... by Mihai Moldovan

help.cpp: use new newline feature for some options.

37b20f9... by Mihai Moldovan

help.cpp: add support for newlines within descriptions.

28a111d... by Mihai Moldovan

help.cpp: don't let qCritical() add even more spaces or quotes around the help message.

d3ff608... by Mihai Moldovan

help.cpp: fix splitting algorithm to step over a space character, but include hyphens correctly into the current line.

fb9b1b0... by Mihai Moldovan

help.cpp: actually recalculate the new indent *before* writing whitespace.

7772507... by Mihai Moldovan

help.cpp: partly fix indenting algorithm.