Timeline
07/09/20:
- 18:21 Changeset in xpra [26938] by
- r26936 + r26937 backport: fix garbled terminal when ssh messages and …
- 18:18 Ticket #2836 (xpra top ssh:///:2) closed by
- fixed: Fixed in r26936 + r26937.
- 18:17 Changeset in xpra [26937] by
- #2836 wait for the 'server_connection_established' event so this also …
- 18:14 Changeset in xpra [26936] by
- #2836 wait until we are connected to the server before switching to …
- 17:21 Changeset in xpra [26935] by
- r26934 backport: fix suspend / resume errors with tray windows
- 17:20 Ticket #2833 ('ClientTray' object has no attribute 'unfreeze') closed by
- fixed: Thanks for the report, should be fixed in r26934.
- 17:20 Changeset in xpra [26934] by
- #2833 ensure we can call freeze / unfreeze on any 'window', even …
- 16:55 Changeset in xpra [26933] by
- add missing parts of patch revert
- 16:36 Changeset in xpra [26932] by
- use-display=auto should be safe as default
- 12:53 Ticket #2836 (xpra top ssh:///:2) created by
- […] enter needs to be pressed twice, and: […]
- 11:49 Ticket #2835 (UnboundLocalError: local variable 'app' referenced before assignment) created by
- […]
- 10:11 Changeset in xpra [26931] by
- validate encoding and image early (better unit tests output)
- 08:33 Changeset in xpra [26930] by
- #708 apply keyboard events patch until gtk merges it
- 03:12 Changeset in xpra [26929] by
- pyobjc 6.2.2
07/08/20:
- 17:58 Ticket #2834 (Xpra stop crashes X Display :0) created by
-
If I start an xpra session using
xpra start :100
, and then run the … - 13:16 Ticket #2833 ('ClientTray' object has no attribute 'unfreeze') created by
- Happened sometime during screen off/lock: […] And I do have a …
- 12:15 Changeset in xpra [26928] by
- use a Queue rather than deque because we need to be able to wait for …
- 10:31 Changeset in xpra [26927] by
- update release notes
- 10:08 Changeset in xpra [26926] by
- r26925 backport: fix Keymap_info.exe tool
- 10:06 Ticket #2830 (Keymap_info.exe cannot be run) closed by
- fixed: Thanks for reporting that! The GTK3 gi bindings require special care, …
- 09:57 Changeset in xpra [26925] by
- #2830 delay gi import so the platform initialization code can setup …
- 09:52 Changeset in xpra [26924] by
- r26923 backport: workaround so the session info window can be shrunk …
- 09:51 Ticket #2832 (Session Info window cannot be shrinked after maximizing) closed by
- fixed: I'm really not sure how to fix this properly, so r26923 is the hackish …
- 09:51 Changeset in xpra [26923] by
- #2832 add some padding so the window can be shrunk after being enlarged
- 09:24 Changeset in xpra [26922] by
- r26921 backport: add support for 'Ampere' architecture
- 09:24 Ticket #2829 (nvenc 10 and cuda 11) closed by
-
fixed: Done:
* r26916 remove deprecated
sm_30
architecture * r26917 fix … - 09:22 Changeset in xpra [26921] by
- #2829 add support for 'Ampere' architecture
- 09:21 Ticket #2832 (Session Info window cannot be shrinked after maximizing) created by
- If the Graph view is maximized, then the window cannot have its width …
- 09:16 Changeset in xpra [26920] by
- r26916 + r26919 backport: fix compatibility with CUDA 11 and warning …
- 09:14 Changeset in xpra [26919] by
- fix warning message when CUDA version is too old (older than 7.5)
- 08:49 Ticket #2831 ('Alt' keyboard shortcuts seem to not to be forwarded to the server ...) created by
- Ctrl+Shift+D, Ctrl+C works. Ctrl+Alt+Y, Ctrl+Shift+Alt+C don't work: …
- 08:43 Ticket #2830 (Keymap_info.exe cannot be run) created by
- […]
- 07:22 Changeset in xpra [26918] by
- r26917 backport: fix version detection with CUDA 11
- 06:46 Changeset in xpra [26917] by
- #2829 CUDA 11 changes the version string output..
- 06:37 Changeset in xpra [26916] by
- #2829 CUDA 11 no longer supports sm_30 / sm_32 compilation targets
- 06:34 Changeset in xpra [26915] by
- fix switch to deque: there is no qsize() method on a deque
- 05:15 Ticket #2829 (nvenc 10 and cuda 11) created by
- * [https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html …
07/07/20:
- 18:27 Changeset in xpra [26914] by
- bionic header have X264_CSP_HIGH_DEPTH, so use the X264_BUILD number …
- 18:16 Changeset in xpra [26913] by
- remove duplicated definition of enum
- 18:16 Changeset in xpra [26912] by
- #1462 fix building on older distros (ie: Ubuntu Bionic) that don't …
- 17:21 Changeset in xpra [26911] by
- fix compatibility with Ubuntu Bionic
- 17:14 Changeset in xpra [26910] by
- fixup r26909: comment out everywhere..
- 17:13 Changeset in xpra [26909] by
- fix compatibility with Debian Buster the lazy way: comment out the …
- 16:30 Changeset in xpra [26908] by
- #1462 support r210 10-bit encode with x264
- 16:19 Ticket #2828 (render GBRP10 in opengl client) created by
- Split from #1462
- 13:23 Changeset in xpra [26907] by
- python-zeroconf 0.28 (macos fixes)
07/06/20:
- 17:53 Changeset in xpra [26906] by
- prevent double events
- 17:25 Ticket #2827 (x264 and ffmpeg RPM conflicts) closed by
- fixed: Should be fixed in r26905. New RPMs will need to be uploaded to stable.
- 17:24 Changeset in xpra [26905] by
- #2827 fix rpm conflicts with other repositories providing x264 or ffmpeg
- 17:22 Ticket #2827 (x264 and ffmpeg RPM conflicts) created by
- Discovered as part of #1462, trying to inspect the 10-bit x264 stream. …
- 16:46 Ticket #2826 (more bit depths with opengl) closed by
- fixed: * r26895 cleanup * r26901 honour the pixel depth given on the command …
- 16:41 Ticket #2826 (more bit depths with opengl) created by
- Split from #1462.
- 16:39 Changeset in xpra [26904] by
- prepare for YUV422P10 support
- 16:37 Changeset in xpra [26903] by
- with bit depths higher than 32, use GL_RGBA16 for textures (should work)
- 16:35 Changeset in xpra [26902] by
- fix get_info: must use base types, also add internal-format
- 16:29 Changeset in xpra [26901] by
- honour the pixel depth given on the command line if we have one (makes …
- 15:53 Changeset in xpra [26900] by
- better assert message
- 13:41 Changeset in xpra [26899] by
- unused imports
- 13:14 Changeset in xpra [26898] by
- re-order for consistency
- 13:14 Changeset in xpra [26897] by
- simplify: no need for mask, the unused bits get squashed (ie: …
- 13:08 Changeset in xpra [26896] by
- we have to use video if that's all we have (no non video encodings), …
- 12:35 Changeset in xpra [26895] by
- add all known enums so we can print the actual format when we get an …
- 10:10 Changeset in xpra [26894] by
- better debug logging
07/05/20:
- 16:32 Ticket #2791 (Maximized windows appear either fully white or only are updating in half) closed by
- worksforme
- 15:16 Changeset in xpra [26893] by
- notification popups should not steal focus
- 15:16 Ticket #2655 (Network congestion popup: Topmost but not stealing focus) closed by
- fixed: Done in r26892. Could be backported as a fix.
- 15:14 Changeset in xpra [26892] by
- #2655 don't steal focus
- 15:06 Ticket #2816 (keyboard keystrokes are send to wrong (non wine) window) closed by
- needinfo: FWIW: the wine applications that I've tried worked out of the box with 4.0
- 15:05 Ticket #2798 (feature request: RDP translator) closed by
- needinfo: No reply, closing.
- 15:03 Ticket #2773 (pixel format conversion can restride) closed by
- fixed: Done in r26891.
- 15:03 Changeset in xpra [26891] by
- #2773 restride and switch pixel format at the same time
- 10:49 Ticket #2744 (more packet handlers for client sockets) closed by
- fixed: Done: * r26888 add window information, r26889 add backing details - …
- 10:45 Changeset in xpra [26890] by
- #2744 hook control commands
- 09:26 Changeset in xpra [26889] by
- #2744 add backing info, generalize so tray windows also get something
- 09:17 Changeset in xpra [26888] by
- #2744 add window information
- 09:04 Changeset in xpra [26887] by
- r26886 backport: fix very slow connection and disconnection due to …
- 07:32 Ticket #2710 (win32 shadow server slow to exit) closed by
-
fixed: It was caused by
mdns_updated
, added in r22709. We now use the … - 07:31 Changeset in xpra [26886] by
- #2710 use the background worker for mdns updates as those can be very …
- 06:54 Changeset in xpra [26885] by
- handle more packaging errors
- 06:53 Changeset in xpra [26884] by
- fixup r26883: eclipse didn't save the file..
- 06:52 Changeset in xpra [26883] by
- catch more errors when loading 'ceritifi' module and log them
- 06:13 Ticket #2628 (bump maximum resolution beyond 8K) closed by
- fixed: Merged in r26882. The memory usage will go up by 512MB, but this …
- 06:13 Changeset in xpra [26882] by
- #2628 increase maximum resolution supported (also increases memory usage..)
07/04/20:
- 19:28 Ticket #2627 (qrcode connection string) closed by
-
fixed: Updates:
* r26872 ctypes version for when
python-qrencode
is not … - 19:28 Changeset in xpra [26881] by
- #2627 packaging for macos
- 19:21 Changeset in xpra [26880] by
- #2627 cut&paste gone wrong
- 19:15 Changeset in xpra [26879] by
- replace hackish buggy code with find_library()
- 19:05 Changeset in xpra [26878] by
- must use autoreconf, doesn't look like non-srcdir are supported either
- 19:02 Changeset in xpra [26877] by
- #2627 install qrencode library
- 19:01 Changeset in xpra [26876] by
- #2627 on win32, load using dll
- 18:59 Changeset in xpra [26875] by
- oops: use the checksum of the xz archive
- 18:56 Changeset in xpra [26874] by
- vorbis 1.3.7
- 18:52 Changeset in xpra [26873] by
- #2627 build libqrencode
- 18:47 Changeset in xpra [26872] by
- #2627 if we don't have python-qrencode installed, use ctypes
- 17:57 Packaging/DistributionPackages/Ubuntu edited by
- (diff)
- 16:38 Changeset in xpra [26871] by
- #2627 show QR code with http(s) connection URI from tray menu
- 16:37 Changeset in xpra [26870] by
- simplify imports and fix lint warning
- 10:09 Changeset in xpra [26869] by
- update release notes
- 09:25 Changeset in xpra [26868] by
- #2820 workaround python2 naming conflicts on RHEL / CentOS 7
07/03/20:
- 07:41 Ticket #2825 (Getting just a black xwyland0 screen) closed by
-
invalid:
shadow
does not support wayland sessions, see #387 PS: as per …
07/02/20:
- 18:56 Ticket #2825 (Getting just a black xwyland0 screen) created by
- Brand new setup/install on both platforms. SERVER - Linux Fedora 32 …
- 17:00 Changeset in xpra [26867] by
- r26864 backport: fix division by zero errors during window cleanup
- 16:39 Changeset in xpra [26866] by
- timestamp can be identical
- 15:42 Changeset in xpra [26865] by
- allow GUI password prompt for 'stop' and 'exit' subcommands
- 15:11 Changeset in xpra [26864] by
- avoid division by zero errors during window cleanup
- 14:16 Changeset in xpra [26863] by
- fixup r26862: don't assume the string is not None here..
- 14:15 Changeset in xpra [26862] by
- accept the usual strings for boolean environment variables
- 11:55 Changeset in xpra [26861] by
- support saving screenshot to stdout using '-' filename
- 08:08 Changeset in xpra [26860] by
- #2539 use the headerbar in more cases: we can rely on the drawing_area …
- 06:50 Changeset in xpra [26859] by
- make code more readable
- 06:49 Changeset in xpra [26858] by
- remove uncooked size hints we never use
- 05:50 Changeset in xpra [26857] by
- use gtk to get workarea geometry
- 05:34 Changeset in xpra [26856] by
- simplify: we don't support MacOS older than 10.12
- 05:30 Changeset in xpra [26855] by
- simplify: we don't support GTK versions without those methods
- 05:26 Changeset in xpra [26854] by
- use 'desktop' content-type for desktop mode and VNC clients
07/01/20:
- 15:56 Changeset in xpra [26853] by
- r26852 backport: fix windows not getting focused when clicking on title bar
- 15:51 Changeset in xpra [26852] by
- fix clicks on header bar not focusing the window
06/30/20:
- 14:56 Changeset in xpra [26851] by
- code has been removed: nothing to test
- 14:56 Changeset in xpra [26850] by
- remove all the nested main loop workaround remnants: just assume …
- 14:36 Changeset in xpra [26849] by
- python-ldap 3.3.1
- 14:32 Changeset in xpra [26848] by
- pillow 7.2.0
- 13:39 Changeset in xpra [26847] by
- oops: capsget has been removed
- 13:28 Usage/OpenGL edited by
- (diff)
- 10:12 Ticket #2824 (honour size-contraints with the headerbar) created by
- 10:07 Changeset in xpra [26846] by
- webcam doesn't work on win32 with a default config
- 10:07 Changeset in xpra [26845] by
- #2539 control the headerbar using a command line option
- 09:40 Ticket #2650 (google-chrome: cannot attach tab back to a window) closed by
- fixed: While acting weird (two maximized windows want to steal each others …
06/29/20:
- 12:45 Changeset in xpra [26844] by
- #2823 ensure we always cancel the moveresize timer when we exit …
- 12:42 Ticket #2823 (initiate moveresize broken on macos) created by
- Tested with gedit. Only the top of the window can be used to resize, …
- 12:23 Changeset in xpra [26843] by
- remove unused import
- 11:55 Changeset in xpra [26842] by
- silence some more annoying gtk warnings we can't do anything about
- 11:47 Changeset in xpra [26841] by
- r26840 backport: sshfp needs the python dns module
- 11:45 Changeset in xpra [26840] by
- sshfp requires the python dns module
- 11:39 Changeset in xpra [26839] by
- don't use title-bar on macos by default, but do enable the window icon …
- 10:31 Changeset in xpra [26838] by
- cffi depends on libffi and should be rebuilt
06/28/20:
- 17:12 Ticket #2822 (gtk3 > 3.24.10 crash during opengl probing) closed by
- fixed: Solved by reverting the faulty patch in r26837. Asked upstream about …
- 17:10 Changeset in xpra [26837] by
- #2822 revert the commit that causes the crash
- 15:45 Changeset in xpra [26836] by
- r26835 backport: silence unhelpful gtk warnings on macos
- 15:44 Changeset in xpra [26835] by
- silence some annoying gtk warnings on macos
- 12:45 Ticket #2821 (cups printing from html client not working) closed by
- fixed: I have manually delete printer from CUPS. Now I can get printed …
- 11:42 Changeset in xpra [26834] by
- ensure we always have a draw canvas (fixes errors with 'scroll' encoding?)
- 11:32 Changeset in xpra [26833] by
- eclipse pasted something it should not have
- 10:54 Changeset in xpra [26832] by
- r26831 backport: fix printing errors with unicode filenames and python3
- 10:37 Changeset in xpra [26831] by
- #2821 try harder to decode utf8 values (filename, document title, etc)
- 10:19 Changeset in xpra [26830] by
- align left
- 10:14 Changeset in xpra [26829] by
- keep things aligned in output
06/27/20:
- 17:52 Ticket #2822 (gtk3 > 3.24.10 crash during opengl probing) created by
- We had to revert the upgrade from 3.24.10 to 3.24.14: r25870. We also …
- 17:08 Changeset in xpra [26828] by
- r26827 backport: fix printing errors with some shell character encodings
- 16:53 Changeset in xpra [26827] by
- #2821 avoid trying to interpret the data coming from the stdin pipe, …
- 16:33 Ticket #2821 (cups printing from html client not working) created by
- I want to print documnt from Libreoffice Writer. When from printers …
- 16:22 Changeset in xpra [26826] by
- #2540 fix packaging for man page
- 14:37 Changeset in xpra [26825] by
- oops: repo must be defined
- 14:35 Changeset in xpra [26824] by
- moduleset updates: merge from upstream
- 11:17 Changeset in xpra [26823] by
- don't change the API (fixes unit test)
- 11:17 Changeset in xpra [26822] by
- also hide dock for opengl probe
- 10:42 Changeset in xpra [26821] by
- r26815 backport: fix invalid system version requirements in hidden sub …
- 10:37 Changeset in xpra [26820] by
- cleanup
- 10:37 Changeset in xpra [26819] by
- #2540 hide the macos dock for the splash screen
- 10:18 Changeset in xpra [26818] by
- make sure the window is seen on macos
- 10:17 Changeset in xpra [26817] by
- prevent window from resizing when we update the progress bar: allocate …
- 10:16 Changeset in xpra [26816] by
- avoid pylint warning
- 07:53 Changeset in xpra [26815] by
- the sub-app has the same system version requirements
- 07:28 Changeset in xpra [26814] by
- #2540 use a popup window, disable startup notification
06/26/20:
- 17:34 Ticket #2820 (Installing Cinnamon yum package group does not work on CentOS 7 ...) created by
- Cinnamon requires python-pillow which is found in base/7/x86_64 repo. …
- 10:47 Ticket #2540 (add splash screen) closed by
- fixed: Updates: * r26805 use threads, works on win32 * r26810 show …
- 10:45 Changeset in xpra [26813] by
- #2540 fake gradual progress during events
- 10:44 Changeset in xpra [26812] by
- #2540 don't error out if the splash screen exits and we can't send it …
- 10:31 Changeset in xpra [26811] by
- #2540 add more steps for remote server start
- 05:24 Changeset in xpra [26810] by
- #2540 always show a label, even when progress is complete, since the …
- 05:09 Changeset in xpra [26809] by
- better error message format
- 05:08 Changeset in xpra [26808] by
- remove unused code
- 05:06 Changeset in xpra [26807] by
- unused imports
06/25/20:
- 17:21 Changeset in xpra [26806] by
- xxHash 0.7.4
- 17:10 Changeset in xpra [26805] by
- #2540 use threading instead of gio, so it works on win32
- 16:58 Changeset in xpra [26804] by
- remove unused code
- 16:19 Changeset in xpra [26803] by
- #2540 splash screen using a separate process
- 15:29 Ticket #2819 (Shift key) created by
- I'm running the xpra server v4.0.2-r26625-1 on Debian 10. In …
- 15:18 Ticket #2817 (v4.0.x\src/xpra/client/client_tray.py", line 102, in reconfigure) closed by
- duplicate: Duplicate of #2805
- 15:15 Ticket #2818 (Re-attaching session damages server) created by
- Creating the following session: client r26623, server r26630 […] …
- 14:58 Ticket #2817 (v4.0.x\src/xpra/client/client_tray.py", line 102, in reconfigure) created by
- client r26623, server r26630 […] Take the report with a grain of …
- 09:48 Changeset in xpra [26802] by
- simplify
- 05:28 Changeset in xpra [26801] by
- r26799 backport: fix toolbox examples when running under wayland
- 05:26 Changeset in xpra [26800] by
- fix warnings
- 05:26 Changeset in xpra [26799] by
- fix toolbox examples when running under wayland with CSD
- 04:36 Packaging/DistributionPackages/Ubuntu edited by
- (diff)
06/24/20:
- 15:51 Ticket #2816 (keyboard keystrokes are send to wrong (non wine) window) created by
- It's more like xpra-3.0.7 - works fine xpra-3.0.9 - broken - …
- 15:37 Changeset in xpra [26798] by
- if the timestamp values are out of order, log a warning and don't try …
- 15:28 Ticket #2815 (even faster server startup) closed by
- fixed: Not going to deal with dbus for now because it's too hard to tell …
- 14:39 Changeset in xpra [26797] by
- #2815 load the menu in a dedicated thread so startup can be completed …
- 14:31 Changeset in xpra [26796] by
- #2815 setup audio in a dedicated thread since it is mostly waiting for …
- 13:36 Changeset in xpra [26795] by
- avoid warning if we have a value which is not a typical boolean, ie: …
- 13:30 Changeset in xpra [26794] by
- shortcut for unspecified ipv6 address '::'
- 08:03 Ticket #2815 (even faster server startup) created by
- Same as #2341, but better. Re-visiting this for #2813. Server startup …
06/23/20:
- 08:41 Download edited by
- (diff)
- 08:38 DPI edited by
- (diff)
- 08:37 Usage edited by
- (diff)
- 08:36 Usage edited by
- (diff)
- 08:31 Packaging/DistributionPackages/Ubuntu edited by
- (diff)
- 08:27 Packaging/DistributionPackages/Ubuntu created by
- 07:21 Packaging/DistributionPackages edited by
- (diff)
- 03:52 Changeset in xpra [26793] by
- r26008 + r26014 backport: discard invalid clipboard requests early
06/22/20:
- 11:19 Ticket #2814 (xpra shadow starts and dies by itself) created by
- 2020-06-22 12:09:55,686 xpra GTK3 shadow version 3.0.10-r26630 64-bit …
06/21/20:
- 05:29 Changeset in xpra [26792] by
- numpy 1.19.0
06/20/20:
- 16:22 Ticket #2797 (running on linux unknown) closed by
- needinfo: Thanks for the command line. > `.. -file-transfer=no --mdns=no …
- 16:11 Changeset in xpra [26791] by
- r26790 backport: avoid opengl warning with wayland
- 16:09 Changeset in xpra [26790] by
- avoid opengl warning with wayland, don't bother trying to run the probe
- 13:47 Changeset in xpra [26789] by
- undo changes wrongly committed as part of r26739
- 08:18 Ticket #2813 (bundle a better run_scaled) closed by
- fixed: Updates: * r26784 man page * r26785 packaging * r26786 derp * r26787 …
- 08:03 Changeset in xpra [26788] by
- #2813 fix tabs, use Xvfb if installed (slightly faster), exec xpra to …
- 06:45 Changeset in xpra [26787] by
- #2813 split up the code into more readable functions - don't bother …
- 05:10 Changeset in xpra [26786] by
- #2813 oops, fix default invocation without scale argument, actually …
- 05:02 Changeset in xpra [26785] by
- #2813 add packaging for man page
- 05:01 Changeset in xpra [26784] by
- #2813 add 'run_scaled' man page, support fraction and percentage as …
06/19/20:
- 17:51 Changeset in xpra [26783] by
- r26777 + r26778 backport: add extra environment variables to try to …
- 17:40 Changeset in xpra [26782] by
- #2813 add basic script with X11 screen detection (fallback to GTK for …
- 17:38 Changeset in xpra [26781] by
- use the same rounding here we use elsewhere
- 17:37 Changeset in xpra [26780] by
- #2813 by default, use $DISPLAY
- 16:07 Changeset in xpra [26779] by
- #2813 honour resize-display flag when upgrading
- 09:44 Ticket #2813 (bundle a better run_scaled) created by
- https://github.com/kaueraal/run_scaled/blob/master/run_scaled uses …
- 09:39 Changeset in xpra [26778] by
- try to disable Qt automatic scaling
- 09:28 Changeset in xpra [26777] by
- also turn off GDK's dpi scale
- 06:25 Changeset in xpra [26776] by
- the virtualbox video driver no longer causes crashes during probing …
- 03:35 Ticket #2812 (Cluttered network doesn't seem to get detected quickly enough for ...) created by
- Not sure the versions matter, but testing with stable (4.0.1) Windows …
06/18/20:
- 18:14 Changeset in xpra [26775] by
- cython 0.29.20
- 18:13 Changeset in xpra [26774] by
- cython 0.29.20
- 17:16 Changeset in xpra [26773] by
- r26772 backport: RPM spec file fix
- 17:15 Changeset in xpra [26772] by
- centos 8.2 will fail to build unless we specify python3
- 17:06 Changeset in xpra [26771] by
- r26769 + r26770 backport: RPM spec file fixes
- 17:05 Changeset in xpra [26770] by
- fix bogus date in changelog
- 17:04 Changeset in xpra [26769] by
- %if got removed, this got left over..
- 17:02 Changeset in xpra [26768] by
- r26765 + r26766 + r26767 backport: RPM spec file fixes
- 17:01 Changeset in xpra [26767] by
- fix build path (there is only python3 now)
- 16:58 Changeset in xpra [26766] by
- fix typo in changelog date
- 16:56 Changeset in xpra [26765] by
- centos 8.2 will fail to build if we don't use python3 explicitly
- 10:07 Changeset in xpra [26764] by
- add latest fix to the release notes
- 10:05 Changeset in xpra [26763] by
- r26762 backport: fix rfb connections missing all screen updates
- 10:00 Ticket #2811 (rfb screen updates frozen) closed by
- fixed: Bisecting: * r24000 OK (but keyboard is broken) * r25000 bad * r24500 …
- 10:00 Changeset in xpra [26762] by
- #2811 fixup r24911: rfb servers don't implement 'WindowsMixin?' but …
- 09:59 Changeset in xpra [26761] by
- if port is not specified, don't add it to the uri
- 09:26 Ticket #2811 (rfb screen updates frozen) created by
- Original ticket: #1620 Reported on the mailing list: …
- 09:25 Changeset in xpra [26760] by
- duplicated import caused failures
- 06:20 Clients/HTML5 edited by
- (diff)
- 06:16 Nginx edited by
- (diff)
- 06:16 Apache created by
- 06:14 Clients/HTML5 edited by
- add proxy section, link to apache page (diff)
06/17/20:
- 17:05 Ticket #451 (libva accelerated encoding) closed by
- fixed: Updates: * r26749 hide warnings and messages during initialization / …
- 16:36 Changeset in xpra [26759] by
- #451 slightly more generic code
- 16:31 Changeset in xpra [26758] by
- fix spelling
- 16:26 Changeset in xpra [26757] by
- #451 also honour the prefered encoding order when ranking video …
- 16:11 Changeset in xpra [26756] by
- #451 set profile for all codecs, support plain vp8
- 13:31 Changeset in xpra [26755] by
- #451 list options during probing, pass all options to init_encoder, …
- 09:20 Changeset in xpra [26754] by
- #451 make codec options access type safe
- 08:29 Changeset in xpra [26753] by
- remove complicate logic for 'vp9' support on win32: just require ffmpeg v3+
- 07:14 Changeset in xpra [26752] by
- #451 use a 'nogil' fast path for the log callback and only acquire the …
- 07:13 Changeset in xpra [26751] by
- #451 don't bother trying to load vaapi on non-Linux os, add info logging
- 07:01 Changeset in xpra [26750] by
- make it possible to log all messages, including 'TRACE' level, even …
- 06:58 Changeset in xpra [26749] by
- suspend_nonfatal_logging during vaapi checks, don't log warnings for …
- 05:47 Changeset in xpra [26748] by
- use xz archive
- 05:03 Changeset in xpra [26747] by
- ffmpeg 4.3
06/16/20:
- 17:19 Changeset in xpra [26746] by
- update release notes
- 17:08 Changeset in xpra [26745] by
- r26400 backport fix race condition in window statistics
- 17:05 Changeset in xpra [26744] by
- r26594 backport: deal with window initialization errors on startup …
- 17:03 Changeset in xpra [26743] by
- r26654 backport: fix tray errors when we fail to get a geometry value …
- 17:00 Changeset in xpra [26742] by
- r26724 backport: fix garbage going into the pixel format object
- 16:59 Changeset in xpra [26741] by
- r26734 backport: csc_swscale was getting recycled every time, causing …
- 16:59 Changeset in xpra [26740] by
- r25703 backport: a warning is enough for invalid map events
- 16:37 Changeset in xpra [26739] by
- update release notes
- 16:17 Ticket #2725 (libjpeg-turbo packaging version semantics collides with CentOS 7 (base ...) closed by
- wontfix: FYI: CentOS 8.0 needed the package, but 8.1 onwards do not... It has …
- 11:12 Changeset in xpra [26738] by
- tune costs of vaapi hardware encoders (similar values to nvenc)
- 11:12 Changeset in xpra [26737] by
- #451 add 'NV12' to heuristics (same as 'YUV420P')
- 11:01 Changeset in xpra [26736] by
- #451 support argb scaling before converting to nv12
- 08:52 Changeset in xpra [26735] by
- r26734 backport: csc_swscale was getting recycled every time, causing …
- 08:51 Changeset in xpra [26734] by
- fix csc_swscale wrongly marked as closed when it isn't
06/15/20:
- 18:21 Changeset in xpra [26733] by
- remove workaround for older versions of Ubuntu as those are no longer …
- 18:20 Changeset in xpra [26732] by
- r26724 backport: fix garbage going into the pixel format object
- 16:41 Changeset in xpra [26731] by
- don't log options for AVCodecContext, as there are too many and most …
- 16:26 Changeset in xpra [26730] by
- #451 we can't scale NV12 as the U and V channels are mixed / …
- 12:47 Changeset in xpra [26729] by
- don't add 'grayscale' twice
- 11:34 Changeset in xpra [26728] by
- we don't support old versions of libswscale
- 10:48 Changeset in xpra [26727] by
- add more type hints
- 10:37 Changeset in xpra [26726] by
- add type hints
- 05:13 Changeset in xpra [26725] by
- #451 add NV12 to swscale
- 05:10 Changeset in xpra [26724] by
- fix garbage going into the pixel format names (temporary references) …
- 05:06 Changeset in xpra [26723] by
- fixup r26720
- 04:24 Changeset in xpra [26722] by
- #451 enable vaapi in ffmpeg rpm
06/14/20:
- 16:27 Ticket #1666 (intel quick sync for jpeg encode acceleration) closed by
-
wontfix: It is
nonfree
and doesn't work, whereas vaapi does: #451. - 16:22 Changeset in xpra [26721] by
- #451 use vaapi encoders if they're available
- 13:13 Changeset in xpra [26720] by
- #451 libyuv support for NV12
- 12:38 Changeset in xpra [26719] by
- pyobjc 6.2.1
06/13/20:
- 15:49 Ticket #2700 (xpra list add session names) closed by
- fixed: > v4 server is too much in the future for me, so I guess fixed? Done. …
- 13:18 Changeset in xpra [26718] by
- oops: remove size args
- 13:01 Changeset in xpra [26717] by
- remove size argument, get it from the image metadata
- 12:56 Changeset in xpra [26716] by
- remove unused options argument
- 12:53 Changeset in xpra [26715] by
- update self test with new decompress_to_yuv signature (no more size arg)
- 11:00 Changeset in xpra [26714] by
- #2700 add 'list-windows' subcommand
- 08:26 Changeset in xpra [26713] by
- r26712 backport: update mdns records when the session name changes
- 08:10 Changeset in xpra [26712] by
- update mdns records when the session is renamed
- 07:55 Ticket #2647 (Detecting or setting up MIT-SHM) closed by
- needinfo: Not heard back, closing.
- 07:54 Ticket #2810 (control scroll encoding using regular options) closed by
- fixed: Points from comment:1 addressed in r26711.
- 07:54 Changeset in xpra [26711] by
- #2810 use 'scroll' as a regular registered encoder method
06/12/20:
- 18:53 Ticket #2632 (shadow cannot shift+arrow select) reopened by
- This is broken in the 4.0.2-r26625-1 branch. I was able to reproduce …
- 17:26 Changeset in xpra [26710] by
- #2810 handle 'scroll' encoding via command line
- 17:05 Changeset in xpra [26709] by
- only honour the clipboard toggle if we still have a valid client connection
- 16:38 Changeset in xpra [26708] by
- if we can't find xpra.src_info and we're not building from an svn …
- 16:00 Ticket #2810 (control scroll encoding using regular options) created by
-
Move away from environment variables and just honour
--encodings=
… - 15:58 Changeset in xpra [26707] by
- add debug logging
- 15:58 Changeset in xpra [26706] by
- remove scary warning
- 15:57 Changeset in xpra [26705] by
- make it possible to enable debug for some modules - don't silence it
- 15:57 Changeset in xpra [26704] by
- to get the correct list of encodings, we have to call …
- 14:58 Changeset in xpra [26703] by
- support specifying scaling options using percentages and ratios
- 08:53 Ticket #2809 (Core for your thoughts?) closed by
-
fixed: This
AssertionError
in_process_map_window
had already been fixed … - 08:52 Changeset in xpra [26702] by
- r25703 backport: a warning is enough for invalid map events
- 08:06 Ticket #2809 (Core for your thoughts?) created by
- The timestamp looks like the time I was closing up everything. As …
06/11/20:
- 17:13 Changeset in xpra [26701] by
- size arguments have been removed
- 16:37 Ticket #1713 (black and white mode) closed by
-
fixed: Updates:
* r26698 adds
grayscale
as a valid encoding option, ie: … - 16:36 Changeset in xpra [26700] by
- #1713 use csc_libyuv ARGBGrayTo so we can still use video codecs in …
- 15:33 Changeset in xpra [26699] by
- #1713 use pillow to also support grayscale with 'jpeg' and 'webp'
- 14:03 Changeset in xpra [26698] by
- #1713 add 'grayscale' as an encoding option, for now this is just an …
- 13:45 Changeset in xpra [26697] by
- h265 problems have been resolved? (at least usable via nvenc and x265 …
- 13:42 Changeset in xpra [26696] by
- the value should always exist, but let's make the intent clearer
- 09:53 Changeset in xpra [26695] by
- simplify
- 09:51 Changeset in xpra [26694] by
- unused var
- 09:51 Changeset in xpra [26693] by
- remove remnants of 'delta' compression
- 09:44 Changeset in xpra [26692] by
- r26682 backport: fix clipboard data sometimes missing when ownership …
- 09:42 Changeset in xpra [26691] by
- r26683 partial backport: honour 'want-targets' flag
- 09:39 Changeset in xpra [26690] by
- this function always returns an instance when we specify arguments
- 09:36 Ticket #273 (macos to handle more clipboard formats, converting them on the fly) closed by
- fixed: MacOS clipboard updates: * r26670 implements images support, for other …
- 09:31 Changeset in xpra [26689] by
- #273 fix setting images on clipboard: clearContents() first, use …
- 08:59 Changeset in xpra [26688] by
- #273 / #2807: handle more types, better error handling, etc
- 08:04 Changeset in xpra [26687] by
- doh: fix tiff header detection, was off by one
- 08:02 Changeset in xpra [26686] by
- show hex header of files we don't recognize
- 07:46 Changeset in xpra [26685] by
- add debug logging
- 07:44 Changeset in xpra [26684] by
- better debug logging, do process images through pillow if we need a …
- 07:08 Changeset in xpra [26683] by
- #273 / #2807: handle NSPasteboardTypeURL as text, add more png / tiff …
- 07:05 Changeset in xpra [26682] by
- if the client is 'greedy' or 'wants-targets', we need to send a new …
- 07:03 Changeset in xpra [26681] by
- don't wait to send the token if the client is not 'want-targets' or …
- 07:01 Changeset in xpra [26680] by
- simplify: remove duplicated timer logic done in schedule_emit_token
- 06:23 Changeset in xpra [26679] by
- fixup r26678: typo
- 06:22 Changeset in xpra [26678] by
- better debug logging of target filtering
- 06:17 Changeset in xpra [26677] by
- fixup r26675
- 06:04 Changeset in xpra [26676] by
- #2745 pycups 2.0.1
- 05:56 Changeset in xpra [26675] by
- if auth is set to an empty string (which is not a valid option), …
- 02:53 Changeset in xpra [26674] by
- fix archlinux build root stripping
- 02:49 Changeset in xpra [26673] by
- fix arch path stripping
06/10/20:
- 17:38 Changeset in xpra [26672] by
- add targets debug logging
- 17:36 Changeset in xpra [26671] by
- cairo_paint_from_source now takes extra render width / height arguments
- 17:29 Ticket #2808 (sanitize clipboard images both ways) created by
- But only add watermark in one direction. There is no real reason to …
- 17:28 Ticket #2807 (macos: handle more clipboard data type) created by
- Following up #273. …
- 17:25 Changeset in xpra [26670] by
- #273 add support for getting and setting images from the macos clipboard
- 10:23 Changeset in xpra [26669] by
- r26667 backport: fix error in main thread checker
- 10:11 Changeset in xpra [26668] by
- #2052 handle scaling during the backing paint rather than the …
- 08:50 Changeset in xpra [26667] by
- fix error in main thread checker
- 06:50 Changeset in xpra [26666] by
- missed from r26663
- 06:50 Changeset in xpra [26665] by
- #2052 the encoding properties and _set_backing_size already take care …
- 06:39 Changeset in xpra [26664] by
- #2052 ensure that the gl backend also honours window gravity when resizing
- 06:34 Changeset in xpra [26663] by
- #2052 remove delta compression support
- 03:38 Changeset in xpra [26662] by
- remove winswitch
06/09/20:
- 18:39 Ticket #2806 (Xpra breaks X server) closed by
- invalid: This is not an xpra bug. This is due to changes made by Debian or …
- 18:28 Ticket #2806 (Xpra breaks X server) created by
- Xpra itself works well. However it breaks X server when resuming from …
- 18:17 Building/Raspbian edited by
- (diff)
- 18:17 Building/Raspbian edited by
- (diff)
- 17:43 Changeset in xpra [26661] by
- update release notes
- 17:38 Changeset in xpra [26660] by
- version bump + update release notes
- 17:22 Changeset in xpra [26659] by
- r26658 backport: ensure the minimum video scaling value is honoured
- 17:20 Changeset in xpra [26658] by
- also honour the minimum video scaling value when choosing a scaling …
- 17:19 Changeset in xpra [26657] by
- #2052 fixup r26652 (variable scope issue)
- 16:54 Changeset in xpra [26656] by
- #2052 use the pillow encoder and downscale the image before …
- 10:22 Changeset in xpra [26655] by
- r26654 backport: fix tray errors when we fail to get a geometry value …
- 10:21 Ticket #2805 (Error at jetbrains-toolbox tray icon) closed by
- fixed: Fixed in r26654. FYI: 4.0 is a bit old.
- 10:21 Changeset in xpra [26654] by
- #2805 use a default geometry if somehow we can't get the real one
- 08:34 Changeset in xpra [26653] by
- add type hints
- 08:24 Ticket #2805 (Error at jetbrains-toolbox tray icon) created by
- […] Program can be downloaded from: …
- 07:52 Changeset in xpra [26652] by
- #2052 part 1: tell the server about the client's render-size so the …
- 06:58 Changeset in xpra [26651] by
- add type hints
Note: See TracTimeline
for information about the timeline view.