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

git-admin at x2go.org git-admin at x2go.org
Sun Jan 17 06:02:31 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  129185b   pulsemanager.cpp: cleanup, don't use copy assignment operator when we just need to construct a new object.
  discards  51a9795   pulsemanager.cpp: use record and playback member variables.
  discards  56d5bff   pulsemanager.h: more moving around.
  discards  b11e439   pulsemanager.cpp: fix compile error in startup sound function.
  discards  830d5db   pulsemanager.cpp: reorder member variables in initializer list.
  discards  4050a63   pulsemanager.{cpp,h}: add record and playback private members, as well as getters and setters.
  discards  409092f   pulsemanager.{cpp,h}: only allow changing PA or ESD ports when server is not currently running.
  discards  d48163b   pulsemanager.cpp: add algorithm for actually extracting PA version number.
  discards  c99f66c   pulsemanager.h: reformat a bit by adding newlines and moving lines in a (hopefully) logical fashion.
  discards  fd3f0b4   pulsemanager.{cpp,h}: some older PA versions used the major, minor and micro numbering scheme together with a descriptive string.
  discards  2a31f74   pulsemanager.cpp: fix some error messages by removing redundant newlines.
  discards  b99b765   pulsemanager.cpp: re-initialize buffer string on each run while getting CWD on Linux.
  discards  27eda4a   pulsemanager.{cpp,h}: new member function fetch_pulseaudio_version () with first skeleton.
  discards  03d581d   pulsemanager.cpp: generate platform-dependent values for member variables server_working_dir_ and server_binary_ in constructor.
  discards  2c7b410   pulsemanager.cpp: add "dummy" start_linux () function.
  discards  953b5b4   pulsemanager.cpp: reorder member variables in initialization list.
  discards  cd3e202   pulsemanager.cpp: another typo fix: findPort -> find_port.
  discards  f9ead2f   pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().
  discards  db814ef   pulsemanager.cpp: fix compile errors in find_port () by renaming the ret or port variable to search_port.
  discards  2df3ab3   pulsemanager.{cpp,h}: find_port () actually returns a value, fix declaration accordingly.
  discards  17ce145   pulsemanager.cpp: typo fix in member variable name server_working_dir_.
  discards  238fd93   pulsemanager.h: whitespace only.
  discards  29397fe   pulsemanager.cpp: make startup sound playing via slot_play_startup_sound () Windows-compatible.
  discards  c5fb377   pulsemanager.cpp: only play startup sound if DEBUG macro is defined.
  discards  45f776b   pulsemanager.cpp: make generate_client_config () Windows-compatible.
  discards  6bb3415   pulsemanager.cpp: make generate_server_config () Windows-compatible.
  discards  3400c8c   pulsemanager.cpp: also load module-esound-protocol-tcp module.
  discards  c65faa4   pulsemanager.{cpp,h}: implement start_win () as part of Windows functionality.
  discards  462c504   pulsemanager.cpp: let start_osx () use start_generic ().
  discards  7d3118f   pulsemanager.{cpp,h}: add new function start_generic () to split off common functionality.
  discards  f1ee835   pulsemanager.cpp: add Windows stuff to initial env in constructor.
  discards  ac8993b   pulsemanager.cpp: add cleanup support to on_pulse_finished ().
  discards  2a3adc3   pulsemanager.cpp: add Windows support to shutdown ().
  discards  1cac074   pulsemanager.{cpp,h}: new function create_client_dir ().
  discards  36ac2fa   pulsemanager.cpp: make start () wrap the "real" OS-specific start functions.
  discards  4a84e56   pulsemanager.{cpp,h}: add server_args_, server_binary_ and server_working_dir_ class variables.
  discards  5434462   pulsemanager.{cpp,h}: fixup preprocessor usage.
  discards  219999c   pulsemanager.cpp: reformat only.
  discards  2cdc4a1   pulsemanager.{cpp,h}: rename relaunch () to restart ().
  discards  e0cbf8b   pulsemanager.{cpp,h}: add ESD support.
  discards  58a86e2   pulsemanager.h: add std:: namespace selector for uint32_t version variables.
  discards  879be96   pulsemanager.{cpp,h}: switch port definitions to std::uint16_t.
  discards  e5a5c67   pulsemanager.cpp: reformat only.
  discards  abdf381   pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
  discards  fba2bd4   pulsemanager.cpp: use initializer list for constructor.
  discards  6538d68   pulsemanager.{cpp,h}: reformat only.
  discards  defb133   pulsemanager.cpp: minor non-behavior changing fixes.
  discards  b500a4c   pulsemanager.{cpp,h}: use name and underscore for member variables, not underscore and name.
  discards  b99409f   macbuild.sh: rewrite ID line detection algorithm.
  discards  116dc5c   macbuild.sh: copy "special" files, so that they can be removed later on.
  discards  e73e540   macbuild.sh: fix removal of base prefix in deduplication if base prefix ends in a slash.
  discards  b09d74b   macbuild.sh: more debug messages and a whitespace change.
  discards  545b8d1   macbuild.sh: spelling fix.
  discards  f5c829b   macbuild.sh: merge deduplicate.sh content in.
  discards  526d35e   deduplicate.sh: replace tabs with two spaces. No functional changes.
  discards  4d9ac0d   macbuild.sh: replace tabs with two spaces. No functional changes.
  discards  b6d8602   deduplicate.sh: remove some noisy debug output.
  discards  defa33d   deduplicate.sh: add WARNING to status message.
  discards  979d0c0   deduplicate.sh: fix wrong return value capture.
  discards  d364f41   deduplicate.sh: remove a bit of noisy debug output, but turn on parse_otool_output debugging.
  discards  00802ef   deduplicate.sh: cleanup as announced in the last commit - using lazy_canonical_path.
  discards  8979422   deduplicate.sh: surprisingly, it turned out that only checking the duplicate's basename against the current dependency's basename is not good enough.
  discards  1349216   deduplicate.sh: more temporary debugging output in fixup section.
  discards  b640cd8   deduplicate.sh: copy lazy_canonical_path from macbuild.sh for now.
  discards  defe69d   deduplicate.sh: save dependency format base string as a readonly variable and use that instead of repeating a fixed string.
  discards  ddb52d3   deduplicate.sh: actually include file name in install_name_tool pseudo output.
  discards  bf360ee   deduplicate.sh: parse_otool_output: jump over first matching entry, which is - hopefully - the id line.
  discards  1a55c1c   deduplicate.sh: unstub fixup section.
  discards  a46beb3   deduplicate.sh: add more useful information in fixup section's error message.
  discards  85dfa92   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  4964a8f   deduplicate.sh: prevent word splitting when parsing otool's output.
  discards  f406f0f   deduplicate.sh: debug parse_otool_output fiercely for the time being.
  discards  4414eee   deduplicate.sh: record crafted "library path" values in duplicates replacement to_files array.
  discards  dae999d   deduplicate.sh: change exit to return in parse_otool_output.
  discards  e3fa9e0   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  a3fa65c   deduplicate.sh: quote "${arr[@]}" correctly to not suddenly force word splitting.
  discards  9feefbd   deduplicate.sh: change range-based for loops to "${!arr[@]}" to handle "sparse" arrays correctly.
  discards  17767d5   deduplicate.sh: correctly unset an array element.
  discards  c137763   deduplicate.sh: add first skeleton for library dependency rewriting of deleted duplicates.
  discards  bdc0869   deduplicate.sh: non-functional: change WARNING to ERROR in error messages.
  discards  8351a42   deduplicate.sh: new function for parsing otool's output and printing library dependencies if no error occurred.
  discards  fa147a7   deduplicate.sh: add missed local variable declaration.
  discards  ba6786f   deduplicate.sh: add duplicates-to-real mapping.
  discards  bd25c2b   deduplicate.sh: add new, more or less Proof of Concept, and Work in Progress file deduplication script.
  discards  9e4a05c   macbuild.sh: also install libraries into staging area with intermediate library path.
  discards  97e5e08   macbuild.sh: fix echo call to also show the intermediate lib dir, not just the library file name.
  discards  cbcf2b2   macbuild.sh: when actually bundling libraries, use @executable_path instead of @loader_path.
  discards  f9f8689   macbuild.sh: add the correct file path to the library bundling array.
  discards  99c0427   macbuild.sh: check current file name against regex, not a (now) full path.
  discards  085c10c   macbuild.sh: use while-read-loop and find to actually recurse through directories.
  discards  07978a8   macbuild.sh: remove libpulse and libpulsecore from libraries to be bundled, as something else will bundle them anyway.
  discards  eb892a6   macbuild.sh: add some more debugging output.
  discards  f166b7e   macbuild.sh: directories are "executable", so the first check must explicitly include a check for the argument being not a directory.
  discards  8a63a42   macbuild.sh: add Linux library file name scheme regex as a precaution.
  discards  f81d3de   macbuild.sh: add work-in-progress PulseAudio bundling.
  discards  e3021af   macbuild.sh: add phase output for bundling nxproxy.
  discards  4da8ffe   macbuild.sh: copy PulseAudio libraries and binaries.
  discards  d57eaca   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
  discards  062a870   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
  discards  464790e   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
  discards  07bdb94   macbuild.sh: add new repeat_str() helper function.
  discards  87bb8fb   macbuild.sh: add new get_nesting_level() helper function.
  discards  debca2b   macbuild.sh: add new lazy_canonical_path() helper function.
  discards  1756ba0   macbuild.sh: add new dependency_error() helper function.
  discards  c05f030   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
  discards  c5c59d9   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
  discards  6be4211   pulsemanager.{cpp,h}: new class for PulseAudio management.
  discards  1e5b35c   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
  discards  4df451f   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
  discards  34c852c   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  bff3ba3   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
  discards  a65bc02   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
  discards  9e6c160   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
  discards  9553d78   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
  discards  d08cab8   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
  discards  75ce4ae   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
  discards  07608f0   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
  discards  30fa0e1   x2goclient.cpp: create new argv array on the heap instead of on the stack.
  discards  8085e64   x2goclient.cpp: fix string comparison.
  discards  73a7d8c   x2goclient.cpp: fix compile problems introduced with the last commit.
  discards  8b0e384   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
  discards  369032d   x2goclient.cpp: clean up.
  discards  50fa04e   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
  discards  9d320a5   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
  discards  0b8d6f7   unixhelper.cpp: kill process group on error.
  discards  4003bf3   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
  discards  08b935e   unixhelper.{cpp,h}: add documentation/comments.
  discards  2b6e1b6   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
  discards  77b9e80   unixhelper.h: forgot to declare type of unix_cleanup() function.
  discards  6a0fa15   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
  discards  a66bbe8   x2goclient.cpp: fix std::edit -> std::exit typo.
  discards  20ff37b   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
  discards  04224e0   x2goclient.cpp: add myself to copyright header.
  discards  68ebabc   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
  discards  8ec9266   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
  discards  dbb3865   x2goclient.cpp: wrap X2Go Client main function and use that.
  discards  11f6741   unixhelper.{cpp,h}: implement cleanup program for process group.
  discards  3e9f052   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  33c461e   common: update copyright notices. Happy new year!
       new  2c90dec   {unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
       new  0ddebde   unixhelper.{cpp,h}: implement cleanup program for process group.
       new  57b88e0   x2goclient.cpp: wrap X2Go Client main function and use that.
       new  d3a7700   x2goclient.cpp: add fork_helper() function to start up the UNIX cleanup helper.
       new  1c451b5   x2goclient.cpp: use setsid() on UNIX to become session and process group leader.
       new  14a3517   x2goclient.cpp: add myself to copyright header.
       new  4f97772   x2goclient.cpp: add legacy <sys/types.h> header needed for old operating systems.
       new  5d7d725   x2goclient.cpp: fix std::edit -> std::exit typo.
       new  487985a   unixhelper.{h,cpp}: also include <QtCore/qglobal.h> to have Q_OS_UNIX defined on UNIX-based platforms. Move guards around.
       new  4f99742   unixhelper.h: forgot to declare type of unix_cleanup() function.
       new  65bc20a   unixhelper.{cpp,h},x2goclient.cpp}: unixhelper should really be a (module) namespace, not a class.
       new  34fc27b   unixhelper.{cpp,h}: add documentation/comments.
       new  2668a0d   x2goclient.cpp: return return value of unixhelper::unix_cleanup().
       new  fb7ed3a   unixhelper.cpp: kill process group on error.
       new  292587e   unixhelper.{cpp,h}: implement signal unblocking in unixhelper::unix_cleanup(). Update documentation.
       new  d82f18f   unixhelper.cpp: port from std::signal() to sigaction(). Handle errors.
       new  6a9c3e4   x2goclient.cpp: clean up.
       new  6f66d77   x2goclient.cpp: don't start the UNIX cleanup helper process right after forking.
       new  9cefdd5   x2goclient.cpp: fix compile problems introduced with the last commit.
       new  cd66acd   x2goclient.cpp: fix string comparison.
       new  095896f   x2goclient.cpp: create new argv array on the heap instead of on the stack.
       new  5d27899   unixhelper.{cpp,h}: raise sleeping time to two seconds and grace period to 10 seconds.
       new  cf55636   {unixhelper.{cpp,h},x2goclient.cpp}: switch main cleanup handling to parent PID polling.
       new  9fa3147   unixhelper.{cpp,h}: ignore SIGINT, SIGTERM, SIGPIPE, SIGQUIT, SIGUSR1 and SIGUSR2.
       new  efcee2a   x2goclient.cpp: fix failing exec() call for the UNIX helper utility: correctly terminate arguments vector.
       new  712c394   {appdialog,configwidget,onmainwindow,unixhelper}.cpp: fix some compile warnings with GCC. Fix a few whitespace issues.
       new  c43070a   appdialog.cpp: initialize parent in default case. Another GCC compile warning fix.
       new  a11723b   onmainwindow.cpp: correctly use ~/.x2go/.ssh as ssh directory when starting sshd in user mode.
       new  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.
       new  e5d07a7   compat.{cpp,h}: remove inline keyword, because function is not defined in header file.
       new  cb512bc   compat.h: include QtCore/qglobal.h for Q_OS_... macros.
       new  37b1547   pulsemanager.{cpp,h}: new class for PulseAudio management.
       new  c91e131   x2goclient.pro{maemo}: reference new pulsemanager.{cpp,h} files.
       new  0371ace   macbuild.sh: add new MACPORTS_PREFIX detection/variable.
       new  f4da4c8   macbuild.sh: add new dependency_error() helper function.
       new  425ab30   macbuild.sh: add new lazy_canonical_path() helper function.
       new  cbc7c00   macbuild.sh: add new get_nesting_level() helper function.
       new  f062706   macbuild.sh: add new repeat_str() helper function.
       new  322ed14   macbuild.sh: refactor nxproxy detection to use MACPORTS_PREFIX.
       new  4200516   macbuild.sh: add EXE_DIR and FRAMEWORKS_DIR internal variables.
       new  180b349   macbuild.sh: define PulseAudio libraries and binaries to be later copied.
       new  89de2cf   macbuild.sh: copy PulseAudio libraries and binaries.
       new  95cb741   macbuild.sh: add phase output for bundling nxproxy.
       new  be01321   macbuild.sh: add work-in-progress PulseAudio bundling.
       new  99209da   macbuild.sh: add Linux library file name scheme regex as a precaution.
       new  befe41c   macbuild.sh: directories are "executable", so the first check must explicitly include a check for the argument being not a directory.
       new  d7fa743   macbuild.sh: add some more debugging output.
       new  ca16a90   macbuild.sh: remove libpulse and libpulsecore from libraries to be bundled, as something else will bundle them anyway.
       new  6b7590a   macbuild.sh: use while-read-loop and find to actually recurse through directories.
       new  799b072   macbuild.sh: check current file name against regex, not a (now) full path.
       new  2c51bf0   macbuild.sh: add the correct file path to the library bundling array.
       new  029ac6d   macbuild.sh: when actually bundling libraries, use @executable_path instead of @loader_path.
       new  b5fa951   macbuild.sh: fix echo call to also show the intermediate lib dir, not just the library file name.
       new  4bc4cfe   macbuild.sh: also install libraries into staging area with intermediate library path.
       new  a0226ba   deduplicate.sh: add new, more or less Proof of Concept, and Work in Progress file deduplication script.
       new  d0e37a3   deduplicate.sh: add duplicates-to-real mapping.
       new  43df22a   deduplicate.sh: add missed local variable declaration.
       new  eca599e   deduplicate.sh: new function for parsing otool's output and printing library dependencies if no error occurred.
       new  6917764   deduplicate.sh: non-functional: change WARNING to ERROR in error messages.
       new  cb7a93a   deduplicate.sh: add first skeleton for library dependency rewriting of deleted duplicates.
       new  ca60dfa   deduplicate.sh: correctly unset an array element.
       new  d58428f   deduplicate.sh: change range-based for loops to "${!arr[@]}" to handle "sparse" arrays correctly.
       new  8ce2636   deduplicate.sh: quote "${arr[@]}" correctly to not suddenly force word splitting.
       new  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.
       new  f722518   deduplicate.sh: change exit to return in parse_otool_output.
       new  6e58a18   deduplicate.sh: record crafted "library path" values in duplicates replacement to_files array.
       new  8529d09   deduplicate.sh: debug parse_otool_output fiercely for the time being.
       new  19141cf   deduplicate.sh: prevent word splitting when parsing otool's output.
       new  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.
       new  2471ad7   deduplicate.sh: add more useful information in fixup section's error message.
       new  f34fd72   deduplicate.sh: unstub fixup section.
       new  7475f64   deduplicate.sh: parse_otool_output: jump over first matching entry, which is - hopefully - the id line.
       new  6851a6b   deduplicate.sh: actually include file name in install_name_tool pseudo output.
       new  1e84570   deduplicate.sh: save dependency format base string as a readonly variable and use that instead of repeating a fixed string.
       new  f647cc3   deduplicate.sh: copy lazy_canonical_path from macbuild.sh for now.
       new  442e1d2   deduplicate.sh: more temporary debugging output in fixup section.
       new  0c9f7f4   deduplicate.sh: surprisingly, it turned out that only checking the duplicate's basename against the current dependency's basename is not good enough.
       new  f18b72e   deduplicate.sh: cleanup as announced in the last commit - using lazy_canonical_path.
       new  7e060ef   deduplicate.sh: remove a bit of noisy debug output, but turn on parse_otool_output debugging.
       new  68ed0c2   deduplicate.sh: fix wrong return value capture.
       new  609da82   deduplicate.sh: add WARNING to status message.
       new  58bfafb   deduplicate.sh: remove some noisy debug output.
       new  c15d992   macbuild.sh: replace tabs with two spaces. No functional changes.
       new  6070372   deduplicate.sh: replace tabs with two spaces. No functional changes.
       new  77bc23c   macbuild.sh: merge deduplicate.sh content in.
       new  bb52b1c   macbuild.sh: spelling fix.
       new  b8856ba   macbuild.sh: more debug messages and a whitespace change.
       new  9659b6b   macbuild.sh: fix removal of base prefix in deduplication if base prefix ends in a slash.
       new  8384a43   macbuild.sh: copy "special" files, so that they can be removed later on.
       new  5bc80fe   macbuild.sh: rewrite ID line detection algorithm.
       new  612a769   pulsemanager.{cpp,h}: use name and underscore for member variables, not underscore and name.
       new  542c34c   pulsemanager.cpp: minor non-behavior changing fixes.
       new  8967218   pulsemanager.{cpp,h}: reformat only.
       new  36204bb   pulsemanager.cpp: use initializer list for constructor.
       new  c85a524   pulsemanager.{cpp,h}: add pulse_version_{major,minor}_ member variables.
       new  75f2da0   pulsemanager.cpp: reformat only.
       new  812445a   pulsemanager.{cpp,h}: switch port definitions to std::uint16_t.
       new  34bf6ec   pulsemanager.h: add std:: namespace selector for uint32_t version variables.
       new  93ccbc5   pulsemanager.{cpp,h}: add ESD support.
       new  aa73428   pulsemanager.{cpp,h}: rename relaunch () to restart ().
       new  dc28066   pulsemanager.cpp: reformat only.
       new  e7cce19   pulsemanager.{cpp,h}: fixup preprocessor usage.
       new  ecfc977   pulsemanager.{cpp,h}: add server_args_, server_binary_ and server_working_dir_ class variables.
       new  999c0b7   pulsemanager.cpp: make start () wrap the "real" OS-specific start functions.
       new  c512066   pulsemanager.{cpp,h}: new function create_client_dir ().
       new  4c35cbc   pulsemanager.cpp: add Windows support to shutdown ().
       new  3eb6709   pulsemanager.cpp: add cleanup support to on_pulse_finished ().
       new  ec30321   pulsemanager.cpp: add Windows stuff to initial env in constructor.
       new  32ccc03   pulsemanager.{cpp,h}: add new function start_generic () to split off common functionality.
       new  7ab5abd   pulsemanager.cpp: let start_osx () use start_generic ().
       new  6ea8407   pulsemanager.{cpp,h}: implement start_win () as part of Windows functionality.
       new  5f5521d   pulsemanager.cpp: also load module-esound-protocol-tcp module.
       new  b9e3235   pulsemanager.cpp: make generate_server_config () Windows-compatible.
       new  caa34d1   pulsemanager.cpp: make generate_client_config () Windows-compatible.
       new  4c83cae   pulsemanager.cpp: only play startup sound if DEBUG macro is defined.
       new  8c7464d   pulsemanager.cpp: make startup sound playing via slot_play_startup_sound () Windows-compatible.
       new  f1ce22d   pulsemanager.h: whitespace only.
       new  6d556e7   pulsemanager.cpp: typo fix in member variable name server_working_dir_.
       new  99eef82   pulsemanager.{cpp,h}: find_port () actually returns a value, fix declaration accordingly.
       new  e25e23b   pulsemanager.cpp: fix compile errors in find_port () by renaming the ret or port variable to search_port.
       new  bab2743   pulsemanager.cpp: fix another compile error due to typo'd versions of generate_server_config () and generate_client_config ().
       new  e0c5fab   pulsemanager.cpp: another typo fix: findPort -> find_port.
       new  0fa981c   pulsemanager.cpp: reorder member variables in initialization list.
       new  2175ca4   pulsemanager.cpp: add "dummy" start_linux () function.
       new  a8b5b3f   pulsemanager.cpp: generate platform-dependent values for member variables server_working_dir_ and server_binary_ in constructor.
       new  d383ab8   pulsemanager.{cpp,h}: new member function fetch_pulseaudio_version () with first skeleton.
       new  45afe10   pulsemanager.cpp: re-initialize buffer string on each run while getting CWD on Linux.
       new  e61e2f9   pulsemanager.cpp: fix some error messages by removing redundant newlines.
       new  262b7f6   pulsemanager.{cpp,h}: some older PA versions used the major, minor and micro numbering scheme together with a descriptive string.
       new  36e7ae3   pulsemanager.h: reformat a bit by adding newlines and moving lines in a (hopefully) logical fashion.
       new  f4b1b85   pulsemanager.cpp: add algorithm for actually extracting PA version number.
       new  96283d6   pulsemanager.{cpp,h}: only allow changing PA or ESD ports when server is not currently running.
       new  4873a1c   pulsemanager.{cpp,h}: add record and playback private members, as well as getters and setters.
       new  a420357   pulsemanager.cpp: reorder member variables in initializer list.
       new  3f836e4   pulsemanager.cpp: fix compile error in startup sound function.
       new  fd4fe47   pulsemanager.h: more moving around.
       new  b902c1d   pulsemanager.cpp: use record and playback member variables.
       new  1abf727   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   (129185b)
            \
             N -- N -- N   refs/heads/bugfix/osx (1abf727)

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 139 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:
 COPYRIGHT.x2go-logos                          |    6 ++---
 LICENSE                                       |   10 +++----
 Makefile.docupload                            |    2 +-
 debian/copyright                              |   14 +++++-----
 examples/x2goclient-cli                       |    2 +-
 portable/stopu3client.cpp                     |    2 +-
 res/i18n/x2goclient_da.ts                     |    4 +--
 res/i18n/x2goclient_de.ts                     |    4 +--
 res/i18n/x2goclient_es.ts                     |    4 +--
 res/i18n/x2goclient_et.ts                     |    4 +--
 res/i18n/x2goclient_fi.ts                     |    4 +--
 res/i18n/x2goclient_fr.ts                     |    2 +-
 res/i18n/x2goclient_nb_no.ts                  |    4 +--
 res/i18n/x2goclient_nl.ts                     |    4 +--
 res/i18n/x2goclient_pt.ts                     |    2 +-
 res/i18n/x2goclient_ru.ts                     |    4 +--
 res/i18n/x2goclient_sv.ts                     |    4 +--
 res/i18n/x2goclient_tr.ts                     |    4 +--
 res/i18n/x2goclient_zh_tw.ts                  |    2 +-
 res/img/x2go-logos/mksizedsymbols.sh          |    2 +-
 src/LDAPSession.cpp                           |    2 +-
 src/LDAPSession.h                             |    2 +-
 src/SVGFrame.cpp                              |    2 +-
 src/SVGFrame.h                                |    2 +-
 src/appdialog.cpp                             |    2 +-
 src/appdialog.h                               |    2 +-
 src/brokerpassdlg.cpp                         |    2 +-
 src/brokerpassdlg.h                           |    2 +-
 src/clicklineedit.cpp                         |    2 +-
 src/clicklineedit.h                           |    2 +-
 src/configdialog.cpp                          |    2 +-
 src/configdialog.h                            |    2 +-
 src/configwidget.cpp                          |    2 +-
 src/configwidget.h                            |    2 +-
 src/connectionwidget.cpp                      |    2 +-
 src/connectionwidget.h                        |    2 +-
 src/contest.cpp                               |    2 +-
 src/contest.h                                 |    2 +-
 src/cupsprint.cpp                             |    2 +-
 src/cupsprint.h                               |    2 +-
 src/cupsprintersettingsdialog.cpp             |    2 +-
 src/cupsprintersettingsdialog.h               |    2 +-
 src/cupsprintwidget.cpp                       |    2 +-
 src/cupsprintwidget.h                         |    2 +-
 src/editconnectiondialog.cpp                  |    2 +-
 src/editconnectiondialog.h                    |    2 +-
 src/exportdialog.cpp                          |    2 +-
 src/exportdialog.h                            |    2 +-
 src/folderbutton.cpp                          |    2 +-
 src/folderbutton.h                            |    2 +-
 src/folderexplorer.cpp                        |    2 +-
 src/folderexplorer.h                          |    2 +-
 src/help.cpp                                  |   36 ++++++++++++-------------
 src/help.h                                    |   36 ++++++++++++-------------
 src/helpdialog.cpp                            |    4 +--
 src/helpdialog.h                              |    4 +--
 src/httpbrokerclient.cpp                      |    2 +-
 src/httpbrokerclient.h                        |    2 +-
 src/imgframe.cpp                              |    2 +-
 src/imgframe.h                                |    2 +-
 src/mediawidget.cpp                           |    2 +-
 src/mediawidget.h                             |    2 +-
 src/non_modal_messagebox.cpp                  |    2 +-
 src/non_modal_messagebox.h                    |    2 +-
 src/ongetpass.cpp                             |    2 +-
 src/ongetpass.h                               |    2 +-
 src/onmainwindow.cpp                          |    5 ++--
 src/onmainwindow.h                            |    2 +-
 src/onmainwindow_privat.h                     |    2 +-
 src/printdialog.cpp                           |    2 +-
 src/printdialog.h                             |    2 +-
 src/printercmddialog.cpp                      |    2 +-
 src/printercmddialog.h                        |    2 +-
 src/printprocess.cpp                          |    2 +-
 src/printprocess.h                            |    2 +-
 src/printwidget.cpp                           |    2 +-
 src/printwidget.h                             |    2 +-
 src/sessionbutton.cpp                         |    2 +-
 src/sessionbutton.h                           |    2 +-
 src/sessionexplorer.cpp                       |    2 +-
 src/sessionexplorer.h                         |    2 +-
 src/sessionmanagedialog.cpp                   |    2 +-
 src/sessionmanagedialog.h                     |    2 +-
 src/sessionwidget.cpp                         |    2 +-
 src/sessionwidget.h                           |    2 +-
 src/settingswidget.cpp                        |    2 +-
 src/settingswidget.h                          |    2 +-
 src/sharewidget.cpp                           |    2 +-
 src/sharewidget.h                             |    2 +-
 src/sshmasterconnection.cpp                   |    2 +-
 src/sshmasterconnection.h                     |    2 +-
 src/sshprocess.cpp                            |    2 +-
 src/sshprocess.h                              |    2 +-
 src/userbutton.cpp                            |    2 +-
 src/userbutton.h                              |    2 +-
 src/version.h                                 |    4 +--
 src/wapi.cpp                                  |    2 +-
 src/wapi.h                                    |    2 +-
 src/x2goclient.cpp                            |    2 +-
 src/x2goclientconfig.h                        |    2 +-
 src/x2gologdebug.cpp                          |    2 +-
 src/x2gologdebug.h                            |    2 +-
 src/x2gosettings.cpp                          |    2 +-
 src/x2gosettings.h                            |    2 +-
 src/x2goutils.cpp                             |    4 +--
 src/x2goutils.h                               |    4 +--
 src/xsettingswidget.cpp                       |    2 +-
 src/xsettingswidget.h                         |    2 +-
 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc |    2 +-
 x2gohelper/x2gohelper.cpp                     |    2 +-
 110 files changed, 173 insertions(+), 172 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