Timeline
01/03/12:
- 19:30 Ticket #64 (xpra server dies on client's connection attempt) created by
- I've just downloaded & built xpra on an OpenBSD system with Python 2.6 …
- 11:56 Changeset in xpra [387] by
- bump year and use xpra.org for xpra
- 11:55 Changeset in xpra [386] by
- bump year on web pages
- 11:54 Changeset in xpra [385] by
- typo
- 11:52 Changeset in xpra [384] by
- use xpra.org for xpra src files
- 11:51 Changeset in xpra [383] by
- remove one (missed) generated file from snapshot
- 10:59 Changeset in xpra [382] by
- self._server_source may already be reset, avoid error!
- 10:10 Changeset in xpra [381] by
- bump year in copyright and build files
01/02/12:
- 19:14 Changeset in xpra [380] by
- compile fix: newer gtk.so does not have ExposeEvent??
- 19:13 Changeset in xpra [379] by
- readonly mode implemented on client (for now) + version bump so we can …
- 15:17 Changeset in xpra [378] by
- bug: when a connection is dropped we must also exit the damage threads …
- 13:29 Ticket #63 (window contents is not drawn at all) created by
- 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
- make it easier for applications to detect that they are running within …
12/31/11:
- 12:16 Ticket #62 (AltGr not working with "Keyboard synchronized" = off) created by
- With the current xpra 0.0.7.32 and "Keyboard synchronized" unchecked …
- 10:59 Changeset in xpra [376] by
- 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
- We should not be logging this as a stacktrace as these aren't …
12/20/11:
- 09:32 Ticket #60 (Typo in refresh_window()) closed by
- fixed: Good catch, applied in r375 Thanks!
- 09:30 Changeset in xpra [375] by
- #60: fix typo
- 02:22 Ticket #60 (Typo in refresh_window()) created by
- There's a typo in xpra/client.py:194 causing this error: […] …
12/17/11:
- 13:04 Ticket #10 (Xdummy standalone and packaging) closed by
- fixed: The changes have been merged upstream in …
12/09/11:
- 13:30 Changeset in xpra [374] by
- merged changes found here: …
- 10:59 Changeset in xpra [373] by
- bump ebuild and add mdns use flag
12/08/11:
- 19:07 Changeset in xpra [372] by
- build info: same treatment for win32 build file
- 18:53 Changeset in xpra [371] by
- move add_build_info code to its own file so we can call it also from …
- 17:57 Ticket #59 (bindings cleanup: move it, split it, import side effects, etc) created by
- * we now import it from the xposix platform code and that has side …
- 17:40 Ticket #51 (new window keyboard focus problem) closed by
- fixed: r369 ensures that we correctly unfocus windows when they are unmapped …
- 17:37 Changeset in xpra [370] by
- update release notes with latest fixes info
- 17:37 Changeset in xpra [369] by
- #51: when a window goes away (destroyed or unmapped), make sure we …
- 17:33 Changeset in xpra [368] by
- remove unused imports and tell pydev not to worry
- 17:31 Changeset in xpra [367] by
- get rid of the "main_thread_call" wrapper: use idle_add directly (and …
- 14:28 Ticket #49 (show version information in about dialog) closed by
- fixed: The server version is now shown in the session-info dialog and r365 …
- 14:27 Changeset in xpra [366] by
- use "svnversion" to get svn version information... who would have …
- 14:14 Changeset in xpra [365] by
- #49 record svn version information (and more) and show this on the …
- 14:01 Ticket #15 (AttributeError: 'OverrideRedirectWindowModel' object has no attribute ...) closed by
- fixed: should be fixed in r364 feel free to re-open if more errors of the …
- 13:59 Changeset in xpra [364] by
- #15: be a bit more defensive and ensure self._composite is initialized …
- 13:44 Ticket #13 (modifiers key get stuck (alt key generally)) closed by
- fixed: Not heard anything for 3 months, closing.
- 10:31 Ticket #58 (transient windows should move with their parent (ie: menus)) created by
- when a transient window (ie: a pop-up/down menu) is shown in another …
- 10:28 Changeset in xpra [363] by
- menu item for easily raising all the windows we manage
- 09:28 Changeset in xpra [362] by
- this seriously needs to be automated…
- 09:19 Changeset in xpra [361] by
- prepare for 0.0.7.32 release: version bump, info, etc
- 09:18 Changeset in xpra [360] by
- the network/protocol code is stable - adding debug here is not …
12/07/11:
- 20:56 Changeset in xpra [359] by
- better logging + whitespace cleanup
- 20:05 Changeset in xpra [358] by
- pass id of the window the keys are for so we can drop keys if the …
- 18:22 Changeset in xpra [357] by
- fire focus_change only after the window has been mapped, otherwise the …
- 16:54 Changeset in xpra [356] by
- return success if all the focus methods tried have not produced an error
- 16:52 Changeset in xpra [355] by
- whenever possible, log the XError name rather than code (makes it …
- 13:34 Changeset in xpra [354] by
- remove unecessary logging and whitespace
- 13:32 Changeset in xpra [353] by
- redundant import
- 13:15 Changeset in xpra [352] by
- when exiting, close the windows cleanly
- 12:56 Changeset in xpra [351] by
- move version check functions to utility class so we can gradually …
- 12:33 Ticket #57 (simplify code: drop compatibility for older versions) created by
- There are a number of places where the old code is holding us back: * …
- 12:22 Ticket #21 (jitter on link causes keys to repeat) closed by
-
fixed: r349 adds the "
--no-keyboard-sync
" option, the man page reads: … - 12:18 Changeset in xpra [350] by
- --no-keyboard-sync is an attach option, so move it to that section
- 12:13 Changeset in xpra [349] by
- better key repeat support: * --no-keyboard-sync option for those that …
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 …
Note: See TracTimeline
for information about the timeline view.