[X2Go-Commits] [x2goclient] branch build-main updated (301b58c -> b69667e)

git-admin at x2go.org git-admin at x2go.org
Tue Jul 28 05:54:45 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch build-main
in repository x2goclient.

      from  301b58c   release 4.0.4.0
      adds  da4aa04   Continue development
      adds  391adf3   INSTALL: add more verbose instructions on how to build X2Go Client and friends.
      adds  6c83109   onmainwindow.{cpp,h}: rename slotScDaemonOut() and slotScDaemonError() to slotScDaemonStdOut() and slotScDaemonStdErr().
      adds  91e14db   x2goutils.{cpp,h}: add new show_RichText_Generic_MsgBox() main function designed to replace the show_RichText_WarningMsgBox() function.
      adds  7d088bb   x2goutils.{cpp,h}: make show_RichText_WarningMsgBox() use show_RichText_Generic_MsgBox ().
      adds  91906e6   x2goutils.{cpp,h}: new show_RichText_ErrorMsgBox() function as a wrapper for show_RichText_Generic_MsgBox() with a critical icon.
      adds  b6d5d54   onmainwindow.{cpp,h}: properly handle scdaemon errors with a message box and close the client.
      adds  90d6b8b   onmainwindow.cpp: manipulate PATH and append /usr/lib/gnupg2/ to it when starting scdaemon. Fixes: #882.
      adds  1deb01e   x2goutils.h: add QMessageBox include, fixed compile error.
      adds  89238d0   onmainwindow.cpp: fix typos leading to compile errors.
      adds  f2034da   onmainwindow.cpp: another typo fix.
      adds  72bc412   onmainwindow.cpp: add blocks to switch cases to fix a compile error.
      adds  39eaa31   x2goutils.cpp: correct typo to fix compile errors.
      adds  cdbcf5c   onmainwindow.cpp: drop a redundant variable and fix empty env check.
      adds  4795846   onmainwindow.cpp: add more newlines to scdaemon error output.
      adds  8bd0f08   onmainwindow.cpp: add debugging output for new scdaemon PATH value.
      adds  2fa1955   onmainwindow.cpp: split up PATH value as printed in the error message box by a newline every 100 characters.
      adds  f07d58f   sshprocess.cpp: export PATH variable when running commands.
      adds  69fd7ea   sshprocess.cpp: wrap SSH command prelude and conclusion in double quotes.
      adds  3373687   sshprocess.cpp: wrap all remote commands with "bash" instead of the unspecific "sh".
      adds  bb32a8c   onmainwindow.cpp: try to escape shell quotes correctly when using Kerberos/GSSApi when running the xmodmap keyboard sync command on OS X.
      adds  d7156ad   onmainwindow.cpp: also escape other shell quotes when using Kerberos/GSSApi.
      adds  6f1bbb1   onmainwindow.cpp: silence compiler warning by casting an int value to std::size_t.
      adds  f9bd749   onmainwindow.cpp: silence another compiler warning by not converting from string to int and back to string needlessly.
      adds  1c60cad   onmainwindow.cpp: fix compile error - use QString.toAscii () to get a valid C string representation for tr ().
      adds  5be62d3   onmainwindow.cpp: don't terminate if scdaemon exited with non-zero exit code.
      adds  1f7f014   sshprocess.cpp: don't use QProcess::start (QString).
      adds  3b04b53   sshprocess.cpp: add a bit more debugging - also print out the unmodified raw output of SSH commands.
      adds  cbab95c   onmainwindow.cpp: remove now-bogus double quote escaping.
      adds  6b163ca   sshmasterconnection.cpp: port QProcess::start () change.
      adds  fadc705   sshprocess.cpp: whitespace/prettify only and a compile fix.
      adds  91f3d25   debian/control: Add alternative D for nxproxy: qvd-nxproxy. Allows parallel installation of X2Go Client and the TheQVD client (perl-qvd-client).
      adds  c45f3fb   Update changelog about Win32 OpenSSL update:
      adds  3a654cb   Update cygwin bundle from 20150425-2 to 20150425-3
      adds  5da08c7   Update VcXsrv: 1.17.0.0-1 (X2Go/Arctica Build) -> 1.17.0.0-2 (X2Go/Arctica Build)
      adds  dcf91b4   "About X2GO client" -> "About X2Go Client"
      adds  d0efa71   x2goclient.pro: simplify lrelease path preparing for different OS and cross compiling. Fixes: #901.
      adds  7cb7c46   x2goclient.pro: reinstate old lrelease "search" behavior if qtPrepareTool() is not available.
      adds  58c2db0   Fixing multimonitor mode on Windows. Run VcXsrv with on selected screen without decoration.
      adds  b9822f4   {debian/changelog,src/onmainwindow.cpp}: fixup last commit. Spelling errors, changelog format, unclear blocks.
      adds  d220069   onmainwindow.cpp: only set multidisplay mode for non-rootless sessions.
      adds  465b030   onmainwindow.cpp: Fix syntax error in last commit
      adds  a6aec7d   {ui/xsettingsui.ui,xsettingswidget.cpp}: add new "whole display" option for external X server configuration.
      adds  b73aec9   onmainwindow.cpp: rename "optionsmd" setting to "optionswholedisplay", which is more clear.
      adds  9192336   xsettingswidget.cpp: fix compile error: settings -> setting.
      adds  712f96e   xsettingswidget.cpp: missed one occurance in the last commit.
      adds  d9511e7   Update changelog for Win32-OpenSSL update from 1.0.1o to 1.0.1p
      adds  a9a5d58   Update cygwin bundle from 20150425-3 to 20150425-4
      adds  32307c6   Update VcXsrv: 1.17.0.0-2 (X2Go/Arctica Build) -> 1.17.0.0-3 (X2Go/Arctica Build)
      adds  71504fc   Upgrade MSVC DLLs: 2008 -> 2013
      adds  97ecd0a   Windows: Only bundle msvcr120.dll
      adds  ae7a297   sessionmanagedialog.cpp: enable some debugging and make selected sessions configureable or deletable. Fixes: #909.
      adds  8f93b2a   general: bump revision to 4.0.5.0 due to incompatible Windows bug fixes.
      adds  255d0aa   Linux: Fix desktop session icons (Fixes: #911)
      adds  b69667e   release 4.0.5.0

No new revisions were added by this update.

Summary of changes:
 INSTALL                                       |   64 ++++++++-
 VERSION                                       |    2 +-
 copy-deps-win32.bat                           |    6 +-
 debian/changelog                              |  124 ++++++++++++++++
 debian/control                                |    2 +-
 man/man1/x2goclient.1                         |    2 +-
 src/onmainwindow.cpp                          |  188 +++++++++++++++++++------
 src/onmainwindow.h                            |    9 +-
 src/sessionexplorer.cpp                       |    2 +-
 src/sessionmanagedialog.cpp                   |   31 +++-
 src/sessionmanagedialog.h                     |    3 +-
 src/sshmasterconnection.cpp                   |   52 +++++--
 src/sshprocess.cpp                            |   69 +++++++--
 src/ui/xsettingsui.ui                         |   10 ++
 src/version.h                                 |    2 +-
 src/x2goutils.cpp                             |   13 +-
 src/x2goutils.h                               |    4 +
 src/xsettingswidget.cpp                       |    4 +
 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc |   10 +-
 x2goclient.pro                                |   12 +-
 x2goclient.spec                               |    2 +-
 21 files changed, 521 insertions(+), 90 deletions(-)

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list