Timeline
03/31/12:
- 15:49 Ticket #97 (vpx encoding support) created by
- the vpx api is almost identical to x264 so this is easy to add, the patch …
- 14:21 Changeset in xpra [674] by
- use a common superclass for all the common fields and methods
- 13:51 Changeset in xpra [673] by
- merge x264 encoder and decoder back into one file, also don't include any …
- 13:47 Changeset in xpra [672] by
- this is not required to make gtk display menu icons and causes a …
- 13:23 Changeset in xpra [671] by
- x264: add x264lib.lib, required for win32 (produced by x264lib's vcproj)
03/30/12:
- 16:40 Changeset in xpra [670] by
- #90 gtk3: fix icon loading, force menus to show icons, fix setting tooltip …
- 16:00 Changeset in xpra [669] by
- #90: gtk3 code for loading tray icon directly from file (no need to go via …
- 15:52 Changeset in xpra [668] by
- aspect ratio: only test for the pre-multiplied value
- 15:47 Changeset in xpra [667] by
- #90: implement more methods with gtk3: get_modifiers_mask, …
- 15:44 Changeset in xpra [666] by
- add missing displayHasXComposite method! +log (debug) X11 extensions …
- 14:31 Changeset in xpra [665] by
- fix python3 build with Cython (needed to pass strings not binary data as …
- 13:38 Changeset in xpra [664] by
- missing icon for dev.html
- 13:37 Changeset in xpra [663] by
- docs on x264
- 13:10 Changeset in xpra [662] by
- update patch to match new setup.py (simplifies things)
- 13:09 Changeset in xpra [661] by
- cleanup cython build via build setup methods
- 11:56 Changeset in xpra [660] by
- use x264 even for OR windows, encoder/decoder setup cost seems to be low - …
- 11:24 Changeset in xpra [659] by
- if we fail to load x264, report why
- 10:37 Changeset in xpra [658] by
- x264: added x264lib.dll for Win32
- 10:35 Changeset in xpra [657] by
- relax version checks: support all 0.x versions (we can drop compat in …
- 10:30 Changeset in xpra [656] by
- x264: Decoding is now possible on win32.
- 10:30 Changeset in xpra [655] by
- refuse to start the server if the user specifies a display which lacks …
- 10:12 Changeset in xpra [654] by
- gtk3 compat: make about dialog work
- 08:40 Changeset in xpra [653] by
- session info dialog partial gtk3 fixes: it now displays on gtk3 but it is …
- 08:14 Changeset in xpra [652] by
- patch to disable x264 - use it in the ebuild
03/29/12:
- 18:07 Changeset in xpra [651] by
- ensure we call decoder.clean() whenever a window is closed
- 17:55 Changeset in xpra [650] by
- re-use the same encoder object on resize to ensure we call encoder.clean() …
- 17:26 Changeset in xpra [649] by
- dont fail to setup the window just because we failed to get some x11 …
- 17:24 Changeset in xpra [648] by
- don't do x264 for OR windows
- 17:08 Changeset in xpra [647] by
- move some of the drawing code to a common superclass so gtk3 can get x264 …
- 16:00 Ticket #96 (Can't start firefox with Xpra) created by
- Hello, when trying to start Firefox with Xpra it seems that the …
- 15:09 Changeset in xpra [646] by
- x264lib: disable x264 info logs
- 14:09 Ticket #95 (x264 encoding displays strange data in OpenOffice menus) created by
- Hello, See attached screenshot. I suspect that this might be a bug tied …
- 14:02 Changeset in xpra [645] by
- make clean_*coder methods return void
- 12:09 Changeset in xpra [644] by
- install globally by default
- 12:09 Changeset in xpra [643] by
- ignore generated files
- 12:07 Changeset in xpra [642] by
- #94: initial x264 support
- 07:32 Changeset in xpra [641] by
- add docstrings
03/28/12:
- 18:25 Changeset in xpra [640] by
- #90: basic gtk3/py3 compatibility for client: most functions still need to …
- 15:59 Changeset in xpra [639] by
- #90: data needs to be coerced into a string so we can look for substrings …
- 15:55 Changeset in xpra [638] by
- gtk3 fix: method name's first letter changed to uppercase..
- 15:43 Changeset in xpra [637] by
- don't log a full stacktrace on import error
- 15:43 Changeset in xpra [636] by
- fix compat import (use full package name)
- 13:36 Changeset in xpra [635] by
- support connecting to local unix domain sockets, even if we don't have …
- 13:06 Changeset in xpra [634] by
- no need to draw the same picture twice!
- 12:52 Changeset in xpra [633] by
- prefer the old StringIO module if available (problems with fileno() method …
- 12:50 Changeset in xpra [632] by
- #90: python3 compat code: we need to encode strings, and when looking for …
- 12:49 Changeset in xpra [631] by
- define DEFAULT_ENCODING and use it, also change it to be "png" ahead of …
- 11:15 Ticket #94 (h264 frame encoding) created by
- Using xprax264 and some cython glue …
- 08:34 Ticket #93 (xpra via ssh X11 forwarding from OSX client crashes when system bell used) created by
- As originally reported …
- 08:30 Ticket #92 (osx client is missing some key mappings) created by
- As originally reported …
03/27/12:
- 17:21 Ticket #91 (Control key not forwarded) created by
- Control-C does not work inside an xterm. Actually any Control-X. Same is …
- 12:30 Changeset in xpra [630] by
- #90 introduce gobject_compat to cleanup the import mess caused by gtk3, …
- 12:23 Changeset in xpra [629] by
- #90 python3 fixes: cannot compare None, add python3 data types, and add …
- 12:22 Changeset in xpra [628] by
- simple script for building for python3 (using 2to3 for fixing exceptions) …
- 10:25 Changeset in xpra [627] by
- just because the version we have does not support creating xpra servers …
- 09:25 Changeset in xpra [626] by
- #90: gtk3 + python3 compat fixes: try to import from gi.repository, and …
- 09:21 Changeset in xpra [625] by
- no need to use a class variable for the buffer
- 09:14 Changeset in xpra [624] by
- 2to3 messed that up?
- 08:53 Ticket #90 (python3 and gtk3 support) created by
- Makes sense to bundle this together since python3 is only really supported …
- 08:32 Changeset in xpra [623] by
- add anchors
- 07:52 Changeset in xpra [622] by
- more python3 fixes: exception and remove badly outdated/broken file rather …
03/26/12:
- 11:17 Changeset in xpra [621] by
- data out of Popen is now raw byte arrays in python3
- 11:16 Changeset in xpra [620] by
- ignore directories created by python3 builds
- 11:13 Changeset in xpra [619] by
- more python3 compat
- 10:41 Changeset in xpra [618] by
- python3 compatibility fixes round 1: all of these are backwards compatible
03/25/12:
- 14:33 Changeset in xpra [617] by
- during shutdown, try to release the dbus name we requested for forwarding …
03/24/12:
- 09:44 Changeset in xpra [616] by
- issues section for faq: klipper/kde info
- 09:39 Changeset in xpra [615] by
- new faq page
- 08:57 Changeset in xpra [614] by
- add missing icons for directory listings
03/23/12:
- 17:24 Ticket #89 (xpra stop doesn't work and hangs) closed by
- fixed: Hah, sorry, I just assumed this was a mistake: you should not be running …
- 11:49 Changeset in xpra [613] by
- if the session is password protected, we must wait until after "login" …
- 11:45 Changeset in xpra [612] by
- was never meant to be committed - thanks eclipse (not)
- 09:34 Changeset in xpra [611] by
- bump version for new source snapshot with add_build_info fix
- 07:55 Changeset in xpra [610] by
- clients can now specify that they don't do keyboard stuff then we avoid …
- 07:38 Changeset in xpra [609] by
- when we shutdown, the x11 server has already gone by the time we try to …
- 07:22 Changeset in xpra [608] by
- make run_stop more correct by re-using the glib client code, also allows …
- 06:44 Changeset in xpra [607] by
- send version as well as prerelease_version (since the latter is going to …
03/22/12:
- 21:16 Ticket #89 (xpra stop doesn't work and hangs) created by
- Using xpra on Debian Lenny installed via the provided Lenny package. Get …
- 18:59 Changeset in xpra [606] by
- assert was causing bug-reports to fire, replace it with more helpful error …
- 09:43 Changeset in xpra [605] by
- always clear the build info file before writing to it
03/21/12:
- 11:04 Changeset in xpra [604] by
- update release notes with latest changes (window sizes fix only)
03/20/12:
- 16:31 Changeset in xpra [603] by
- do connect() network stuff in a separate thread
- 10:20 Changeset in xpra [602] by
- android: support gingerbread and newer only
03/18/12:
- 17:09 Changeset in xpra [601] by
- fix warnings
- 10:10 Ticket #53 (Window not fully painted) closed by
- fixed
- 09:08 Ticket #40 (Xpra errors running Handbrake) closed by
- fixed: fixed in r600, feel free to re-open if I've missed something
- 09:07 Changeset in xpra [600] by
- #40: if we have size-hints, take them into account during the window …
03/15/12:
- 11:02 Changeset in xpra [599] by
- prepare for release
- 11:00 Ticket #84 (cannot paste to Qt applications) closed by
- fixed: fixed in r598
- 11:00 Changeset in xpra [598] by
- #84 partial revert of r490: when we convert atoms from wire back to the …
- 09:22 Changeset in xpra [597] by
- fix pydev "unused variable" warnings and add more detailed error message …
03/14/12:
- 20:47 Changeset in xpra [596] by
- add mmap changes to release
- 20:43 Changeset in xpra [595] by
- tray-icon is available on all platforms now, update man page
- 20:35 Ticket #88 (option to allow different users to share an mmap file and connect via unix ...) closed by
- fixed: merged with only cosmetic changes in r594 You must have spotted that …
- 20:32 Changeset in xpra [594] by
- #88: adds "--socket-dir" and "--mmap-group" options so users can share …
03/13/12:
- 15:00 Ticket #88 (option to allow different users to share an mmap file and connect via unix ...) created by
- This requires two things: * that the user can override the default …
- 10:29 Changeset in xpra [593] by
- it seems that some apps set an invalid bell_name, or that we fail to …
03/09/12:
- 11:05 Ticket #64 (xpra server dies on client's connection attempt) closed by
- worksforme: feel free to re-open - can't reproduce :(
- 11:04 Ticket #3 (xpra crashed while selecting text: The program 'xpra' received an X Window ...) closed by
- fixed: will re-open if this re-occurs.
- 10:06 Changeset in xpra [592] by
- fix weird Python scoping problem: pass array so it is always defined in …
- 00:15 Ticket #87 (Error visualizing data in Visit) created by
- Hi, yesterday I reported about starting VisIt under Xpra. With the …
03/08/12:
- 17:21 Ticket #86 (support dual keyboard setups with differing layouts) created by
- Hi, I have an issue that is probably rare and triggered by a weird system …
- 11:02 Changeset in xpra [591] by
- better diagnostic messages for when we get gibberish data, also some tests …
- 09:07 Changeset in xpra [590] by
- update release notes
- 09:00 Changeset in xpra [589] by
- try to force the android soft keyboard to send keys to our pseudo-windows …
- 08:59 Changeset in xpra [588] by
- this is called so often that the debbugging was both annoying and wasteful
- 08:58 Changeset in xpra [587] by
- show more info when we think we have received gibberish
- 06:04 Ticket #85 (Error starting VisIt) created by
- Hi, when starting VisIt (https://wci.llnl.gov/codes/visit/), it …
03/07/12:
- 11:37 Ticket #84 (cannot paste to Qt applications) created by
- It seems that Qt is doing something unusual (it could also be that gtk …
- 09:13 Changeset in xpra [586] by
- when we get "clipboard-none", avoid calling len on None in debug logging
03/05/12:
- 11:22 Ticket #83 (dbus notification forwarding stops working after some time) closed by
- fixed: In the end, testing for this was quite easy: * start xpra server * start …
- 11:20 Changeset in xpra [585] by
- #83: if the notification daemon is re-started, or if we simply lost our …
- 10:40 Changeset in xpra [584] by
- ignore mmap if we can't open the backing file: when doing cross-user …
- 10:36 Changeset in xpra [583] by
- never replace any dbus notification handler if one exists already, and log …
- 09:33 Changeset in xpra [582] by
- if clipboard data is None, ensure logging won't cause an error and always …
- 09:07 Changeset in xpra [581] by
- window may already have been removed and that's fine, don't log an error
03/02/12:
- 10:47 Changeset in xpra [580] by
- mmap documentation update - (and remove unnecessary separate line)
- 10:08 Changeset in xpra [579] by
- we already account for the status bar in the screen size, no need to do it …
03/01/12:
- 17:30 Changeset in xpra [578] by
- provide utility method for getting the modifiers
- 15:49 Ticket #71 (X Error when starting DDT debugger) closed by
- fixed: r577 causes broken windows to be discarded sooner (almost identical to …
- 15:46 Changeset in xpra [577] by
- #71: trigger the window error during setup code so it doesn't blow up …
- 11:20 Changeset in xpra [576] by
- clean_keyboard_state on server start in case we are using an existing …
Note: See TracTimeline
for information about the timeline view.