This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/help-cmd in repository x2goclient. commit da6d831abc1b89c9082049d03ee418ffa1cba840 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 22 10:43:08 2015 +0200 x2goclient.pro{,.maemo}: add new help.{cpp,h} files. --- debian/changelog | 1 + x2goclient.pro | 6 ++++-- x2goclient.pro.maemo | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e5459d4..dbd2449 100644 --- a/debian/changelog +++ b/debian/changelog @@ -269,6 +269,7 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low - help.cpp: actually output the help message. - help.{cpp,h}: also pass the help message on (for display in graphical mode.) + - x2goclient.pro{,.maemo}: add new help.{cpp,h} files. [ Fernando Pedemonte ] * New upstream release (4.0.4.0): diff --git a/x2goclient.pro b/x2goclient.pro index b7d11c3..ccf8fa7 100644 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -78,7 +78,8 @@ HEADERS += src/configdialog.h \ src/sessionexplorer.h \ src/folderbutton.h \ src/folderexplorer.h \ - src/non_modal_messagebox.h + src/non_modal_messagebox.h \ + src/help.h SOURCES += src/sharewidget.cpp \ src/settingswidget.cpp \ @@ -120,7 +121,8 @@ SOURCES += src/sharewidget.cpp \ src/sessionexplorer.cpp \ src/folderbutton.cpp \ src/folderexplorer.cpp \ - src/non_modal_messagebox.cpp + src/non_modal_messagebox.cpp \ + src/help.cpp LIBS += -lssh win32:LIBS += -lAdvAPI32 -lshell32 -lUser32 diff --git a/x2goclient.pro.maemo b/x2goclient.pro.maemo index c900228..ac2eacf 100644 --- a/x2goclient.pro.maemo +++ b/x2goclient.pro.maemo @@ -34,7 +34,8 @@ HEADERS += src/configdialog.h \ src/connectionwidget.h \ src/settingswidget.h \ src/sharewidget.h \ - src/clicklineedit.h + src/clicklineedit.h \ + src/help.h SOURCES += src/sharewidget.cpp \ src/settingswidget.cpp \ @@ -60,7 +61,8 @@ SOURCES += src/sharewidget.cpp \ src/printdialog.cpp \ src/embedwidget.cpp \ src/wapi.cpp \ - src/clicklineedit.cpp + src/clicklineedit.cpp \ + src/help.cpp TEMPLATE = app TARGET = -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git