[X2go-Commits] pinentry-x2go.git - build-main (branch) updated: 0.7.5.0-6-g4bb0819
X2go dev team
git-admin at x2go.org
Wed Oct 12 10:47:11 CEST 2011
The branch, build-main has been updated
via 4bb0819097fb1c6c2974b754bfdff0821b282c62 (commit)
via 0ad6ab3032675318094db7a91f5cfc90086ab7ee (commit)
via 5211f3a90760a40ede5c0062b19fdde123058ae8 (commit)
via fe8556495321fd2dc2d3569b6573a693100ec6f3 (commit)
via 7ba95215cb0bdbecd52529be767e01339f5c202e (commit)
from fa0f529f9020afa828f269ac707f4dd508665ea0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
NEWS | 6 ++++++
VERSION | 2 +-
debian/changelog | 7 +++++++
debian/control | 5 ++++-
doc/stamp-vti | 8 ++++----
doc/version.texi | 8 ++++----
pinentry-x2go/pinentrydialog.cpp | 3 ++-
7 files changed, 28 insertions(+), 11 deletions(-)
The diff of changes is:
diff --git a/NEWS b/NEWS
index 312795e..563190d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Noteworthy changes in version 0.7.5.1 (2011-10-12)
+------------------------------------------------
+
+ * Set font size in pinentry dialog to 14.
+
+
Noteworthy changes in version 0.7.5.0 (2011-03-21)
------------------------------------------------
diff --git a/VERSION b/VERSION
index 85bede3..4e1a9db 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-0.7.5.0
+0.7.5.1
diff --git a/debian/changelog b/debian/changelog
index 4c2a6e7..e6a4c82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pinentry-x2go (0.7.5.1-0~x2go1) unstable; urgency=low
+
+ [ Oleksandr Shneyder ]
+ * Set font size in pinentry dialog to 14
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 12 Oct 2011 10:42:21 +0200
+
pinentry-x2go (0.7.5.0-0~x2go1) unstable; urgency=low
* Changed version numbering scheme.
diff --git a/debian/control b/debian/control
index a6bc67f..0b6fffc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: utils
Priority: extra
Maintainer: Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
Build-Depends: debhelper (>= 7), autotools-dev, libqt4-gui, libcap-dev, libglib2.0-dev (>= 2.15.5), libncurses5-dev, m4, qt4-qmake, libqt4-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.9.2
+Homepage: http://code.x2go.org/releases/source/pinentry-x2go
+Vcs-Git: git://code.x2go.org/pinentry-x2go.git
+Vcs-Browser: http://code.x2go.org/gitweb?p=pinentry-x2go.git;a=summary
Package: pinentry-x2go
Architecture: any
diff --git a/doc/stamp-vti b/doc/stamp-vti
index 797f7df..4d7acd0 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,4 +1,4 @@
- at set UPDATED 21 March 2011
- at set UPDATED-MONTH March 2011
- at set EDITION 0.7.5.0
- at set VERSION 0.7.5.0
+ at set UPDATED 12 Octobre 2011
+ at set UPDATED-MONTH Octobre 2011
+ at set EDITION 0.7.5.1
+ at set VERSION 0.7.5.1
diff --git a/doc/version.texi b/doc/version.texi
index 797f7df..4d7acd0 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
- at set UPDATED 21 March 2011
- at set UPDATED-MONTH March 2011
- at set EDITION 0.7.5.0
- at set VERSION 0.7.5.0
+ at set UPDATED 12 Octobre 2011
+ at set UPDATED-MONTH Octobre 2011
+ at set EDITION 0.7.5.1
+ at set VERSION 0.7.5.1
diff --git a/pinentry-x2go/pinentrydialog.cpp b/pinentry-x2go/pinentrydialog.cpp
index d4c838b..87eb2bf 100644
--- a/pinentry-x2go/pinentrydialog.cpp
+++ b/pinentry-x2go/pinentrydialog.cpp
@@ -88,7 +88,6 @@ PinEntryDialog::PinEntryDialog( QWidget* parent, const char* , bool )
_bs->setFixedSize(QSize(_num[0]->sizeHint()).height(),QSize(_num[0]->sizeHint()).height());
_bs->setFocusPolicy(Qt::NoFocus);
_edit->setFixedHeight(_num[0]->sizeHint().height());
- _edit->setFont(f);
_ok->setDefault(true);
QVBoxLayout* mlay=new QVBoxLayout(this);
@@ -125,6 +124,8 @@ PinEntryDialog::PinEntryDialog( QWidget* parent, const char* , bool )
this, SLOT (reject ()));
connect (_edit,SIGNAL(bs_pressed()),this,SLOT(slot_bs()));
connect (_edit,SIGNAL(cancel_pressed()),this,SLOT(reject()));
+ f.setPointSize(14);
+ _edit->setFont(f);
_edit->setFocus();
}
hooks/post-receive
--
pinentry-x2go.git (PinEntry Dialog (Qt) for X2goClient)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pinentry-x2go.git" (PinEntry Dialog (Qt) for X2goClient).
More information about the x2go-commits
mailing list