[X2Go-Commits] [x2goclient] branch bugfix/osx updated (1ae582a -> ffb88a5)

git-admin at x2go.org git-admin at x2go.org
Mon May 25 01:31:18 CEST 2015


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

x2go pushed a change to branch bugfix/osx
in repository x2goclient.

  discards  1ae582a   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  5128e08   macbuild.sh: add phase output for bundling nxproxy.
  discards  c4bec1a   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  fdba300   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  e6f478e   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  156d7a4   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  08a5335   macbuild.sh: add new repeat_str() helper function.
  discards  5110835   macbuild.sh: add new get_nesting_level() helper function.
  discards  10e5cea   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  0e5b323   macbuild.sh: add new dependency_error() helper function.
  discards  45fd5b8   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  03475d0   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  7143d19   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  4bd36d4   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  80e1920   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  521040b   compat.{cpp,h}: new files. Implements strndup on OS X 10.6 and below. Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
  discards  66ee6e3   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  4fba94a   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  f9d207a   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  d304b93   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  229b0f1   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  684b0fc   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  75b7276   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  f3a2e64   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  ade558f   x2goclient.cpp: fix string comparison.
  discards  6f85425   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  34fc0ce   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  2a818a0   x2goclient.cpp: clean up.
  discards  cf70475   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  e7494a7   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  a61c944   unixhelper.cpp: kill process group on error.
  discards  a6acc24   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  3ebef1f   unixhelper.{cpp,h}: add documentation/comments.
  discards  e70954f   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  8999494   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  64babdd   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  466b5c3   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  15ff43e   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  c2e44d1   x2goclient.cpp: add myself to copyright header.
  discards  6088298   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  5038c1d   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  29466ed   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  65e9a8b   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  6294e3c   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  be52b79   copy-deps-win32.bat: actually let xcopy error correctly.
       new  05689c7   general: fix spelling and English language syntax issues. Fixes: #389.
       new  5d55e6d   general: improve debug output and error messages.
       new  379e418   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  42bd7f7   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  1f1a968   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  1c561a8   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  e616d36   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  6d8e68f   x2goclient.cpp: add myself to copyright header.
       new  e0b4f8a   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  ee79211   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  2a6dde3   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  a6b1ccc   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  8bf9126   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  188f981   unixhelper.{cpp,h}: add documentation/comments.
       new  302cdef   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  366aeb1   unixhelper.cpp: kill process group on error.
       new  d1ef997   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  e9c78cc   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  ca7b166   x2goclient.cpp: clean up.
       new  40bedba   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  8ea5210   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  eff85e1   x2goclient.cpp: fix string comparison.
       new  515d424   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  ebc5457   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  c3ef5db   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  01c8f30   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  57e260c   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  29c1b1b   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  4f40993   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  7c4382b   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  c4fbbc7   compat.{cpp,h}: new files. Implements strndup on OS X 10.6 and below. Add to x2goclient.cpp, x2goclient.pro and x2goclient.pro.maemo.
       new  9519c58   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  253f411   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  937cb33   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  02636d3   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  b3c0791   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  bb25cbd   macbuild.sh: add new dependency_error() helper function.
       new  4068480   macbuild.sh: add new lazy_canonical_path() helper function.
       new  bae4b60   macbuild.sh: add new get_nesting_level() helper function.
       new  cb80887   macbuild.sh: add new repeat_str() helper function.
       new  bc343f6   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  2d95731   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  14abcb7   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  6b0abfe   macbuild.sh: copy PulseAudio libraries and binaries.
       new  5b9a19c   macbuild.sh: add phase output for bundling nxproxy.
       new  ffb88a5   macbuild.sh: add work-in-progress PulseAudio bundling.

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   (1ae582a)
            \
             N -- N -- N   refs/heads/bugfix/osx (ffb88a5)

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 46 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:
 copy-deps-win32.bat               |   28 +--
 debian/changelog                  |   29 +++
 src/LDAPSession.cpp               |    2 +-
 src/configdialog.cpp              |    6 +-
 src/contest.cpp                   |    2 +-
 src/cupsprintersettingsdialog.cpp |    4 +-
 src/exportdialog.cpp              |    2 +-
 src/folderexplorer.cpp            |    8 +-
 src/httpbrokerclient.cpp          |   56 ++---
 src/onmainwindow.cpp              |  487 +++++++++++++++++++------------------
 src/onmainwindow.h                |    4 +-
 src/printdialog.cpp               |    9 +-
 src/printprocess.cpp              |   19 +-
 src/printwidget.cpp               |    2 +-
 src/sessionbutton.cpp             |    6 +-
 src/sessionexplorer.cpp           |   10 +-
 src/sessionmanagedialog.cpp       |    2 +-
 src/sessionwidget.cpp             |   22 +-
 src/settingswidget.cpp            |    6 +-
 src/sharewidget.cpp               |    8 +-
 src/sshmasterconnection.cpp       |  158 ++++++------
 src/sshprocess.cpp                |   42 ++--
 src/wapi.cpp                      |   10 +-
 23 files changed, 476 insertions(+), 446 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