[X2Go-Commits] [x2godesktopsharing] branch master updated (e31b9e6 -> b5bbdb0)

git-admin at x2go.org git-admin at x2go.org
Mon Nov 12 14:32:30 CET 2018


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

x2go pushed a change to branch master
in repository x2godesktopsharing.

      from  e31b9e6   debian/rules:  Add dh_clean override, so that the build dir gets tidied up properly after build (this really needs to go into the qmake .pro file, but debian/rules is easier...).
       new  3657d1d   Add possibility to have a system-wide settings file in /etc/x2godesktopsharing/settings.
       new  cf816df   Make the desktop sharing group configurable system-wide and by the user.
       new  9320515   debian/<config>: Add debconf configuration dialogs that facilitate setting the system-wide default desktop sharing user.
       new  1e7e2a6   debian/control: Use https:// URLs in Vcs-Browser: and Homepage: fields.
       new  09574e0   debian/control: Drop empty R field.
       new  96fb857   debian/copyright: Turn into DEP-5 copyright file format style.
       new  dd08460   debian/rules: Pass-through of compiler flags to qmake call.
       new  5ef0b28   man/man8/x2goterminate-desktopsharing.8: Grammar fix.
       new  d7e1290   debian/rules: Run lrelease during auto-configure. Makes sure all resources are available for building the executable.
       new  6930477   resources.qrc: Rename file from resources.rcc.
       new  582b04c   debian/x2godesktopsharing.install: Add EOL at EOF.
       new  ef3dfac   Replace QMessageBox based access dialog by a QDialog based access dialog. QMessageBox in Qt5 is not suitable for adding a QCheckBox widget into it anymore.
       new  b5bbdb0   debian/copyright: Update copyright attributions.

The 13 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:
 accessdialog.cpp                        |  62 +++++++++++
 accessdialog.h                          |  36 +++++++
 debian/changelog                        |  22 ++++
 debian/control                          |   5 +-
 debian/copyright                        | 138 +++++++++++++++++++-----
 debian/po/POTFILES.in                   |   1 +
 debian/po/templates.pot                 | 124 +++++++++++++++++++++
 debian/rules                            |   7 +-
 debian/settings                         |   2 +
 debian/x2godesktopsharing.config        |  65 +++++++++++
 debian/x2godesktopsharing.dirs          |   1 +
 debian/x2godesktopsharing.install       |   3 +-
 debian/x2godesktopsharing.postinst      |  67 +++++++++---
 debian/x2godesktopsharing.postrm        |  40 +++++++
 debian/x2godesktopsharing.templates     |  61 +++++++++++
 icons/svg/dialog-question.svg           | 185 ++++++++++++++++++++++++++++++++
 man/man8/x2goterminate-desktopsharing.8 |   2 +-
 messagebox.cpp                          |  38 -------
 messagebox.h                            |  31 ------
 resources.rcc => resources.qrc          |   1 +
 sharetray.cpp                           | 150 ++++++++++++++++++++------
 sharetray.h                             |  13 ++-
 x2godesktopsharing.pro                  |   7 +-
 23 files changed, 900 insertions(+), 161 deletions(-)
 create mode 100644 accessdialog.cpp
 create mode 100644 accessdialog.h
 create mode 100644 debian/po/POTFILES.in
 create mode 100644 debian/po/templates.pot
 create mode 100644 debian/settings
 create mode 100755 debian/x2godesktopsharing.config
 create mode 100755 debian/x2godesktopsharing.postrm
 create mode 100644 debian/x2godesktopsharing.templates
 create mode 100644 icons/svg/dialog-question.svg
 delete mode 100644 messagebox.cpp
 delete mode 100644 messagebox.h
 rename resources.rcc => resources.qrc (96%)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git


More information about the x2go-commits mailing list