This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 805606d update debian/changelog new 822b589 Rename radion button lables for xfreerdp options' style. new fa7750d debian/changelog: Update itemization character for packaging changes. 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: debian/changelog | 17 +++++++++-------- src/settingswidget.cpp | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 822b589bdbbb58b6fa18f3757ea81d29eaa52c67 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 14 11:51:40 2019 +0100 Rename radion button lables for xfreerdp options' style. --- debian/changelog | 1 + src/settingswidget.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2d23d80..ec75abb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -62,6 +62,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium - man/man1/x2goclient.1: Add explanation for the --broker-name option. - res/resources.qrc: Add Czech translation file. - Update qt_<lang>.qm files from Qt5 v5.11.2. + - Rename radion button lables for xfreerdp options' style. * debian/control: - In x2goclient R, prefer freerdp2-x11 over rdesktop over freerdp-x11 (which is broken these days anyway). diff --git a/src/settingswidget.cpp b/src/settingswidget.cpp index 3b8a9c9..74537e8 100644 --- a/src/settingswidget.cpp +++ b/src/settingswidget.cpp @@ -205,8 +205,8 @@ SettingsWidget::SettingsWidget ( QString id, ONMainWindow * mw, setLay->addWidget ( rdpBox ); rRdesktop=new QRadioButton ("rdesktop",rdpBox ); rRdesktop->setChecked(true); - rXfreeRDPOld=new QRadioButton ( "xfreerdp (old style options)",rdpBox); - rXfreeRDPNew=new QRadioButton ( "xfreerdp (new style options)",rdpBox); + rXfreeRDPOld=new QRadioButton ( tr( "FreeRDP/X11 (pre-2.x style options)" ),rdpBox); + rXfreeRDPNew=new QRadioButton ( tr( "FreeRDP/X11 (2.x style options)" ),rdpBox); QButtonGroup* rClient=new QButtonGroup(rdpBox); rClient->addButton ( rRdesktop ); rClient->addButton ( rXfreeRDPOld ); -- Alioth's /home/x2go-admin/maintenancescripts/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 fa7750d34216036768b822bdc23e1035aaa7ff4f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jan 14 11:52:44 2019 +0100 debian/changelog: Update itemization character for packaging changes. --- debian/changelog | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index ec75abb..13e1d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,16 +41,16 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium - x2goclient.pro: fix quoting issue in system() call. Qmake's quoting rules are really weird. * debian/control: - - Add build-depend on pkg-config. + + Add build-depend on pkg-config. * x2goclient.spec: - - Build-depend on pkg-config. - - EPEL packages need to depend upon pkgconfig for now, not pkg-config. - - Pull in redhat-rpm-config manually. This should probably be done by + + Build-depend on pkg-config. + + EPEL packages need to depend upon pkgconfig for now, not pkg-config. + + Pull in redhat-rpm-config manually. This should probably be done by something else, like... gcc or qmake or qt(4)-dev, but it isn't. - - Try to ignore gettext-tools-mini on *SuSE to force installation of the + + Try to ignore gettext-tools-mini on *SuSE to force installation of the new/renamed gettext-runtime-mini package. - - It's %endif, not %fi. - - Revert the gettext-tools-mini change, was caused by an outdated + + It's %endif, not %fi. + + Revert the gettext-tools-mini change, was caused by an outdated obs-build version. [ Mike Gabriel ] @@ -64,7 +64,7 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium - Update qt_<lang>.qm files from Qt5 v5.11.2. - Rename radion button lables for xfreerdp options' style. * debian/control: - - In x2goclient R, prefer freerdp2-x11 over rdesktop over freerdp-x11 (which + + In x2goclient R, prefer freerdp2-x11 over rdesktop over freerdp-x11 (which is broken these days anyway). [ Tom Ruzicka ] -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git