[X2Go-Commits] [x2goclient] 01/217: {unixhelper.{cpp, h}, x2goclient.pro{maemo}}: add unixhelper stub.

2016-09-20 Thread git-admin
This is an automated email from the git hooks/post-receive script.

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

commit 049c4754b1ab868481e75e442ed35c4b51c773ae
Author: Mihai Moldovan 
Date:   Sat Mar 14 22:21:34 2015 +0100

{unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
---
 debian/changelog |1 +
 src/unixhelper.cpp   |   23 +++
 src/unixhelper.h |   29 +
 x2goclient.pro   |6 --
 x2goclient.pro.maemo |6 --
 5 files changed, 61 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed3e891..df13a8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ x2goclient (4.0.5.3-0x2go1) UNRELEASED; urgency=medium
 - src/sessionbutton.cpp: replace drop down menu button on session buttons
   with a more prominent, bigger settings gear icon. Requested for
   visibility.
+- {unixhelper.{cpp,h},x2goclient.pro{,.maemo}}: add unixhelper stub.
 
  -- X2Go Release Manager   Mon, 19 Sep 2016 09:07:07 +0200
 
diff --git a/src/unixhelper.cpp b/src/unixhelper.cpp
new file mode 100644
index 000..221bdb2
--- /dev/null
+++ b/src/unixhelper.cpp
@@ -0,0 +1,23 @@
+/***
+ *  Copyright (C) 2015 by Mihai Moldovan  +49 721 14595728 *
+ * *
+ *  This program is free software; you can redistribute it and/or modify   *
+ *  it under the terms of the GNU General Public License as published by   *
+ *  the Free Software Foundation; either version 2 of the License, or  *
+ *  (at your option) any later version.*
+ * *
+ *  This program is distributed in the hope that it will be useful,*
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  *
+ *  GNU General Public License for more details.   *
+ * *
+ *  You should have received a copy of the GNU General Public License  *
+ *  along with this program; if not, write to the  *
+ *  Free Software Foundation, Inc.,*
+ *  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  *
+ ***/
+
+#ifdef Q_OS_UNIX
+
+
+#endif /* defined (Q_OS_UNIX) */
diff --git a/src/unixhelper.h b/src/unixhelper.h
new file mode 100644
index 000..31d983e
--- /dev/null
+++ b/src/unixhelper.h
@@ -0,0 +1,29 @@
+/***
+ *  Copyright (C) 2015 by Mihai Moldovan  +49 721 14595728 *
+ * *
+ *  This program is free software; you can redistribute it and/or modify   *
+ *  it under the terms of the GNU General Public License as published by   *
+ *  the Free Software Foundation; either version 2 of the License, or  *
+ *  (at your option) any later version.*
+ * *
+ *  This program is distributed in the hope that it will be useful,*
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  *
+ *  GNU General Public License for more details.   *
+ * *
+ *  You should have received a copy of the GNU General Public License  *
+ *  along with this program; if not, write to the  *
+ *  Free Software Foundation, Inc.,*
+ *  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  *
+ ***/
+
+#ifdef Q_OS_UNIX
+
+#ifndef UNIXHELPER_H
+#define UNIXHELPER_H
+
+
+
+#endif /* !defined (UNIXHELPER_H) */
+
+#endif /* defined (Q_OS_UNIX) */
diff --git a/x2goclient.pro b/x2goclient.pro
index febffb9..34da16e 100644
--- a/x2goclient.pro
+++ b/x2goclient.pro
@@ -79,7 +79,8 @@ HEADERS += src/configdialog.h \
src/folderbutton.h \
src/folderexplorer.h \
src/non_modal_messagebox.h \
-   src/help.h
+   src/help.h \
+   src/unixhelper.h
 
 SOURCES += src/sharewidget.cpp \
src/settingswidget.cpp \
@@ -122,7 +123,8 @@ SOURCES += src/sharewidget.cpp \
src/folderbutton.cpp \
src/folderexplorer.cpp \
src/non_modal_messagebox.cpp \
-   src/help.cpp
+ 

[X2Go-Commits] [x2goclient] 01/217: {unixhelper.{cpp, h}, x2goclient.pro{maemo}}: add unixhelper stub.

2016-08-27 Thread git-admin
This is an automated email from the git hooks/post-receive script.

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

commit 803dac0d8b6937b64fccb2b7070e2f9ba57ed32d
Author: Mihai Moldovan 
Date:   Sat Mar 14 22:21:34 2015 +0100

{unixhelper.{cpp,h},x2goclient.pro{maemo}}: add unixhelper stub.
---
 debian/changelog |1 +
 src/unixhelper.cpp   |   23 +++
 src/unixhelper.h |   29 +
 x2goclient.pro   |6 --
 x2goclient.pro.maemo |6 --
 5 files changed, 61 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 394a8dd..0ca4d0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
   add_to_path ().
 - src/onmainwindow.cpp: work around changed SSH host key locations in OS X
   10.11+. Fixes: #1079. Also check /etc/ssh/ for keys.
+- {unixhelper.{cpp,h},x2goclient.pro{,.maemo}}: add unixhelper stub.
   * debian/control:
 - Maintainer change in package: X2Go Developers .
 - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/unixhelper.cpp b/src/unixhelper.cpp
new file mode 100644
index 000..221bdb2
--- /dev/null
+++ b/src/unixhelper.cpp
@@ -0,0 +1,23 @@
+/***
+ *  Copyright (C) 2015 by Mihai Moldovan  +49 721 14595728 *
+ * *
+ *  This program is free software; you can redistribute it and/or modify   *
+ *  it under the terms of the GNU General Public License as published by   *
+ *  the Free Software Foundation; either version 2 of the License, or  *
+ *  (at your option) any later version.*
+ * *
+ *  This program is distributed in the hope that it will be useful,*
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  *
+ *  GNU General Public License for more details.   *
+ * *
+ *  You should have received a copy of the GNU General Public License  *
+ *  along with this program; if not, write to the  *
+ *  Free Software Foundation, Inc.,*
+ *  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  *
+ ***/
+
+#ifdef Q_OS_UNIX
+
+
+#endif /* defined (Q_OS_UNIX) */
diff --git a/src/unixhelper.h b/src/unixhelper.h
new file mode 100644
index 000..31d983e
--- /dev/null
+++ b/src/unixhelper.h
@@ -0,0 +1,29 @@
+/***
+ *  Copyright (C) 2015 by Mihai Moldovan  +49 721 14595728 *
+ * *
+ *  This program is free software; you can redistribute it and/or modify   *
+ *  it under the terms of the GNU General Public License as published by   *
+ *  the Free Software Foundation; either version 2 of the License, or  *
+ *  (at your option) any later version.*
+ * *
+ *  This program is distributed in the hope that it will be useful,*
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  *
+ *  GNU General Public License for more details.   *
+ * *
+ *  You should have received a copy of the GNU General Public License  *
+ *  along with this program; if not, write to the  *
+ *  Free Software Foundation, Inc.,*
+ *  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  *
+ ***/
+
+#ifdef Q_OS_UNIX
+
+#ifndef UNIXHELPER_H
+#define UNIXHELPER_H
+
+
+
+#endif /* !defined (UNIXHELPER_H) */
+
+#endif /* defined (Q_OS_UNIX) */
diff --git a/x2goclient.pro b/x2goclient.pro
index febffb9..34da16e 100644
--- a/x2goclient.pro
+++ b/x2goclient.pro
@@ -79,7 +79,8 @@ HEADERS += src/configdialog.h \
src/folderbutton.h \
src/folderexplorer.h \
src/non_modal_messagebox.h \
-   src/help.h
+   src/help.h \
+   src/unixhelper.h
 
 SOURCES += src/sharewidget.cpp \
src/settingswidget.cpp \
@@ -122,7 +123,8 @@ SOURCES += src/sharewidget.cpp \
src/folderbutton.cpp \
src/folderexplorer.c