[X2Go-Commits] [x2goclient] branch bugfix/osx updated (1695a36 -> 6497d0e)

git-admin at x2go.org git-admin at x2go.org
Mon May 25 04:35:00 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  1695a36   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  ee1f488   macbuild.sh: add phase output for bundling nxproxy.
  discards  79f3770   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  38c2ec4   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  2e2bdee   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  d24693f   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  b9c0353   macbuild.sh: add new repeat_str() helper function.
  discards  5685e1a   macbuild.sh: add new get_nesting_level() helper function.
  discards  96c770b   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  ecfafcd   macbuild.sh: add new dependency_error() helper function.
  discards  ced4645   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  74272ba   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  eb081af   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  7a7a423   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  a2ccff6   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  ceda7a9   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  c3b9074   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  e0dcde0   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  8514e41   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  d5dc850   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  b8ff502   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  c206a5c   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  23f5c47   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  19a072a   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  242ed48   x2goclient.cpp: fix string comparison.
  discards  c556139   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  0193375   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  1bf2c4e   x2goclient.cpp: clean up.
  discards  3127f76   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  afec62b   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  dd93e12   unixhelper.cpp: kill process group on error.
  discards  ca7559c   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  ed9c1f9   unixhelper.{cpp,h}: add documentation/comments.
  discards  5e8a2be   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  2598759   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  4daeb49   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  c1181d6   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  ccaced8   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  edbcec3   x2goclient.cpp: add myself to copyright header.
  discards  6320dd3   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  479dad5   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  d94458c   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  dc92061   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  453616e   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  08ef3bc   sessionexplorer.cpp: use a better shared logic for generating an arguments list for calling x2goclient.exe from a desktop shortcut.
       new  49a6cb8   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  c7fd2b6   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  1e86f43   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  c820165   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  b1fcb02   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  8a825a5   x2goclient.cpp: add myself to copyright header.
       new  1ded05d   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  70e6def   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  a871dc8   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  b827c39   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  d8f72bf   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  c785d95   unixhelper.{cpp,h}: add documentation/comments.
       new  4e7591b   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  83019d3   unixhelper.cpp: kill process group on error.
       new  7b5247e   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  7b7ad47   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  0a18259   x2goclient.cpp: clean up.
       new  031e170   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  7ce35ec   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  4c8e107   x2goclient.cpp: fix string comparison.
       new  b8c05fd   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  4b615b3   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  64e43cd   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  eb34a08   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  3e087f2   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  7c98298   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  5d6f122   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  86dc149   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  429b4d1   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  4a056b8   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  7902347   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  ab50515   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  88dd674   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  514809f   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  57521f4   macbuild.sh: add new dependency_error() helper function.
       new  f5f9f57   macbuild.sh: add new lazy_canonical_path() helper function.
       new  485ff3e   macbuild.sh: add new get_nesting_level() helper function.
       new  c156b32   macbuild.sh: add new repeat_str() helper function.
       new  8a88e4c   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  dfe8378   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  b008ab2   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  0a9647c   macbuild.sh: copy PulseAudio libraries and binaries.
       new  2dce91d   macbuild.sh: add phase output for bundling nxproxy.
       new  6497d0e   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   (1695a36)
            \
             N -- N -- N   refs/heads/bugfix/osx (6497d0e)

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 45 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        |    3 +++
 src/sessionexplorer.cpp |   25 +++++++++++++------------
 2 files changed, 16 insertions(+), 12 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