Timeline
08/08/15:
- 16:22 Changeset in xpra [10241] by
- fixup for osx: no gcc flags to set (and update patch context for Debian)
- 10:01 Ticket #558 (nvenc support for shadowing on win32) closed by
- fixed: Implemented a simple cython wrapper for NVAPI in r10240, we just …
- 10:00 Changeset in xpra [10240] by
- #558: detect the version number using NVAPI on win32
- 08:38 Encodings/nvenc edited by
- (diff)
- 08:37 Changeset in xpra [10239] by
- #558: add big warning if the nvidia driver is likely to cause visual …
- 07:39 Changeset in xpra [10238] by
- log cuda info
- 07:04 Changeset in xpra [10237] by
- split icon props into their own dict
- 07:03 Changeset in xpra [10236] by
- cosmetic logging changes
- 06:36 Changeset in xpra [10235] by
- win32 does not have os.getuid and os.getgid
08/07/15:
- 14:28 Changeset in xpra [10234] by
- #849: this is now redundant, the wrapper injects it for us
- 14:27 Changeset in xpra [10233] by
- ensure we only use the size specified (even if the queues are a bit bigger)
- 14:20 Changeset in xpra [10232] by
- #849: 100ms sampling so we have more detailed graphs
- 13:46 Changeset in xpra [10231] by
- #849: make it easier to simulate sound packet jitter without affecting …
- 07:51 Changeset in xpra [10230] by
- #465: huge bug: we must copy the data, slicing it is not enough when …
- 06:41 Changeset in xpra [10229] by
- #849: * bitrate is generic (applies to source as well as sink) * don't …
08/06/15:
- 23:45 Changeset in xpra [10228] by
- Modified the chart generator to display new variations of the chart.
- 14:44 Changeset in xpra [10227] by
- #849: * show sound queue buffer levels in session info graphs * …
- 14:41 Changeset in xpra [10226] by
- add const, range keyword is optimized by cython already
- 11:22 Changeset in xpra [10225] by
- better error logging: full stacktrace, split lines
- 10:40 Changeset in xpra [10224] by
- size to contents
08/05/15:
- 15:01 Changeset in xpra [10223] by
- #913 send a uuid in the hello so that the server can match the printer …
- 14:50 Changeset in xpra [10222] by
- typo
- 13:34 Ticket #928 (printer forwarding on ubuntu) closed by
- fixed: I guess since it "works for me".
- 06:22 Changeset in xpra [10221] by
- this version number should override the system package (will try beta …
- 06:11 Changeset in xpra [10220] by
- this works for py3k without breaking python2, yay
- 05:16 Versions/PendingFixes edited by
- (diff)
- 05:14 Changeset in xpra [10219] by
- #843: also remove void from py3k builds
- 02:26 Changeset in xpra [10218] by
- #832: Fedora<23 needs libvpx-xpra to get VP9 support
- 01:02 Ticket #888 (Move default location of sockets to /run) closed by
- fixed: Ok... I'm not sure what the usefulness of moving the default socket …
08/04/15:
- 23:05 Ticket #937 (Inconsistent colours with csc cython module) created by
- I am using 0.15.4 over an adsl link between two machines, running …
- 14:18 Changeset in xpra [10217] by
- * remove fedora 19 workaround (f19 is no longer supported) * add …
- 14:02 ClientRendering/OpenGL edited by
- (diff)
- 11:20 Ticket #915 (Sound Forwarding to client doesn't work (for me)) closed by
- needinfo
- 07:38 Changeset in xpra [10216] by
- msvc is the only compiler which correctly spotted that Py_ssize_t is a …
- 06:54 Changeset in xpra [10215] by
- force rebuild
- 05:53 Changeset in xpra [10214] by
- oops: major backport blooper
- 04:50 Ticket #620 (performance optimizations from profiling) closed by
- fixed: > Looking back through this ticket I noticed the -I *subregion* …
- 04:02 Ticket #936 (windows not showing up correctly in task bar) created by
- After upgrading to xpra 0.15.4 on both server and client, the …
08/03/15:
08/02/15:
- 21:26 Usage/Docker edited by
- (diff)
- 17:49 Changeset in xpra [10213] by
- update patch context
- 17:31 Changeset in xpra [10212] by
- html5 spinners: make sure server goes OK immediately instead of …
- 17:27 Changeset in xpra [10211] by
- html5 spinners: use 10 second interval
- 17:25 Changeset in xpra [10210] by
- html5 spinners when connection is bad * send our own ping packets and …
- 17:17 Versions/PendingFixes edited by
- (diff)
- 17:16 Changeset in xpra [10209] by
- add latest fix to release notes
- 17:11 Changeset in xpra [10208] by
- part of r10201 for v0.14.x and v0.15.x branches: fix undefined …
- 17:04 Changeset in xpra [10207] by
- #935: perf test for cyxor
- 16:51 Changeset in xpra [10206] by
- remove unused imports
- 16:50 Changeset in xpra [10205] by
- don't bother trying Werror on gcc older than 4.4, too many spurious …
- 16:46 Ticket #935 (remove support for old buffers) created by
- Follow up from #465, see also #1073. This will mean dropping …
08/01/15:
- 13:10 Changeset in xpra [10204] by
- html5 encryption: it is now working * output from forge is string, …
- 13:06 Changeset in xpra [10203] by
- html5 encryption: replace caps everytime we generate a new hello, make …
- 12:47 Changeset in xpra [10202] by
- html5 encryption: getting there, encrypt packet in send function
- 12:36 Changeset in xpra [10201] by
- avoid overflows by clamping the values before assigning to a char, …
- 12:06 Versions/PendingFixes edited by
- (diff)
- 12:05 Changeset in xpra [10200] by
- * add test * fix undefined variable 'di' in argbdata_to_rgb * use …
- 08:05 Changeset in xpra [10199] by
- add latest fixes to release notes
- 08:02 Changeset in xpra [10198] by
- r10196 + r10197 for v0.15.x branch: ensure we always set the speed and …
- 07:58 Changeset in xpra [10197] by
- #832: ensure we always set the quality and speed from the start
- 06:02 Changeset in xpra [10196] by
- deadline is an unsigned long in microseconds
- 05:52 Changeset in xpra [10195] by
- this should fix int vs long compilation errors on Fedora
- 05:45 Changeset in xpra [10194] by
- fix wid logging in compress log
- 05:45 Changeset in xpra [10193] by
- better connection error logging
- 05:44 Changeset in xpra [10192] by
- allow us to enable x264 opencl via env var, remove patch and increase …
- 05:42 Changeset in xpra [10191] by
- I've hit errors that were not necessarily related to the need for a …
- 05:40 Changeset in xpra [10190] by
- even more readable debug logging
- 05:25 Changeset in xpra [10189] by
- make the video helper's output easier to read
- 04:57 Changeset in xpra [10188] by
- ignore invalid gcc uninitialized warnings on centos 6.x
07/31/15:
- 23:11 Changeset in xpra [10187] by
- html5 encryption: * get cipher_out caps from challenge and pass to …
- 23:00 Changeset in xpra [10186] by
- distinguish between in/out ciphers in XpraClient?
- 22:54 Changeset in xpra [10185] by
- html5 encryption: support cipher in using forge library, decryption of …
- 22:48 Changeset in xpra [10184] by
- html5 bencode.js: revert to a simpler time where we only had to worry …
- 22:05 Changeset in xpra [10183] by
- #933 change padding char to be PKCS#7 compliant, where value of pad …
- 22:02 Changeset in xpra [10182] by
- #933 make padding code clearer
- 13:05 Versions/PendingFixes edited by
- (diff)
- 12:36 Changeset in xpra [10181] by
- add latest fix to release notes
- 11:50 Changeset in xpra [10180] by
- r10160 for v0.14.x and v0.15.x branches: fallback to pillow if no dec_webp
- 10:56 Changeset in xpra [10179] by
- doh: we turned the number into a string..
- 10:43 Changeset in xpra [10178] by
- better logging for cuCtxGetCurrent
- 10:09 Ticket #934 (Pillow errors with Ubuntu Vivid) closed by
- fixed: r10172 fixes the memoryview error, which only happens on clients …
- 10:04 Changeset in xpra [10177] by
- include more detailed info in error log
- 09:08 Changeset in xpra [10176] by
- * we call bgra BGRX since there is no alpha.. (for now) * use the same …
- 08:47 Changeset in xpra [10175] by
- * avoid unaccelerated conversion, which also triggers a warning on …
- 08:07 Changeset in xpra [10174] by
- no point having too many threads if the height is small, also avoids a …
- 07:45 Changeset in xpra [10173] by
- remove unused import
- 07:41 Versions/PendingFixes edited by
- (diff)
- 07:40 Changeset in xpra [10172] by
- #934: we can get memoryview buffers for upload, which fails if the …
- 07:09 Changeset in xpra [10171] by
- it's been tortured, it's a bit faster and more importantly it's …
- 07:04 Changeset in xpra [10170] by
- r10169 for v0.15.x branch: remove unused CUDA cruft
- 07:01 Encodings/nvenc edited by
- (diff)
- 07:01 Changeset in xpra [10169] by
- we don't link against cuda or use any of its header files anymore, so …
- 04:50 Changeset in xpra [10168] by
- * add support for wily * replace tabs with spaces so that the options …
- 03:42 Ticket #873 (0.15.0 server throwing thread parse exception) closed by
- fixed: Closing this for now, we'll re-open if this happens again. 0.16 …
07/30/15:
- 16:35 Changeset in xpra [10167] by
- grrr no thanks pydev: that was the worst possible place to …
- 16:12 Changeset in xpra [10166] by
- r10165 for v0.15.x branch: force permissions on cups backend
- 16:09 Changeset in xpra [10165] by
- #928: force 0700 permissions on the cups backend (parts of this …
- 16:00 Changeset in xpra [10164] by
- update patch context
- 15:54 Changeset in xpra [10163] by
- updated patches with new context
- 15:53 Changeset in xpra [10162] by
- better error reporting from assert statements (which fail with py3k..)
- 15:39 Changeset in xpra [10161] by
- fixup r10108: the buildbot needs spaces before each entry or debuild …
- 15:18 Printing edited by
- (diff)
- 13:49 Changeset in xpra [10160] by
- if we don't have dec_webp, webp may stil be enabled via Pillow so we …
- 13:38 Changeset in xpra [10159] by
- switch to -O3 for the pure cython performance code: xor, argb and …
- 13:31 Changeset in xpra [10158] by
- py3k fixes: use integer division
- 13:17 Changeset in xpra [10157] by
- ignore more generated files (py3k this time)
- 13:13 Changeset in xpra [10156] by
- fix pydev warning (more functions are now in Cython)
- 12:33 Changeset in xpra [10155] by
- update release notes with latest fixes
- 12:24 Changeset in xpra [10154] by
- stop using the deprecated oldpixfmt
- 12:22 Changeset in xpra [10153] by
- we have a typedef for AVPixelFormat, so use it
- 12:04 Versions/PendingFixes edited by
- (diff)
- 12:03 Versions/PendingFixes edited by
- (diff)
- 12:01 Ticket #930 (don't delete printers we have not added) closed by
- fixed: Not backporting it because it is too big, focusing on getting 0.16 …
- 11:56 Versions/PendingFixes edited by
- (diff)
- 11:54 Changeset in xpra [10152] by
- r10133 for v0.15.x branch: package the CUDA pre-compiled kernels
- 11:38 Versions/PendingFixes edited by
- (diff)
- 11:37 Changeset in xpra [10151] by
- r10108 for v0.14.x and v0.15.x branches: updated DEB dependencies
- 11:24 Versions/PendingFixes edited by
- (diff)
- 11:23 Changeset in xpra [10150] by
- r10105 for v0.15.x branch: look for the PPD file in multiple locations …
- 11:22 Changeset in xpra [10149] by
- r10142 for v0.15.x branch: package the xpra cups backend
- 11:21 Changeset in xpra [10148] by
- r10140+r10141 for v0.14.x and v0.15.x branches: fix xvfb dependencies …
- 11:19 Changeset in xpra [10147] by
- r10139 for v0.15.x branch: avoid warning on X11 desktops without …
- 11:14 Changeset in xpra [10146] by
- r10128 for v0.15.x branch: ldconfig is not on the PATH on Debian
- 11:12 Changeset in xpra [10145] by
- r10119 for v0.14.x and v0.15.x branches: ensure subprocess returncode …
- 11:07 Changeset in xpra [10144] by
- r10104 for v0.14.x and v0.15.x branches: py3k fix for encoding with Pillow
- 07:59 Changeset in xpra [10143] by
- we must sync to avoid gtk crashing
- 07:41 Ticket #934 (Pillow errors with Ubuntu Vivid) created by
- Found on an up to date vivid 64-bit system: […] and […] and …
- 07:31 Versions/PendingFixes edited by
- (diff)
- 07:30 Changeset in xpra [10142] by
- ship the cups backend
- 07:28 Changeset in xpra [10141] by
- debian does not like uppercase
- 07:10 Versions/PendingFixes edited by
- (diff)
- 07:08 Changeset in xpra [10140] by
- fix dependencies for Ubuntu: we use Xvfb there
- 06:57 Versions/PendingFixes edited by
- (diff)
- 06:56 Changeset in xpra [10139] by
- avoid warning on X11 desktops without _NET_DESKTOP_NAMES set
- 06:45 Changeset in xpra [10138] by
- usual py3k string nonsense
- 05:26 Changeset in xpra [10137] by
- this semicolon causes compilation errors with some versions of cython
- 04:21 Changeset in xpra [10136] by
- use the child reaper instead of yet another thread for opening files
- 04:21 Changeset in xpra [10135] by
- ControlError? is an exception, it is meant to be raised not returned
- 03:13 Versions/PendingFixes edited by
- (diff)
- 01:56 Ticket #896 (get rid of daemon threads) closed by
- fixed: > Trying xpra exit, however, the server indicated it had shutdown, but …
- 01:29 Ticket #933 (use PKCS#7 padding for AES-CBC encryption) created by
- It seems that zero-byte padding causes issues with some crypto …
- 00:48 Changeset in xpra [10134] by
- html5 client printing, send printers packet
07/29/15:
- 16:52 Ticket #932 (raspberry pi) created by
- Would it be possible to have a client able to use the hardware …
- 16:45 Changeset in xpra [10133] by
- package the CUDA bin files for Debian / Ubuntu
- 16:16 Printing edited by
- (diff)
- 16:12 Changeset in xpra [10132] by
- the new platform path code returns unexpanded paths, like "~/Downloads"
- 16:03 Printing edited by
- (diff)
- 16:00 Changeset in xpra [10131] by
- most distros seem to have lpadmin in /usr/sbin which is not on the PATH
- 15:41 Changeset in xpra [10130] by
- fix printer add error handling: this method does not exist
- 15:35 Changeset in xpra [10129] by
- use the same message format as for the other errors
- 15:33 Versions/PendingFixes edited by
- (diff)
- 15:32 Changeset in xpra [10128] by
- ldconfig is not on the PATH on Debian, so we have to go and look for it
- 15:15 Changeset in xpra [10127] by
- some distros require us to link with libXext to get the xshape symbols …
- 14:30 Changeset in xpra [10126] by
- better logging of unexpected messages
- 13:29 Changeset in xpra [10125] by
- doh: return the path we found
- 13:26 Changeset in xpra [10124] by
- prefer the socket:path syntax for telling the cups xpraforwarder where …
- 10:19 Changeset in xpra [10123] by
- add some const keywords and cython compilation tuning
- 09:55 Versions/PendingFixes edited by
- (diff)
- 09:54 Ticket #931 (xpra exit doesn't work with py3k clients) closed by
- fixed: * xpra exit is fixed (problem was with py3k clients only - bug title …
- 09:54 Changeset in xpra [10122] by
- we only support versions that have this feature
- 09:52 Changeset in xpra [10121] by
- #931: fix xpra exit with py3k, improve server log message for exit and …
- 09:27 Ticket #931 (xpra exit doesn't work with py3k clients) created by
- Not sure when this crept in or if the other branches are affected. …
- 09:06 Versions/PendingFixes edited by
- (diff)
- 09:05 Changeset in xpra [10120] by
- #930: * only add printers to our internal list if we have successfully …
- 08:31 Versions/PendingFixes edited by
- (diff)
- 08:29 Changeset in xpra [10119] by
- #930: always call poll before reaping, ensures the returncode is set …
- 08:28 Ticket #930 (don't delete printers we have not added) created by
- We should detect when the lpadmin command fails and keep track of the …
- 06:59 Changeset in xpra [10118] by
- if the client fails to set csc modes for a video encoding, we can't …
- 06:40 Changeset in xpra [10117] by
- more py3k api breakage pita
- 06:38 Changeset in xpra [10116] by
- usual py3k nonsense
- 06:37 Changeset in xpra [10115] by
- it can be useful to have the full env in debug mode
- 06:27 Changeset in xpra [10114] by
- #870: normally we store the clipboard contents on exit, this env var …
- 06:18 Changeset in xpra [10113] by
- add link to beta on home page
- 06:13 Versions/PendingFixes edited by
- (diff)
- 06:13 Changeset in xpra [10112] by
- gtk3 fix: position can contain None - wtf?
- 06:11 Versions/PendingFixes edited by
- (diff)
- 06:11 Changeset in xpra [10111] by
- py3k fixes
- 05:56 Versions/PendingFixes edited by
- (diff)
- 05:52 Changeset in xpra [10110] by
- avoid None dereference if the client doesn't supply csc modes or if …
- 05:50 Changeset in xpra [10109] by
- * fix enqueue_read_buffer deprecation warnings: replace with …
- 04:29 CSC/Performance edited by
- (diff)
- 03:40 Versions/PendingFixes edited by
- (diff)
- 03:40 Changeset in xpra [10108] by
- dependency updates: * remove wheezy and utopic since we don't support …
- 03:24 Ticket #918 (windows 0.15.4 client hangs on control-c disconnect after changing ...) closed by
- fixed: > my svn updates in builds is still not being reflected in my …
- 03:12 Ticket #929 (opengl exception: access violation reading 0x0BDD0000) created by
- Running with server fedora 21 0.16.0 r9562 (svn update indicates as …
07/28/15:
- 18:02 Changeset in xpra [10107] by
- debian cannot use strict mode without a patch to workaround a dodgy …
- 17:46 Changeset in xpra [10106] by
- updated debian patches
- 17:22 Versions/PendingFixes edited by
- (diff)
- 17:19 Changeset in xpra [10105] by
- #928: look for the cups pdf file in multiple locations (including the …
- 17:13 Ticket #928 (printer forwarding on ubuntu) created by
- The cups-pdf package as of vivid (15.04) transitions to …
- 16:35 Versions/PendingFixes edited by
- (diff)
- 16:33 Changeset in xpra [10104] by
- fix py3k error: needs integer division
- 16:21 Changeset in xpra [10103] by
- py3k fixes
- 13:17 Changeset in xpra [10102] by
- win32 whackamole (batch files are a bad joke): fix all the builds …
- 12:44 Changeset in xpra [10101] by
- try Werror with clang..
- 12:42 Versions/PendingFixes edited by
- (diff)
- 12:41 Changeset in xpra [10100] by
- found bug with clang: wrong type for hint
- 12:39 Changeset in xpra [10099] by
- enable strict warnings as errors with gcc, silence some clang warnings
- 12:38 Changeset in xpra [10098] by
- fix some clang warnings
- 12:12 CSC/Performance edited by
- (diff)
- 12:12 CSC/Performance edited by
- (diff)
- 12:03 CSC/Performance edited by
- (diff)
- 11:51 CSC/Performance edited by
- (diff)
- 11:28 Changeset in xpra [10097] by
- fix win32 build with py3k / without pycuda
- 10:49 Changeset in xpra [10096] by
- fix hmac warnings with newer versions of python
- 10:14 Changeset in xpra [10095] by
- thanks to the fixes in r10093 and r10094, we can now build with …
- 10:03 Changeset in xpra [10094] by
- more valid compiler warnings found via msvc
- 09:35 Versions/PendingFixes edited by
- (diff)
- 09:24 Changeset in xpra [10093] by
- fix compilation warning found with msvc
- 09:18 Changeset in xpra [10092] by
- fix errors with py3k build
- 08:44 Changeset in xpra [10091] by
- new upstream releases
- 07:53 Ticket #660 (stricter pre-release test plan) closed by
- fixed: Not heard back, closing - will follow up in #847.
- 07:47 CSC/Performance edited by
- (diff)
- 07:43 Changeset in xpra [10090] by
- r10089 for v0.15.x branch: also fix rgb to yuv
- 07:42 Changeset in xpra [10089] by
- same as r10087 but for rgb to yuv
- 07:38 CSC/Performance edited by
- (diff)
- 07:33 Ticket #927 (review our use of memoryview_to_bytes) created by
- As per #926, this can be expensive. We call it from the following …
- 07:27 Changeset in xpra [10088] by
- r10087 for v0.15.x branch: only use memoryview_to_bytes on memoryviews
- 07:26 Changeset in xpra [10087] by
- #926: only use memoryview_to_bytes on memoryviews
- 07:12 CSC/Performance edited by
- (diff)
- 07:11 CSC/Performance edited by
- (diff)
- 07:05 CSC/Performance edited by
- (diff)
- 06:54 CSC/Performance edited by
- (diff)
- 06:47 Changeset in xpra [10086] by
- r10084 for v0.14.x and v0.15.x branches: fix opencl platform and …
- 06:23 CSC/Performance edited by
- (diff)
- 06:01 Changeset in xpra [10085] by
- "macro" to try to butcher the english language a bit less!
- 05:56 Changeset in xpra [10084] by
- #926: opencl fixes: * fixup platform and device selection scoring * …
- 05:33 Changeset in xpra [10083] by
- new upstream release
- 04:59 CSC/Performance edited by
- (diff)
- 04:49 Ticket #926 (csc opencl performance has regressed) created by
- See wiki/CSC/Performance where I have added results for trunk. …
- 04:44 CSC/Performance edited by
- (diff)
- 04:40 CSC/Performance edited by
- (diff)
- 04:35 CSC/Performance edited by
- (diff)
07/27/15:
- 16:47 Changeset in xpra [10082] by
- add latest fixes to the release notes
- 16:43 Changeset in xpra [10081] by
- use the same directory structure as for 0.15.x and trunk
- 16:23 Versions/PendingFixes edited by
- (diff)
- 16:22 Changeset in xpra [10080] by
- r10078 for v0.15.x branch: nvenc api correctness fix
- 16:20 Changeset in xpra [10079] by
- r10024 for v0.15.x branch: opencl fixes
- 15:59 Versions/PendingFixes edited by
- (diff)
- 15:54 Versions/PendingFixes edited by
- (diff)
- 15:53 Changeset in xpra [10078] by
- we should be setting this parameter, it exists for a reason
- 13:41 Changeset in xpra [10077] by
- html5 encryption * distinguish between cipher_in and cipher_out * …
- 12:38 Changeset in xpra [10076] by
- html5 protocol encryption * generate caps and pass through to the …
- 12:26 Changeset in xpra [10075] by
- html5 xpra_protocol make sure non-worker also has terminate function
- 12:10 Changeset in xpra [10074] by
- #850 html5 handle disconnection gracefully - only call the connection …
- 11:42 Changeset in xpra [10073] by
- html5 password authentication support * fix get_hex_uuid to remove …
- 10:41 Changeset in xpra [10072] by
- reduce debug logging (move more stuff to API logging)
- 10:20 Changeset in xpra [10071] by
- * require PyOpenCL 2015 or later (since we now use read-only buffers) …
- 10:02 Ticket #925 (opencl csc is broken) closed by
- invalid: Well, I have no idea what happened here, but it fixed itself after a …
- 09:55 Changeset in xpra [10070] by
- fix error logging of supported encoder csc modes
- 09:41 Changeset in xpra [10069] by
- always log to stderr, keep stdout for pipe comms
- 09:27 Changeset in xpra [10068] by
- * use integer division * log codec version in compress_image * remove …
- 06:24 Changeset in xpra [10067] by
- just try a few times and hope for the best!
- 06:05 Changeset in xpra [10066] by
- * log to stderr so it does not interfere when wrapping a subprocess …
- 05:42 Changeset in xpra [10065] by
- add HEVC GUID and stub definitions
- 05:11 Changeset in xpra [10064] by
- prettify error details, especially on win32
- 04:59 Changeset in xpra [10063] by
- only include VERSION_STATUS if there is something in it
- 04:54 Changeset in xpra [10062] by
- split cuda and pycuda info
- 04:37 Changeset in xpra [10061] by
- the error is a "GError" object, which cannot be serialized as it is …
- 04:30 Changeset in xpra [10060] by
- better debugging of pipeline setup failures
- 04:05 Changeset in xpra [10059] by
- * better log messages: let the prefix tell us if this is a source or a …
07/26/15:
- 17:07 Versions/PendingFixes edited by
- (diff)
- 17:05 Changeset in xpra [10058] by
- use read-only buffers (we'll worry about opencl later - it is broken …
- 17:01 Changeset in xpra [10057] by
- wavpackenc needs an audioconvert to avoid errors (at least on win32)
- 16:49 Changeset in xpra [10056] by
- functions don't need self... cut&paste gone wrong
- 16:43 Versions/PendingFixes edited by
- (diff)
- 16:40 Changeset in xpra [10055] by
- r10026 + r10053 for v0.14.x and v0.15.x branches: fix shadow server …
- 16:23 Changeset in xpra [10054] by
- patch made a complete mess of it again, how on earth did that apply at …
- 16:08 Changeset in xpra [10053] by
- #637: refactor the code into utility functions and ensure the bug …
- 15:48 Changeset in xpra [10052] by
- r9921 for v0.14.x and v0.15.x branches: tidy up win32 build library paths
- 15:36 Changeset in xpra [10051] by
- shoot me now
- 15:35 Changeset in xpra [10050] by
- doh
- 15:31 Changeset in xpra [10049] by
- r10040 for v0.14.x and v0.15.x branches: fix log file error on win32 …
- 15:25 Changeset in xpra [10048] by
- allow us to have version-specific lib dirs
- 15:23 Changeset in xpra [10047] by
- r10046 for v0.14.x and v0.15.x branches: avoid error when no shadow …
- 15:17 Versions/PendingFixes edited by
- (diff)
- 15:16 Changeset in xpra [10046] by
- win32 and osx don't need a display name, and trying to guess one …
- 15:04 Changeset in xpra [10045] by
- tidy up the win32 build some more: move log files to win32 subdir and …
- 11:16 Changeset in xpra [10044] by
- * use integer division * log exact kernel arguments used
- 09:55 Versions/PendingFixes edited by
- (diff)
- 07:43 Changeset in xpra [10043] by
- fat warning for older versions of CUDA
- 07:07 Changeset in xpra [10042] by
- make lz4 version parsing and checking more robust and future proof
- 06:32 Changeset in xpra [10041] by
- this is the "standard" for pre-release package version naming I believe
- 06:22 Versions/PendingFixes edited by
- (diff)
- 06:21 Changeset in xpra [10040] by
- move the bug report launch code to a script so we can delay all …
- 06:02 Changeset in xpra [10039] by
- move imports to where they are used: importing this module is now more …
- 05:51 Versions/PendingFixes edited by
- (diff)
- 05:50 Changeset in xpra [10038] by
- we now assume the client has a "signal_disconnect_and_quit" method
07/24/15:
- 17:27 Versions/PendingFixes edited by
- (diff)
- 16:59 Changeset in xpra [10037] by
- important part of r10036 for v0.14.x and v0.15.x branches: only call …
- 16:44 Changeset in xpra [10036] by
- #918: exit fixes * don't assume closed flag is set in …
- 16:19 Changeset in xpra [10035] by
- update to new path api
- 16:16 Changeset in xpra [10034] by
- #918: add cleanup debug logging
- 16:16 Changeset in xpra [10033] by
- #918: add cleanup debug logging
- 14:42 Changeset in xpra [10032] by
- unlikely race, but I've managed to hit it!
- 14:40 Changeset in xpra [10031] by
- to restore the original behaviour, we just pass None!
- 11:28 Versions/PendingFixes edited by
- (diff)
- 11:27 Ticket #925 (opencl csc is broken) created by
- No idea when it broke, but it isn't doing anything anymore, just …
- 11:13 Versions/PendingFixes edited by
- (diff)
- 11:12 Changeset in xpra [10030] by
- r10029 for v0.14.x and v0.15.x branches: ensure the bug report tool …
- 11:07 Versions/PendingFixes edited by
- (diff)
- 11:05 Changeset in xpra [10029] by
- #637: re-create the bug report window whenever we need to (ie: after …
- 10:36 Changeset in xpra [10028] by
- #389: keep the same context until things change, log performance info
- 09:55 Changeset in xpra [10027] by
- make it possible to access the bug report tool from the launcher
- 09:37 Changeset in xpra [10026] by
- #637: capture screen using native pywin32 calls
- 09:33 Changeset in xpra [10025] by
- #888: forgot to update this caller
- 04:08 Versions/PendingFixes edited by
- (diff)
- 04:07 Changeset in xpra [10024] by
- * fix for memoryview: convert to bytes before upload * fix for …
- 03:47 Changeset in xpra [10023] by
- having only one encoding is usually a user mistake, turn it into a warning
07/23/15:
- 16:58 Changeset in xpra [10022] by
- * use stronger types * use the same logic as encoder for the number of …
- 16:41 Changeset in xpra [10021] by
- more of the same work on splitting api and regular debug
- 16:39 Changeset in xpra [10020] by
- fix invalid format string
- 14:54 Ticket #924 (OSX client - "Xpra quit unexpectedly") created by
- I'm observing the following about once per day. This may be right …
- 11:33 Changeset in xpra [10019] by
- make the shadow refresh delay configurable
- 08:55 Changeset in xpra [10018] by
- * don't bother with "which" on win32 * the "52" target is a no-go with …
- 08:43 Ticket #923 (AltGr broken after Ctrl-Escape / Escape) created by
- Environment * server : debian 8, xpra 0.14.10 * client : win 7, xpra …
- 08:34 Changeset in xpra [10017] by
- make it easier to debug nvenc issues with better debug logging, use …
- 08:32 Changeset in xpra [10016] by
- add the ability to select the pulseaudio monitor device name using …
- 07:41 Versions/PendingFixes edited by
- (diff)
- 06:50 Changeset in xpra [10015] by
- * easy strong typing and optimizations found using Cython annotated …
- 06:07 Versions/PendingFixes edited by
- (diff)
- 06:01 Changeset in xpra [10014] by
- remove unused (and potentially dangerous?) line of code
- 05:27 Changeset in xpra [10013] by
- option to use the annotated html reports from cython, exclude the html …
07/22/15:
- 23:58 Changeset in xpra [10012] by
- #797 Updated the chart generator to handle multiple directories …
- 19:29 Changeset in xpra [10011] by
- html5 client: make generating the hello more like the python client in …
- 18:56 Changeset in xpra [10010] by
- html5 client include forge.js for encryption and hmac
- 17:48 Changeset in xpra [10009] by
- fix cuda version comparison: compare with version number (as a …
- 17:43 Changeset in xpra [10008] by
- * detect the CUDA version and only build targets the SDK is capable of …
- 16:32 Changeset in xpra [10007] by
- html5 encryption groundwork
- 13:35 Changeset in xpra [10006] by
- don't log packet type warnings when closing down
- 13:19 Changeset in xpra [10005] by
- r9997 for v0.14.x and v0.15.x branches: the list of output colorspaces …
- 13:19 Versions/PendingFixes edited by
- (diff)
- 13:17 Changeset in xpra [10004] by
- r9996 for v0.14.x and v0.15.x branches: API says we can't assume …
- 13:15 Changeset in xpra [10003] by
- r10000 for v0.15.x branch: support nvidia cards with more than 2GB of …
- 12:47 Versions/PendingFixes edited by
- (diff)
- 12:40 Changeset in xpra [10002] by
- #637 and #389: capture screen contents using Pillow, fallback to GTK …
- 11:59 Changeset in xpra [10001] by
- doh: wrong None check!
- 11:55 Versions/PendingFixes edited by
- (diff)
- 11:54 Changeset in xpra [10000] by
- fix overflow with 4GB+ nvidia cards: use 64-bit to hold memory in bytes
- 07:13 Changeset in xpra [9999] by
- fix nvenc on win32: * use WinDLL to avoid calling convention error …
- 05:41 Packaging edited by
- (diff)
- 05:40 Packaging edited by
- (diff)
07/21/15:
- 12:37 Changeset in xpra [9998] by
- since those asserts may well fire, ensure they have meaningful error …
- 11:17 Versions/PendingFixes edited by
- (diff)
- 11:16 Changeset in xpra [9997] by
- fix output colorspaces containing garbage! (lucky this didn't match …
- 09:28 Versions/PendingFixes edited by
- (diff)
- 09:28 Changeset in xpra [9996] by
- Using x264_picture_init instead of memset has been recommended since …
- 09:25 Changeset in xpra [9995] by
- log and send back the slice type (only IDR and P for now)
- 09:02 Changeset in xpra [9994] by
- make it possible to log individual nals using XPRA_X264_LOG_NALS=1 env var
- 08:15 Packaging edited by
- (diff)
- 08:05 Packaging edited by
- (diff)
- 08:05 Packaging edited by
- (diff)
- 06:26 Packaging edited by
- (diff)
- 06:18 Packaging edited by
- (diff)
- 06:17 Packaging edited by
- (diff)
- 06:16 Packaging edited by
- (diff)
- 05:57 Changeset in xpra [9993] by
- add latest fixes to release notes
- 05:40 Changeset in xpra [9992] by
- add optional message to client ack, so we can log the error details …
- 05:39 Changeset in xpra [9991] by
- catch invalid packet data early so the error message will be more …
- 05:19 Ticket #886 (OSX GUI won't connect (password box issue)) closed by
- fixed: Not heard back, I assume this is fixed - feel free to re-open if …
- 05:16 Versions/PendingFixes edited by
- (diff)
- 05:15 Changeset in xpra [9990] by
- r9978 + r9987 for v0.14.x and v0.15.x branches: refresh the window if …
- 05:14 Changeset in xpra [9989] by
- v0.14.x doesn't have the 'sound-source' option
- 05:08 Changeset in xpra [9988] by
- r9868 for v0.14.x and v0.15.x branches: look for Fedora 22 Xorg …
- 05:01 Changeset in xpra [9987] by
- don't schedule a refresh if the window is gone (it might be)
- 04:58 Versions/PendingFixes edited by
- (diff)
- 04:57 Changeset in xpra [9986] by
- r9983 for v0.14.x and v0.15.x branches: fix csc cython red and blue …
- 04:47 Versions/PendingFixes edited by
- (diff)
07/20/15:
- 18:29 Changeset in xpra [9985] by
- #465: support memoryview when running csc tests
- 18:07 Ticket #894 (0.15.1 client error: do_paint_rgb32) closed by
- needinfo: Unable to reproduce, so closing as needinfo.
- 18:06 Versions/PendingFixes edited by
- (diff)
- 18:05 Ticket #922 (csc_cython produces images with red and blue channels swapped) closed by
- fixed: trunk fix in r9983: I'm just not clever enough to figure out how to …
- 18:03 Changeset in xpra [9984] by
- this probably fixes big endian byte order
- 18:02 Changeset in xpra [9983] by
- #922: better to hardcode correct values than derive wrong ones
- 17:58 Changeset in xpra [9982] by
- use C "const" keyword where it matters
- 16:48 Changeset in xpra [9981] by
- * speedup clamp: make it inline, use const * log the byteorder (is it …
- 16:24 Changeset in xpra [9980] by
- support packed 24-bit colour output modes BGR and RGB
- 16:07 Changeset in xpra [9979] by
- use C "const" keyword where it matters
07/18/15:
- 17:54 Versions/PendingFixes edited by
- (diff)
- 17:53 Ticket #861 (xor error with differing pixel format) closed by
- fixed: r9978 ensures we refresh the whole window if we ever get client-side …
- 17:50 Changeset in xpra [9978] by
- #861: if we do get a decoding error, force a full refresh
- 17:17 Changeset in xpra [9977] by
- why paint with cairo for rgb32 when gdk.Drawable already has a …
- 17:10 Ticket #922 (csc_cython produces images with red and blue channels swapped) created by
- We don't use it much because we prefer opengl, and even opengl is …
- 16:36 Changeset in xpra [9976] by
- #861: verify that the pixel format is the same, makes the error more …
- 16:30 Changeset in xpra [9975] by
- * log reason for rgb reformatting * add docstring to explain delta …
- 16:26 Changeset in xpra [9974] by
- minor speedup: use more local variables
- 14:46 Changeset in xpra [9973] by
- update release notes with latest fixes
- 14:36 Versions/PendingFixes edited by
- (diff)
- 14:36 Versions/PendingFixes edited by
- (diff)
- 14:35 Changeset in xpra [9972] by
- Fedora 20 is no longer supported and Fedora 21 onwards have PyOpenGL …
- 14:08 Changeset in xpra [9971] by
- r9970 for v0.14.x and v0.15.x branches: fix delta compression errors
- 14:04 Changeset in xpra [9970] by
- #861: don't try to use delta if the pixel format is not supported by …
- 13:06 Changeset in xpra [9969] by
- * raise an exception if we fail to setup the shaders, as we cannot …
- 06:16 Changeset in xpra [9968] by
- don't try to set the WM_COMMAND x11 property before the window is realized!
07/17/15:
- 17:41 Usage/Docker edited by
- (diff)
- 14:10 Versions/PendingFixes edited by
- (diff)
- 14:09 Changeset in xpra [9967] by
- * integrity hash does not work with mmap! * use stricter exception type
- 14:07 Changeset in xpra [9966] by
- * move more pillow code to the pillow module, * remove broken test …
- 11:27 Changeset in xpra [9965] by
- same as python2: use the Fedora package for opengl (remove accelerate …
- 10:05 Usage/OpenGL/Performance edited by
- (diff)
- 09:57 Changeset in xpra [9964] by
- watching for properties is already done in superclass!
- 09:51 Changeset in xpra [9963] by
- #794: allow the WM_COMMAND to be updated, moves the code to a …
- 09:33 Changeset in xpra [9962] by
- if gtk won't let us change the wmclass without spewing out warnings, …
- 09:31 Changeset in xpra [9961] by
- update tests and keyboard helper to new gtk2 x11 display source class …
- 09:11 Changeset in xpra [9960] by
- * move "class-instance" to a more generic place (but add warning …
- 08:51 Changeset in xpra [9959] by
- better error reporting when the "lpadmin" commands fails to execute
- 08:48 Ticket #921 (native win32 opengl client) created by
- This may help with testing and with things like #916, #917. It …
- 08:29 Ticket #920 (faster window video source logic) created by
- Even though this was much improved in 0.15, we still spend too much …
- 06:34 Changeset in xpra [9958] by
- also log device info
- 05:13 Changeset in xpra [9957] by
- #915: make it possible to parse a "pactl list" output file from the …
- 04:50 Versions/PendingFixes edited by
- (diff)
- 04:46 Changeset in xpra [9956] by
- #918: when we control-C the client, the cleanup can go wrong - catch …
- 04:32 Ticket #885 (honour window position exactly) closed by
- fixed
- 04:20 Changeset in xpra [9955] by
- #919: add "frame" debug logging
- 04:19 Ticket #919 (frame extents synchronization) created by
- Split from #885 where most of the work was done in time for 0.15. …
- 04:03 Changeset in xpra [9954] by
- add osx wrapper for the gui info
- 03:42 Changeset in xpra [9953] by
- #885: some properties should not be sent back to the client (usually …
- 03:34 Ticket #918 (windows 0.15.4 client hangs on control-c disconnect after changing ...) created by
- Testing with windows 8.1 client 0.15.4 r9951 against fedora 20 0.15.4 …
- 03:22 Changeset in xpra [9952] by
- move the srub list to the superclass where we handle the properties
07/16/15:
- 21:04 Ticket #917 (Use Msys2 for building Windows 32 and 64 bit builds) created by
- I've been trying out MSYS2 after you mentioned it in another ticket so …
- 11:42 Changeset in xpra [9951] by
- these errors should be rare, so always include the stacktrace
- 09:43 Changeset in xpra [9950] by
- also ignore all the files generated by the win32 build system (.pyd)
- 09:31 Changeset in xpra [9949] by
- win32 error messages can be long, split lines
- 09:30 Changeset in xpra [9948] by
- oops: remove unused arg
- 09:25 Changeset in xpra [9947] by
- pillow minor fixes: * prettify error logging * remove encoding from …
- 08:38 Changeset in xpra [9946] by
- more helpful log warning with failed decoding
- 08:18 Changeset in xpra [9945] by
- we have to actually read / do something with the image data to ensure …
- 08:11 Changeset in xpra [9944] by
- oops: missed from r9935
- 08:03 Changeset in xpra [9943] by
- update release notes with latest fixes
- 07:53 Versions/PendingFixes edited by
- (diff)
- 07:53 Changeset in xpra [9942] by
- r9925 for v0.14.x and v0.15.x branches: safer cleanup / exit code on win32
- 07:52 Changeset in xpra [9941] by
- r9924 for v0.15.x branch: safer opengl platform checks
- 07:50 Changeset in xpra [9940] by
- r9918 for v0.14.x and v0.15.x branches: fix pulseaudio device count …
- 07:48 Changeset in xpra [9939] by
- r9898 for v0.14.x and v0.15.x branches: fix timer warnings and logging …
- 07:47 Changeset in xpra [9938] by
- r9915 for v0.14.x and v0.15.x branches: workaround invalid …
- 07:45 Changeset in xpra [9937] by
- r9888 for v0.15.x branch: if we get gibberish at either end, something …
- 07:45 Changeset in xpra [9936] by
- version bump
- 07:26 Changeset in xpra [9935] by
- * move pillow encoding and decoding to a codec module like most of the …
- 07:23 Changeset in xpra [9934] by
- * expose more details via get_info, include buffer api version * allow …
- 07:22 Changeset in xpra [9933] by
- ensure we discard encodings that have failed the selftests
- 06:36 Changeset in xpra [9932] by
- * new upstream release, required for running latest pycuda * merge …
07/15/15:
- 18:45 Changeset in xpra [9931] by
- tweaks needed for building nvenc5 on win32, we also have to force …
- 18:40 Changeset in xpra [9930] by
- we no longer need to support python2.4, remove the ugly code
- 17:48 Changeset in xpra [9929] by
- #916: use my directory structure if present, but keep the same default
- 15:42 Changeset in xpra [9928] by
- posix paths options should not have the command in them!
- 15:36 Changeset in xpra [9927] by
- allows us to build nvenc 4 and 5 on win32
- 14:57 Changeset in xpra [9926] by
- some compilers (like msvc) don't know about float_t
- 14:17 Versions/PendingFixes edited by
- (diff)
- 14:17 Changeset in xpra [9925] by
- I have seen an error here, logging a warning is a lot better than …
- 13:47 Versions/PendingFixes edited by
- (diff)
- 13:46 Changeset in xpra [9924] by
- the opengl platform checks should run before we try to import gtkgl, …
- 10:59 Changeset in xpra [9923] by
- #916: * minor quote fixing * exclude msys dlls for now
- 07:47 Changeset in xpra [9922] by
- #916 * fix gstreamer location on 64-bit builds * fix quoting problems …
- 06:08 Changeset in xpra [9921] by
- #916 allows us to move all the libs into a prefix (still "C:\" by default)
- 05:40 Ticket #916 (tidy up the win32 build) created by
- Related to #678 and #640. * building on 64-bit windows system is …
- 05:22 Changeset in xpra [9920] by
- make it easier to build on a 64-bit os: look for both program files …
07/14/15:
- 17:12 Changeset in xpra [9919] by
- fix typo in changelog
- 12:44 Versions/PendingFixes edited by
- (diff)
- 12:43 Changeset in xpra [9918] by
- fix device count
- 09:31 Changeset in xpra [9917] by
- allow platforms to supply alternative client implementations
- 06:37 Changeset in xpra [9916] by
- new upstream release
- 03:46 Logging edited by
- (diff)
07/13/15:
- 20:07 Ticket #915 (Sound Forwarding to client doesn't work (for me)) created by
- I tried to do with Xpra from version 0.14 to 0.16 (Beta of Winswitch) …
- 11:15 Versions/PendingFixes edited by
- (diff)
- 11:14 Changeset in xpra [9915] by
- ensure "help" options mistakenly stored in the config file won't make …
- 10:49 Changeset in xpra [9914] by
- document all the debug flags and show them using the "help" magic value
- 07:08 Changeset in xpra [9913] by
- more friendly error message: tell the user which socket failed
- 06:14 Changeset in xpra [9912] by
- #878: check the underlying liblz4 version if we have it
- 06:12 Changeset in xpra [9911] by
- #907: "focused" is now exported as part of wm-state, so we must define …
- 05:40 Changeset in xpra [9910] by
- #878: make a 0.8.0-rc1 build for testing
07/12/15:
- 05:38 Changeset in xpra [9909] by
- doh: should run lint before commiting: 'changelog not in descending …
- 05:25 Changeset in xpra [9908] by
- version bump
07/10/15:
- 11:13 Ticket #914 (screen is frozen until the window is resized/moved) created by
- We have a workstation (with Nvidia quadro + centos 7) with xpra. Of …
Note: See TracTimeline
for information about the timeline view.