This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from ec57aff Fix placement of session folders in session card column. new 1f765cf Revert "Fix placement of session folders in session card column." new 8307c5d Revert "Reformat onmainwindow.cpp" new 5290218 release 4.0.3.1 The 3 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 | 6 ++---- onmainwindow.cpp | 19 +++---------------- onmainwindow_privat.h | 1 - 3 files changed, 5 insertions(+), 21 deletions(-) -- 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 1f765cf54b67131dc583405494c8e19e4405bf36 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 27 11:57:19 2014 +0100 Revert "Fix placement of session folders in session card column." This reverts commit ec57aff173971c0176cef495d4ecd7e379da0bad. --- debian/changelog | 1 - onmainwindow.cpp | 13 ------------- onmainwindow_privat.h | 1 - 3 files changed, 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index c8fd126..8eab3fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,6 @@ x2goclient (4.0.3.1-0x2go1) UNRELEASED; urgency=medium - Split Sessions config widget into Input/output and Media widgets. (Fixes: #643). - Reformat onmainwindow.cpp - - Fix placement of session folders in session card column. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 21 Oct 2014 13:22:39 +0200 diff --git a/onmainwindow.cpp b/onmainwindow.cpp index fa6c8f1..0c3bce8 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -1272,19 +1272,6 @@ void ONMainWindow::slotResize ( const QSize sz ) } else { - QList<FolderButton*>::iterator fit; - QList<FolderButton*>::iterator fend=sessionExplorer->getFoldersList()->end(); - for ( fit=sessionExplorer->getFoldersList()->begin(); fit!=fend; fit++ ) - { - if ( !miniMode ) - ( *fit )->move ( - ( usize-360 ) /2, - ( *fit )->pos().y() ); - else - ( *fit )->move ( - ( usize-250 ) /2, - ( *fit )->pos().y() ); - } QList<SessionButton*>::iterator it; QList<SessionButton*>::iterator end=sessionExplorer->getSessionsList()->end(); for ( it=sessionExplorer->getSessionsList()->begin(); it!=end; it++ ) diff --git a/onmainwindow_privat.h b/onmainwindow_privat.h index d04de8a..037483f 100644 --- a/onmainwindow_privat.h +++ b/onmainwindow_privat.h @@ -137,7 +137,6 @@ #include "configdialog.h" #include "editconnectiondialog.h" #include "sessionbutton.h" -#include "folderbutton.h" #include "sessionexplorer.h" #include "sessionmanagedialog.h" #include "x2gologdebug.h" -- 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 5290218751cc68a1fc1711ebd169e195eb3daeed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 27 11:00:45 2014 +0100 release 4.0.3.1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1871e76..0d79e8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2goclient (4.0.3.1-0x2go1) UNRELEASED; urgency=medium +x2goclient (4.0.3.1-0x2go1) unstable; urgency=medium [ Mike Gabriel ] * New upstream release (4.0.3.1): @@ -20,7 +20,7 @@ x2goclient (4.0.3.1-0x2go1) UNRELEASED; urgency=medium - Split Sessions config widget into Input/output and Media widgets. (Fixes: #643). - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 21 Oct 2014 13:22:39 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 11:00:17 +0100 x2goclient (4.0.3.0-0x2go1) unstable; urgency=low -- 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 8307c5d054a31466afbf75774e0c86c3e1f41328 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 27 11:57:27 2014 +0100 Revert "Reformat onmainwindow.cpp" This reverts commit f8fb34cb96d058f289faa8a194b5dbde934add67. --- debian/changelog | 1 - onmainwindow.cpp | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8eab3fc..1871e76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,6 @@ x2goclient (4.0.3.1-0x2go1) UNRELEASED; urgency=medium * New upstream release (4.0.3.1): - Split Sessions config widget into Input/output and Media widgets. (Fixes: #643). - - Reformat onmainwindow.cpp -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 21 Oct 2014 13:22:39 +0200 diff --git a/onmainwindow.cpp b/onmainwindow.cpp index 0c3bce8..70b5984 100644 --- a/onmainwindow.cpp +++ b/onmainwindow.cpp @@ -4770,7 +4770,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, st= new X2goSettings(config.iniFile,QSettings::IniFormat); sound=st->setting()->value ( sid+"/sound", - ( QVariant ) true ).toBool(); + ( QVariant ) true ).toBool(); QString sndsys=st->setting()->value ( sid+"/soundsystem", ( QVariant ) "pulse" ).toString(); @@ -4793,7 +4793,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, #ifndef Q_OS_WIN bool defPort=st->setting()->value ( sid+ - "/defsndport",true ).toBool(); + "/defsndport",true ).toBool(); if ( defPort ) { switch ( sndSystem ) @@ -4808,7 +4808,7 @@ void ONMainWindow::slotRetResumeSess ( bool result, } #endif sshSndTunnel=st->setting()->value ( sid+"/soundtunnel", - true ).toBool(); + true ).toBool(); #ifdef Q_OS_WIN switch ( sndSystem ) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git