xpra icon
Bug tracker and wiki

Timeline


and

01/18/12:

19:52 Changeset in xpra [453] by antoine
ebuild version bump
19:38 Changeset in xpra [452] by antoine
doh
19:32 Changeset in xpra [451] by antoine
release 0.0.7.34
18:49 Changeset in xpra [450] by antoine
try to prevent "wtf, pixmap is None": * clarify self._sequence usage: …
17:44 Changeset in xpra [449] by antoine
#64: prevent EINTR from causing socket errors
17:30 Changeset in xpra [448] by antoine
keep a reference to all the dbus objects we use for notifications
16:41 Changeset in xpra [447] by antoine
exit write thread loop sooner when closed is set, prevents trying to write …
15:06 Changeset in xpra [446] by antoine
don't expose so much info when creating the "run-xpra" script: * make the …
11:43 Changeset in xpra [445] by antoine
#72 correctly parse keymap packets
11:02 Changeset in xpra [444] by antoine
can't get len of a NoneType?..
10:43 Ticket #72 (no keys with modifiers accepted anymore) created by pmarek
I've had it now 3 times that no keys with modifiers are accepted anymore; …
10:13 Ticket #71 (X Error when starting DDT debugger) created by angelv
Hi, I'm trying to run DDT under …
08:44 Changeset in xpra [443] by antoine
#64 stop requesting random chunks of memory! (thanks to OpenBSD testing) …

01/17/12:

