Timeline
05/18/18:
05/17/18:
- 22:33 Changeset in xpra [19335] by
- fix has for netifaces
05/16/18:
- 18:11 Changeset in xpra [19334] by
- r19329 + r19333 backport: add CFLAGS and LDFLAGS env vars at the end
- 15:33 Ticket #1849 (launcher icons not shown collected on taskbar) created by
- Active Xpra Launcher session icons are shown separately on Windows 10 …
- 13:24 Changeset in xpra [19333] by
- make sure CFLAGS are only added to compile args and LDFLAGS to link args
- 07:52 Ticket #1848 (true html5 fullscreen) created by
- When an application requests to go fullscreen, we should make the …
- 07:33 Ticket #1847 (html5 native notifications api) created by
- Related to #1788. See also r18987, #1670, #1492. Links: * …
- 07:20 Ticket #1846 (decode images in worker) created by
- See …
- 07:17 Ticket #1845 (html5 screenshots) created by
- Could be useful for debugging rendering issues. See …
- 07:14 Clients/HTML5 edited by
- (diff)
- 06:42 Ticket #1844 (async clipboard api) created by
- See [https://developers.google.com/web/updates/2018/03/clipboardapi …
- 06:36 Ticket #1843 (webauthn) created by
- Follow up from #1789, this is the html5 version. See …
- 05:46 Changeset in xpra [19332] by
- prevent latency values from ever reaching zero so we never divide by …
05/15/18:
- 20:15 Ticket #1842 (x264 packages missing for CentOS/RHEL 7) closed by
- fixed: Thanks! The packages are now installing.
- 19:20 Changeset in xpra [19331] by
- r19330 backport: increase unit test fail timeout
- 19:19 Changeset in xpra [19330] by
- constify timeout and increase to 1 second
- 18:50 Changeset in xpra [19329] by
- process CFLAGS and LDFLAGS env vars last so they can override (almost) …
- 18:14 Changeset in xpra [19328] by
- r19327 backport: workaround for distros that don't patch distutils
- 18:13 Ticket #1080 (strict-aliasing rules build failures on some platforms) closed by
- fixed: > The patch mentioned above works on trunk and 2.3. Thanks, applied in …
- 18:12 Changeset in xpra [19327] by
- #1080: for distros that don't patch distutils, we have to add the …
- 17:13 Changeset in xpra [19326] by
- fix day-of-week in changelog entry
- 15:18 Ticket #1842 (x264 packages missing for CentOS/RHEL 7) created by
- When trying to install using the CentOS 7 or RHEL 7 repos, I get this …
- 11:06 Changeset in xpra [19325] by
- expose params via xpra info
- 09:59 Changeset in xpra [19324] by
- if we don't detect the video region, pass the content-type as source …
- 09:52 Changeset in xpra [19323] by
- #1839: apply 'fastdecode' tweaks after tuning the preset and profile
- 09:03 Changeset in xpra [19322] by
- other tune settings can have delayed frames without b-frames
- 06:36 Changeset in xpra [19321] by
- #1839: tell the server to prefer 'h264.fast-decode', use this switch …
- 06:21 Changeset in xpra [19320] by
- restore speed and quality when we override it for one picture
- 05:45 Changeset in xpra [19319] by
- remove unused code
- 05:35 Changeset in xpra [19318] by
- #1839: rebuild with latest emscripten toolchain, fix asm.js warnings …
05/14/18:
- 19:08 Changeset in xpra [19317] by
- #1816: mpeg1 decoder using jsmpeg
05/13/18:
- 18:10 Changeset in xpra [19316] by
- fix unit test for new mixin constructor (no arguments)
- 17:35 Changeset in xpra [19315] by
- log more details when a codec fails
- 17:35 Changeset in xpra [19314] by
- validate image dimensions and pixel format, use unsigned int for dimensions
- 17:08 Changeset in xpra [19313] by
- #1816 add mpeg1 and mpeg2 encoding
- 16:34 Changeset in xpra [19312] by
- #1816 make muxer optional in ffmpeg encoder
- 16:30 Changeset in xpra [19311] by
- r19310 backport: fix error in native video decoding debug code
- 16:29 Changeset in xpra [19310] by
- fix debug error in native video code
- 16:12 Ticket #1841 (server display size not adjusted) created by
- Regression likely caused by r19283.
- 16:05 Changeset in xpra [19309] by
- r19305 backport: remove duplicate encoding
- 16:05 Changeset in xpra [19308] by
- r19307 backport: fix socket race condition error during cleanup
- 16:02 Changeset in xpra [19307] by
- reading the proto attribute can fail during shutdown with EBADF
- 15:51 Changeset in xpra [19306] by
- test video encoders with two frames before flushing
- 15:50 Changeset in xpra [19305] by
- remove duplicate encoding
- 13:36 Changeset in xpra [19304] by
- r19303 backport: focus callback had gone MIA
- 13:35 Changeset in xpra [19303] by
- focus callback had gone MIA
- 10:47 Changeset in xpra [19302] by
- remove 'non-scroll' encodings list which is unused: we use non-video, …
- 10:14 Changeset in xpra [19301] by
- drop unused legacy 'x264' encoding prefix
- 07:57 Changeset in xpra [19300] by
- #1840 disable sliced threads when speed is below …
- 07:55 Ticket #1840 (tune x264 threading) created by
- Somewhat related to #1839 since we now use vp8 / vp9 more than h264 in …
- 07:12 Changeset in xpra [19299] by
- r19293 backport: ensure that the menus popup over the windows
- 07:12 Changeset in xpra [19298] by
- r19294 backport: fix broadway software h264 video decoding
- 07:03 Changeset in xpra [19297] by
- #1816: support decoding mpeg1 and mpeg2 video
- 07:03 Changeset in xpra [19296] by
- if the video encoder returns no data, don't return a packet for it
- 06:38 Ticket #1839 (fix broadway software h264 decoding) created by
- Split from #1463, the error that comes up is {{{RangeError?: Source is …
- 06:31 Changeset in xpra [19295] by
- #1463 enable h264 decoding via broadway by default
- 06:30 Changeset in xpra [19294] by
- #1463 fix broadway decoding: detect new stream correctly (frame=0), …
- 06:28 Changeset in xpra [19293] by
- ensure that the menus popup over the windows
05/12/18:
- 07:49 Changeset in xpra [19292] by
- prevent name clash
- 07:38 Changeset in xpra [19291] by
- delay imports
- 07:21 Changeset in xpra [19290] by
- unused import
- 07:20 Changeset in xpra [19289] by
- move more notification code to mixin
- 07:08 Changeset in xpra [19288] by
- don't notify the user about himself
- 07:05 Changeset in xpra [19287] by
- import tidy up
- 07:01 Changeset in xpra [19286] by
- #1836: only load crypto bits if we are going to be using them
- 06:58 Changeset in xpra [19285] by
- #1836: assume AES is always available rather than initializing …
05/11/18:
- 17:42 Changeset in xpra [19284] by
- #1836: make it possible to completely disable functional modules
- 14:56 Changeset in xpra [19283] by
- #1838: make it possible to skip some client-connection base classes
- 11:05 Changeset in xpra [19282] by
- #1836 make it possible to skip some base classes
- 11:03 Changeset in xpra [19281] by
- doh: cut&paste method does not belong here
- 09:28 Changeset in xpra [19280] by
- remove unused env vars
- 08:51 Ticket #1838 (completely skip server base classes) created by
- Similar to #1836 but for mixins (#1778 / #1761), we should be able to …
- 08:43 Ticket #1837 (xpra processes "stay forever") created by
- I just updated, and noticed the following on my system […]
- 08:12 Changeset in xpra [19279] by
- version bump
- 08:12 Changeset in xpra [19278] by
- python-lz4 1.1.0
- 07:26 Changeset in xpra [19277] by
- use direct import
- 07:20 Changeset in xpra [19276] by
- #1836 split crypto from digest bits
- 07:07 Changeset in xpra [19275] by
- #1836 delay XpraProxy? import until needed
- 07:03 Changeset in xpra [19274] by
- unused import
- 07:03 Changeset in xpra [19273] by
- #1836 delay zlib import until needed
- 06:53 Changeset in xpra [19272] by
- #1836: better debug logging
- 06:40 Changeset in xpra [19271] by
- #1836: only load the authentication modules we actually use
- 06:20 Ticket #1836 (reduce memory footprint) created by
- * don't load modules until we actually need them * if we probe then …
- 06:16 Changeset in xpra [19270] by
- #1787 libvorbis 1.3.6, lame 3.100
- 01:03 Ticket #1829 (Rencode traceback - doesn't allow client to re-attach) closed by
- fixed: This was a rare one indeed, I doubt I'll be able to run into this …
05/10/18:
- 21:29 Ticket #1827 (Filename bug with automated tests) closed by
- fixed: I'm gonna intercept this one from Smo - I implemented the changes you …
- 17:46 Changeset in xpra [19269] by
- r19267 backport: fix validation of screen capture backend on ms windows
- 17:34 Ticket #1835 (clipboard synchronization with multiple clients) created by
- Follow up from #41, similar to #1716 which is for the keyboard. To …
- 16:20 Changeset in xpra [19268] by
- support window per monitor, support negative coordinates for monitors
- 13:58 Changeset in xpra [19267] by
- validate capture dimensions during initialization so we don't fail …
- 13:05 Changeset in xpra [19266] by
- only clear the common modifier keys: control, shift, menu and 'win' - …
- 13:05 Changeset in xpra [19265] by
- require driver version 375 and later, remove maximum version nnow that …
- 10:44 Changeset in xpra [19264] by
- #1787 pyobjc 4.2.1
- 10:40 Changeset in xpra [19263] by
- #1787: gstreamer 1.14
- 10:34 Ticket #1644 (zeroconf mdns publisher backend) closed by
- fixed: The zeroconf listener had already been added in r15354. r19262 adds …
- 10:29 Changeset in xpra [19262] by
- #1644 add python-zeroconf publisher option
- 10:25 Changeset in xpra [19261] by
- print IP addresses of interfaces
- 07:58 Ticket #1834 (file extension always added to saved filename) closed by
- fixed: > Xpra Launcher adds an again file extension .xpra to the end of the …
- 07:57 Changeset in xpra [19260] by
- r19259 backport: fix .xpra filename extension check
- 07:55 Changeset in xpra [19259] by
- #1834 fix existing .xpra filename extension check
05/09/18:
- 11:17 Ticket #1834 (file extension always added to saved filename) created by
- When Loading an existing Xpra session file, e.g. Session.xpra with …
- 09:54 Changeset in xpra [19258] by
- make it easier to monkey patch the server implementations
- 09:22 Changeset in xpra [19257] by
- r19256 backport: fix compilation warning
- 09:21 Changeset in xpra [19256] by
- fix function declaration is not a prototype warning
- 06:12 Changeset in xpra [19255] by
- add fix to changelogs
- 06:11 Changeset in xpra [19254] by
- r19253 backport: fix x11 unsynced context warning when querying dpi
- 06:10 Changeset in xpra [19253] by
- fix warning caused by unsynced X11 access
- 06:06 Changeset in xpra [19252] by
- force rebuild with small notification fix and updated rpm ldap dependency
- 06:03 Changeset in xpra [19251] by
- r19249 backport: fix notifications warning when the temporary …
- 06:02 Changeset in xpra [19250] by
- r19248 backport: fix centos rpm dependencies
- 06:01 Changeset in xpra [19249] by
- recursively create directories, not just the last directory of the tree
- 05:38 Changeset in xpra [19248] by
- python2-ldap and python2-ldap3 are not in the centos base repositories
- 04:35 News edited by
- (diff)
05/08/18:
- 18:58 Changeset in xpra [19247] by
- version bump
- 18:19 Changeset in xpra [19246] by
- tag 2.3
- 17:50 Service edited by
- (diff)
- 17:10 Changeset in xpra [19245] by
- when not running as root, don't try to change uid + gid
- 17:04 Changeset in xpra [19244] by
- now that we parse the uid and gid with the wrapper functions, we can …
- 16:52 ProxyServer edited by
- (diff)
- 16:38 Changeset in xpra [19243] by
- fix formatting of multi value disconnect packets (ie: through proxy server)
- 16:25 ProxyServer edited by
- (diff)
- 16:21 ProxyServer edited by
- (diff)
- 16:04 Authentication edited by
- (diff)
- 16:03 Authentication edited by
- (diff)
- 16:03 Authentication edited by
- (diff)
- 14:51 Webcam edited by
- (diff)
- 14:51 Ticket #1833 (webcam forwarding broken in fedora 28) created by
- Could be an update to the kernel, or the …
- 10:01 Changeset in xpra [19242] by
- refactor all auth modules to use the more flexible parse uid / gid …
- 09:44 ProxyServer edited by
- (diff)
- 06:48 Authentication edited by
- (diff)
- 06:45 Authentication edited by
- (diff)
05/07/18:
- 18:22 Changeset in xpra [19241] by
- new upstream release: 0.10.7
- 18:21 Changeset in xpra [19240] by
- update release notes
- 18:08 Changeset in xpra [19239] by
- netifaces 0.10.7
- 18:04 Changeset in xpra [19238] by
- numpy 1.14.3
- 17:58 News edited by
- (diff)
- 16:51 Changeset in xpra [19237] by
- remove debug logging
- 16:38 Changeset in xpra [19236] by
- py3k strings byte us again
- 12:53 Changeset in xpra [19235] by
- simplify
- 12:51 Changeset in xpra [19234] by
- r19232 backport: fix cairo workaround code (flush and mark dirty)
- 12:49 Changeset in xpra [19233] by
- now that we can handle RGB, we can use the native jpeg decoder
- 11:02 Ticket #1832 (python3 cairo backend is unbearably slow) closed by
- fixed: Fixed in r19232.
- 11:01 Changeset in xpra [19232] by
- #1832 fix cairo workaround code
- 08:41 Changeset in xpra [19231] by
- add conversions to / from RGBX and XRGB which may be useful for some …
- 07:55 Changeset in xpra [19230] by
- #1832: pixbuf rendering is faster
- 07:50 Changeset in xpra [19229] by
- better debug logging message
- 07:28 Ticket #1832 (python3 cairo backend is unbearably slow) created by
- […] That's almost 1 second for a single 2160p frame.
- 07:11 Changeset in xpra [19228] by
- fix pointer overlay painting coordinates when scaling
- 05:58 Ticket #1831 (gstreamer 1.14 win32 directsoundsink breakage) closed by
- fixed
- 05:58 Ticket #1831 (gstreamer 1.14 win32 directsoundsink breakage) created by
- The fix was in r19070, backported to v2.2.x in r19071. Details about …
- 00:00 Milestone 2.3 completed
- Authentication: #1691, #1690, #1791, #1789, #1728 Features: #1671, …
05/06/18:
- 18:40 Changeset in xpra [19227] by
- r19214 backport: avoid error caused by race condition during cleanup
- 18:39 Changeset in xpra [19226] by
- r19219 backport: avoid division by zero (ie: on win32 servers)
- 18:27 Changeset in xpra [19225] by
- doh - spectacular
- 18:20 Changeset in xpra [19224] by
- #999 increase the ack tolerance for the first 2 seconds, especially …
- 17:40 Changeset in xpra [19223] by
- #999: raise minimum bandwidth, simplify bandwidth_limit calculations …
- 17:38 Changeset in xpra [19222] by
- constify initial speed and quality
- 15:11 Ticket #1830 (new gpg key) created by
- Following the problem we had with the gpg key expiring (again): …
- 13:41 Changeset in xpra [19221] by
- python 2.7.15
- 13:22 Changeset in xpra [19220] by
- clear all keys pressed when exiting shadow servers, add implementation …
- 12:58 Changeset in xpra [19219] by
- avoid division by zero error
- 12:38 Changeset in xpra [19218] by
- force clean python3 builds
- 11:04 Changeset in xpra [19217] by
- remove underscore, this method is part of the public server interface
- 10:24 Changeset in xpra [19216] by
- import cleanup
- 07:56 Changeset in xpra [19215] by
- fix missing alpha channel mask on cursors and expose the cursor …
05/05/18:
- 20:52 Changeset in xpra [19214] by
- during cleanup the pixels may be None, avoid errors and just bail out, …
- 19:17 Changeset in xpra [19213] by
- expose pointer location since we have it, paint icon using exact …
- 18:38 Changeset in xpra [19212] by
- add debug switch to save png cursors after we parse the pixel data
- 18:38 Changeset in xpra [19211] by
- preserve alpha, add docstring
- 18:25 Changeset in xpra [19210] by
- fix None dereference when the cursor is cleared
- 18:07 Changeset in xpra [19209] by
- add debug option to save png cursor data as contained in the network packet
- 17:57 Changeset in xpra [19208] by
- add debug switch to save png cursors as we get them from the network packet
- 17:57 Changeset in xpra [19207] by
- remove unused code
- 12:28 Changeset in xpra [19206] by
- generalize the save cursors debug feature
- 10:31 Changeset in xpra [19205] by
- undo debug logging changes wrongly commited in r19200
- 06:46 Changeset in xpra [19204] by
- r19202 backport (partial: opengl backend only): honour cursor hotspot …
- 06:39 Changeset in xpra [19203] by
- refactor cairo pointer overlay paint code so both cairo (gtk2 and …
- 06:10 Changeset in xpra [19202] by
- take hotspot into account when painting of pointer overlay
- 06:02 Changeset in xpra [19201] by
- fixup cursor polling change detection: we now store the full cursor …
- 05:49 Changeset in xpra [19200] by
- refactor all shadow server pointer polling in one place so they will …
- 05:16 Changeset in xpra [19199] by
- r19144 backport: avoid warnings during cleanup
- 05:15 Changeset in xpra [19198] by
- r19180 backport: fix win32 build failures when cleaning build
- 05:02 Changeset in xpra [19197] by
- r19185 backport: add missing superclass initializer (causing …
- 05:01 Changeset in xpra [19196] by
- r19191 backport fix builds without CUDA on 64-bit windows systems
- 04:55 Ticket #1828 (GPG Key Expired) closed by
- duplicate: Duplicate of https://winswitch.org/trac/ticket/304
- 04:52 Changeset in xpra [19195] by
- #1829: having dbus wrapped values in info structures can cause …
05/04/18:
- 22:01 Ticket #1829 (Rencode traceback - doesn't allow client to re-attach) created by
- For reference: both the server and client are Fedora 26 (I'm upgrading …
- 21:06 Ticket #1828 (GPG Key Expired) created by
-
I received this message today from
apt update
: […] I tried: … - 18:13 Ticket #1827 (Filename bug with automated tests) created by
- As discussed earlier, I'm writing up a ticket to document some strange …
- 14:48 Changeset in xpra [19194] by
- option to export cursors - disabled for now as some cursors end up blank
- 14:09 Changeset in xpra [19193] by
- copy cursor data list object before modifying it in-place since the …
- 14:05 Changeset in xpra [19192] by
- hide clean command output
- 10:33 Changeset in xpra [19191] by
- fix DO_CUDA=0 on 64-bit systems: we must tell setup.py not to bother …
- 08:42 Changeset in xpra [19190] by
- oops: use correct mixin stub for source mixins
- 08:41 Changeset in xpra [19189] by
- avoid error if path is None
- 06:46 Changeset in xpra [19188] by
- macos keyboard will swap_keys by default so the test would fail: add …
- 06:40 Changeset in xpra [19187] by
- set default value for control modifier
- 06:37 Changeset in xpra [19186] by
- add better debug logging
- 06:14 Changeset in xpra [19185] by
- add missing call to superclass initializer
05/03/18:
- 17:25 Changeset in xpra [19184] by
- use physical cursor position, bypassing the wrong values we get from …
- 13:57 Changeset in xpra [19183] by
- make encoding backlog handling consistent: require strictly less than …
- 10:21 Changeset in xpra [19182] by
- gratuitous python3 breakage..
- 10:19 Changeset in xpra [19181] by
- doh
- 09:56 Changeset in xpra [19180] by
- clean sometimes errors on removing pyd files, so do it with rm instead
- 09:45 Changeset in xpra [19179] by
- ensure all capture implementations have a refresh and clean method, …
- 09:32 Changeset in xpra [19178] by
- refactor all root window models so they all use a capture class
- 09:10 Changeset in xpra [19177] by
- move capture object to root window base class
- 08:41 Changeset in xpra [19176] by
- fix sys capture: frame size calculation is a bit different on …
- 07:51 Changeset in xpra [19175] by
- since we share the same capture instance for all window models, don't …
- 07:42 Changeset in xpra [19174] by
- fixup import, better logger category
- 07:40 Changeset in xpra [19173] by
- avoid division by zero on mswindows where monotonic_time has low resolution
- 07:40 Changeset in xpra [19172] by
- merge nvfbc changes for windows backend, move cuda image wrapper to …
- 07:26 Changeset in xpra [19171] by
- fix api debug logging
- 07:24 Changeset in xpra [19170] by
- simplify + better log message format
- 07:14 Changeset in xpra [19169] by
- this code has been move to the superclass in r19168
- 07:13 Changeset in xpra [19168] by
- doh: actually use the shortcut return value
05/02/18:
- 18:42 Changeset in xpra [19167] by
- r19164 fix codec initialization errors as we wrongly used YUV444 mode …
- 18:41 Changeset in xpra [19166] by
- r19161 + r19163: fix compatibility with some cards that dont have …
- 18:39 Changeset in xpra [19165] by
- fix logging format
- 18:39 Changeset in xpra [19164] by
- until proven otherwise, YUV444 is disabled for all codecs, so we don't …
- 18:08 Changeset in xpra [19163] by
- py3k fix: can't compare None with int
- 18:04 Changeset in xpra [19162] by
- better log messages
- 18:03 Changeset in xpra [19161] by
- fix some codec initialization errors: it seems that we can't do native …
- 10:09 Changeset in xpra [19160] by
- more correct fix than r19153 + r19154: the cuda image is not thread …
- 09:09 Changeset in xpra [19159] by
- try harder to cleanup all cuda related bits as early as we can + debug …
- 09:06 Changeset in xpra [19158] by
- better debug logging format and verbosity
- 09:04 Changeset in xpra [19157] by
- let the capture instance tell the shadow server when there are no …
- 08:27 Changeset in xpra [19156] by
- fix pydev import warning
- 08:26 Changeset in xpra [19155] by
- fix pydev import warnings
- 06:08 Changeset in xpra [19154] by
- only free the image early if it is thread safe
05/01/18:
- 16:20 Changeset in xpra [19153] by
- free the image as soon as we have copied / uploaded the pixels
- 15:11 Changeset in xpra [19152] by
- gpu buffer may be none
- 15:05 Changeset in xpra [19151] by
- add env var to disable fast GPU copy mode, don't bother with nogil for …
- 14:48 Changeset in xpra [19150] by
- better debug logging: don't bother logging intermediary timings, most …
- 14:28 Changeset in xpra [19149] by
- log encoding used with performance data
- 13:10 Ticket #1825 (multi window nvfbc) closed by
- fixed: Updates: * r19138: capture only once for all monitors * r19145: use …
- 12:48 Changeset in xpra [19148] by
- make sure we cleanup everything when we free the image wrapper, better …
- 10:50 Ticket #1826 (salsify codec) created by
- salsify is a new design for …
- 09:17 Changeset in xpra [19147] by
- #1825: window per display support for nvfbc 'sys' capture, use BGRX …
- 07:22 Changeset in xpra [19146] by
- fix segfault when copying into smaller buffer (part 2): use correct …
- 07:16 Changeset in xpra [19145] by
- #1825: keep track of the image wrappers we hand out and clean them to …
- 07:14 Changeset in xpra [19144] by
- when cleaning up the pixel format may change to None, don't log a …
- 06:30 Changeset in xpra [19143] by
- constify locked batch delay and increase it to 1 second
- 06:29 Changeset in xpra [19142] by
- keep track of idle state separately from the locked batch delay, use …
- 06:19 Changeset in xpra [19141] by
- #1825: remove refresh suspend code which isn't multi-user safe (and …
- 06:14 Changeset in xpra [19140] by
- record where the window is mapped by the client before doing anything …
- 05:32 Changeset in xpra [19139] by
- use the same loggign code for non multi-window mode
- 05:28 Changeset in xpra [19138] by
- #1825: capture once for all monitors, add refresh() method on capture …
04/30/18:
- 20:02 Changeset in xpra [19137] by
- #1825: share a single nvfbc instance for multiple monitors
- 20:01 Changeset in xpra [19136] by
- better debug logging
- 19:59 Ticket #1801 (shadow outputs to different windows) closed by
- fixed: Works well enough, will follow up in #1825 for nvfbc.
- 19:58 Ticket #1825 (multi window nvfbc) created by
- Split from ticket:1801#comment:5. It should be possible to use a …
- 18:12 Changeset in xpra [19135] by
- use asynchronous copying, only wait when we are actually going to use …
- 16:42 Changeset in xpra [19134] by
- r19132 + r19133: fix key-shortcut command line handling and man page
- 16:37 Changeset in xpra [19133] by
- there are many default shortcuts
- 16:35 Changeset in xpra [19132] by
- #1824: the key-shortcut command line option is meant to override the …
- 16:18 Changeset in xpra [19131] by
- better error message
- 16:17 Changeset in xpra [19130] by
- doh: remove debug
- 16:17 Changeset in xpra [19129] by
- more keyboard helper tests, remove more debug
- 16:03 Keyboard edited by
- (diff)
- 15:57 Changeset in xpra [19128] by
- doh: remove debug
- 15:56 Changeset in xpra [19127] by
- fixup test (must be unused?)
- 15:53 Changeset in xpra [19126] by
- start adding unit tests for keyboard helper
- 14:01 Changeset in xpra [19125] by
- #1575: add missing xsync context
- 08:30 Changeset in xpra [19124] by
- #1776: revert change that made private xauth by default (was part of …
- 07:50 Changeset in xpra [19123] by
- fix cython warning
- 07:43 Changeset in xpra [19122] by
- re-doh
- 07:42 Changeset in xpra [19121] by
- doh
- 07:36 Changeset in xpra [19120] by
- with fedora 28 or later, don't rebuild cuda kernels and rely on …
- 07:33 Changeset in xpra [19119] by
- #1800 make it easier to pass arguments to the clean command, use it to …
- 07:09 Changeset in xpra [19118] by
- log a warning if a token is missing rather than adding an empty value
04/29/18:
- 19:18 Changeset in xpra [19117] by
- 1.0 ships with new lib we need to package
- 19:09 Changeset in xpra [19116] by
- webp 1.0 is out
- 16:34 Ticket #1824 (--key-shortcut not working when using start with attach=yes) created by
- When running the command `xpra start-desktop --daemon=no --attach=yes …
- 09:20 Changeset in xpra [19115] by
- warn just once per device / encoding because we probe the nvenc …
- 08:29 Changeset in xpra [19114] by
- debug logging tweaks
- 08:26 Changeset in xpra [19113] by
- #1822: prefer BGRX for CUDA buffers
- 08:26 Changeset in xpra [19112] by
- #1822: add gpu bias so we favour gpu encoders
- 07:17 Ticket #1763 (nvfbc cuda regression: picture does not update) closed by
- fixed: Linux was not affected.
- 07:17 Ticket #1822 (support nvidia capture SDK v7) closed by
- fixed: Noteworthy related changes: * r19110. CUDA image wrappers are marked …
- 07:12 Changeset in xpra [19111] by
- remove outdated comment: we support python3 here
- 07:05 Changeset in xpra [19110] by
- we have a meaningful method, use it instead of explicitly calling restride
- 06:44 Changeset in xpra [19109] by
- roundup the new stride and only restride if the new rowstride is …
- 06:43 Changeset in xpra [19108] by
- can use stronger C type
04/28/18:
- 18:59 Changeset in xpra [19107] by
- r19101 backport: fix concurrency error with python3
- 18:59 Changeset in xpra [19106] by
- r19102 backport: bump nvidia driver version tested
- 18:58 Changeset in xpra [19105] by
- r19103 + r19104: fix and re-enable nvfbc cuda capture
- 18:52 Changeset in xpra [19104] by
- #1763: re-enable cuda by default
- 18:49 Changeset in xpra [19103] by
- #1763: never pop the context since we only access it from the main thread
- 18:48 Ticket #1823 (nvenc v8.1 support) closed by
- fixed: Tested on both Linux and Windows. Bumped max driver version tested to …
- 18:47 Changeset in xpra [19102] by
- nvenc tested with driver version 396
- 18:32 Changeset in xpra [19101] by
- python3 pain: values is an iterator, so we have to create a list or …
- 17:51 Changeset in xpra [19100] by
- structure the data
- 13:28 Changeset in xpra [19099] by
- #1823: require SDK v8 or later
- 13:17 Ticket #1823 (nvenc v8.1 support) created by
- Download link: …
- 11:48 Changeset in xpra [19098] by
- #1822: minor win32 api updates
- 11:30 Changeset in xpra [19097] by
- #1822: new SDK only adds BGRA pixel format capture
- 11:04 Ticket #1822 (support nvidia capture SDK v7) created by
- * nvidia capture SDK * …
04/27/18:
- 17:44 Changeset in xpra [19096] by
- send notification that the server is going to suspend
- 17:31 Changeset in xpra [19095] by
- add power event logging to shadow server
- 17:20 Changeset in xpra [19094] by
- python3 compatible exception handling
- 13:20 Ticket #1820 (HTML5 is slow on startup, showing ERR_INVALID_HTTP_RESPONSE) closed by
- worksforme
- 13:18 Ticket #1811 (Changing Scaling before Drawing crashes) closed by
- fixed
- 12:19 Ticket #1813 (cannot attach from win10 client) closed by
- fixed: As I managed to solve #1815, I'd say that this is invalid and/or …
- 11:59 Ticket #1815 (Doing `shadow` on top of an existing `shadow` confuses client?) closed by
- invalid: I think you are right - clipboard sync does affect this :/
- 07:51 Ticket #1678 (2.3 moduleset updates) closed by
- fixed: > to fix pygobject building with new > 2.52 exit to shell and do this …
- 07:42 Changeset in xpra [19093] by
- #1678: remove garbage from patch
- 07:42 Changeset in xpra [19092] by
- #1678: after lzo (python gets built early anyway)
- 07:26 Changeset in xpra [19091] by
- pyu2f 0.1.4
04/26/18:
- 18:02 Changeset in xpra [19090] by
- doh
- 17:31 Changeset in xpra [19089] by
- derive all modifier names from the server modifier mappings, make it …
- 17:25 Changeset in xpra [19088] by
- add missing mask constants
- 17:09 Changeset in xpra [19087] by
- py3k strings byte us again
- 16:43 Changeset in xpra [19086] by
- r19085 backport: cairo backing must be able to handle scroll paints
- 16:42 Ticket #1821 (scroll paint error when disabling opengl with python3 client) closed by
- fixed: Done in r19085. Found the magic formulae in this cairo mailing list …
- 16:41 Changeset in xpra [19085] by
- #1821: implement scroll paints with cairo
- 16:07 Ticket #1821 (scroll paint error when disabling opengl with python3 client) created by
- Scroll paint is enabled since opengl supports it, but when we turn …
- 16:03 Changeset in xpra [19084] by
- force argument is part of the 'interface' method we override here, it …
- 16:01 Changeset in xpra [19083] by
- r19082 backport: ffmpeg compatibility (new dylib dependency)
- 16:00 Changeset in xpra [19082] by
- ffmpeg 4.0 compatiblity
- 15:21 Changeset in xpra [19081] by
- undo r19078: macos 10.10 ships with outdated versions of everything…
- 13:15 Changeset in xpra [19080] by
- #1801: re-use the same capture instance for all shadow windows, means …
- 04:45 Changeset in xpra [19079] by
- improve clang-6.0 compatibility
- 04:38 Changeset in xpra [19078] by
- drop support gcc for gcc versions older than 4.4
04/25/18:
- 20:53 Ticket #1080 (strict-aliasing rules build failures on some platforms) reopened by
- This happens because https://bugs.python.org/issue969718 Building any …
- 14:21 Changeset in xpra [19077] by
- don't log an error when the encode has been cancelled
- 13:42 Changeset in xpra [19076] by
- py3k string nonsense: fix error message string
- 13:06 Changeset in xpra [19075] by
- if we sanitize the selection, we still want to return an empty value …
- 13:05 Changeset in xpra [19074] by
- more pretty filename
- 04:14 Changeset in xpra [19073] by
- remap buttons 4 and 5 to 8 and 9 since that's what xev should see
- 03:33 Changeset in xpra [19072] by
- add mouse click debug logging
04/24/18:
- 18:32 Ticket #1471 (html5 toolbar) closed by
- fixed: Noted and closing
- 16:29 Changeset in xpra [19071] by
- backport r19070: packaging compatibility with gstreamer 1.14
- 16:28 Changeset in xpra [19070] by
- fix compat with gstreamer 1.14 and its new lib name for directsound …
- 08:34 Changeset in xpra [19069] by
- r19068 backport: fix parsing of display strings in connection urls
- 08:30 Changeset in xpra [19068] by
- only prepend the ':' character to a display string if it is actually a …
- 07:58 Changeset in xpra [19067] by
- ensure we don't mangle the log file output by logging binary strings
- 05:56 Changeset in xpra [19066] by
- only work out the actual socket permissions once and reuse the value …
- 05:24 Changeset in xpra [19065] by
- must compare with full version otherwise 16.04>16
- 04:49 Changeset in xpra [19064] by
- fixup r18103: --enable-memfd=no cannot be used with Ubuntu 16.04 …
- 04:16 Changeset in xpra [19063] by
- r19062 backport: the default pulseaudio command is a list os strings
- 04:15 Changeset in xpra [19062] by
- DEFAULT_PULSEAUDIO_COMMAND is a list
04/23/18:
- 13:20 Ticket #1820 (HTML5 is slow on startup, showing ERR_INVALID_HTTP_RESPONSE) created by
-
Continuing from ticket:1813#comment:4
(
*-with-children
commands … - 08:17 Changeset in xpra [19061] by
- version bump + update release notes
- 07:53 Versions/PendingFixes edited by
- (diff)
- 07:53 Changeset in xpra [19060] by
- r19024 backport: better compatibility with ssh remote start of older …
04/22/18:
- 20:12 Changeset in xpra [19059] by
- avoid cython warning
- 17:51 Authentication edited by
- (diff)
- 17:48 Authentication edited by
- (diff)
- 17:30 Ticket #1819 (legacy flag removal) created by
- Flags that have been available by default since before 1.0 We can …
- 17:27 Changeset in xpra [19058] by
- r19057 backport: ensure browsers get a valid http error response when …
- 17:24 Changeset in xpra [19057] by
- try harder to talk http when replying with a 400 error code
- 17:08 Changeset in xpra [19056] by
- r19055 backport: don't make X11 call when checking the xshm status …
- 17:07 Changeset in xpra [19055] by
- #1475: don't make an X11 call and get a new xshm handle just to see if …
- 15:14 Changeset in xpra [19054] by
- r19052 + r19053 backport: remove duplicated encodings
- 14:54 Changeset in xpra [19053] by
- remove duplicated 'mpeg+mp4' entry
- 14:54 Changeset in xpra [19052] by
- fix case-insensitive encodings validation
- 07:39 Ticket #1649 (Seeing 'ERROR: Pipeline doesn't want to pause.' message (and sound ...) closed by
- invalid: See also #1775
- 07:38 Ticket #1586 (HTML5 client, when reconnecting, sometimes fails reconnection with ...) closed by
- fixed
- 07:37 Ticket #1689 (firefox does not emit clipboard events) closed by
- fixed
- 07:34 Ticket #1377 (gvim sometimes has a very small window) closed by
- needinfo
- 07:30 Ticket #1475 (X errors crash server) closed by
- fixed: Feel free to re-open if you can reproduce the problems or if you see …
- 07:20 Changeset in xpra [19051] by
- #1615: disable touchpad by default for now
- 07:18 Ticket #1717 (python3 gtk3 client feature parity) closed by
- fixed: This will do for this release, will follow up in #1818
- 07:18 Ticket #1818 (python3 gtk3 client feature parity) created by
- Follow up from #1717, still TODO: * launcher doesn't have "advanced" …
- 06:50 Ticket #1806 (On 3-monitor screen, 'shadow'-ing "Disconnects" one screen) closed by
- invalid: > Screens seem to attach correctly (both for active monitors and on …
- 06:44 Ticket #1654 (xpra start with proxy fails / xvfb error) closed by
- needinfo: Not heard back, closing.
- 06:43 Ticket #1792 (Can't start xpra server inside a container.) closed by
- needinfo: Not heard back, closing.
- 06:35 Ticket #1817 (html5 toolbar improvements) created by
- Follow up from #1471 Make it more similar to the systray menu, adding …
04/21/18:
- 14:50 Changeset in xpra [19050] by
- add news item to bump the revision
- 08:37 Changeset in xpra [19049] by
- python-lz4 1.1.0
- 07:25 Changeset in xpra [19048] by
- doh: undo r19047 and update our openssl version instead of the …
- 07:21 Changeset in xpra [19047] by
- openssl 1.1.0h
- 07:15 Changeset in xpra [19046] by
- someone needs to tell the python devs that breaking the internet is …
- 06:51 Changeset in xpra [19045] by
- r19043 backport: we need to explicitly link against libavformat to use …
- 06:50 Changeset in xpra [19044] by
- backport r19042: remove unused includes
- 06:49 Changeset in xpra [19043] by
- #1772: we need to explicitly link against libavformat to use the shim
- 06:48 Changeset in xpra [19042] by
- remove unused includes
- 06:44 Changeset in xpra [19041] by
- r19040 backport: fix new warnings with ffmpeg < 4 compat code
- 06:41 Changeset in xpra [19040] by
- #1772: we cannot place the function in the header file as this …
- 05:56 Changeset in xpra [19039] by
- build ffmpeg 4.0
- 05:49 Ticket #1772 (Deprecated declarations) closed by
- fixed: Fixes: * r19035 + r19040: "avcodec2" decoder fixed - the function …
- 05:44 Changeset in xpra [19038] by
- backport r19035: ffmpeg 4.0 compatibility
- 05:42 Changeset in xpra [19037] by
- backport r19035: ffmpeg 4.0 compatibility
- 05:40 Changeset in xpra [19036] by
- #1772: require ffmpeg >= 4.0 for building the enc_ffmpeg codec
- 05:22 Changeset in xpra [19035] by
- #1772: ffmpeg 4.0 compatibility
- 04:32 Ticket #1816 (decode mpeg1 in html5 client) created by
- We are having problems enabling H264 video decoding (#1463), but maybe …
04/20/18:
- 16:12 Ticket #1809 (Remote windows jump back into screen) closed by
- fixed: Thanks.
- 15:25 Changeset in xpra [19034] by
- r19031 backport: fix sqlite authentication
- 15:24 Changeset in xpra [19033] by
- all subcommands should return an exit code
- 15:24 Changeset in xpra [19032] by
- make it easier to test from the command line: add an 'authenticate' …
- 15:22 Changeset in xpra [19031] by
- fix sqlite authentication: must use special Row class to access row …
- 14:51 Changeset in xpra [19030] by
- #1791: recommend ldap dependency
- 14:25 Changeset in xpra [19029] by
- #1809: change default to not clamping windows to root
- 14:21 Ticket #1312 (avoid clipboard loops when running nested / sharing sessions) reopened by
- Hit a clipboard loop which was not detected: #1814
- 13:47 Ticket #1810 (--exit-with-children broken) closed by
- invalid: I think I somehow fumbled my testing, indeed. I re-tested and it …
- 12:19 Ticket #1815 (Doing `shadow` on top of an existing `shadow` confuses client?) created by
- I am not sure how much of a "bug" this is. But I am trying to split …
- 12:14 Ticket #1814 (Cannot cleanly shutdown xpra windows client) created by
- On Windows 10, I ran `C:\>"C:\Program Files\Xpra\xpra_cmd" shadow …
- 05:37 Changeset in xpra [19028] by
- we can't remove values from a tuple
- 05:36 Changeset in xpra [19027] by
- avoid silly u prefix in vpx version strings
- 04:59 Changeset in xpra [19026] by
- r19018 backport: don't allow scaling changes until the connection is …
- 04:59 Versions/PendingFixes edited by
- (diff)
- 04:56 Changeset in xpra [19025] by
- r19023 backport: constify group and allow env override
- 04:51 Changeset in xpra [19024] by
- #1810: try harder to support connecting to older servers
- 04:06 Changeset in xpra [19023] by
- constify and allow the socket group to be changed using an env var
- 02:58 Changeset in xpra [19022] by
- #1809 rename env var added in r19016
- 02:56 Changeset in xpra [19021] by
- #1809: make it possible to disable 'clamp-window-to-root'
04/19/18:
- 21:30 Ticket #1813 (cannot attach from win10 client) created by
- Issues arising from #1806 testing.
- 17:15 Changeset in xpra [19020] by
- #1806: if there is nothing left after removing the exclude region …
- 16:26 Changeset in xpra [19019] by
- #1811: don't allow scaling changes via the tray menu until we're …
- 16:11 Changeset in xpra [19018] by
- #1811: embargo all scale changes until we have parse the server caps
- 16:10 Changeset in xpra [19017] by
- log event count details
- 16:05 Ticket #1809 (Remote windows jump back into screen) reopened by
- 16:05 Changeset in xpra [19016] by
- #1809 make it possible to disable 'clip-window-to-screen' using env var
- 12:53 Ticket #1812 (Disable server sound when playing sound on client) closed by
- duplicate: This is fixed in #1266 and will be included in the 2.3 release, in the …
- 03:04 Ticket #1812 (Disable server sound when playing sound on client) created by
- Hi there, I searched around through the tickets and instruction …
Note: See TracTimeline
for information about the timeline view.