This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 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). new dfaaabc Decrease HelpDialog tab width from 320 to 30 (the width of 10 spaces.) (Fixes: #453) The 1 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 | 5 +++++ helpdialog.cpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit dfaaabc9680cc621e4f13e4d9c293664615fe2e4 Author: Mike DePaulo <mikedep333@gmail.com> Date: Thu Mar 13 21:03:05 2014 -0400 Decrease HelpDialog tab width from 320 to 30 (the width of 10 spaces.) (Fixes: #453) --- debian/changelog | 5 +++++ helpdialog.cpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7d89bd9..30f8182 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,11 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low %setup. + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup. + [ Mike DePaulo ] + * New upstream version (4.0.2.0): + - Decrease HelpDialog's tab width from 320 to 30 + (the width of 10 spaces.) (Fixes: #453) + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 22 Jan 2014 09:20:08 +0100 x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low diff --git a/helpdialog.cpp b/helpdialog.cpp index b383535..8fa19c5 100644 --- a/helpdialog.cpp +++ b/helpdialog.cpp @@ -26,7 +26,7 @@ void HelpDialog::setText(QString text) { text.replace("\t\t\t","\t"); text.replace("\t\t","\t"); - plainTextEdit->setTabStopWidth(320); + plainTextEdit->setTabStopWidth(30); plainTextEdit->setWordWrapMode(QTextOption::NoWrap); plainTextEdit->setPlainText(text); } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git