[X2Go-Commits] [x2goclient] branch bugfix/osx updated (ccdf7bd -> 067ad34)

git-admin at x2go.org git-admin at x2go.org
Wed Dec 2 23:19:00 CET 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  ccdf7bd   pulsemanager.{cpp,h}: new member function fetch_pulseaudio_version () with first skeleton.
  discards  80a484f   pulsemanager.cpp: generate platform-dependent values for member variables server_working_dir_ and server_binary_ in constructor.
  discards  0a29a0c   pulsemanager.cpp: add "dummy" start_linux () function.
  discards  db0c46e   pulsemanager.cpp: reorder member varibles in initialization list.
  discards  c49cf7d   pulsemanager.cpp: another typo fix: findPort -> find_port.
  discards  cb15e40   pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().
  discards  b59cc7e   pulsemanager.cpp: fix compile errors in find_port () by renaming the ret or port variable to search_port.
  discards  011573e   pulsemanager.{cpp,h}: find_port () actually returns a value, fix declaration accordingly.
  discards  88b155c   pulsemanager.cpp: typo fix in member variable name server_working_dir_.
  discards  a6cd51d   pulsemanager.h: whitespace only.# Your branch and 'origin/bugfix/osx' have diverged,
  discards  e2b7d38   {macbuild.sh,x2goclient.pro}: pass MacPorts library and include path's to qmake.
  discards  6550c82   pulsemanager.cpp: make startup sound playing via slot_play_startup_sound () Windows-compatible.
  discards  9722870   pulsemanager.cpp: only play startup sound if DEBUG macro is defined.
  discards  d4044c0   pulsemanager.cpp: make generate_client_config () Windows-compatible.
  discards  27d30e5   pulsemanager.cpp: make generate_server_config () Windows-compatible.
  discards  5fd0fd7   pulsemanager.cpp: also load module-esound-protocol-tcp module.
  discards  bf1a70d   pulsemanager.{cpp,h}: implement start_win () as part of Windows functionality.
  discards  4b22379   pulsemanager.cpp: let start_osx () use start_generic ().
  discards  dffbe71   pulsemanager.{cpp,h}: add new function start_generic () to split off common functionality.
  discards  81cb82d   pulsemanager.cpp: add Windows stuff to initial env in constructor.
  discards  627e26d   pulsemanager.cpp: add cleanup support to on_pulse_finished ().
  discards  b629a7a   pulsemanager.cpp: add Windows support to shutdown ().
  discards  45206c3   pulsemanager.{cpp,h}: new function create_client_dir ().
  discards  115fbf8   pulsemanager.cpp: make start () wrap the "real" OS-specific start functions.
  discards  80e3c94   pulsemanager.{cpp,h}: add server_args_, server_binary_ and server_working_dir_ class variables.
  discards  a38e454   pulsemanager.{cpp,h}: fixup preprocessor usage.
  discards  c2b2b68   pulsemanager.cpp: reformat only.
  discards  bb7213b   pulsemanager.{cpp,h}: rename relaunch () to restart ().
  discards  4006421   pulsemanager.{cpp,h}: add ESD support.
  discards  fafefe0   pulsemanager.h: add std:: namespace selector for uint32_t version variables.
  discards  6a3a069   pulsemanager.{cpp,h}: switch port definitions to std::uint16_t.
  discards  7dc613e   pulsemanager.cpp: reformat only.
  discards  4d4d5b2   pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
  discards  9add781   pulsemanager.cpp: use initializer list for constructor.
  discards  c9d1ee1   pulsemanager.{cpp,h}: reformat only.
  discards  a77ae43   pulsemanager.cpp: minor non-behavior changing fixes.
  discards  01fc4c1   pulsemanager.{cpp,h}: use name and underscore for member variables, not underscore and name.
  discards  4afdcb3   macbuild.sh: rewrite ID line detection algorithm.
  discards  59f5407   macbuild.sh: copy "special" files, so that they can be removed later on.
  discards  949527b   macbuild.sh: fix removal of base prefix in deduplication if base prefix ends in a slash.
  discards  cb44c1a   macbuild.sh: more debug messages and a whitespace change.
  discards  dfc80fd   macbuild.sh: spelling fix.
  discards  517daf9   macbuild.sh: merge deduplicate.sh content in.
  discards  b235bc7   deduplicate.sh: replace tabs with two spaces. No functional changes.
  discards  6b613b9   macbuild.sh: replace tabs with two spaces. No functional changes.
  discards  ff4fb4d   deduplicate.sh: remove some noisy debug output.
  discards  b8d4505   deduplicate.sh: add WARNING to status message.
  discards  458357b   deduplicate.sh: fix wrong return value capture.
  discards  53c59c9   deduplicate.sh: remove a bit of noisy debug output, but turn on parse_otool_output debugging.
  discards  e77dc90   deduplicate.sh: cleanup as announced in the last commit - using lazy_canonical_path.
  discards  7d94d6a   deduplicate.sh: surprisingly, it turned out that only checking the duplicate's basename against the current dependency's basename is not good enough.
  discards  72d52f0   deduplicate.sh: more temporary debugging output in fixup section.
  discards  ce2396f   deduplicate.sh: copy lazy_canonical_path from macbuild.sh for now.
  discards  6c659e7   deduplicate.sh: save dependency format base string as a readonly variable and use that instead of repeating a fixed string.
  discards  17bb648   deduplicate.sh: actually include file name in install_name_tool pseudo output.
  discards  9e2e2e9   deduplicate.sh: parse_otool_output: jump over first matching entry, which is - hopefully - the id line.
  discards  ff6f0ef   deduplicate.sh: unstub fixup section.
  discards  4797669   deduplicate.sh: add more useful information in fixup section's error message.
  discards  a1a69a3   deduplicate.sh: switch to range-based for loop in fixup section for duplicate array walking as we need to access the same element index in the replacement array.
  discards  7c90951   deduplicate.sh: prevent word splitting when parsing otool's output.
  discards  5cfac10   deduplicate.sh: debug parse_otool_output fiercly for the time being.
  discards  804c748   deduplicate.sh: record crafted "library path" values in duplicates replacement to_files array.
  discards  048d284   deduplicate.sh: change exit to return in parse_otool_output.
  discards  080894d   deduplicate.sh: fix parse_otool_output: we want to return failure only iff any of the strings are present in otool's output and actually handle the failure string *ARRAY* correctly as that.
  discards  cab9d0e   deduplicate.sh: quote "${arr[@]}" correctly to not suddenly force word splitting.
  discards  0de0d1b   deduplicate.sh: change range-based for loops to "${!arr[@]}" to handle "sparse" arrays correctly.
  discards  423fb42   deduplicate.sh: correctly unset an array element.
  discards  f01009b   deduplicate.sh: add first skeleton for library dependency rewriting of deleted duplicates.
  discards  2992963   deduplicate.sh: non-functional: change WARNING to ERROR in error messages.
  discards  2cb92b4   deduplicate.sh: new function for parsing otool's output and printing library dependencies if no error occurred.
  discards  5d877ab   deduplicate.sh: add missed local variable declaration.
  discards  16fa45f   deduplicate.sh: add duplicates-to-real mapping.
  discards  454f967   deduplicate.sh: add new, more or less Proof of Concept, and Work in Progress file deduplication script.
  discards  3b571c2   macbuild.sh: also install libraries into staging area with intermediate library path.
  discards  4672934   macbuild.sh: fix echo call to also show the intermediate lib dir, not just the library file name.
  discards  de5ee36   macbuild.sh: when actually bundling libraries, use @executable_path instead of @loader_path.
  discards  6815686   macbuild.sh: add the correct file path to the library bundling array.
  discards  8fc0e92   macbuild.sh: check current file name against regex, not a (now) full path.
  discards  319d255   macbuild.sh: use while-read-loop and find to actually recurse through directories.
  discards  ab49c2b   macbuild.sh: remove libpulse and libpulsecore from libraries to be bundled, as something else will bundle them anyway.
  discards  fac6372   macbuild.sh: add some more debugging output.
  discards  571ec8e   macbuild.sh: directories are "executable", so the first check must explicitly include a check for the argument being not a directory.
  discards  ce92703   macbuild.sh: add Linux library file name scheme regex as a precaution.
  discards  58a5ae6   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  13b9c7d   macbuild.sh: add phase output for bundling nxproxy.
  discards  a97336c   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  77a595c   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  78df574   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  c35c9fb   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  e69e4be   macbuild.sh: add new repeat_str() helper function.
  discards  207b3e1   macbuild.sh: add new get_nesting_level() helper function.
  discards  6ae83fb   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  0720322   macbuild.sh: add new dependency_error() helper function.
  discards  96c64ad   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  569bc01   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  9f3c2c1   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  5d18fd6   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  ca320e8   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  a42af16   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  9642975   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  319a51c   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  7976e89   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  aa100e3   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  d317c3f   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  cbd5b6b   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  bd99408   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  d3772a2   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  a5e99f5   x2goclient.cpp: fix string comparison.
  discards  e38cd00   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  4881e22   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  0af7a66   x2goclient.cpp: clean up.
  discards  1901e4d   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  283bf2a   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  fa2cee0   unixhelper.cpp: kill process group on error.
  discards  8605aeb   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  af5b8f4   unixhelper.{cpp,h}: add documentation/comments.
  discards  6aa1f7b   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  053a433   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  6eef176   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  29bcb4e   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  f270628   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  bbe26a4   x2goclient.cpp: add myself to copyright header.
  discards  201ee6a   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  a60f46e   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  1781d53   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  30dcb8e   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  5ed2692   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  daa9cf5   Fix crashing client when editing session from SessionManageDialog.
      adds  c3f59d2   Configure audio input in pulseaudio on Windows.
      adds  a929156   Reconnect ssh broker in case of IO Error.
      adds  468b0de   Reformat source onmainwindow.cpp.
      adds  1828803   Disable settings editing if a directory with central settings is exists.
      adds  aea2684   Format long names on session buttons.
      adds  11684ff   onmainwindow.cpp: do NOT reformat. Reverts most of the previous commit because it breaks code logic.
      adds  ef22cf4   res/txt/packs: add adaptive method.
      adds  c3b9cd9   {macbuild.sh,x2goclient.pro}: pass MacPorts library and include path's to qmake.
      adds  42138b7   macbuild.sh: hotfix for needing MacPorts - bugfix/osx contains a more thorough fix, but backporting is not an option.
      adds  081b6b1   x2gosettings.cpp: let centralSettings () return false on Windows.
       new  e0af297   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  d70a7a8   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  608f9b3   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  d86d0e7   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  5d61763   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  41262de   x2goclient.cpp: add myself to copyright header.
       new  e9c2f3a   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  34c17f4   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  f1811cf   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  b0989d8   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  2654118   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  24050c4   unixhelper.{cpp,h}: add documentation/comments.
       new  13200f2   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  30bb812   unixhelper.cpp: kill process group on error.
       new  d12c88f   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  d3afa18   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  56a8a87   x2goclient.cpp: clean up.
       new  10b8fe0   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  f85716c   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  1a1ee78   x2goclient.cpp: fix string comparison.
       new  f5b1cbd   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  2e13a5d   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  62818a3   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  98e4228   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  88b04ab   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  40a1232   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  b18999a   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  f5bf4f2   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  94950fc   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  6cf8edf   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  c657971   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  6873269   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  53d6f21   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  784537c   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  f616456   macbuild.sh: add new dependency_error() helper function.
       new  c61b4e5   macbuild.sh: add new lazy_canonical_path() helper function.
       new  a0c6c03   macbuild.sh: add new get_nesting_level() helper function.
       new  322df7c   macbuild.sh: add new repeat_str() helper function.
       new  ac10f94   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  fe595f8   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  438f403   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  312e5fb   macbuild.sh: copy PulseAudio libraries and binaries.
       new  5666b3c   macbuild.sh: add phase output for bundling nxproxy.
       new  8a52c0c   macbuild.sh: add work-in-progress PulseAudio bundling.
       new  3757c19   macbuild.sh: add Linux library file name scheme regex as a precaution.
       new  3ac2b8d   macbuild.sh: directories are "executable", so the first check must explicitly include a check for the argument being not a directory.
       new  032e77d   macbuild.sh: add some more debugging output.
       new  7a85c24   macbuild.sh: remove libpulse and libpulsecore from libraries to be bundled, as something else will bundle them anyway.
       new  f2aa23b   macbuild.sh: use while-read-loop and find to actually recurse through directories.
       new  efdb223   macbuild.sh: check current file name against regex, not a (now) full path.
       new  0cc148d   macbuild.sh: add the correct file path to the library bundling array.
       new  c31f036   macbuild.sh: when actually bundling libraries, use @executable_path instead of @loader_path.
       new  19fae93   macbuild.sh: fix echo call to also show the intermediate lib dir, not just the library file name.
       new  8446c98   macbuild.sh: also install libraries into staging area with intermediate library path.
       new  66d1dc9   deduplicate.sh: add new, more or less Proof of Concept, and Work in Progress file deduplication script.
       new  b8ce054   deduplicate.sh: add duplicates-to-real mapping.
       new  05c1d62   deduplicate.sh: add missed local variable declaration.
       new  3024c58   deduplicate.sh: new function for parsing otool's output and printing library dependencies if no error occurred.
       new  3d222e8   deduplicate.sh: non-functional: change WARNING to ERROR in error messages.
       new  e70ba15   deduplicate.sh: add first skeleton for library dependency rewriting of deleted duplicates.
       new  4fb15f3   deduplicate.sh: correctly unset an array element.
       new  d6e1a63   deduplicate.sh: change range-based for loops to "${!arr[@]}" to handle "sparse" arrays correctly.
       new  008bc88   deduplicate.sh: quote "${arr[@]}" correctly to not suddenly force word splitting.
       new  d17e12a   deduplicate.sh: fix parse_otool_output: we want to return failure only iff any of the strings are present in otool's output and actually handle the failure string *ARRAY* correctly as that.
       new  52f9e69   deduplicate.sh: change exit to return in parse_otool_output.
       new  909addd   deduplicate.sh: record crafted "library path" values in duplicates replacement to_files array.
       new  15254e7   deduplicate.sh: debug parse_otool_output fiercly for the time being.
       new  cd47a75   deduplicate.sh: prevent word splitting when parsing otool's output.
       new  1e23945   deduplicate.sh: switch to range-based for loop in fixup section for duplicate array walking as we need to access the same element index in the replacement array.
       new  46ac492   deduplicate.sh: add more useful information in fixup section's error message.
       new  26ccb58   deduplicate.sh: unstub fixup section.
       new  b45ce7d   deduplicate.sh: parse_otool_output: jump over first matching entry, which is - hopefully - the id line.
       new  015538a   deduplicate.sh: actually include file name in install_name_tool pseudo output.
       new  07af5af   deduplicate.sh: save dependency format base string as a readonly variable and use that instead of repeating a fixed string.
       new  bfa2281   deduplicate.sh: copy lazy_canonical_path from macbuild.sh for now.
       new  fcf290c   deduplicate.sh: more temporary debugging output in fixup section.
       new  599811e   deduplicate.sh: surprisingly, it turned out that only checking the duplicate's basename against the current dependency's basename is not good enough.
       new  a7cdef5   deduplicate.sh: cleanup as announced in the last commit - using lazy_canonical_path.
       new  9919c36   deduplicate.sh: remove a bit of noisy debug output, but turn on parse_otool_output debugging.
       new  b67131a   deduplicate.sh: fix wrong return value capture.
       new  c78b745   deduplicate.sh: add WARNING to status message.
       new  9f0f2ec   deduplicate.sh: remove some noisy debug output.
       new  a3362a4   macbuild.sh: replace tabs with two spaces. No functional changes.
       new  dc795d6   deduplicate.sh: replace tabs with two spaces. No functional changes.
       new  83a8894   macbuild.sh: merge deduplicate.sh content in.
       new  e0cf16c   macbuild.sh: spelling fix.
       new  4f9222c   macbuild.sh: more debug messages and a whitespace change.
       new  c614663   macbuild.sh: fix removal of base prefix in deduplication if base prefix ends in a slash.
       new  21ea5fb   macbuild.sh: copy "special" files, so that they can be removed later on.
       new  2c9d4d8   macbuild.sh: rewrite ID line detection algorithm.
       new  9a1c96b   pulsemanager.{cpp,h}: use name and underscore for member variables, not underscore and name.
       new  9a4957a   pulsemanager.cpp: minor non-behavior changing fixes.
       new  ce8c076   pulsemanager.{cpp,h}: reformat only.
       new  454dbb7   pulsemanager.cpp: use initializer list for constructor.
       new  e845cba   pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
       new  aec930e   pulsemanager.cpp: reformat only.
       new  52851e7   pulsemanager.{cpp,h}: switch port definitions to std::uint16_t.
       new  6a2871b   pulsemanager.h: add std:: namespace selector for uint32_t version variables.
       new  cbcdc52   pulsemanager.{cpp,h}: add ESD support.
       new  7053575   pulsemanager.{cpp,h}: rename relaunch () to restart ().
       new  c367410   pulsemanager.cpp: reformat only.
       new  95fa460   pulsemanager.{cpp,h}: fixup preprocessor usage.
       new  fce602d   pulsemanager.{cpp,h}: add server_args_, server_binary_ and server_working_dir_ class variables.
       new  8a8233a   pulsemanager.cpp: make start () wrap the "real" OS-specific start functions.
       new  dacff08   pulsemanager.{cpp,h}: new function create_client_dir ().
       new  7d48241   pulsemanager.cpp: add Windows support to shutdown ().
       new  eec62bc   pulsemanager.cpp: add cleanup support to on_pulse_finished ().
       new  63e30f2   pulsemanager.cpp: add Windows stuff to initial env in constructor.
       new  0802abb   pulsemanager.{cpp,h}: add new function start_generic () to split off common functionality.
       new  df79baf   pulsemanager.cpp: let start_osx () use start_generic ().
       new  628e2c7   pulsemanager.{cpp,h}: implement start_win () as part of Windows functionality.
       new  4727d8b   pulsemanager.cpp: also load module-esound-protocol-tcp module.
       new  5e76a27   pulsemanager.cpp: make generate_server_config () Windows-compatible.
       new  a6a96b3   pulsemanager.cpp: make generate_client_config () Windows-compatible.
       new  8c960ee   pulsemanager.cpp: only play startup sound if DEBUG macro is defined.
       new  a8c925e   pulsemanager.cpp: make startup sound playing via slot_play_startup_sound () Windows-compatible.
       new  6e5089a   pulsemanager.h: whitespace only.
       new  26f775c   pulsemanager.cpp: typo fix in member variable name server_working_dir_.
       new  52fc4d5   pulsemanager.{cpp,h}: find_port () actually returns a value, fix declaration accordingly.
       new  801222d   pulsemanager.cpp: fix compile errors in find_port () by renaming the ret or port variable to search_port.
       new  4b84abc   pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().
       new  8d0ca53   pulsemanager.cpp: another typo fix: findPort -> find_port.
       new  242feea   pulsemanager.cpp: reorder member varibles in initialization list.
       new  bcf2adf   pulsemanager.cpp: add "dummy" start_linux () function.
       new  79d1f8c   pulsemanager.cpp: generate platform-dependent values for member variables server_working_dir_ and server_binary_ in constructor.
       new  067ad34   pulsemanager.{cpp,h}: new member function fetch_pulseaudio_version () with first skeleton.

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   (ccdf7bd)
            \
             N -- N -- N   refs/heads/bugfix/osx (067ad34)

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 126 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            |   16 ++++++++++---
 res/txt/packs               |    3 ++-
 src/configdialog.cpp        |   22 ++++++++++++++++++
 src/configdialog.h          |    4 ++++
 src/exportdialog.cpp        |    5 ++++
 src/httpbrokerclient.cpp    |   12 ++++++++++
 src/httpbrokerclient.h      |    1 +
 src/onmainwindow.cpp        |   53 ++++++++++++++++++++++++++++---------------
 src/onmainwindow.h          |    2 ++
 src/sessionbutton.cpp       |   12 +++++++---
 src/sessionbutton.h         |    1 +
 src/sessionmanagedialog.cpp |    7 ++++--
 src/x2gosettings.cpp        |   11 +++++++++
 src/x2gosettings.h          |    1 +
 14 files changed, 123 insertions(+), 27 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