[X2Go-Commits] [x2goclient] branch bugfix/osx updated (1abf727 -> b9fa0da)

git-admin at x2go.org git-admin at x2go.org
Mon Jan 18 22:48:03 CET 2016


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

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

  discards  1abf727   pulsemanager.cpp: cleanup, don't use copy assignment operator when we just need to construct a new object.
  discards  b902c1d   pulsemanager.cpp: use record and playback member variables.
  discards  fd4fe47   pulsemanager.h: more moving around.
  discards  3f836e4   pulsemanager.cpp: fix compile error in startup sound function.
  discards  a420357   pulsemanager.cpp: reorder member variables in initializer list.
  discards  4873a1c   pulsemanager.{cpp,h}: add record and playback private members, as well as getters and setters.
  discards  96283d6   pulsemanager.{cpp,h}: only allow changing PA or ESD ports when server is not currently running.
  discards  f4b1b85   pulsemanager.cpp: add algorithm for actually extracting PA version number.
  discards  36e7ae3   pulsemanager.h: reformat a bit by adding newlines and moving lines in a (hopefully) logical fashion.
  discards  262b7f6   pulsemanager.{cpp,h}: some older PA versions used the major, minor and micro numbering scheme together with a descriptive string.
  discards  e61e2f9   pulsemanager.cpp: fix some error messages by removing redundant newlines.
  discards  45afe10   pulsemanager.cpp: re-initialize buffer string on each run while getting CWD on Linux.
  discards  d383ab8   pulsemanager.{cpp,h}: new member function fetch_pulseaudio_version () with first skeleton.
  discards  a8b5b3f   pulsemanager.cpp: generate platform-dependent values for member variables server_working_dir_ and server_binary_ in constructor.
  discards  2175ca4   pulsemanager.cpp: add "dummy" start_linux () function.
  discards  0fa981c   pulsemanager.cpp: reorder member variables in initialization list.
  discards  e0c5fab   pulsemanager.cpp: another typo fix: findPort -> find_port.
  discards  bab2743   pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().
  discards  e25e23b   pulsemanager.cpp: fix compile errors in find_port () by renaming the ret or port variable to search_port.
  discards  99eef82   pulsemanager.{cpp,h}: find_port () actually returns a value, fix declaration accordingly.
  discards  6d556e7   pulsemanager.cpp: typo fix in member variable name server_working_dir_.
  discards  f1ce22d   pulsemanager.h: whitespace only.
  discards  8c7464d   pulsemanager.cpp: make startup sound playing via slot_play_startup_sound () Windows-compatible.
  discards  4c83cae   pulsemanager.cpp: only play startup sound if DEBUG macro is defined.
  discards  caa34d1   pulsemanager.cpp: make generate_client_config () Windows-compatible.
  discards  b9e3235   pulsemanager.cpp: make generate_server_config () Windows-compatible.
  discards  5f5521d   pulsemanager.cpp: also load module-esound-protocol-tcp module.
  discards  6ea8407   pulsemanager.{cpp,h}: implement start_win () as part of Windows functionality.
  discards  7ab5abd   pulsemanager.cpp: let start_osx () use start_generic ().
  discards  32ccc03   pulsemanager.{cpp,h}: add new function start_generic () to split off common functionality.
  discards  ec30321   pulsemanager.cpp: add Windows stuff to initial env in constructor.
  discards  3eb6709   pulsemanager.cpp: add cleanup support to on_pulse_finished ().
  discards  4c35cbc   pulsemanager.cpp: add Windows support to shutdown ().
  discards  c512066   pulsemanager.{cpp,h}: new function create_client_dir ().
  discards  999c0b7   pulsemanager.cpp: make start () wrap the "real" OS-specific start functions.
  discards  ecfc977   pulsemanager.{cpp,h}: add server_args_, server_binary_ and server_working_dir_ class variables.
  discards  e7cce19   pulsemanager.{cpp,h}: fixup preprocessor usage.
  discards  dc28066   pulsemanager.cpp: reformat only.
  discards  aa73428   pulsemanager.{cpp,h}: rename relaunch () to restart ().
  discards  93ccbc5   pulsemanager.{cpp,h}: add ESD support.
  discards  34bf6ec   pulsemanager.h: add std:: namespace selector for uint32_t version variables.
  discards  812445a   pulsemanager.{cpp,h}: switch port definitions to std::uint16_t.
  discards  75f2da0   pulsemanager.cpp: reformat only.
  discards  c85a524   pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
  discards  36204bb   pulsemanager.cpp: use initializer list for constructor.
  discards  8967218   pulsemanager.{cpp,h}: reformat only.
  discards  542c34c   pulsemanager.cpp: minor non-behavior changing fixes.
  discards  612a769   pulsemanager.{cpp,h}: use name and underscore for member variables, not underscore and name.
  discards  5bc80fe   macbuild.sh: rewrite ID line detection algorithm.
  discards  8384a43   macbuild.sh: copy "special" files, so that they can be removed later on.
  discards  9659b6b   macbuild.sh: fix removal of base prefix in deduplication if base prefix ends in a slash.
  discards  b8856ba   macbuild.sh: more debug messages and a whitespace change.
  discards  bb52b1c   macbuild.sh: spelling fix.
  discards  77bc23c   macbuild.sh: merge deduplicate.sh content in.
  discards  6070372   deduplicate.sh: replace tabs with two spaces. No functional changes.
  discards  c15d992   macbuild.sh: replace tabs with two spaces. No functional changes.
  discards  58bfafb   deduplicate.sh: remove some noisy debug output.
  discards  609da82   deduplicate.sh: add WARNING to status message.
  discards  68ed0c2   deduplicate.sh: fix wrong return value capture.
  discards  7e060ef   deduplicate.sh: remove a bit of noisy debug output, but turn on parse_otool_output debugging.
  discards  f18b72e   deduplicate.sh: cleanup as announced in the last commit - using lazy_canonical_path.
  discards  0c9f7f4   deduplicate.sh: surprisingly, it turned out that only checking the duplicate's basename against the current dependency's basename is not good enough.
  discards  442e1d2   deduplicate.sh: more temporary debugging output in fixup section.
  discards  f647cc3   deduplicate.sh: copy lazy_canonical_path from macbuild.sh for now.
  discards  1e84570   deduplicate.sh: save dependency format base string as a readonly variable and use that instead of repeating a fixed string.
  discards  6851a6b   deduplicate.sh: actually include file name in install_name_tool pseudo output.
  discards  7475f64   deduplicate.sh: parse_otool_output: jump over first matching entry, which is - hopefully - the id line.
  discards  f34fd72   deduplicate.sh: unstub fixup section.
  discards  2471ad7   deduplicate.sh: add more useful information in fixup section's error message.
  discards  4791b40   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  19141cf   deduplicate.sh: prevent word splitting when parsing otool's output.
  discards  8529d09   deduplicate.sh: debug parse_otool_output fiercely for the time being.
  discards  6e58a18   deduplicate.sh: record crafted "library path" values in duplicates replacement to_files array.
  discards  f722518   deduplicate.sh: change exit to return in parse_otool_output.
  discards  8063979   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  8ce2636   deduplicate.sh: quote "${arr[@]}" correctly to not suddenly force word splitting.
  discards  d58428f   deduplicate.sh: change range-based for loops to "${!arr[@]}" to handle "sparse" arrays correctly.
  discards  ca60dfa   deduplicate.sh: correctly unset an array element.
  discards  cb7a93a   deduplicate.sh: add first skeleton for library dependency rewriting of deleted duplicates.
  discards  6917764   deduplicate.sh: non-functional: change WARNING to ERROR in error messages.
  discards  eca599e   deduplicate.sh: new function for parsing otool's output and printing library dependencies if no error occurred.
  discards  43df22a   deduplicate.sh: add missed local variable declaration.
  discards  d0e37a3   deduplicate.sh: add duplicates-to-real mapping.
  discards  a0226ba   deduplicate.sh: add new, more or less Proof of Concept, and Work in Progress file deduplication script.
  discards  4bc4cfe   macbuild.sh: also install libraries into staging area with intermediate library path.
  discards  b5fa951   macbuild.sh: fix echo call to also show the intermediate lib dir, not just the library file name.
  discards  029ac6d   macbuild.sh: when actually bundling libraries, use @executable_path instead of @loader_path.
  discards  2c51bf0   macbuild.sh: add the correct file path to the library bundling array.
  discards  799b072   macbuild.sh: check current file name against regex, not a (now) full path.
  discards  6b7590a   macbuild.sh: use while-read-loop and find to actually recurse through directories.
  discards  ca16a90   macbuild.sh: remove libpulse and libpulsecore from libraries to be bundled, as something else will bundle them anyway.
  discards  d7fa743   macbuild.sh: add some more debugging output.
  discards  befe41c   macbuild.sh: directories are "executable", so the first check must explicitly include a check for the argument being not a directory.
  discards  99209da   macbuild.sh: add Linux library file name scheme regex as a precaution.
  discards  be01321   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  95cb741   macbuild.sh: add phase output for bundling nxproxy.
  discards  89de2cf   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  180b349   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  4200516   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  322ed14   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  f062706   macbuild.sh: add new repeat_str() helper function.
  discards  cbc7c00   macbuild.sh: add new get_nesting_level() helper function.
  discards  425ab30   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  f4da4c8   macbuild.sh: add new dependency_error() helper function.
  discards  0371ace   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  c91e131   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  37b1547   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  cb512bc   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  e5d07a7   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  11000a5   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  a11723b   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  c43070a   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  712c394   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  efcee2a   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  9fa3147   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  cf55636   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  5d27899   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  095896f   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  cd66acd   x2goclient.cpp: fix string comparison.
  discards  9cefdd5   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  6f66d77   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  6a9c3e4   x2goclient.cpp: clean up.
  discards  d82f18f   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  292587e   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  fb7ed3a   unixhelper.cpp: kill process group on error.
  discards  2668a0d   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  34fc27b   unixhelper.{cpp,h}: add documentation/comments.
  discards  65bc20a   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  4f99742   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  487985a   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  5d7d725   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  4f97772   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  14a3517   x2goclient.cpp: add myself to copyright header.
  discards  1c451b5   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  d3a7700   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  57b88e0   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  0ddebde   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  2c90dec   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
      adds  38eaebe   macbuild.sh: add stdlib forcing.
      adds  4fadc8a   macbuild.sh: whitespace only.
       new  cc5a35f   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  8e748d7   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  07b3e53   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  b27c280   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  4a567f0   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  0436d03   x2goclient.cpp: add myself to copyright header.
       new  4fd8f83   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  63facf3   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  67465f9   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  09a7f17   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  22a1331   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  4ced5a4   unixhelper.{cpp,h}: add documentation/comments.
       new  7ca03ac   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  25275e5   unixhelper.cpp: kill process group on error.
       new  d1cf864   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  cc85967   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  a2ff472   x2goclient.cpp: clean up.
       new  853297b   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  15af7bb   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  50c9073   x2goclient.cpp: fix string comparison.
       new  8372b02   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  77c9e5b   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  b6d6481   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  6a54caa   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  575521f   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  91800b2   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  8190388   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  a983926   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  ac35200   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  6fe4a93   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  93d2403   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  8248635   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  44785c5   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  429406b   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  ba0a974   macbuild.sh: add new dependency_error() helper function.
       new  5304af5   macbuild.sh: add new lazy_canonical_path() helper function.
       new  1b527ae   macbuild.sh: add new get_nesting_level() helper function.
       new  49214e5   macbuild.sh: add new repeat_str() helper function.
       new  38a836b   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  a01c303   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  611eff5   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  39c7993   macbuild.sh: copy PulseAudio libraries and binaries.
       new  0834a4c   macbuild.sh: add phase output for bundling nxproxy.
       new  b098599   macbuild.sh: add work-in-progress PulseAudio bundling.
       new  1a7eca0   macbuild.sh: add Linux library file name scheme regex as a precaution.
       new  d6ca09c   macbuild.sh: directories are "executable", so the first check must explicitly include a check for the argument being not a directory.
       new  9a63272   macbuild.sh: add some more debugging output.
       new  ea03731   macbuild.sh: remove libpulse and libpulsecore from libraries to be bundled, as something else will bundle them anyway.
       new  00c54de   macbuild.sh: use while-read-loop and find to actually recurse through directories.
       new  33b9b65   macbuild.sh: check current file name against regex, not a (now) full path.
       new  6d71d17   macbuild.sh: add the correct file path to the library bundling array.
       new  c385fc5   macbuild.sh: when actually bundling libraries, use @executable_path instead of @loader_path.
       new  4f1fbec   macbuild.sh: fix echo call to also show the intermediate lib dir, not just the library file name.
       new  d3b2bd1   macbuild.sh: also install libraries into staging area with intermediate library path.
       new  0f78d42   deduplicate.sh: add new, more or less Proof of Concept, and Work in Progress file deduplication script.
       new  ff4bcb6   deduplicate.sh: add duplicates-to-real mapping.
       new  2cf9658   deduplicate.sh: add missed local variable declaration.
       new  91b0635   deduplicate.sh: new function for parsing otool's output and printing library dependencies if no error occurred.
       new  ea0859e   deduplicate.sh: non-functional: change WARNING to ERROR in error messages.
       new  d4788f9   deduplicate.sh: add first skeleton for library dependency rewriting of deleted duplicates.
       new  414d604   deduplicate.sh: correctly unset an array element.
       new  d9aaa2d   deduplicate.sh: change range-based for loops to "${!arr[@]}" to handle "sparse" arrays correctly.
       new  fbc8f1b   deduplicate.sh: quote "${arr[@]}" correctly to not suddenly force word splitting.
       new  9d978ce   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  5337e16   deduplicate.sh: change exit to return in parse_otool_output.
       new  17fe2aa   deduplicate.sh: record crafted "library path" values in duplicates replacement to_files array.
       new  eb6248c   deduplicate.sh: debug parse_otool_output fiercely for the time being.
       new  b84bf7b   deduplicate.sh: prevent word splitting when parsing otool's output.
       new  4b63bba   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  54af247   deduplicate.sh: add more useful information in fixup section's error message.
       new  070366e   deduplicate.sh: unstub fixup section.
       new  5053cd8   deduplicate.sh: parse_otool_output: jump over first matching entry, which is - hopefully - the id line.
       new  65bbe83   deduplicate.sh: actually include file name in install_name_tool pseudo output.
       new  56d3500   deduplicate.sh: save dependency format base string as a readonly variable and use that instead of repeating a fixed string.
       new  a965ddd   deduplicate.sh: copy lazy_canonical_path from macbuild.sh for now.
       new  6425bc6   deduplicate.sh: more temporary debugging output in fixup section.
       new  703c540   deduplicate.sh: surprisingly, it turned out that only checking the duplicate's basename against the current dependency's basename is not good enough.
       new  e9a65f3   deduplicate.sh: cleanup as announced in the last commit - using lazy_canonical_path.
       new  b62b6f0   deduplicate.sh: remove a bit of noisy debug output, but turn on parse_otool_output debugging.
       new  27ea508   deduplicate.sh: fix wrong return value capture.
       new  e1f12a6   deduplicate.sh: add WARNING to status message.
       new  bea7bb2   deduplicate.sh: remove some noisy debug output.
       new  634aa17   macbuild.sh: replace tabs with two spaces. No functional changes.
       new  9ef0abd   deduplicate.sh: replace tabs with two spaces. No functional changes.
       new  145dff6   macbuild.sh: merge deduplicate.sh content in.
       new  c34cde6   macbuild.sh: spelling fix.
       new  cc1d82f   macbuild.sh: more debug messages and a whitespace change.
       new  edb3869   macbuild.sh: fix removal of base prefix in deduplication if base prefix ends in a slash.
       new  cf37306   macbuild.sh: copy "special" files, so that they can be removed later on.
       new  cd6f852   macbuild.sh: rewrite ID line detection algorithm.
       new  fb435a0   pulsemanager.{cpp,h}: use name and underscore for member variables, not underscore and name.
       new  560c8f9   pulsemanager.cpp: minor non-behavior changing fixes.
       new  3305b4d   pulsemanager.{cpp,h}: reformat only.
       new  c040114   pulsemanager.cpp: use initializer list for constructor.
       new  2e11040   pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
       new  49991a0   pulsemanager.cpp: reformat only.
       new  1a68132   pulsemanager.{cpp,h}: switch port definitions to std::uint16_t.
       new  794fca8   pulsemanager.h: add std:: namespace selector for uint32_t version variables.
       new  086f86a   pulsemanager.{cpp,h}: add ESD support.
       new  6d9722e   pulsemanager.{cpp,h}: rename relaunch () to restart ().
       new  1324013   pulsemanager.cpp: reformat only.
       new  d2325bc   pulsemanager.{cpp,h}: fixup preprocessor usage.
       new  eb2ec9a   pulsemanager.{cpp,h}: add server_args_, server_binary_ and server_working_dir_ class variables.
       new  59bc410   pulsemanager.cpp: make start () wrap the "real" OS-specific start functions.
       new  31910db   pulsemanager.{cpp,h}: new function create_client_dir ().
       new  72eb6de   pulsemanager.cpp: add Windows support to shutdown ().
       new  8303478   pulsemanager.cpp: add cleanup support to on_pulse_finished ().
       new  334cb41   pulsemanager.cpp: add Windows stuff to initial env in constructor.
       new  0d1e00e   pulsemanager.{cpp,h}: add new function start_generic () to split off common functionality.
       new  443e7e2   pulsemanager.cpp: let start_osx () use start_generic ().
       new  a06b3b0   pulsemanager.{cpp,h}: implement start_win () as part of Windows functionality.
       new  18b47b8   pulsemanager.cpp: also load module-esound-protocol-tcp module.
       new  7f32cc1   pulsemanager.cpp: make generate_server_config () Windows-compatible.
       new  1c7bf97   pulsemanager.cpp: make generate_client_config () Windows-compatible.
       new  ba2b78c   pulsemanager.cpp: only play startup sound if DEBUG macro is defined.
       new  786bfbb   pulsemanager.cpp: make startup sound playing via slot_play_startup_sound () Windows-compatible.
       new  f9abb31   pulsemanager.h: whitespace only.
       new  0505540   pulsemanager.cpp: typo fix in member variable name server_working_dir_.
       new  a19df76   pulsemanager.{cpp,h}: find_port () actually returns a value, fix declaration accordingly.
       new  c48bf83   pulsemanager.cpp: fix compile errors in find_port () by renaming the ret or port variable to search_port.
       new  3249889   pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().
       new  0c4b196   pulsemanager.cpp: another typo fix: findPort -> find_port.
       new  1bd737c   pulsemanager.cpp: reorder member variables in initialization list.
       new  f518a32   pulsemanager.cpp: add "dummy" start_linux () function.
       new  3ff6a8e   pulsemanager.cpp: generate platform-dependent values for member variables server_working_dir_ and server_binary_ in constructor.
       new  afb6dd9   pulsemanager.{cpp,h}: new member function fetch_pulseaudio_version () with first skeleton.
       new  2af70f2   pulsemanager.cpp: re-initialize buffer string on each run while getting CWD on Linux.
       new  ed4a2e0   pulsemanager.cpp: fix some error messages by removing redundant newlines.
       new  1a63281   pulsemanager.{cpp,h}: some older PA versions used the major, minor and micro numbering scheme together with a descriptive string.
       new  7928e92   pulsemanager.h: reformat a bit by adding newlines and moving lines in a (hopefully) logical fashion.
       new  944421f   pulsemanager.cpp: add algorithm for actually extracting PA version number.
       new  555835c   pulsemanager.{cpp,h}: only allow changing PA or ESD ports when server is not currently running.
       new  af9701d   pulsemanager.{cpp,h}: add record and playback private members, as well as getters and setters.
       new  7eb0809   pulsemanager.cpp: reorder member variables in initializer list.
       new  5545490   pulsemanager.cpp: fix compile error in startup sound function.
       new  c745d84   pulsemanager.h: more moving around.
       new  1bdf5d7   pulsemanager.cpp: use record and playback member variables.
       new  b9fa0da   pulsemanager.cpp: cleanup, don't use copy assignment operator when we just need to construct a new object.

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

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 138 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 |    2 ++
 macbuild.sh      |   29 ++++++++++++++++++++++-------
 2 files changed, 24 insertions(+), 7 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