Timeline
12/06/11:
- 20:58 Changeset in xpra [348] by
- remove unused cruft
- 20:57 Changeset in xpra [347] by
- clear variables on cleanup so they don't get re-used (or re-cleaned)
- 19:52 Changeset in xpra [346] by
- oops, wasn't meant to commit this - see #55
- 19:31 Ticket #56 (add new resolutions to Xdummy on the fly - dummy driver needs randr ...) created by
- Instead of finding the nearest match, we should just add the modeline, …
- 19:19 Changeset in xpra [345] by
- disable randr when we are dealing with a Xvfb with only one resolution …
- 19:01 Changeset in xpra [344] by
- name all our threads and use daemon=True for server threads
- 18:55 Ticket #55 (timing/race GIL deadlock bug in XSendEvent or socket code) closed by
- fixed: The following code can be used to dump all threads on each ping_echo …
- 18:27 Changeset in xpra [343] by
- dont reset focus when any connection is lost, only when *the* current …
- 16:44 Changeset in xpra [342] by
- when we call connection_lost we must ensure this is done from the main …
- 16:29 Changeset in xpra [341] by
- more import cleanups
- 11:40 Ticket #55 (timing/race GIL deadlock bug in XSendEvent or socket code) created by
- This one is hard to reproduce, but then again sometimes not. I don't …
- 10:36 Changeset in xpra [340] by
- remove most of the logging from the native set_xmodmap cython code
12/05/11:
- 20:49 Changeset in xpra [339] by
- implement full xmodmap in cython, add missing keycodes _R variants and …
- 17:50 Changeset in xpra [338] by
- move all server keymap/xmodmap stuff to xkbhelper and change the …
- 13:41 Changeset in xpra [337] by
- simplify and make paths more portable
- 09:47 Changeset in xpra [336] by
- add missing argument for default keymap case
- 09:47 Changeset in xpra [335] by
- we may want to enable/disable debug logging after the session has …
- 09:46 Changeset in xpra [334] by
- ensure we initialize all variables before calling ClientExtras? so the …
12/04/11:
- 20:59 Changeset in xpra [333] by
- win32 and osx now supply keymap data to the server so we need a new …
- 18:27 Ticket #54 (enable_deflate is racy - hard to fix) created by
- The problem is that the read/write network code is threaded (and has …
- 16:16 Changeset in xpra [332] by
- show client latency as latest + average (as was already done for …
- 15:33 Changeset in xpra [331] by
- ping latency calculations with load and remote latency information …
- 14:17 Changeset in xpra [330] by
- session-info now also shows server version, mmap status, randr support …
- 13:42 Changeset in xpra [329] by
- new session_info dialog option in tray menu which shows statistics …
- 10:49 Changeset in xpra [328] by
- ignore _keys_changed() events whilst we're setting the keyboard (would …
12/03/11:
- 20:55 Changeset in xpra [327] by
- just always skip the first line rather than relying on magic string …
- 20:52 Ticket #50 (a trick for transferring keyboard modifiers to xpra server) closed by
- fixed: not heard back, but r325 does something better: rather than hardcoding …
- 20:40 Changeset in xpra [326] by
- re-order imports to make sure this build with all versions of cython/gcc
- 20:35 Changeset in xpra [325] by
- better keyboard mapping (still): let the client pass the list of …
12/02/11:
- 09:46 Changeset in xpra [324] by
- find data_dir from local installations via do-build if present
12/01/11:
- 19:55 Changeset in xpra [323] by
- support forwarding notifications to the client via python + dbus …
- 13:17 Ticket #53 (Window not fully painted) created by
- Similar to #35: * Debian x86_64, KDE4 * I have some window rules …
11/30/11:
- 19:12 Ticket #52 (Trouble with Xpra and Java applications (Failed to retrieve atom name)) closed by
- duplicate: see #8
- 19:01 Ticket #52 (Trouble with Xpra and Java applications (Failed to retrieve atom name)) created by
- Hi, I am encountering problems with java applications that error out …
11/29/11:
- 18:40 Ticket #51 (new window keyboard focus problem) created by
- This was originally recorded as [https://winswitch.org/trac/ticket/150 …
- 18:26 Changeset in xpra [322] by
- windows go away below the cursor all the time, so don't log this event …
- 18:24 Ticket #23 (fast refresh (ie: fast scrolling) causes high cpu usage and no screen ...) closed by
- worksforme
- 18:23 Ticket #18 (error in logging when ^C the client) closed by
- fixed: r293 shuts down cleanly by catching the SIGINT signal and ensuring we …
- 18:18 Ticket #3 (xpra crashed while selecting text: The program 'xpra' received an X ...) closed by
- worksforme: There were some fixes in this area and I can no longer reproduce this …
- 17:29 Changeset in xpra [321] by
- make the svn browser look good
- 15:43 WikiStart edited by
- (diff)
11/28/11:
- 19:56 Changeset in xpra [320] by
- bump ebuild
- 18:42 Changeset in xpra [319] by
- py3k compat fixes: don't use "commands", brackets for print statements, etc
- 16:30 Changeset in xpra [318] by
- fix warnings and add pydev annotations to ignore @UnresolvedImport?
- 16:28 Changeset in xpra [317] by
- missed version bump in py2exe build file
- 11:07 Changeset in xpra [316] by
- prepare for release: release notes and build files updates
- 10:57 Changeset in xpra [315] by
- was using wrong scale for mmap! 128K (now 128M) was way too small and …
- 09:46 Changeset in xpra [314] by
- add dev page with info on building/installing and move all icons to …
- 08:30 Ticket #50 (a trick for transferring keyboard modifiers to xpra server) created by
- at present xpra client only transfers the output of "xmodmap -pke" to …
11/27/11:
- 16:39 Ticket #48 (xpra thinks the window is not visible, so maximizing and other things ...) closed by
- fixed: fixed in r313 I would have preferred to find a fix client side since …
- 16:37 Changeset in xpra [313] by
- when we configure a window and it was hidden, make sure we unhide …
- 16:06 Changeset in xpra [312] by
- move all wimpiggy.lowlevel imports in one place so we can add pydev's …
- 10:01 Changeset in xpra [311] by
- show only one copy of "about dialog": if it already exists just raise …
11/26/11:
- 11:40 Ticket #43 (tray icon and menu icons are blank) closed by
- fixed: r310 fixes this: we only enable the "appindicator" crap on Ubuntu …
- 11:39 Changeset in xpra [310] by
- #43: when it comes to system trays, Ubuntu is a disaster: detect the …
11/25/11:
- 19:47 Ticket #49 (show version information in about dialog) created by
- Would be quite useful, could also show the remote (server) version …
- 19:06 Changeset in xpra [309] by
- use an improved dump_packet() to simplify send(packet) logging
- 19:03 Changeset in xpra [308] by
- if anything fails during mmap setup, just drop the feature, log an …
- 17:54 Ticket #35 (Window does not properly refresh) closed by
- fixed: I am pretty sure the original issue can be closed now, as this is now …
- 17:53 Ticket #48 (xpra thinks the window is not visible, so maximizing and other things ...) created by
- This bug was originally recorded as #35 and although the symptoms are …
- 17:29 Changeset in xpra [307] by
- small improvements: * removed unused var (_damage_sequence) * remove …
- 14:33 Changeset in xpra [306] by
- must close all "protocol"s before we can shutdown, not just self._protocol
- 11:27 Changeset in xpra [305] by
- try harder to flush the damage_packet_queue + better debug: log the …
- 10:58 Changeset in xpra [304] by
- add sizes to the warning message so we can better investigate
- 10:56 Changeset in xpra [303] by
- when we want to cancel_damage for a window, the damage processing may …
- 10:51 Changeset in xpra [302] by
- damage the window +after+ we ask the desktop manager to resize it
- 10:45 Changeset in xpra [301] by
- because of the threaded code we must take greater care when shutting …
- 10:42 Changeset in xpra [300] by
- if not dealing with an override-redirect window, then we can use …
- 09:35 Changeset in xpra [299] by
- move all wimpiggy.lowlevel imports in one place so we can add pydev's …
11/24/11:
- 19:00 Changeset in xpra [298] by
- use more shared memory so multiple big full-screen updates will fit
- 18:43 Ticket #46 (PULSE_ properties missing) closed by
- fixed: this should be fixed (by hiding the warning) in r297 Feel free to …
- 18:42 Changeset in xpra [297] by
- dont log a full stacktrace when some of the root properties we would …
- 17:18 Changeset in xpra [296] by
- prevent _cleanup_listening from erroring out, not sure why …
- 17:14 Changeset in xpra [295] by
- if pixmap is None, we would cause an error here - oops!
- 17:02 Changeset in xpra [294] by
- safer and easier to get the window size using …
- 16:29 Changeset in xpra [293] by
- try harder to exit cleanly (ie: on Control-C) by: * registering a …
- 14:29 Changeset in xpra [292] by
- make mmap enabled by default since it works so well and degrades …
- 09:43 Ticket #47 (keep hidden/minimized windows' pixels around so we don't need a ...) created by
- The latency for xpra windows is much higher than for local windows; …
- 07:35 Ticket #45 (avoid client error due to missing pulseaudio X11 props) closed by
- duplicate: dupe of #46
- 07:31 Ticket #46 (PULSE_ properties missing) created by
- I got these errors/warnings on the server side: […] and similar …
11/23/11:
- 22:35 Ticket #45 (avoid client error due to missing pulseaudio X11 props) created by
-
[…]
and also for
PULSE_COOKIE
andPULSE_ID
Also, … - 18:52 Changeset in xpra [291] by
- place the mmap file in ~/.xpra and delete it as soon as we have …
- 16:47 Changeset in xpra [290] by
- move method to a class method so we can call it when the encoding is …
- 16:46 Changeset in xpra [289] by
- better docstring
- 15:20 Changeset in xpra [288] by
- try not to starve the main loop by parsing/decompressing data in a …
- 12:52 Ticket #44 (right-click freezes window display) closed by
- fixed
- 11:19 Changeset in xpra [287] by
- crashes in our critical threads are disastrous! so avoid crashing and …
- 11:04 Ticket #44 (right-click freezes window display) created by
- I've got a xchat window; a right-click on a URL should popup a menu, …[…]
- 10:53 Changeset in xpra [286] by
- version bump: 0.0.7.31
- 09:44 Changeset in xpra [285] by
- prioritize some small packets: "key-repeat" and "damage-sequence" are …
- 09:15 Changeset in xpra [284] by
- threaded server: * add locking around _flush_one_packet_into_buffer …
- 08:37 Changeset in xpra [283] by
- we need the new randr constant
- 08:19 Changeset in xpra [282] by
- acknowledge_changes ignores coordinate arguments, so don't bother …
- 08:17 Changeset in xpra [281] by
- make set_screen_size return bool to indicate success
- 08:14 Changeset in xpra [280] by
- don't bother sniffing past packet_size
11/21/11:
- 14:25 Ticket #9 (Couldn't kill "xpra attach" after emacs locked up) closed by
- worksforme: No updates, closing.
- 14:24 Ticket #6 (Emacs Issues: xpra locks up, screen stops re-drawing) closed by
- worksforme: No updates, closing.
- 13:47 Changeset in xpra [279] by
- fairer calculation of pixel storms: count the number of pixels and not …
- 13:14 Changeset in xpra [278] by
- direct user to the proper solution for all screen-size issues
- 09:27 Ticket #23 (fast refresh (ie: fast scrolling) causes high cpu usage and no screen ...) reopened by
11/17/11:
- 17:36 Ticket #42 (suggestion: "xpra detach" command) closed by
-
fixed: r277 adds "
xpra detach
" command - was trivial to add although … - 17:35 Changeset in xpra [277] by
- "xpra detach" command
- 16:15 Changeset in xpra [276] by
- add missing icon for encoding option
11/15/11:
- 16:45 Ticket #43 (tray icon and menu icons are blank) created by
- Using: Ubuntu 10.04 Lucid Even though it the logs show the icon_file …
- 15:28 Ticket #42 (suggestion: "xpra detach" command) created by
- ref: http://code.google.com/p/partiwm/issues/detail?id=40 Reported by …
- 15:26 Ticket #41 (wishlist: Support multiple clients connected at the same time) created by
- aka: session shadowing? ref: …
11/14/11:
- 17:59 Changeset in xpra [275] by
- try to ensure that size-hints do not overflow C ints
- 03:51 Ticket #40 (Xpra errors running Handbrake) created by
- So, I try to run Handbrake (trunk version) with Xpra, but I get plenty …
11/11/11:
- 18:31 Changeset in xpra [274] by
- fix log message: log interval not method!
- 17:59 Changeset in xpra [273] by
- Support for mmap memory transfers of pixel data for local clients: …
11/09/11:
- 13:27 Ticket #39 (corrupted double-linked list) closed by
- invalid: Moved to the winswitch bug tracker: …
- 13:21 Ticket #39 (corrupted double-linked list) created by
- Pressing "apply" when in the options window gave me this report. …
11/07/11:
- 17:53 Changeset in xpra [272] by
- cosmetic: we may lose a window before getting a "ServerSource?" setup, …
- 17:44 Changeset in xpra [271] by
- changeset r268 had been done wrong, this fixes it: we need to keep …
11/06/11:
- 11:21 Ticket #38 (xpra 0.0.7.29 (and above) is not backwards compatible with 0.0.7.27 ...) closed by
- fixed: Good catch! r270 fixes this - please re-open if necessary
- 11:20 Changeset in xpra [270] by
- optimization code was wrongly sending the size header to older clients …
- 09:32 Changeset in xpra [269] by
- make code more readable: flatten code, etc
- 09:08 Changeset in xpra [268] by
- don't waste memory: get rid of damage_last_events for windows that …
Note: See TracTimeline
for information about the timeline view.