Timeline
02/13/12:
- 19:17 Changeset in xpra [497] by
- neeed focusableInTouchMode to receive key events... found it here: …
- 18:51 Changeset in xpra [496] by
- newer versions of xpra (python) require the "encoding" value to be in …
- 06:53 Changeset in xpra [495] by
- provide clearer INSTALL instructions
- 06:33 Ticket #79 (removing need to set PYTHONPATH in the shell) closed by
- invalid: Sorry, but you should be installing Xpra system-wide, in which case it …
02/12/12:
- 23:05 Ticket #79 (removing need to set PYTHONPATH in the shell) created by
- I've got xpra running on a development build of Solaris 11. Getting …
02/10/12:
- 08:07 Changeset in xpra [494] by
- bump ebuild version
02/09/12:
- 14:10 Changeset in xpra [493] by
- partial revert of r486: even though it makes sense to only set …
02/08/12:
- 19:47 Changeset in xpra [492] by
- prepare for release: version bump
- 19:36 Changeset in xpra [491] by
- use gdk_x11_get_xatom_by_name directly rather than calling …
- 19:32 Ticket #8 (Xpra sun.awt.X11.XlibWrapper.XGetAtomName issue) closed by
- fixed: Thanks for the pointers, proved very useful. I eventually found the …
- 19:21 Changeset in xpra [490] by
- #8 fix clipboard transfer of atoms: * when we extract the atoms we …
- 19:18 Changeset in xpra [489] by
- when we discard XErrors, don't log them
- 19:17 Changeset in xpra [488] by
- try to get class-instance in uft8 if latin1 failed
- 19:06 Changeset in xpra [487] by
- some java apps clear WM_HINTS, don't log a trace just because of that
- 18:58 Changeset in xpra [486] by
- when we try to focus a window which has disappeared (ie: app closing …
- 14:59 Changeset in xpra [485] by
- add "xpra detach DISPLAY" to list of options (man page had it already)
- 14:51 Ticket #71 (X Error when starting DDT debugger) closed by
- needinfo: OK, I would like to try to find what the splash screen does to crash …
- 14:19 Changeset in xpra [484] by
- strip redundant header from packet when logging contents
- 14:19 Changeset in xpra [483] by
- better description on win32: we don't provide a window manager / …
- 14:11 Changeset in xpra [482] by
- script to make it easier to build the Xpra installer on win32
- 11:08 Changeset in xpra [481] by
- send_packet_now() vs close() were racy: we would often end up closing …
- 10:11 Changeset in xpra [480] by
- Xdummy docs and updated info
02/07/12:
- 18:13 Ticket #70 (Provide execve() to upgrade clients in-place) closed by
- fixed: r475 ensures that "upgrading" or using "--use-display" works properly …
- 12:34 Ticket #78 (NameError: global name 'w' is not defined) closed by
- fixed: fixed in r479, will still need to investigate why this did not lead to …
- 12:28 Changeset in xpra [479] by
- #78: refactoring forgot to include dimensions before use.
- 11:06 Ticket #78 (NameError: global name 'w' is not defined) created by
- […]
- 04:45 Ticket #77 (missing tray icons - forward notification area) created by
- XPRA does not display the tray icons of attached applications such as …
02/03/12:
- 18:56 Changeset in xpra [478] by
- refactor and unify new-window code so both OR and regular windows use …
- 18:51 Changeset in xpra [477] by
- ignore_errors during _handle_title_change: when a window disappears …
- 18:35 Ticket #76 (try to minimize round trips: send pixel data with new ...) created by
- On high latency links, the number of round trips required can cause …
02/01/12:
- 12:31 Ticket #75 (svn 471: ssh password authentication broken) closed by
- fixed: r474 fixes this
- 12:05 Changeset in xpra [476] by
- prepare for 0.0.7.35 release
- 11:45 Changeset in xpra [475] by
- when "upgrading" or "--use-display", don't cleanup the file socket …
- 11:33 Changeset in xpra [474] by
- don't abort ssh when the returncode is None
- 11:32 Changeset in xpra [473] by
- reduce default logging verbosity
- 08:18 Ticket #75 (svn 471: ssh password authentication broken) created by
- Steps to reproduce: 1) xpra attach ssh:testi1@lindi1:3 2) type "a" …
01/31/12:
- 11:48 Changeset in xpra [472] by
- #74: we need Cython 0.14 or later to build
- 11:31 Ticket #74 (svn 471: Error converting Pyrex file to C: bindings.pyx:324:50: ...) closed by
- wontfix: It does build with recent versions of Cython, what I may do is add a …
- 11:24 Ticket #74 (svn 471: Error converting Pyrex file to C: bindings.pyx:324:50: ...) created by
- svn 471 does not build. Using […] fails with […]
01/29/12:
- 12:48 Ticket #72 (no keys with modifiers accepted anymore) closed by
- fixed: I assume this is fixed, please re-open if necessary.
- 11:54 Changeset in xpra [471] by
- more session stats
- 10:57 Ticket #61 (XGetWindowProperty NoSuchProperty: _NET_WM_ICON_NAME _NET_WM_NAME) closed by
- fixed: r469 avoids the error on property change (as the property may have …
- 10:51 Changeset in xpra [470] by
- #59: don't initialize the X11 event loop hook just by importing these …
01/25/12:
- 13:01 Changeset in xpra [469] by
- when a window disappears (and maybe other cases too?), sometimes the …
- 12:22 Changeset in xpra [468] by
- new command line mode allows us to query the version of a remote server
- 12:07 Changeset in xpra [467] by
- remove duplicated code (now in client_base)
- 10:18 Changeset in xpra [466] by
- * if new feature supported, don't use positional parameters for …
- 10:11 Changeset in xpra [465] by
- ensure the debugging code does not cause an error itself!
01/24/12:
- 20:01 Ticket #58 (transient windows should move with their parent (ie: menus)) closed by
- fixed: fixed in r464 (we now also correctly set the window hints for …
- 20:01 Changeset in xpra [464] by
- #58: move some child windows with their parent. * add "transient-for" …
- 19:55 Changeset in xpra [463] by
- when we get an error on prop_get, log trace from caller not just down …
01/23/12:
- 18:42 Changeset in xpra [462] by
- use PIL for screenshots so we get a nice transparent background, also …
- 16:06 Changeset in xpra [461] by
- fix screenshot size and offset calculation for multi-windows
- 15:47 Changeset in xpra [460] by
- screenshots feature: allows any client to request a screenshot. * …
01/20/12:
- 16:58 Ticket #73 (Error message when DNS goes wrong) closed by
- fixed: done in r459, here is the output now shown: […]
- 16:57 Changeset in xpra [459] by
- #73: if the ssh process dies from underneath us, detect it and just …
- 16:30 Changeset in xpra [458] by
- move SIGUSR handlers to posix code path so initial debug toggle does …
- 16:26 Changeset in xpra [457] by
- keep a reference to all the objects we use to prevent scoping …
- 12:24 Ticket #73 (Error message when DNS goes wrong) created by
- If I try to connect too soon, ie. when DNS is not working …
01/19/12:
- 16:52 Changeset in xpra [456] by
- #183: try harder to ensure we don't send "None" values in the gtk …
- 16:34 Changeset in xpra [455] by
- if we can't encode a packet, try to find if we haven't got any None …
- 09:08 Changeset in xpra [454] by
- if we don't find a keyval, don't try to get a keycode for it (and add …
01/18/12:
- 19:52 Changeset in xpra [453] by
- ebuild version bump
- 19:38 Changeset in xpra [452] by
- doh
- 19:32 Changeset in xpra [451] by
- release 0.0.7.34
- 18:49 Changeset in xpra [450] by
- try to prevent "wtf, pixmap is None": * clarify self._sequence usage: …
- 17:44 Changeset in xpra [449] by
- #64: prevent EINTR from causing socket errors
- 17:30 Changeset in xpra [448] by
- keep a reference to all the dbus objects we use for notifications
- 16:41 Changeset in xpra [447] by
- exit write thread loop sooner when closed is set, prevents trying to …
- 15:06 Changeset in xpra [446] by
- don't expose so much info when creating the "run-xpra" script: * make …
- 11:43 Changeset in xpra [445] by
- #72 correctly parse keymap packets
- 11:02 Changeset in xpra [444] by
- can't get len of a NoneType?..
- 10:43 Ticket #72 (no keys with modifiers accepted anymore) created by
- I've had it now 3 times that no keys with modifiers are accepted …
- 10:13 Ticket #71 (X Error when starting DDT debugger) created by
- Hi, I'm trying to run DDT …
- 08:44 Changeset in xpra [443] by
- #64 stop requesting random chunks of memory! (thanks to OpenBSD …
01/17/12:
- 19:24 Changeset in xpra [442] by
- the window could have disappeared already and that's ok: just ignore it
- 19:20 Changeset in xpra [441] by
- doh!
- 19:15 Ticket #69 (xpra doesn't connect, gives errors) closed by
- fixed
- 19:04 Changeset in xpra [440] by
- heisenbugs of sorts (hard to find): python's idiotic logging module …
- 18:56 Changeset in xpra [439] by
- use the empty-marker trick to make the threads exit quicker - fixes …
- 18:46 Changeset in xpra [438] by
- dump_frames is called with SIGUSR1 and will dump all the backtraces …
- 18:02 Changeset in xpra [437] by
- if XFixesGetCursorImage returns NULL, fail more gracefully
- 17:49 Changeset in xpra [436] by
- #69: ensure session_started_label is always defined and fill it with …
- 17:37 Changeset in xpra [435] by
- implement get_modifier_mappings() using xlib so we don't need to call …
- 14:05 Changeset in xpra [434] by
- use correct window size for buffer refresh
- 10:38 Changeset in xpra [433] by
- 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
- winswitch sees when a xpra child dies, and throws it out of its …
- 06:38 Ticket #64 (xpra server dies on client's connection attempt) reopened by
- Looks like premultiply_argb_in_place causes the segfault …
Note: See TracTimeline
for information about the timeline view.