[X2Go-Commits] [x2gokdriveclient] 02/26: debian/changelog: fixup, sort chronologically.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 24 17:17:30 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gokdriveclient.
commit b3a6aef5f0ea478e12a6712fd36bd9c4166fd0ef
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Feb 24 14:39:10 2023 +0100
debian/changelog: fixup, sort chronologically.
---
debian/changelog | 70 +++++++++++++++++++++++++++++++-------------------------
1 file changed, 39 insertions(+), 31 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eba6ce3..cd512fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,41 +1,26 @@
x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
- [ Mike Gabriel ]
- * Initial release:
- - 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.
-
- [ Mihai Moldovan ]
- * Initial release:
- - x2gokdriveclient.pro: we require C++11, so set this via CONFIG. Mostly
- for documentation purposes, since this feature should be enabled by
- default.
- - x2gokdriveclient.pro: whitespace only.
- - client.cpp: allow building with Qt 5.8-, which does not support
- QWidget::setWindowFlag (). Use QWidget::setWindowFlags () with
- QWidget::windowFlags () and an additional call to show () instead on
- older platforms.
- - x2gokdriveclient.spec: add for RPM support, copied from X2Go Client.
- * debian/rules:
- * Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them.
- Especially needed for C++11 support.
-
[ Oleksandr Shneyder ]
- * Add floating tool bar.
+ * Initial release:
+ - 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.
+ - 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.
+ - 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.
+ - 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.
+ - use zlib library to decompress compressed strings instead of built in QT
+ function.
- reiniting of frame and cursors caches if cache is corrupted.
- support for --debug command line argument.
- wait for server version before requesting main image.
@@ -47,7 +32,8 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
- fix building on Windows.
- rootless mode for x2gokdrive.
- improve WM updates procedure.
- - sending KEYRELEASE immediately after KEYPRESS to avoid the "key sticking".
+ - 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
@@ -59,9 +45,31 @@ x2gokdriveclient (0.0.0.1-0x2go1) UNRELEASED; urgency=medium
- 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.
+ 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.
+ [ Mike Gabriel ]
+ * Initial release:
+ - 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.
+
+ [ Mihai Moldovan ]
+ * Initial release:
+ - x2gokdriveclient.pro: we require C++11, so set this via CONFIG. Mostly
+ for documentation purposes, since this feature should be enabled by
+ default.
+ - x2gokdriveclient.pro: whitespace only.
+ - client.cpp: allow building with Qt 5.8-, which does not support
+ QWidget::setWindowFlag (). Use QWidget::setWindowFlags () with
+ QWidget::windowFlags () and an additional call to show () instead on
+ older platforms.
+ - x2gokdriveclient.spec: add for RPM support, copied from X2Go Client.
+ * debian/rules:
+ * Let qmake add general Qt {C{,XX},L}FLAGS instead of overriding them.
+ Especially needed for C++11 support.
+
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Tue, 04 Jun 2019 11:10:43 +0200
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdriveclient.git
More information about the x2go-commits
mailing list