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

x2go pushed a change to annotated tag 0.0.0.1
in repository x2gokdriveclient.

        at  705a2de   (tag)
   tagging  d79f4f764336ddda0a9b01bfa49da8575a9423a5 (commit)
 tagged by  Mihai Moldovan
        on  Fri Jun 9 22:40:12 2023 +0200

- Log -----------------------------------------------------------------
Upstream version 0.0.0.1
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAmSDjiwPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqHyYIP/jPRpC6BHPWEsygI5FboVWBLs2Ziej74RnjL
gnS5qyj/33lxSDk0t/rSk/GNGWijQF0FRcQNwRaRMUmESjlGDRfVHEW3TvYDQR9Q
SmfELVvZyqp9ANS8reXOuiZ7kKnx1arEyMZXZreBWQ5eVQS9Ton7lViMpuvxCzJ9
6BzsBrouieGYJSrM/nt5JqGKjt+hzGy28HeLuVIBxzqQNxbsqg/fsjXZPLmM+pN3
cphKfc/KvG+QPFXpkY4NiUtVqskFyrSUoND/6UJUw8O44YAEmwdr6wNXbZZ4bZCw
K46JqADTClfF9le0TUdXO3Xd+1WUBpqHGEYi5CNYzU3Rpkect39ks650VvS97EXs
eSQ1Wb34762ZpHS1VP+SJ7qEiEP6xNEeYnGXVxyQoVZKTXgKhRs4hE0KRDXIuQRp
P64uZbuHiOs9yi/BniOLfhzt6bVsFfplsQYD8LwqdONceK09cIgxlgq3XbyRmIgE
QBoyJYfMJvxeQsqf255wOeePgaEDCR3PRRGRliiluDqaVaGxb98f8gP2dHDOpa9/
PhsF+98Hx3NNPZLOqrEWCeuJemeIUet3eo+mZECevdX9FpCWyMMfYz+gQq9c2LDt
ZaCG1j0dDsFXoCDjeLBrozyHmY2AS/WUo4oubTQZwvtD0/WKOu/QmLWGWUSA1gJa
YRYocjHJ
=tYfP
-----END PGP SIGNATURE-----

Mihai Moldovan (54):
      x2gokdriveclient.pro: we require C++11, so set this via CONFIG.
      x2gokdriveclient.pro: whitespace only.
      debian/rules: let qmake add general Qt {C{,XX},L}FLAGS instead of 
overriding them.
      client.cpp: allow building with Qt 5.8-, which does not support 
