Timeline
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 …
11/05/11:
- 12:11 Ticket #38 (xpra 0.0.7.29 (and above) is not backwards compatible with 0.0.7.27 ...) created by
- When I connect using xpra 0.0.7.29 (or later) to a machine that has …
11/04/11:
- 16:08 Ticket #35 (Window does not properly refresh) reopened by
- Unfortunately, I just hit a case where the screen is not refreshing …
- 08:40 Ticket #35 (Window does not properly refresh) closed by
- fixed
11/02/11:
- 03:07 Ticket #37 (Typo in xpra manpage) closed by
- fixed: Applied in r267, thanks!
- 03:07 Changeset in xpra [267] by
- typo
11/01/11:
- 20:36 Ticket #37 (Typo in xpra manpage) created by
- Hello, There's a typo (overriden instead of overridden) in xpra …
- 08:17 Ticket #34 (holding down Ctrl + N sometimes produces ^N and sometimes n) closed by
- fixed: Should be fixed by r263: jitter compensation was too trigger-happy …
- 08:13 Changeset in xpra [266] by
- bump internal version (oops forgot again)
- 08:09 Changeset in xpra [265] by
- tag 0.0.7.30
- 08:05 Changeset in xpra [264] by
- when the last window goes away, we can safely clear the repeat timers
- 07:59 Changeset in xpra [263] by
- dont reset the jitter compensation repeat timer whenever we get a …
- 05:53 Changeset in xpra [262] by
- fix for "AttributeError?: Values instance has no attribute …
10/29/11:
- 09:19 Changeset in xpra [261] by
- oops - unnecessary logging
- 09:17 Changeset in xpra [260] by
- when we stop batching damage requests, the newer damage requests …
10/28/11:
- 20:13 Ticket #36 (Cursor left and cursor down do not repeat) created by
- The cursor left and cursor down keys are not auto repeating for me. …
- 19:35 Ticket #35 (Window does not properly refresh) created by
- In recent builds, I've been having window refresh issues, particularly …
- 17:21 Ticket #34 (holding down Ctrl + N sometimes produces ^N and sometimes n) created by
- I'm using r259 Steps to reproduce: 1) open gnome-terminal 2) run …
10/26/11:
- 08:44 Changeset in xpra [259] by
- 0.0.7.29-2 with tiny bencode fix
- 08:36 Changeset in xpra [258] by
- damn, r250 still leaves a potential partial size packet of size 1 …
10/25/11:
- 20:06 Changeset in xpra [257] by
- bump ebuild
- 19:33 Changeset in xpra [256] by
- version bump in class files (oops) - maybe this should be scripted?
- 18:30 Changeset in xpra [255] by
- version bump: 0.0.7.29
- 18:29 Changeset in xpra [254] by
- missed from commit r245 : this bit is needed to ignore the errors
- 15:38 Changeset in xpra [253] by
- reduce logging
- 15:38 Changeset in xpra [252] by
- just like the server, log the gibberish we receive
- 15:37 Changeset in xpra [251] by
- when we call _connection_lost, always log the reason for the disconnection
- 15:35 Changeset in xpra [250] by
- when we spot a packet size header, we know the packet is incomplete …
10/24/11:
- 21:16 Changeset in xpra [249] by
- web: add more features to home page, use the newer gpg key and try to …
- 17:29 Changeset in xpra [248] by
- when the password does not match, try harder to drop the connection: …
- 16:25 Changeset in xpra [247] by
- suggest that pynotify should be installed with this deb (not bothering …
- 15:48 Changeset in xpra [246] by
- for smallish packets, queue the size and data together
- 14:39 Changeset in xpra [245] by
- avoid property error messages during startup (especially …
- 14:11 Changeset in xpra [244] by
- scale remote cursors down to the default_cursor_size
10/20/11:
- 12:13 Changeset in xpra [243] by
- moved gtk.window_set_default_icon_from_file to platform code so we …
- 11:08 Changeset in xpra [242] by
- generalize the keyboard name translation so we can potentially change …
- 11:00 Changeset in xpra [241] by
- clipboard improvements: * generalized the xclipboard class so we can …
10/19/11:
- 15:59 Changeset in xpra [240] by
- detect missing display and log more useful error than blowing up …
- 15:54 Changeset in xpra [239] by
- support for ubuntu's appindicator
- 15:53 Changeset in xpra [238] by
- move methods only used by run_client inside the method to make it …
- 11:10 Changeset in xpra [237] by
- make right click on StatusIcon? show the tray menu without needing to …
- 11:03 Changeset in xpra [236] by
- re-arrange handshake callbacks to local methods to make code easier to …
10/18/11:
- 12:45 Changeset in xpra [235] by
- fix password mode: rebuild all packages... sigh
- 12:43 Changeset in xpra [234] by
- fix for password check! continue when we succeed!
10/17/11:
- 22:21 Changeset in xpra [233] by
- add newly packaged files to RPMs
- 21:53 Changeset in xpra [232] by
- wrong syntax: can't use data_files to rename the file, so just copy it …
- 21:05 Changeset in xpra [231] by
- small focus fixes: * call focus with idle_add to fix odd bug which …
- 18:39 Changeset in xpra [230] by
- packaging version bump + release notes info, include …
- 18:18 Changeset in xpra [229] by
- key-repeat / key layout fixes: * propagate keyboard repeat rate from …
- 18:04 Ticket #31 (let the user decide whether to use pixel perfect (png) or lossy (jpeg)) closed by
- fixed: r225 now shows a simple menu in the system tray or dock which allows …
10/16/11:
- 22:10 Changeset in xpra [228] by
- we need this file to build debs on precise-pangolin
- 19:01 Changeset in xpra [227] by
- more keyboard improvements: * support for keyboard layouts so win32 …
- 12:45 Changeset in xpra [226] by
- use the new domain URL
- 12:44 Changeset in xpra [225] by
- * system-tray support for posix with gtk.StatusIcon? * new shortcut …
- 12:16 Changeset in xpra [224] by
- use the new domain URL
Note: See TracTimeline
for information about the timeline view.