[X2Go-Commits] [x2goclient] branch bugfix/osx updated (ad6ce0f -> 385f782)

git-admin at x2go.org git-admin at x2go.org
Mon May 4 20:55:51 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  ad6ce0f   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  47a11aa   macbuild.sh: add phase output for bundling nxproxy.
  discards  cbfbc40   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  5065f77   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  2de60de   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  4b92498   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  c173543   macbuild.sh: add new repeat_str() helper function.
  discards  2c7b86b   macbuild.sh: add new get_nesting_level() helper function.
  discards  6735405   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  882ecca   macbuild.sh: add new dependency_error() helper function.
  discards  cf9039b   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  fc19ca2   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  0c2fc6f   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  b1dfc68   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  17099d4   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  43199d8   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  f0afa73   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  4fdc15e   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  b19550f   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  fd3b1a5   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  7de4aa5   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  5653f51   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  bb5054d   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  a3c081d   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  63ddc7d   x2goclient.cpp: fix string comparison.
  discards  893eeb0   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  cd295e6   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  a125984   x2goclient.cpp: clean up.
  discards  6abd6e0   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  c871c5d   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  bd681c8   unixhelper.cpp: kill process group on error.
  discards  d517a8b   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  6df201f   unixhelper.{cpp,h}: add documentation/comments.
  discards  81bd31a   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  dc06387   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  6849e70   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  3d74320   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  b8c1bce   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  4664b3a   x2goclient.cpp: add myself to copyright header.
  discards  1bbc9ad   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  3eceed0   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  2342b1a   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  2ca3888   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  3b4baf7   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  21e18e8   onmainwindow.cpp: whitespace changes to installTranslator() only.
      adds  fc224ac   onmainwindow.cpp: correctly let Qt fetch the UI display language for Qt 4.8.0 and higher.
       new  e5d8374   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  3bd7c5f   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  76764d0   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  0daf24c   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  c9907f1   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  f96fd81   x2goclient.cpp: add myself to copyright header.
       new  02ce413   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  e435959   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  f4fd84f   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  ea735b0   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  ed95c68   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  9965d2f   unixhelper.{cpp,h}: add documentation/comments.
       new  da2bb6b   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  0934802   unixhelper.cpp: kill process group on error.
       new  f0093bf   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  a33a125   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  7fa428d   x2goclient.cpp: clean up.
       new  cb0414c   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  8daf5b2   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  e82e013   x2goclient.cpp: fix string comparison.
       new  aede783   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  12dd364   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  2c40b7a   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  d29ee3c   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  af31ea1   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  c70c2ce   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  80b8c09   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  6fa5379   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  e724724   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  bc7ec6f   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  d6f5d6f   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  54aa338   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  dae8c17   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  aba2040   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  72753d8   macbuild.sh: add new dependency_error() helper function.
       new  a0156f9   macbuild.sh: add new lazy_canonical_path() helper function.
       new  05fd570   macbuild.sh: add new get_nesting_level() helper function.
       new  6de0031   macbuild.sh: add new repeat_str() helper function.
       new  bab42a4   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  d069a96   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  6edd1dd   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  9bc62e6   macbuild.sh: copy PulseAudio libraries and binaries.
       new  5b797a0   macbuild.sh: add phase output for bundling nxproxy.
       new  385f782   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   (ad6ce0f)
            \
             N -- N -- N   refs/heads/bugfix/osx (385f782)

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 44 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     |    5 ++++
 src/onmainwindow.cpp |   64 +++++++++++++++++++++++++++++++++-----------------
 2 files changed, 47 insertions(+), 22 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