19:24 Changeset in xpra [442] by antoine
the window could have disappeared already and that's ok: just ignore it
19:20 Changeset in xpra [441] by antoine
doh!
19:15 Ticket #69 (xpra doesn't connect, gives errors) closed by totaam
fixed
19:04 Changeset in xpra [440] by antoine
heisenbugs of sorts (hard to find): python's idiotic logging module was …
18:56 Changeset in xpra [439] by antoine
use the empty-marker trick to make the threads exit quicker - fixes …
18:46 Changeset in xpra [438] by antoine
dump_frames is called with SIGUSR1 and will dump all the backtraces for …
18:02 Changeset in xpra [437] by antoine
if XFixesGetCursorImage returns NULL, fail more gracefully
17:49 Changeset in xpra [436] by antoine
#69: ensure session_started_label is always defined and fill it with …
17:37 Changeset in xpra [435] by antoine
implement get_modifier_mappings() using xlib so we don't need to call …
14:05 Changeset in xpra [434] by antoine
use correct window size for buffer refresh
10:38 Changeset in xpra [433] by antoine
xkbmap_mod_managed may be null when old clients connect (and even new …

01/15/12:

08:37 Ticket #70 (Provide execve() to upgrade clients in-place) created by pmarek
winswitch sees when a xpra child dies, and throws it out of its session …
06:38 Ticket #64 (xpra server dies on client's connection attempt) reopened by totaam
Looks like premultiply_argb_in_place causes the segfault (strange …

01/13/12:

20:35 Ticket #69 (xpra doesn't connect, gives errors) created by pmarek
[…] I killed it via CTRL-C here; another try immediately after did …

01/12/12:

20:31 Changeset in xpra [432] by antoine
release 0.0.7.33
20:14 Changeset in xpra [431] by antoine
when we request a refresh with a specific quality, we need this …
18:09 Changeset in xpra [430] by antoine
log info message when we disable keyboard sync as this is failry …

01/11/12:

19:57 Changeset in xpra [429] by antoine
if we find old key repeat packets, we can't handle them so turn keyboard …
19:55 Changeset in xpra [428] by antoine
compatibility for older versions: 'set_modifiers_from_text' parses the …
17:39 Changeset in xpra [427] by antoine
when using mmap, disable the picture encoding menu which is …
16:45 Changeset in xpra [426] by antoine
when we get a key repeat packet and the key had timedout, re-press it …
15:42 Changeset in xpra [425] by antoine
also ignore modifiers by keyname
15:37 Changeset in xpra [424] by antoine
if the property is missing and we call prop_get, don't log a full …
15:36 Changeset in xpra [423] by antoine
duplicate the modifier meanings from xpra (can't import xpra from here and …
15:36 Changeset in xpra [422] by antoine
shortcuts are specified using regular key names (ie: Alt+F4) so we must …
12:07 Changeset in xpra [421] by antoine
exit inner parse loop when we have processed everything!
11:06 Ticket #64 (xpra server dies on client's connection attempt) closed by totaam
fixed: merged in r408, works fine on OpenBSD now.
10:22 Ticket #62 (AltGr not working with "Keyboard synchronized" = off) closed by totaam
fixed

01/10/12:

21:37 Changeset in xpra [420] by antoine
we need to be able to import xpra/init from places which may not have …
21:36 Changeset in xpra [419] by antoine
we need to be able to import xpra/init from places which may not have …
20:55 Changeset in xpra [418] by antoine
cython in debian stable is too old, add info
20:30 Ticket #36 (Cursor left and cursor down do not repeat) closed by totaam
fixed: with r417, it now also works without the --no-keyboard-sync option
20:06 Changeset in xpra [417] by antoine
ensure keysyms_per_keycode is never greater than 8 (not allowed to), …
18:34 Changeset in xpra [416] by antoine
Many keyboard related improvements: * support raw keycodes on all …

01/09/12:

17:38 Changeset in xpra [415] by antoine
add missing mod1
17:36 Changeset in xpra [414] by antoine
icon for dynamic compression menu option
16:12 Changeset in xpra [413] by antoine
Pixels/s: also use average over the last second (not just last packet …
15:45 Changeset in xpra [412] by antoine
add link to /dists/ packages from home page, link to winswitch download …
09:10 Changeset in xpra [411] by antoine
useful tool for dumping keyboard mapping data to text which can then be …
09:08 Changeset in xpra [410] by antoine
move _current_packet_size to local var and exit loop sooner when _closed …

01/07/12:

18:51 Ticket #54 (enable_deflate is racy - hard to fix) closed by totaam
fixed: done in r409 with "set_deflate" packet and corresponding UI.
18:50 Changeset in xpra [409] by antoine
new capability: dynamic_compression, allows the client to request zlib …
16:50 Changeset in xpra [408] by antoine
the incremental bdecode stuff is no longer needed, we rely on the new …

01/06/12:

20:39 Changeset in xpra [407] by antoine
make it more tidy: neater code and escape newlines
20:34 Changeset in xpra [406] by antoine
platforms without raw-keycode support will send 0 for keycode in the …
17:43 Changeset in xpra [405] by antoine
add keyboard tester to win32 so we can easily test on a real machine …
15:57 Changeset in xpra [404] by antoine
fix "Pixels/s" average shown as actually a total
15:34 Changeset in xpra [403] by antoine
merge win32 setup file into the main one and include winswitch's win32/ …
13:59 Changeset in xpra [402] by antoine
make the codebox stand out a bit more
11:22 Ticket #68 (improve performance of network code: bencoder is too slow) created by totaam
First, eventually we can drop compatibility with old clients (see #57) and …
10:52 Changeset in xpra [401] by antoine
if we have enough space, avoid chunking the data in the mmap area so we …
10:14 Changeset in xpra [400] by antoine
zero-copy from mmap data for single-chunk pixel areas
09:56 Ticket #67 (mmap improvements: zero-copy, avoid wrap-around, memcopy, mmap.ACCESS_COPY) created by totaam
mmap is fast but can be made faster: * rather than extracting the pixel …

01/05/12:

18:11 Changeset in xpra [399] by antoine
more tests for bencoder with more deeply nested dicts and more values in …
13:02 Changeset in xpra [398] by antoine
try harder not to send modifiers the server won't understand
12:46 Changeset in xpra [397] by antoine
move imports that require the X11 cython bindings to where they are used …
10:42 Changeset in xpra [396] by antoine
bug fix: ensure we never place "None" value in capabilities dict

01/04/12:

21:00 Changeset in xpra [395] by antoine
write a token in the mmap area so the server can verify this mmap file is …
19:55 Changeset in xpra [394] by antoine
#62: proper fix for handling "nuisance" modifiers (lock, num, scroll): * …
19:20 Changeset in xpra [393] by antoine
better error messages for when trying to load notification libraries
17:08 Ticket #66 ("mdocml" cannot process xpra.1) closed by antoine
fixed: applied in r392 - thanks!
17:06 Changeset in xpra [392] by antoine
#66: fix man page so mandoc doesn't complain
16:05 Ticket #66 ("mdocml" cannot process xpra.1) created by fecund
Hi- I just got the latest revision of the xpra man page because the one I …
13:53 Changeset in xpra [391] by antoine
don't bother scheduling the refresh timer unless we have actually received …
13:47 Ticket #63 (window contents is not drawn at all) closed by antoine
fixed: r390 uses $TMPDIR (or /tmp) as the location for the mmap file, this is …
13:42 Changeset in xpra [390] by antoine
use $TMPDIR (or /tmp) for mmap file location
13:03 Ticket #65 (error with jpeg encoding) closed by antoine
fixed: Lots of fixes, including this bug in r389
13:02 Changeset in xpra [389] by antoine
avoid removing the rowstride padding on pixel data if the client can …
12:52 Changeset in xpra [388] by antoine
make it consistent: define --no-mmap alias for --disable--mmap (so …
09:27 Ticket #65 (error with jpeg encoding) created by lindi
[…] when trying --encoding jpeg --jpeg-quality 60

01/03/12:

19:30 Ticket #64 (xpra server dies on client's connection attempt) created by fecund
I've just downloaded & built xpra on an OpenBSD system with Python 2.6 In …
11:56 Changeset in xpra [387] by antoine
bump year and use xpra.org for xpra
11:55 Changeset in xpra [386] by antoine
bump year on web pages
11:54 Changeset in xpra [385] by antoine
typo
11:52 Changeset in xpra [384] by antoine
use xpra.org for xpra src files
11:51 Changeset in xpra [383] by antoine
remove one (missed) generated file from snapshot
10:59 Changeset in xpra [382] by antoine
self._server_source may already be reset, avoid error!
10:10 Changeset in xpra [381] by antoine
bump year in copyright and build files

01/02/12:

19:14 Changeset in xpra [380] by antoine
compile fix: newer gtk.so does not have ExposeEvent??
19:13 Changeset in xpra [379] by antoine
readonly mode implemented on client (for now) + version bump so we can …
15:17 Changeset in xpra [378] by antoine
bug: when a connection is dropped we must also exit the damage threads to …
13:29 Ticket #63 (window contents is not drawn at all) created by lindi
I've upgraded from svn r266 to r377 and all my windows are just filled …

01/01/12:

18:56 Changeset in xpra [377] by antoine
make it easier for applications to detect that they are running within an …

12/31/11:

12:16 Ticket #62 (AltGr not working with "Keyboard synchronized" = off) created by pmarek
With the current xpra 0.0.7.32 and "Keyboard synchronized" unchecked the …
10:59 Changeset in xpra [376] by antoine
fix command line option for "--no-tray": does not take any arguments!

12/26/11:

11:06 Ticket #61 (XGetWindowProperty NoSuchProperty: _NET_WM_ICON_NAME _NET_WM_NAME) created by totaam
We should not be logging this as a stacktrace as these aren't problematic …

12/20/11:

09:32 Ticket #60 (Typo in refresh_window()) closed by totaam
fixed: Good catch, applied in r375 Thanks!
09:30 Changeset in xpra [375] by antoine
#60: fix typo
02:22 Ticket #60 (Typo in refresh_window()) created by werkshy
There's a typo in xpra/client.py:194 causing this error: […] Here's …
Note: See TracTimeline for information about the timeline view.