QWidget::setWindowFlag ().
      x2gokdriveclient.spec: add for RPM support, copied from X2Go Client.
      debian/changelog: fixup, sort chronologically.
      LICENSE: add GPL 3.0 file.
      debian/copyright: change the source license to GPL-3+.
      debian/copyright: change license for debian/* to GPL-3+ as well, after 
asking Mike Gabriel to relicense and drop GPL-2+ portions.
      rpm/: add directory and new file x2gokdriveclient-rpmlint, copied from 
X2Go Client.
      LICENSE: rename to COPYING.
      LICENSE: copy from X2Go Client and adapt.
      AUTHORS: copy from X2Go Client and adapt.
      x2gokdriveclient.spec: thin out, mostly adapt to current source, switch 
between Qt 5 and Qt 6 (although Qt 6 is currently untested and only defined for 
fake versions of distributions that don't exist yet).
      *.{h,cpp}: move to src directory.
      Makefile: copy from X2Go Client.
      x2gokdriveclient.spec: fix man page install permissions.
      Makefile.man2html: copy from X2Go Client.
      Makefile.docupload: copy from X2Go Client.
      Makefile.docupload: adapt to this package.
      res/txt: create and add .placeholder file.
      Makefile: adapt to this package.
      debian/rules: switch to most of what X2Go Client uses, minus the Qt 
switching mechanism.
      debian/changelog: fixup.
      x2gokdriveclient.spec: no need to explicitly install the man pages any 
longer, drop.
      debian/control: add BD: man2html.
      x2gokdriveclient.spec: add Enhances: x2goclient.
      debian/x2gokdriveclient.install: remove, we'll handle this differently.
      Makefile: install VERSION file into SHAREDIR/x2go/versions/.
      x2gokdriveclient.spec: add version file to list of installed files.
      x2gokdriveclient.spec: fix package name, whoops.
      resources.qrc: move to res/.
      res/resources.qrc: remove res/ prefix.
      src/{client,extwin,menuframe}.cpp: remove res/ prefix from resource 
locations.
      res/: move image files to res/img/.
      src/{client,extwin,menuframe}.cpp: add img/ prefix to image files.
      x2gokdriveclient.pro: adapt to new layout.
      res/img/: create svg and img subdirectories, move files to them.
      src/{client,extwin,menuframe}.cpp: reference image files via 
subdirectories.
      res/resource.qrc: reference subdirectories.
      debian/rules: don't install x2gokdriveclient binary manually, the 
Makefile does that for us.
      x2gokdriveclient.spec: move make_call macro invocation to correct 
location.
      x2gokdriveclient.spec: add PREFIX to make call.
      debian/rules: try to export PREFIX to not install in the default prefix.
      x2gokdriveclient.spec: add BR: pkgconfig(zlib).
      AUTHORS: actually add file, whoops.
      .gitignore: copy from X2Go Client, adapt to this project.
      debian/changelog: move changes to x2gokdriveclient.spec to own subsection.
      x2gokdriveclient.spec: don't use Enhances: tag on CentOS 7 (but all other 
platforms).
      debian/changelog: fixup.
      misc: pre-release date update.
      x2gokdriveclient.pro: add VERSION variable, currently unused, but might 
become handy at a later point in time.
      x2gokdriveclient.pro: add translations support.
      res/: add i18n directory and x2gokdriveclient_de.ts translation file with 
the initial German translation.

Mike Gabriel (13):
      client.cpp: Set sz only when building for Windows. Avoid 'warning: 
variable ‘sz’ set but not used'.
      client.cpp: Fix 'error: format not a string literal and no format 
arguments'
      Add VERSION.x2gokdriveclient. Assume to start with 0.0.0.1.
      debian/*: Add DEB packaging files.
      man/man1/x2gokdriveclient.1: Add minimal man page.
      debian/x2gokdriveclient.manpages: Install man page into bin:pkg.
      debian/rules: Create usr/bin target folder before placing 
x2gokdriveclient executable in there.
      debian/x2gokdriveclient.install: Add VERSION file.
      Rename occurences of X2GoEphyr to X2GoKdrive.
      X.Org upstream spells it Kdrive, not KDrive.
      Revert "X.Org upstream spells it Kdrive, not KDrive."
      X.Org upstream spells it KDrive, not Kdrive.
      client.{cpp|h}: Don't hide Client::slotSelectionChanged on Linux. Older 
Qt5 version (as found in Debian stretch) choke on the ifdef'ed out code 
portions when parsing auto-generated moc_client.cpp.

Oleksandr Shneyder (67):
      Initial init on code.x2go.org.
      remove kdev file
      Send auth cookie to server.
      add keyboard grab for Linux-X11.
      add keyboard grab for Windows.
      Add server to client clipboard copy.
      fix unicode decoding in selection.
      Send selection to server.
      get data not from mime but from clipboard.
      specify clipboard mode, when getting data from clipboard.
      don't send cookie if don't have any.
      Fixes regarding Windows functionality.
      Improve FS mode for Windows.
      Improve full screen mode on Windows.
      Improve full screen mode on Linux.
      Another improvement for full screen mode on Linux.
      Print x2go client messages to stderr, for the cases if debug disabled by 
the system.
      Add floating tool bar.
      disable kbd input for toolbar.
      set default window geometry to 800x600.
      force client to send geometry event if the size of the display area is 
not changed after intiation for server to send initial image.
      identify screen, when user hovering the action in the multiple monitors 
menu.
      not use QClipboard class on Linux. It has problems mit INCR properties. 
Using XCB API instead.
      add xcb and xcb-fixes to deps.
      add command line argument --selection (both|none|server|client) to 
specify selection mode.
      send a recive feature versions.
      give server some time for initialization before sending version.
      support sending and recieving selections on demand. Support reading and 
writing INCR properties.
      include xcb/xproto.h header
      use zlib library to decompress compressed strings instead of built in QT 
function.
      Fix wrong buff name from previous commit.
      reiniting of frame and cursors caches if cache is corrupted.
      support for --debug command line argument.
      wait for server version before requesting main image.
      use QTextStream(stderr) instead of qDebug.
      use Qt::endl and Qt::hex in Qt >= 5.15 and endl and hex otherwise.
      use KDR_ENDL in destructor.
      revert to sprintf function for correct background in menuframe.cpp.
      output some important messages if not running in debug mode.
      fix building on Windows.
      rootless mode for x2gokdriveclient
      Focus handling
      Cursor, icon handling, min size
      Handling WM_DELETE_WINDOW
      Handling minimizing windows.
      Support for MS Windows in rootless mode.
      Improved display image updates.
      Repaint windows after changing number of windows or stack order.
      transition between kdrive and virtual desktop coordinates.
      Show in Windows taskbar only normal and dialog windows.
      Check for sufficient server version in rootless mode.
      - rootless mode for x2gokdrive.
      sending KEYRELEASE immediately after KEYPRESS to avoid the "key sticking".
      replace QByteArray::compare with operator ==.
      include <xcb/xproto.h> in extwin.h to fix build on leap423 and co
      fix server version checking
      reduce window updates when moving windows in rootless mode
      remove resizeWinFromServer code
      bring rootless window on top if server requesting
      rootless mode: if updated window not found, considering it as a new one.
      rootless mode: update window on focus events.
      normal mode: update window on focus events (MS Windows).
      rootles mode for Windows: disable resize animation, change background of 
display area, don't show window content and don't send geometry events while 
moving/resizing.
      add --noresize option to disable size changing of the window for user.
      support for sending frames over UDP. Some improvements in detecting of 
unchanged regions.
      - repaint window in rootless mode after move/resize to avoid repaint 
errors on Windows. - hide normal windows with visibility == 2 from taskbar.
      Merge branch 'master' of 
ssh://code.x2go.org:32032/srv/git/code.x2go.org/x2gokdriveclient

X2Go Release Manager (1):
      release 0.0.0.1

-----------------------------------------------------------------------

No new revisions were added by this update.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2gokdriveclient.git
_______________________________________________
x2go-tags mailing list
x2go-tags@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-tags

Reply via email to