[X2Go-Commits] [x2goclient] 03/04: src/mediawidget.cpp: add deprecation warning for ARTS.

git-admin at x2go.org git-admin at x2go.org
Sat Dec 31 01:45:47 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 8a8713e36d9ab6e842f175d23a034d8d792fb817
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Dec 31 01:41:54 2016 +0100

    src/mediawidget.cpp: add deprecation warning for ARTS.
---
 debian/changelog    |    1 +
 src/mediawidget.cpp |    5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 79a6882..71d1322 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -514,6 +514,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
       covered as well.
     - src/mediawidget.cpp: unify some redundant code.
     - src/mediawidget.cpp: simplify expression.
+    - src/mediawidget.cpp: add deprecation warning for ARTS.
 
   [ Bernard Cafarelli ]
   * New upstream version (4.0.5.3):
diff --git a/src/mediawidget.cpp b/src/mediawidget.cpp
index 15971d6..57f5b84 100644
--- a/src/mediawidget.cpp
+++ b/src/mediawidget.cpp
@@ -151,6 +151,11 @@ void MediaWidget::slot_sndSysSelected ( int system )
         cbDefSndPort->setChecked ( false );
         cbDefSndPort->setEnabled ( false );
         sbSndPort->setValue ( 20221 );
+        QMessageBox::warning (NULL, tr ("Deprecation Warning"),
+                              tr ("ARTS support is scheduled to be removed soon.\n\n"
+
+                                  "Please upgrade to PulseAudio."),
+                              QMessageBox::Ok, QMessageBox::NoButton);
         break;
     }
     case ESD:

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list