[X2Go-Commits] [x2goclient] branch build-main updated (c80b04a -> 550ae93)

git-admin at x2go.org git-admin at x2go.org
Mon Sep 19 07:16:26 CEST 2016


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

x2go pushed a change to branch build-main
in repository x2goclient.

      from  c80b04a   release 4.0.5.1
      adds  ef74293   Continue development
      adds  84b6215   res/i18n/x2goclient_nb_no.ts: update Bokmål (Norway) translation file.
      adds  ecd3708   res/i18n/x2goclient_nb_no.ts: fixup translation by respecting the original messages' format, typo fixes and other changes.
      adds  4e2b04e   Add cygwin sshd logging
      adds  9ebe265   res/i18n/x2goclient_fi.ts: update Finnish translation file.
      adds  0fbe051   debian/changelog: add changelog entry for sshd logging change.
      adds  fe83e68   res/i18n/x2goclient_fi.ts: fixup translation by respecting the original messages' format and other changes.
      adds  c28a95b   misc {src/,x2goclient.pro}: port to Qt5.
      adds  71c5703   src/{ongetpass,onmainwindow}.cpp: fixup QPlastiqueStyle usage on Qt5.
      adds  6da2be5   x2goclient.spec: whitespace only.
      adds  84df138   res/i18n/x2goclient_fi.ts: update Finnish translation file.
      adds  3772ad2   src/onmainwindow.cpp: add (default) MacPorts prefix, /usr/local/bin and /opt/X11/bin to x2goclient's environment and child environments before starting xmodmap. Fixes: #1019.
      adds  864a093   src/x2goutils.{cpp,h}: add new function add_to_path () to add multiple entries to a PATH-like string if they do not exist in there yet.
      adds  2ace014   src/onmainwindow.cpp: replace old code to modify the PATH value with the new add_to_path () function.
      adds  c788a14   src/{onmainwindow,sshmasterconnection}.{cpp,h}: add support for ANSI X9.9 OTP tokens. Fixes: #1027.
      adds  128d498   src/{onmainwindow,sshmasterconnection}.cpp: refactoring and whitespace only changes following up the #1027 patch.
      adds  4fa7c6e   Cygwin bundle 20160121-1 -> 20160121-2
      adds  cc6c346   src/onmainwindow.h: add new enum for selecting SSH host key types.
      adds  6122d36   src/onmainwindow.h: rename ONMainWindow::generateHostDsaKey () to ONMainWindow::generateHostKey () and make key type selectible. Fixes: #1003.
      adds  0c064b7   Windows: increase sshd logging to debug1 level
      adds  b2c1905   src/help.cpp: actually make help descriptions translatable.
      adds  5625955   src/help.h: typo fix in comment only.
      adds  5768dbf   Cygwin bundle 20160121-2 -> 20160121-3
      adds  81172fc   Fix Cygwin sshd logging when filepath contains a space
      adds  6957a4b   debian/control: maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
      adds  cd30849   reset session data in broker config.
      adds  80f9632   add "--no-autoresume" parameter.
      adds  e39018f   debian/changelog: whitespace only.
      adds  044f22f   src/sshmasterconnection.cpp: add support for Mobile OTP tokens and references for the other token types. Fixes: #1036.
      adds  3e88876   debian/control: add myself as uploader.
      adds  a8a4610   src/onmainwindow.cpp: add some comments related to maybe using add_to_path ().
      adds  35842b7   Windows: Update PuTTY from 0.66 to 0.67
      adds  308995c   Win32-OpenSSL: 1.0.1q -> 1.0.1t
      adds  742205c   src/onmainwindow.cpp: work around changed SSH host key locations in OS X 10.11+. Fixes: #1079.
      adds  a513cb0   src/onmainwindow.cpp: fix last commit by using QFileInfo instead of QDir.
      adds  682b1c0   res/i18n/x2goclient_de.ts: fix typo in close message.
      adds  15bd598   {nsis/x2goclient.nsi,res/i18n/x2goclient_{da,es,et,fi,nl,zh_tw}.ts}: replace left-overs of "X2go" with the correct "X2Go" spelling.
      adds  550ae93   release 4.0.5.2

No new revisions were added by this update.

Summary of changes:
 VERSION                                       |    2 +-
 copy-deps-win32.bat                           |    4 +-
 debian/changelog                              |   92 ++++
 debian/control                                |    3 +-
 man/man1/x2goclient.1                         |    2 +-
 nsis/x2goclient.nsi                           |    8 +-
 res/i18n/x2goclient_da.ts                     |    6 +-
 res/i18n/x2goclient_de.ts                     |    4 +-
 res/i18n/x2goclient_es.ts                     |    8 +-
 res/i18n/x2goclient_et.ts                     |    2 +-
 res/i18n/x2goclient_fi.ts                     |  576 +++++++++++++++----------
 res/i18n/x2goclient_nb_no.ts                  |  112 +++--
 res/i18n/x2goclient_nl.ts                     |   10 +-
 res/i18n/x2goclient_zh_tw.ts                  |    2 +-
 src/SVGFrame.cpp                              |    4 +-
 src/SVGFrame.h                                |    4 +-
 src/configdialog.cpp                          |    2 +-
 src/configdialog.h                            |    2 +-
 src/cupsprint.cpp                             |   30 +-
 src/cupsprintersettingsdialog.cpp             |    2 +-
 src/cupsprintersettingsdialog.h               |    2 +-
 src/editconnectiondialog.cpp                  |    2 +-
 src/editconnectiondialog.h                    |    2 +-
 src/exportdialog.cpp                          |    2 +-
 src/exportdialog.h                            |    2 +-
 src/help.cpp                                  |  104 ++---
 src/help.h                                    |    2 +-
 src/httpbrokerclient.cpp                      |   25 ++
 src/imgframe.cpp                              |    2 +-
 src/imgframe.h                                |    2 +-
 src/ongetpass.cpp                             |    6 +
 src/onmainwindow.cpp                          |  222 ++++++++--
 src/onmainwindow.h                            |   15 +-
 src/onmainwindow_privat.h                     |    7 +-
 src/sessionbutton.cpp                         |    4 +-
 src/sessionexplorer.cpp                       |    5 +
 src/sessionmanagedialog.cpp                   |    2 +-
 src/sessionmanagedialog.h                     |    2 +-
 src/sshmasterconnection.cpp                   |   56 ++-
 src/sshmasterconnection.h                     |    1 +
 src/version.h                                 |    2 +-
 src/x2goutils.cpp                             |   88 ++++
 src/x2goutils.h                               |   12 +
 x2gobrowserplugin-2.4_1/src/res/x2goplugin.rc |   10 +-
 x2goclient.pro                                |    1 +
 x2goclient.spec                               |   24 +-
 46 files changed, 1008 insertions(+), 469 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