[X2Go-Commits] [x2goclient] branch build-main updated (f84e4ed -> 85bf0c6)
git-admin at x2go.org
git-admin at x2go.org
Thu Apr 10 13:51:48 CEST 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch build-main
in repository x2goclient.
from f84e4ed release 4.0.1.3
adds 33e81a4 Revrite SSH Classes to support libssh fix
adds c796fa3 - Increase timeout in ssh_select
adds 5791109 set mod map from client to server on Mac, hide keyboard settings on Mac
adds bf2926a - Set mod map from client to server on Mac, hide keyboard settings on Mac - Fix mod map on Mac with kerberos - Fix focus on pass form
adds e8eed9f Continue development on current release / Baikal LTS branch...
adds 1af5fc5 Continue development for next release series...
adds d94f5d8 Revrite SSH Classes to support libssh fix
adds 20402c0 move SSH classes rewrite to new release series 4.0.2.x
adds ce66124 Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/x2goclient
adds 92da33e increase ssh_select timeout to 0.5 sec.
adds 0a4930f cleanup changelog
adds bbb9a40 move ssh_select timeout to release/4.0.1.x branch
adds d5ce144 Add Class HelpDialog to show options in scroll area.
adds 9b14b3a Fix authentication on SSH Broker with key + passphrase.
adds 71979ab - Set modmap timer timeout to 10 sec on Mac. - Fix running xmodmap if X2Go Client not started from terminal. - Setting keyboard modifiers with xmodmap.
adds b3b5633 Fix multimonitor support on Linux.
adds 083ece2 Fix password connection with libssh 0.6.0
adds a6ae6f6 changelog fix for last commit
adds 5cc3729 changelog fix: password conenction libssh 0.6.0 fix occurs with 4.0.1.4 (not with released 4.0.1.3)
adds 73e9b7d Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/x2goclient
adds 802fa8d re-run lupdate
adds c2f18ed add empty Dutch translation file
adds bf1c86d Update Finnish translation file.
adds 506a9ff Add new translation of X2Go Client to Estonian.
adds 321b915 add x2goclient_nl.qm to resources files
adds e49d34d Update Danish translation file.
adds 55f9b71 Don't use ancient Debianism's for ssh options (ProtocolKeepAlives). (Fixes: #434).
adds 2593472 Add new translation of X2Go Client to Dutch.
adds 45ec6d3 debian/control: build-depend on libssh-dev (>= 0.5.4-2).
adds 6f8695b Bump Standards: to 3.9.5. No changes needed.
adds 2a3e8f9 Display more version info. Parameters --version, --git, --changelog.
adds 91cf6c6 Don't show GUI dialog for --version, --help, etc, if started from terminal on linux and mac.
adds 5d7d996 If no user in session config, display system username in pass form.
adds 4768d9d Bump NSIS version string to 4.0.2.0-pre01
adds d023964 Switch to QNetworkAccessManager.
adds 28fed7b Check if txt/changelog and txt/git exist on config phase. Rename option "--git" to "--git-info".
adds 1bd4901 Revert "Switch to QNetworkAccessManager."
adds 19fe787 Switch to QNetworkAccessManager. Appropriately set content type header to "application/x-www-form-urlencoded" for HTTP post requests. (Fixes: #440, #138).
adds 224c29c Merge branch 'master' of ssh://code.x2go.org:32032/srv/git/code.x2go.org/x2goclient
adds a71feea Fix debian/changelog after resolving merge conflict.
adds acca825 Change x2goclient.nsi for nightly builds
adds 6f73fbc debian/rules: Copy debian/changelog into txt/ subfolder during dh_auto_configure.
adds 4758be8 debian/changelog: whitespace cleanup
adds 650c4f3 x2goclient.spec: Copy ChangeLog (or debian/changelog) into txt/ subfolder during %setup.
adds c3f9c78 Drop create_text.sh again, implement changelog copying in distro build files. Implement Git history creation for nightly builds in build scripts.
adds d0a173b debian/rules: Create txt/git-info file from ChangeLog.git if it exists.
adds a579338 Rename txt/git to txt/git-info (make it compliant with cmdline options).
adds d417697 debian/rules: use if instead of test
adds 571584d Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup.
adds 040c942 Fix copy+paste errors in QNetworkAccessManager code.
adds 275a22a Provide support for dynamic authentication IDs. This is a requirement for using the broker client against brokers that use some sort of OTP authentication mechanism. (Fixes: #446).
adds dfaaabc Decrease HelpDialog tab width from 320 to 30 (the width of 10 spaces.) (Fixes: #453)
adds 17f00cd Windows: Fix compatibility with PulseAudio 3.0 & later through new cookie handling.
adds acbc897 Update comment for last commit and add to debian/changelog. (Fixes #422)
adds ed895e0 Windows: Fix cookie handling when PulseAudio is downgraded after cookie is created.
adds ed2c005 Windows: Reapply KDE on Windows's patch for Pageant support to libssh 0.5.5. (Fixes: #448)
adds 89b5d94 Allow starting shadow sessions from the command line with option --hidden being enabled. (Fixes: #349).
adds 7afdf2d Revert "Fix password connection with libssh 0.6.0"
adds fa6e7b4 Fix password connection with libssh 0.6.0. (Fixes: #420).
adds db8f70a B-R (epel-7): man2html-core (same as for Fedora builds).
adds a6ab2c7 Windows: Force PulseAudio 3.0 & later to use the original cookie file path.
adds 034afc3 Remove cookie handling logic from my 2014-03-16 - 2014-03-18 commits that is no longer needed due to my last commit.
new 3f9918d release 4.0.1.4 (cherry-picked from release/4.0.1.x branch)
new 85bf0c6 release 4.0.2.0
The 2 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:
Info.plist | 18 -
Makefile | 2 +
VERSION | 2 +-
changelog.rcc | 5 +
debian/changelog | 103 ++
debian/control | 6 +-
debian/rules | 6 +
git.rcc | 5 +
x2gologdebug.cpp => helpdialog.cpp | 24 +-
x2goclient.cpp => helpdialog.h | 14 +-
helpdialog.ui | 58 ++
httpbrokerclient.cpp | 163 ++--
httpbrokerclient.h | 26 +-
nsis/x2goclient.nsi | 2 +-
onmainwindow.cpp | 334 ++++++-
onmainwindow.h | 16 +
onmainwindow_privat.h | 1 +
resources.rcc | 2 +
settingswidget.cpp | 1 +
sshmasterconnection.cpp | 349 +++----
sshmasterconnection.h | 32 +-
sshprocess.cpp | 30 +-
sshprocess.cpp.bc | 598 ------------
sshprocess.h | 1 +
sshprocess.h.bc | 92 --
version.h | 2 +-
x2goclient.pro | 21 +-
x2goclient.spec | 6 +-
x2goclient_da.ts | 451 ++++-----
x2goclient_de.ts | 417 ++++----
x2goclient_es.ts | 417 ++++----
x2goclient_fi.ts => x2goclient_et.ts | 1489 +++++++++++++++--------------
x2goclient_fi.ts | 661 ++++++-------
x2goclient_fr.ts | 15 +-
x2goclient_nb_no.ts | 13 +-
x2goclient_da.ts => x2goclient_nl.ts | 1748 +++++++++++++++++-----------------
x2goclient_ru.ts | 419 ++++----
x2goclient_sv.ts | 423 ++++----
x2goclient_zh_tw.ts | 417 ++++----
x2goplugin.rc | 10 +-
40 files changed, 4124 insertions(+), 4275 deletions(-)
delete mode 100644 Info.plist
create mode 100644 changelog.rcc
create mode 100644 git.rcc
copy x2gologdebug.cpp => helpdialog.cpp (78%)
copy x2goclient.cpp => helpdialog.h (84%)
create mode 100644 helpdialog.ui
delete mode 100644 sshprocess.cpp.bc
delete mode 100644 sshprocess.h.bc
copy x2goclient_fi.ts => x2goclient_et.ts (63%)
copy x2goclient_da.ts => x2goclient_nl.ts (62%)
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list