[X2Go-Commits] [x2goclient] branch bugfix/x2goplugin-patch updated (da3ca16 -> 9b302fe)

git-admin at x2go.org git-admin at x2go.org
Sun Mar 15 17:48:51 CET 2015


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

x2go pushed a change to branch bugfix/x2goplugin-patch
in repository x2goclient.

  discards  da3ca16   src/{onmainwindow,sshmasterconnection}.cpp: enable use of SSH proxy configuration with x2goplugin. Fixes: #798.
      adds  9dc4db3   {x2goutils,non_modal_messagebox}.cpp: include the correct headers.
      adds  b59e5d9   x2goutils.{h,cpp}: split up show_RichText_WarningMsgBox() into the aforementioned function and a new convert_to_rich_text() helper function.
      adds  27354ff   non_modal_messagebox.{h,cpp}: add new Non_Modal_MessageBox::critical() overloaded functions to be able to use informative text and a (forceful, if requested) conversion to rich text.
      adds  63873a1   onmainwindow.cpp: prettify non-running sshd error message.
      adds  c99b741   onmainwindow.cpp: prettify non-available host key error message.
      adds  5fc3301   onmainwindow.cpp: fix typos and augment sshd startup failure message.
      adds  fdbe9e0   onmainwindow.cpp: also use usermode sshd on OS X, if no global daemon is running.
      adds  42f2045   onmainwindow.cpp: on OS X, specify sshd's PID file location in its server config.
      adds  ef033df   onmainwindow.cpp: wait 3 seconds before checking sshd startup state to allow it to come up.
      adds  2c0687a   onmainwindow.cpp: adapt SSH host key warning message to new usermode sshd possibilities.
      adds  26c86b7   configdialog.cpp: make XQuartz detection algorithm QStringList-based and add MacPorts location.
      adds  3d4c38e   onmainwindow.cpp: fix bad quoting when writing remote xinerama config file. Fixes: #797.
       new  9b302fe   src/{onmainwindow,sshmasterconnection}.cpp: enable use of SSH proxy configuration with x2goplugin. Fixes: #798.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (da3ca16)
            \
             N -- N -- N   refs/heads/bugfix/x2goplugin-patch (9b302fe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog             |   22 +++++
 src/configdialog.cpp         |   66 ++++++++-----
 src/non_modal_messagebox.cpp |   28 +++++-
 src/non_modal_messagebox.h   |   14 +++
 src/onmainwindow.cpp         |  212 +++++++++++++++++++++++++++++++++---------
 src/onmainwindow.h           |    2 +-
 src/x2goutils.cpp            |   29 ++++--
 src/x2goutils.h              |    1 +
 8 files changed, 293 insertions(+), 81 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