This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gokdriveclient. from f531401 disable kbd input for toolbar. new 602396a set default window geometry to 800x600. 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: client.cpp | 3 +-- debian/changelog | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gokdriveclient. commit 602396af59ca34431e09c26bee066f2553ff48f9 Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> Date: Wed Jan 22 17:06:01 2020 +0100 set default window geometry to 800x600. --- client.cpp | 3 +-- debian/changelog | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client.cpp b/client.cpp index 44977aa..0186a9a 100644 --- a/client.cpp +++ b/client.cpp @@ -110,6 +110,7 @@ Frame::~Frame() Client::Client() { + setGeometry(0,0,800,600); displayArea=new DisplayArea(this); @@ -179,8 +180,6 @@ Client::Client() QTimer::singleShot(10,this,SLOT(connectToServer())); - - connect(menu,SIGNAL(aboutToShow()), this, SLOT(slotSetupMenu())); setWindowTitle(tr("X2GoKDrive Client")); diff --git a/debian/changelog b/debian/changelog index 8100fcb..0193850 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,5 +16,6 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium [ Oleksandr Shneyder ] * Add floating tool bar. - disable kbd input for toolbar. + - set default window geometry to 800x600. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git