This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 3cba555 src/version.h: add include guard. adds c6539db help.{cpp,h}: add skeleton for new help system. adds 8587ec4 help.{cpp,h}: add sanitizing helpers. adds abebff1 help.{cpp,h}: fix missing return type. adds b8088ba help.cpp: populate pretty_print: fetch max length of params. adds d9d7fbe help.cpp: get terminal window sizes on UNIX-based and Windows operating systems. adds 6f55b84 help.cpp: complete pretty printer function. adds 082af3f help.cpp: "copy" old command line parameters. adds d80caf9 help.cpp: document broker options. Fixes: #851. adds 61889c7 help.cpp: actually output the help message. adds f6a07c5 help.{cpp,h}: also pass the help message on (for display in graphical mode.) adds da6d831 x2goclient.pro{,.maemo}: add new help.{cpp,h} files. adds ac62882 onmainwindow.cpp: replace old help system with new one. adds bbddcc4 {{onmainwindow,help}.cpp},helph}: fix misc. build errors. adds 462e8f2 help.h: fix run time error by actually giving QTextStream a "device" to write to. adds e14d428 help.cpp: clear current string if completely written onto one line. adds 5bf8eb1 help.cpp: enable debugging for pretty_print(). --debug must be supplied before --help for this to work. adds 7772507 help.cpp: partly fix indenting algorithm. adds fb9b1b0 help.cpp: actually recalculate the new indent *before* writing whitespace. adds d3ff608 help.cpp: fix splitting algorithm to step over a space character, but include hyphens correctly into the current line. adds 28a111d help.cpp: don't let qCritical() add even more spaces or quotes around the help message. adds 37b20f9 help.cpp: add support for newlines within descriptions. adds 50378fa help.cpp: use new newline feature for some options. adds abf9161 help.cpp: switch from do { ... } while (...); to just while (...) { ... }. No new revisions were added by this update. Summary of changes: debian/changelog | 25 +++++ src/help.cpp | 294 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/help.h | 51 +++++++++ src/onmainwindow.cpp | 82 ++------------ x2goclient.pro | 6 +- x2goclient.pro.maemo | 6 +- 6 files changed, 387 insertions(+), 77 deletions(-) create mode 100644 src/help.cpp create mode 100644 src/help.h -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git